2024-04-18T21:38:48.535 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-18T21:38:48.536 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/teuthology-2024-04-18_21:00:02-rados-squid-distro-default-smithi/7662531 --verbose --description rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_set_mon_crush_locations} --owner scheduled_teuthology@teuthology --name teuthology-2024-04-18_21:00:02-rados-squid-distro-default-smithi -- /home/teuthworker/archive/teuthology-2024-04-18_21:00:02-rados-squid-distro-default-smithi/7662531/orig.config.yaml 2024-04-18T21:38:48.567 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-18T21:38:48.645 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-18_21:00:02-rados-squid-distro-default-smithi/7662531 branch: squid description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_set_mon_crush_locations} email: ceph-qa@ceph.com first_in_suite: false job_id: '7662531' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-18_21:00:02-rados-squid-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: squid ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - POOL_APP_NOT_ENABLED log-only-match: - CEPHADM_ sha1: 1a6a3e742fd81c6d70be70552499bff767652c32 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 1a6a3e742fd81c6d70be70552499bff767652c32 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: squid sha1: d0bf63dd179c05751e4be49477389aa290c73089 owner: scheduled_teuthology@teuthology priority: 101 repo: https://git.ceph.com/ceph.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: 6512 sha1: 1a6a3e742fd81c6d70be70552499bff767652c32 sleep_before_teardown: 0 subset: 28391/100000 suite: rados suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_d0bf63dd179c05751e4be49477389aa290c73089/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: d0bf63dd179c05751e4be49477389aa290c73089 targets: smithi031.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLHZHqQC4ePmPe3S7CadRwEBTUHsCuoNHkPpiF1HIaaKTeEFOIIfqDV/rZO2FAKIt7wjS+4HRWakl7l9Ru4MXYU= smithi040.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCUU9ycfkUj8tytuttZgaP7tST+DLA42v4JD2XU7H2YNJwpBVAHwZRn0+2f/ljsmSBFSVfUOSjn12Kcy8ifrtz0= smithi186.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHlDnZuE6LIcaWLn0XtnagOADOafrqs/Tc4Ig+cHTm7E7E8/TUGtD2BnTnEULieKm+5NZMKPaRrslNLHnLlCUTE= tasks: - pexec: all: - sudo dnf install runc -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - install: null - cephadm: null - cephadm.apply: specs: - placement: count: 3 service_id: foo service_type: mon spec: crush_locations: host.a: - datacenter=a host.b: - datacenter=b - rack=2 host.c: - datacenter=a - rack=3 - cephadm.shell: host.a: - "set -ex\n# since we don't know the real hostnames before the test, the next\n\ # bit is in order to replace the fake hostnames \"host.a/b/c\" with\n# the actual\ \ names cephadm knows the host by within the mon spec\nceph orch host ls --format\ \ json | jq -r '.[] | .hostname' > realnames\necho $'host.a\\nhost.b\\nhost.c'\ \ > fakenames\necho $'a\\nb\\nc' > mon_ids\necho $'{datacenter=a}\\n{datacenter=b,rack=2}\\\ n{datacenter=a,rack=3}' > crush_locs\nceph orch ls --service-name mon --export\ \ > mon.yaml\nMONSPEC=`cat mon.yaml`\necho \"$MONSPEC\"\nwhile read realname\ \ <&3 && read fakename <&4; do\n MONSPEC=\"${MONSPEC//$fakename/$realname}\"\ \ndone 3 mon.yaml\ncat mon.yaml\n\ # now the spec should have the real hostnames, so let's re-apply\nceph orch\ \ apply -i mon.yaml\nsleep 90\nceph orch ps --refresh\nceph orch ls --service-name\ \ mon --export > mon.yaml; ceph orch apply -i mon.yaml\nsleep 90\nceph mon dump\n\ ceph mon dump --format json\n# verify all the crush locations got set from \"\ ceph mon dump\" output\nwhile read monid <&3 && read crushloc <&4; do\n ceph\ \ mon dump --format json | jq --arg monid \"$monid\" --arg crushloc \"$crushloc\"\ \ -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc'\n\ done 3, func=.kill_console_loggers at 0x7fbc2f099f70>, signals=[15]) 2024-04-18T21:38:49.312 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-18T21:38:49.318 INFO:teuthology.task.internal:Opening connections... 2024-04-18T21:38:49.319 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi031.front.sepia.ceph.com 2024-04-18T21:38:49.321 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T21:38:49.429 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi040.front.sepia.ceph.com 2024-04-18T21:38:49.430 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T21:38:49.535 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi186.front.sepia.ceph.com 2024-04-18T21:38:49.536 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T21:38:49.631 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-18T21:38:49.637 DEBUG:teuthology.orchestra.run.smithi031:> uname -m 2024-04-18T21:38:49.656 INFO:teuthology.orchestra.run.smithi031.stdout:x86_64 2024-04-18T21:38:49.656 DEBUG:teuthology.orchestra.run.smithi031:> cat /etc/os-release 2024-04-18T21:38:49.715 INFO:teuthology.orchestra.run.smithi031.stdout:NAME="CentOS Stream" 2024-04-18T21:38:49.715 INFO:teuthology.orchestra.run.smithi031.stdout:VERSION="9" 2024-04-18T21:38:49.715 INFO:teuthology.orchestra.run.smithi031.stdout:ID="centos" 2024-04-18T21:38:49.715 INFO:teuthology.orchestra.run.smithi031.stdout:ID_LIKE="rhel fedora" 2024-04-18T21:38:49.715 INFO:teuthology.orchestra.run.smithi031.stdout:VERSION_ID="9" 2024-04-18T21:38:49.715 INFO:teuthology.orchestra.run.smithi031.stdout:PLATFORM_ID="platform:el9" 2024-04-18T21:38:49.715 INFO:teuthology.orchestra.run.smithi031.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-18T21:38:49.716 INFO:teuthology.orchestra.run.smithi031.stdout:ANSI_COLOR="0;31" 2024-04-18T21:38:49.716 INFO:teuthology.orchestra.run.smithi031.stdout:LOGO="fedora-logo-icon" 2024-04-18T21:38:49.716 INFO:teuthology.orchestra.run.smithi031.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-18T21:38:49.716 INFO:teuthology.orchestra.run.smithi031.stdout:HOME_URL="https://centos.org/" 2024-04-18T21:38:49.716 INFO:teuthology.orchestra.run.smithi031.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-18T21:38:49.716 INFO:teuthology.orchestra.run.smithi031.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-18T21:38:49.716 INFO:teuthology.orchestra.run.smithi031.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-18T21:38:49.717 INFO:teuthology.lock.ops:Updating smithi031.front.sepia.ceph.com on lock server 2024-04-18T21:38:49.739 DEBUG:teuthology.orchestra.run.smithi040:> uname -m 2024-04-18T21:38:49.757 INFO:teuthology.orchestra.run.smithi040.stdout:x86_64 2024-04-18T21:38:49.757 DEBUG:teuthology.orchestra.run.smithi040:> cat /etc/os-release 2024-04-18T21:38:49.814 INFO:teuthology.orchestra.run.smithi040.stdout:NAME="CentOS Stream" 2024-04-18T21:38:49.814 INFO:teuthology.orchestra.run.smithi040.stdout:VERSION="9" 2024-04-18T21:38:49.814 INFO:teuthology.orchestra.run.smithi040.stdout:ID="centos" 2024-04-18T21:38:49.814 INFO:teuthology.orchestra.run.smithi040.stdout:ID_LIKE="rhel fedora" 2024-04-18T21:38:49.814 INFO:teuthology.orchestra.run.smithi040.stdout:VERSION_ID="9" 2024-04-18T21:38:49.815 INFO:teuthology.orchestra.run.smithi040.stdout:PLATFORM_ID="platform:el9" 2024-04-18T21:38:49.815 INFO:teuthology.orchestra.run.smithi040.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-18T21:38:49.815 INFO:teuthology.orchestra.run.smithi040.stdout:ANSI_COLOR="0;31" 2024-04-18T21:38:49.815 INFO:teuthology.orchestra.run.smithi040.stdout:LOGO="fedora-logo-icon" 2024-04-18T21:38:49.815 INFO:teuthology.orchestra.run.smithi040.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-18T21:38:49.815 INFO:teuthology.orchestra.run.smithi040.stdout:HOME_URL="https://centos.org/" 2024-04-18T21:38:49.815 INFO:teuthology.orchestra.run.smithi040.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-18T21:38:49.815 INFO:teuthology.orchestra.run.smithi040.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-18T21:38:49.815 INFO:teuthology.orchestra.run.smithi040.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-18T21:38:49.815 INFO:teuthology.lock.ops:Updating smithi040.front.sepia.ceph.com on lock server 2024-04-18T21:38:49.839 DEBUG:teuthology.orchestra.run.smithi186:> uname -m 2024-04-18T21:38:49.856 INFO:teuthology.orchestra.run.smithi186.stdout:x86_64 2024-04-18T21:38:49.857 DEBUG:teuthology.orchestra.run.smithi186:> cat /etc/os-release 2024-04-18T21:38:49.913 INFO:teuthology.orchestra.run.smithi186.stdout:NAME="CentOS Stream" 2024-04-18T21:38:49.913 INFO:teuthology.orchestra.run.smithi186.stdout:VERSION="9" 2024-04-18T21:38:49.913 INFO:teuthology.orchestra.run.smithi186.stdout:ID="centos" 2024-04-18T21:38:49.913 INFO:teuthology.orchestra.run.smithi186.stdout:ID_LIKE="rhel fedora" 2024-04-18T21:38:49.913 INFO:teuthology.orchestra.run.smithi186.stdout:VERSION_ID="9" 2024-04-18T21:38:49.913 INFO:teuthology.orchestra.run.smithi186.stdout:PLATFORM_ID="platform:el9" 2024-04-18T21:38:49.913 INFO:teuthology.orchestra.run.smithi186.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-18T21:38:49.914 INFO:teuthology.orchestra.run.smithi186.stdout:ANSI_COLOR="0;31" 2024-04-18T21:38:49.914 INFO:teuthology.orchestra.run.smithi186.stdout:LOGO="fedora-logo-icon" 2024-04-18T21:38:49.914 INFO:teuthology.orchestra.run.smithi186.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-18T21:38:49.914 INFO:teuthology.orchestra.run.smithi186.stdout:HOME_URL="https://centos.org/" 2024-04-18T21:38:49.914 INFO:teuthology.orchestra.run.smithi186.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-18T21:38:49.914 INFO:teuthology.orchestra.run.smithi186.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-18T21:38:49.914 INFO:teuthology.orchestra.run.smithi186.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-18T21:38:49.914 INFO:teuthology.lock.ops:Updating smithi186.front.sepia.ceph.com on lock server 2024-04-18T21:38:49.930 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-18T21:38:49.938 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-18T21:38:49.974 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-18T21:38:49.974 DEBUG:teuthology.orchestra.run.smithi031:> test '!' -e /home/ubuntu/cephtest 2024-04-18T21:38:49.977 DEBUG:teuthology.orchestra.run.smithi040:> test '!' -e /home/ubuntu/cephtest 2024-04-18T21:38:49.981 DEBUG:teuthology.orchestra.run.smithi186:> test '!' -e /home/ubuntu/cephtest 2024-04-18T21:38:49.997 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-18T21:38:50.046 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-18T21:38:50.046 DEBUG:teuthology.orchestra.run.smithi031:> test -z $(ls -A /var/lib/ceph) 2024-04-18T21:38:50.049 DEBUG:teuthology.orchestra.run.smithi040:> test -z $(ls -A /var/lib/ceph) 2024-04-18T21:38:50.051 DEBUG:teuthology.orchestra.run.smithi186:> test -z $(ls -A /var/lib/ceph) 2024-04-18T21:38:50.149 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-18T21:38:50.220 INFO:teuthology.run_tasks:Running task kernel... 2024-04-18T21:38:50.235 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-18T21:38:50.235 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-18T21:38:50.235 DEBUG:teuthology.orchestra.run.smithi031:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-18T21:38:50.236 DEBUG:teuthology.orchestra.run.smithi040:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-18T21:38:50.236 DEBUG:teuthology.orchestra.run.smithi186:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-18T21:38:50.253 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T21:38:50.254 DEBUG:teuthology.orchestra.run.smithi186:> uname -r 2024-04-18T21:38:50.255 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T21:38:50.255 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T21:38:50.256 DEBUG:teuthology.orchestra.run.smithi031:> uname -r 2024-04-18T21:38:50.256 DEBUG:teuthology.orchestra.run.smithi040:> uname -r 2024-04-18T21:38:50.311 INFO:teuthology.orchestra.run.smithi186.stdout:5.14.0-361.el9.x86_64 2024-04-18T21:38:50.311 INFO:teuthology.task.kernel:Running kernel on smithi186: 5.14.0-361.el9.x86_64 2024-04-18T21:38:50.312 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum install -y kernel 2024-04-18T21:38:50.314 INFO:teuthology.orchestra.run.smithi040.stdout:5.14.0-361.el9.x86_64 2024-04-18T21:38:50.314 INFO:teuthology.task.kernel:Running kernel on smithi040: 5.14.0-361.el9.x86_64 2024-04-18T21:38:50.314 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum install -y kernel 2024-04-18T21:38:50.315 INFO:teuthology.orchestra.run.smithi031.stdout:5.14.0-361.el9.x86_64 2024-04-18T21:38:50.315 INFO:teuthology.task.kernel:Running kernel on smithi031: 5.14.0-361.el9.x86_64 2024-04-18T21:38:50.315 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum install -y kernel 2024-04-18T21:38:52.464 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS-9 - AppStream 12 MB/s | 6.4 MB 00:00 2024-04-18T21:38:52.704 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS-9 - AppStream 9.2 MB/s | 6.4 MB 00:00 2024-04-18T21:38:52.882 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS-9 - AppStream 7.2 MB/s | 6.4 MB 00:00 2024-04-18T21:38:53.939 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS-9 - BaseOS 5.8 MB/s | 2.0 MB 00:00 2024-04-18T21:38:54.213 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS-9 - BaseOS 4.8 MB/s | 2.0 MB 00:00 2024-04-18T21:38:54.423 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS-9 - BaseOS 4.9 MB/s | 2.0 MB 00:00 2024-04-18T21:38:55.082 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 9 - BaseOS 10 MB/s | 8.0 MB 00:00 2024-04-18T21:38:55.422 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.0 MB 00:00 2024-04-18T21:38:56.428 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS Stream 9 - BaseOS 4.3 MB/s | 8.0 MB 00:01 2024-04-18T21:38:57.248 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 9 - AppStream 30 MB/s | 19 MB 00:00 2024-04-18T21:38:57.422 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 9 - AppStream 16 MB/s | 19 MB 00:01 2024-04-18T21:39:01.665 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 9 - CRB 9.0 MB/s | 6.2 MB 00:00 2024-04-18T21:39:02.623 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 9 - CRB 4.3 MB/s | 6.2 MB 00:01 2024-04-18T21:39:03.433 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 9 - Extras packages 30 kB/s | 16 kB 00:00 2024-04-18T21:39:03.454 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS Stream 9 - AppStream 3.2 MB/s | 19 MB 00:05 2024-04-18T21:39:04.332 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 9 - Extras packages 33 kB/s | 16 kB 00:00 2024-04-18T21:39:07.794 INFO:teuthology.orchestra.run.smithi031.stdout:Extra Packages for Enterprise Linux 6.3 MB/s | 21 MB 00:03 2024-04-18T21:39:07.963 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS Stream 9 - CRB 6.6 MB/s | 6.2 MB 00:00 2024-04-18T21:39:09.646 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS Stream 9 - Extras packages 31 kB/s | 16 kB 00:00 2024-04-18T21:39:10.017 INFO:teuthology.orchestra.run.smithi040.stdout:Extra Packages for Enterprise Linux 3.2 MB/s | 21 MB 00:06 2024-04-18T21:39:11.415 INFO:teuthology.orchestra.run.smithi186.stdout:Extra Packages for Enterprise Linux 13 MB/s | 21 MB 00:01 2024-04-18T21:39:13.174 INFO:teuthology.orchestra.run.smithi031.stdout:lab-extras 43 kB/s | 1.7 kB 00:00 2024-04-18T21:39:15.467 INFO:teuthology.orchestra.run.smithi040.stdout:lab-extras 43 kB/s | 1.7 kB 00:00 2024-04-18T21:39:15.656 INFO:teuthology.orchestra.run.smithi031.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-18T21:39:15.656 INFO:teuthology.orchestra.run.smithi031.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-18T21:39:15.751 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-04-18T21:39:15.761 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-18T21:39:15.761 INFO:teuthology.orchestra.run.smithi031.stdout: Package Arch Version Repository Size 2024-04-18T21:39:15.761 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-18T21:39:15.761 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2024-04-18T21:39:15.761 INFO:teuthology.orchestra.run.smithi031.stdout: kernel x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 29 k 2024-04-18T21:39:15.761 INFO:teuthology.orchestra.run.smithi031.stdout:Installing dependencies: 2024-04-18T21:39:15.761 INFO:teuthology.orchestra.run.smithi031.stdout: kernel-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 16 M 2024-04-18T21:39:15.761 INFO:teuthology.orchestra.run.smithi031.stdout: kernel-modules x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 34 M 2024-04-18T21:39:15.761 INFO:teuthology.orchestra.run.smithi031.stdout: kernel-modules-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 27 M 2024-04-18T21:39:15.761 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-18T21:39:15.761 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-04-18T21:39:15.762 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-18T21:39:15.762 INFO:teuthology.orchestra.run.smithi031.stdout:Install 4 Packages 2024-04-18T21:39:15.762 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-18T21:39:15.762 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 78 M 2024-04-18T21:39:15.762 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 125 M 2024-04-18T21:39:15.762 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-04-18T21:39:15.892 INFO:teuthology.orchestra.run.smithi031.stdout:(1/4): kernel-6.9.0-0.rc2.1.el10.x86_64.rpm 221 kB/s | 29 kB 00:00 2024-04-18T21:39:16.434 INFO:teuthology.orchestra.run.smithi031.stdout:(2/4): kernel-core-6.9.0-0.rc2.1.el10.x86_64.rp 24 MB/s | 16 MB 00:00 2024-04-18T21:39:16.589 INFO:teuthology.orchestra.run.smithi186.stdout:lab-extras 22 kB/s | 1.7 kB 00:00 2024-04-18T21:39:16.901 INFO:teuthology.orchestra.run.smithi031.stdout:(3/4): kernel-modules-6.9.0-0.rc2.1.el10.x86_64 30 MB/s | 34 MB 00:01 2024-04-18T21:39:17.243 INFO:teuthology.orchestra.run.smithi031.stdout:(4/4): kernel-modules-core-6.9.0-0.rc2.1.el10.x 20 MB/s | 27 MB 00:01 2024-04-18T21:39:17.245 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-04-18T21:39:17.245 INFO:teuthology.orchestra.run.smithi031.stdout:Total 52 MB/s | 78 MB 00:01 2024-04-18T21:39:17.246 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-04-18T21:39:17.678 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-04-18T21:39:17.678 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-04-18T21:39:17.899 INFO:teuthology.orchestra.run.smithi040.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-18T21:39:17.899 INFO:teuthology.orchestra.run.smithi040.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-18T21:39:17.999 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-18T21:39:18.006 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-18T21:39:18.006 INFO:teuthology.orchestra.run.smithi040.stdout: Package Arch Version Repository Size 2024-04-18T21:39:18.006 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-18T21:39:18.007 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-04-18T21:39:18.007 INFO:teuthology.orchestra.run.smithi040.stdout: kernel x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 29 k 2024-04-18T21:39:18.007 INFO:teuthology.orchestra.run.smithi040.stdout:Installing dependencies: 2024-04-18T21:39:18.007 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 16 M 2024-04-18T21:39:18.007 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-modules x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 34 M 2024-04-18T21:39:18.007 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-modules-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 27 M 2024-04-18T21:39:18.007 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-18T21:39:18.007 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-04-18T21:39:18.007 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-18T21:39:18.007 INFO:teuthology.orchestra.run.smithi040.stdout:Install 4 Packages 2024-04-18T21:39:18.007 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-18T21:39:18.008 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 78 M 2024-04-18T21:39:18.008 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 125 M 2024-04-18T21:39:18.008 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-04-18T21:39:18.135 INFO:teuthology.orchestra.run.smithi040.stdout:(1/4): kernel-6.9.0-0.rc2.1.el10.x86_64.rpm 225 kB/s | 29 kB 00:00 2024-04-18T21:39:18.542 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-04-18T21:39:18.542 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-04-18T21:39:18.913 INFO:teuthology.orchestra.run.smithi186.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-18T21:39:18.914 INFO:teuthology.orchestra.run.smithi186.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-18T21:39:19.010 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-04-18T21:39:19.017 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-18T21:39:19.018 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repository Size 2024-04-18T21:39:19.018 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-18T21:39:19.018 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2024-04-18T21:39:19.018 INFO:teuthology.orchestra.run.smithi186.stdout: kernel x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 29 k 2024-04-18T21:39:19.018 INFO:teuthology.orchestra.run.smithi186.stdout:Installing dependencies: 2024-04-18T21:39:19.018 INFO:teuthology.orchestra.run.smithi186.stdout: kernel-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 16 M 2024-04-18T21:39:19.018 INFO:teuthology.orchestra.run.smithi186.stdout: kernel-modules x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 34 M 2024-04-18T21:39:19.018 INFO:teuthology.orchestra.run.smithi186.stdout: kernel-modules-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 27 M 2024-04-18T21:39:19.018 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-18T21:39:19.018 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2024-04-18T21:39:19.019 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-18T21:39:19.019 INFO:teuthology.orchestra.run.smithi186.stdout:Install 4 Packages 2024-04-18T21:39:19.019 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-18T21:39:19.019 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 78 M 2024-04-18T21:39:19.019 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 125 M 2024-04-18T21:39:19.019 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2024-04-18T21:39:19.174 INFO:teuthology.orchestra.run.smithi186.stdout:(1/4): kernel-6.9.0-0.rc2.1.el10.x86_64.rpm 184 kB/s | 29 kB 00:00 2024-04-18T21:39:19.235 INFO:teuthology.orchestra.run.smithi040.stdout:(2/4): kernel-core-6.9.0-0.rc2.1.el10.x86_64.rp 13 MB/s | 16 MB 00:01 2024-04-18T21:39:20.552 INFO:teuthology.orchestra.run.smithi040.stdout:(3/4): kernel-modules-core-6.9.0-0.rc2.1.el10.x 11 MB/s | 27 MB 00:02 2024-04-18T21:39:20.880 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-04-18T21:39:21.352 INFO:teuthology.orchestra.run.smithi040.stdout:(4/4): kernel-modules-6.9.0-0.rc2.1.el10.x86_64 10 MB/s | 34 MB 00:03 2024-04-18T21:39:21.355 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-04-18T21:39:21.355 INFO:teuthology.orchestra.run.smithi040.stdout:Total 23 MB/s | 78 MB 00:03 2024-04-18T21:39:21.356 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-04-18T21:39:21.536 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-18T21:39:21.626 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-18T21:39:21.815 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-04-18T21:39:21.815 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-04-18T21:39:22.154 INFO:teuthology.orchestra.run.smithi186.stdout:(2/4): kernel-core-6.9.0-0.rc2.1.el10.x86_64.rp 5.2 MB/s | 16 MB 00:03 2024-04-18T21:39:22.659 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-04-18T21:39:22.659 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-04-18T21:39:23.049 INFO:teuthology.orchestra.run.smithi186.stdout:(3/4): kernel-modules-core-6.9.0-0.rc2.1.el10.x 7.0 MB/s | 27 MB 00:03 2024-04-18T21:39:23.407 INFO:teuthology.orchestra.run.smithi186.stdout:(4/4): kernel-modules-6.9.0-0.rc2.1.el10.x86_64 7.8 MB/s | 34 MB 00:04 2024-04-18T21:39:23.411 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2024-04-18T21:39:23.411 INFO:teuthology.orchestra.run.smithi186.stdout:Total 18 MB/s | 78 MB 00:04 2024-04-18T21:39:23.411 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2024-04-18T21:39:23.792 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2024-04-18T21:39:23.792 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2024-04-18T21:39:24.072 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-18T21:39:24.206 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-18T21:39:24.626 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2024-04-18T21:39:24.626 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2024-04-18T21:39:24.987 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-04-18T21:39:25.645 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-18T21:39:25.753 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-18T21:39:26.858 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2024-04-18T21:39:27.501 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-18T21:39:27.607 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-18T21:39:28.205 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-18T21:39:28.351 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-18T21:39:29.380 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-18T21:39:29.420 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T21:39:29.950 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-18T21:39:30.082 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-18T21:39:33.489 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-18T21:39:33.532 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T21:39:34.616 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T21:39:34.899 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-18T21:39:35.004 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T21:39:38.903 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T21:39:39.863 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T21:40:06.069 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T21:40:06.069 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-18T21:40:06.069 INFO:teuthology.orchestra.run.smithi031.stdout:gzip: /lib/modules/6.9.0-0.rc2.1.el10.x86_64/symvers.xz: not in gzip format 2024-04-18T21:40:06.070 INFO:teuthology.orchestra.run.smithi031.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-18T21:40:06.070 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-18T21:40:06.114 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T21:40:06.449 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T21:40:06.449 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : kernel-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-18T21:40:06.450 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-18T21:40:06.450 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-18T21:40:06.854 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T21:40:06.854 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-18T21:40:06.854 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2024-04-18T21:40:06.854 INFO:teuthology.orchestra.run.smithi031.stdout: kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T21:40:06.854 INFO:teuthology.orchestra.run.smithi031.stdout: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T21:40:06.854 INFO:teuthology.orchestra.run.smithi031.stdout: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T21:40:06.854 INFO:teuthology.orchestra.run.smithi031.stdout: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T21:40:06.854 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-18T21:40:06.854 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-04-18T21:40:07.203 DEBUG:teuthology.orchestra.run.smithi031:> rpm -q kernel | sort -rV | head -n 1 2024-04-18T21:40:07.314 INFO:teuthology.orchestra.run.smithi031.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T21:40:07.314 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-18T21:40:07.314 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-18T21:40:07.314 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-18T21:40:07.314 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-18T21:40:07.314 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-18T21:40:07.314 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi031.front.sepia.ceph.com, path=None, version=distro) 2024-04-18T21:40:07.315 DEBUG:teuthology.orchestra.run.smithi031:> rpm -q kernel | sort -rV | head -n 1 2024-04-18T21:40:07.397 INFO:teuthology.orchestra.run.smithi031.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T21:40:07.397 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-18T21:40:07.397 DEBUG:teuthology.orchestra.run.smithi031:> sudo rpm -qi grub2-tools 2024-04-18T21:40:07.446 INFO:teuthology.orchestra.run.smithi031.stdout:Name : grub2-tools 2024-04-18T21:40:07.446 INFO:teuthology.orchestra.run.smithi031.stdout:Epoch : 1 2024-04-18T21:40:07.446 INFO:teuthology.orchestra.run.smithi031.stdout:Version : 2.06 2024-04-18T21:40:07.446 INFO:teuthology.orchestra.run.smithi031.stdout:Release : 68.el9 2024-04-18T21:40:07.446 INFO:teuthology.orchestra.run.smithi031.stdout:Architecture: x86_64 2024-04-18T21:40:07.446 INFO:teuthology.orchestra.run.smithi031.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-18T21:40:07.446 INFO:teuthology.orchestra.run.smithi031.stdout:Group : Unspecified 2024-04-18T21:40:07.446 INFO:teuthology.orchestra.run.smithi031.stdout:Size : 8264254 2024-04-18T21:40:07.446 INFO:teuthology.orchestra.run.smithi031.stdout:License : GPLv3+ 2024-04-18T21:40:07.447 INFO:teuthology.orchestra.run.smithi031.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-18T21:40:07.447 INFO:teuthology.orchestra.run.smithi031.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-18T21:40:07.447 INFO:teuthology.orchestra.run.smithi031.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-18T21:40:07.447 INFO:teuthology.orchestra.run.smithi031.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-18T21:40:07.447 INFO:teuthology.orchestra.run.smithi031.stdout:Packager : builder@centos.org 2024-04-18T21:40:07.447 INFO:teuthology.orchestra.run.smithi031.stdout:Vendor : CentOS 2024-04-18T21:40:07.447 INFO:teuthology.orchestra.run.smithi031.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-18T21:40:07.447 INFO:teuthology.orchestra.run.smithi031.stdout:Summary : Support tools for GRUB. 2024-04-18T21:40:07.447 INFO:teuthology.orchestra.run.smithi031.stdout:Description : 2024-04-18T21:40:07.447 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-18T21:40:07.447 INFO:teuthology.orchestra.run.smithi031.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-18T21:40:07.447 INFO:teuthology.orchestra.run.smithi031.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-18T21:40:07.447 INFO:teuthology.orchestra.run.smithi031.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-18T21:40:07.447 INFO:teuthology.orchestra.run.smithi031.stdout:hardware devices. 2024-04-18T21:40:07.448 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-18T21:40:07.448 INFO:teuthology.orchestra.run.smithi031.stdout:This subpackage provides tools for support of all platforms. 2024-04-18T21:40:07.448 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-18T21:40:07.449 INFO:teuthology.task.kernel:Updating grub on smithi031 to boot 6.9.0-0.rc2.1.el10.x86_64 2024-04-18T21:40:07.449 DEBUG:teuthology.orchestra.run.smithi031:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-18T21:40:08.043 INFO:teuthology.orchestra.run.smithi031.stderr:Generating grub configuration file ... 2024-04-18T21:40:09.363 INFO:teuthology.orchestra.run.smithi031.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-18T21:40:09.397 INFO:teuthology.orchestra.run.smithi031.stderr:done 2024-04-18T21:40:09.399 DEBUG:teuthology.orchestra.run.smithi031:> mktemp 2024-04-18T21:40:09.416 INFO:teuthology.orchestra.run.smithi031.stdout:/tmp/tmp.m6yjErUMRl 2024-04-18T21:40:09.416 DEBUG:teuthology.orchestra.run.smithi031:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.m6yjErUMRl 2024-04-18T21:40:09.480 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T21:40:09.480 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-18T21:40:09.480 INFO:teuthology.orchestra.run.smithi186.stdout:gzip: /lib/modules/6.9.0-0.rc2.1.el10.x86_64/symvers.xz: not in gzip format 2024-04-18T21:40:09.480 INFO:teuthology.orchestra.run.smithi186.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-18T21:40:09.480 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-18T21:40:09.516 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod 0666 /tmp/tmp.m6yjErUMRl 2024-04-18T21:40:09.522 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T21:40:09.618 DEBUG:teuthology.orchestra.remote:smithi031:/tmp/tmp.m6yjErUMRl is 6KB 2024-04-18T21:40:09.667 DEBUG:teuthology.orchestra.run.smithi031:> rm -fr /tmp/tmp.m6yjErUMRl 2024-04-18T21:40:09.682 DEBUG:teuthology.orchestra.run.smithi031:> sudo /bin/ls /boot/loader/entries || true 2024-04-18T21:40:09.750 INFO:teuthology.orchestra.run.smithi031.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-18T21:40:09.750 INFO:teuthology.orchestra.run.smithi031.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-18T21:40:09.750 INFO:teuthology.orchestra.run.smithi031.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-18T21:40:09.750 INFO:teuthology.orchestra.run.smithi031.stdout:15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64.conf 2024-04-18T21:40:09.752 DEBUG:teuthology.orchestra.run.smithi031:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T21:40:09.894 DEBUG:teuthology.orchestra.run.smithi031:> sudo shutdown -r now 2024-04-18T21:40:09.896 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T21:40:09.897 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : kernel-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-18T21:40:09.898 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-18T21:40:09.898 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-18T21:40:10.209 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T21:40:10.209 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-18T21:40:10.209 INFO:teuthology.orchestra.run.smithi040.stdout:gzip: /lib/modules/6.9.0-0.rc2.1.el10.x86_64/symvers.xz: not in gzip format 2024-04-18T21:40:10.209 INFO:teuthology.orchestra.run.smithi040.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-18T21:40:10.209 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-18T21:40:10.253 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T21:40:10.368 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T21:40:10.368 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-18T21:40:10.368 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2024-04-18T21:40:10.368 INFO:teuthology.orchestra.run.smithi186.stdout: kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T21:40:10.368 INFO:teuthology.orchestra.run.smithi186.stdout: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T21:40:10.368 INFO:teuthology.orchestra.run.smithi186.stdout: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T21:40:10.368 INFO:teuthology.orchestra.run.smithi186.stdout: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T21:40:10.369 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-18T21:40:10.369 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-04-18T21:40:10.666 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T21:40:10.666 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : kernel-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-18T21:40:10.666 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-18T21:40:10.667 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-18T21:40:10.702 DEBUG:teuthology.orchestra.run.smithi186:> rpm -q kernel | sort -rV | head -n 1 2024-04-18T21:40:10.804 INFO:teuthology.orchestra.run.smithi186.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T21:40:10.804 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-18T21:40:10.805 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-18T21:40:10.805 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-18T21:40:10.805 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-18T21:40:10.805 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-04-18T21:40:10.805 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi186.front.sepia.ceph.com, path=None, version=distro) 2024-04-18T21:40:10.805 DEBUG:teuthology.orchestra.run.smithi186:> rpm -q kernel | sort -rV | head -n 1 2024-04-18T21:40:10.885 INFO:teuthology.orchestra.run.smithi186.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T21:40:10.885 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-18T21:40:10.885 DEBUG:teuthology.orchestra.run.smithi186:> sudo rpm -qi grub2-tools 2024-04-18T21:40:10.921 INFO:teuthology.orchestra.run.smithi186.stdout:Name : grub2-tools 2024-04-18T21:40:10.921 INFO:teuthology.orchestra.run.smithi186.stdout:Epoch : 1 2024-04-18T21:40:10.921 INFO:teuthology.orchestra.run.smithi186.stdout:Version : 2.06 2024-04-18T21:40:10.921 INFO:teuthology.orchestra.run.smithi186.stdout:Release : 68.el9 2024-04-18T21:40:10.921 INFO:teuthology.orchestra.run.smithi186.stdout:Architecture: x86_64 2024-04-18T21:40:10.921 INFO:teuthology.orchestra.run.smithi186.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-18T21:40:10.921 INFO:teuthology.orchestra.run.smithi186.stdout:Group : Unspecified 2024-04-18T21:40:10.921 INFO:teuthology.orchestra.run.smithi186.stdout:Size : 8264254 2024-04-18T21:40:10.921 INFO:teuthology.orchestra.run.smithi186.stdout:License : GPLv3+ 2024-04-18T21:40:10.922 INFO:teuthology.orchestra.run.smithi186.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-18T21:40:10.922 INFO:teuthology.orchestra.run.smithi186.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-18T21:40:10.922 INFO:teuthology.orchestra.run.smithi186.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-18T21:40:10.922 INFO:teuthology.orchestra.run.smithi186.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-18T21:40:10.922 INFO:teuthology.orchestra.run.smithi186.stdout:Packager : builder@centos.org 2024-04-18T21:40:10.922 INFO:teuthology.orchestra.run.smithi186.stdout:Vendor : CentOS 2024-04-18T21:40:10.922 INFO:teuthology.orchestra.run.smithi186.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-18T21:40:10.922 INFO:teuthology.orchestra.run.smithi186.stdout:Summary : Support tools for GRUB. 2024-04-18T21:40:10.922 INFO:teuthology.orchestra.run.smithi186.stdout:Description : 2024-04-18T21:40:10.922 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-18T21:40:10.922 INFO:teuthology.orchestra.run.smithi186.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-18T21:40:10.922 INFO:teuthology.orchestra.run.smithi186.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-18T21:40:10.922 INFO:teuthology.orchestra.run.smithi186.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-18T21:40:10.923 INFO:teuthology.orchestra.run.smithi186.stdout:hardware devices. 2024-04-18T21:40:10.923 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-18T21:40:10.923 INFO:teuthology.orchestra.run.smithi186.stdout:This subpackage provides tools for support of all platforms. 2024-04-18T21:40:10.924 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-18T21:40:10.924 INFO:teuthology.task.kernel:Updating grub on smithi186 to boot 6.9.0-0.rc2.1.el10.x86_64 2024-04-18T21:40:10.924 DEBUG:teuthology.orchestra.run.smithi186:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-18T21:40:11.137 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T21:40:11.137 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-18T21:40:11.137 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-04-18T21:40:11.137 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T21:40:11.137 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T21:40:11.137 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T21:40:11.138 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T21:40:11.138 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-18T21:40:11.138 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-18T21:40:11.470 DEBUG:teuthology.orchestra.run.smithi040:> rpm -q kernel | sort -rV | head -n 1 2024-04-18T21:40:11.546 INFO:teuthology.orchestra.run.smithi186.stderr:Generating grub configuration file ... 2024-04-18T21:40:11.566 INFO:teuthology.orchestra.run.smithi040.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T21:40:11.566 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-18T21:40:11.566 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-18T21:40:11.566 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-18T21:40:11.566 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-18T21:40:11.567 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-18T21:40:11.567 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi040.front.sepia.ceph.com, path=None, version=distro) 2024-04-18T21:40:11.567 DEBUG:teuthology.orchestra.run.smithi040:> rpm -q kernel | sort -rV | head -n 1 2024-04-18T21:40:11.649 INFO:teuthology.orchestra.run.smithi040.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T21:40:11.649 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-18T21:40:11.650 DEBUG:teuthology.orchestra.run.smithi040:> sudo rpm -qi grub2-tools 2024-04-18T21:40:11.695 INFO:teuthology.orchestra.run.smithi040.stdout:Name : grub2-tools 2024-04-18T21:40:11.695 INFO:teuthology.orchestra.run.smithi040.stdout:Epoch : 1 2024-04-18T21:40:11.695 INFO:teuthology.orchestra.run.smithi040.stdout:Version : 2.06 2024-04-18T21:40:11.695 INFO:teuthology.orchestra.run.smithi040.stdout:Release : 68.el9 2024-04-18T21:40:11.695 INFO:teuthology.orchestra.run.smithi040.stdout:Architecture: x86_64 2024-04-18T21:40:11.695 INFO:teuthology.orchestra.run.smithi040.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-18T21:40:11.695 INFO:teuthology.orchestra.run.smithi040.stdout:Group : Unspecified 2024-04-18T21:40:11.695 INFO:teuthology.orchestra.run.smithi040.stdout:Size : 8264254 2024-04-18T21:40:11.695 INFO:teuthology.orchestra.run.smithi040.stdout:License : GPLv3+ 2024-04-18T21:40:11.695 INFO:teuthology.orchestra.run.smithi040.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-18T21:40:11.695 INFO:teuthology.orchestra.run.smithi040.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-18T21:40:11.696 INFO:teuthology.orchestra.run.smithi040.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-18T21:40:11.696 INFO:teuthology.orchestra.run.smithi040.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-18T21:40:11.696 INFO:teuthology.orchestra.run.smithi040.stdout:Packager : builder@centos.org 2024-04-18T21:40:11.696 INFO:teuthology.orchestra.run.smithi040.stdout:Vendor : CentOS 2024-04-18T21:40:11.696 INFO:teuthology.orchestra.run.smithi040.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-18T21:40:11.696 INFO:teuthology.orchestra.run.smithi040.stdout:Summary : Support tools for GRUB. 2024-04-18T21:40:11.696 INFO:teuthology.orchestra.run.smithi040.stdout:Description : 2024-04-18T21:40:11.696 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-18T21:40:11.696 INFO:teuthology.orchestra.run.smithi040.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-18T21:40:11.696 INFO:teuthology.orchestra.run.smithi040.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-18T21:40:11.696 INFO:teuthology.orchestra.run.smithi040.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-18T21:40:11.696 INFO:teuthology.orchestra.run.smithi040.stdout:hardware devices. 2024-04-18T21:40:11.696 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-18T21:40:11.696 INFO:teuthology.orchestra.run.smithi040.stdout:This subpackage provides tools for support of all platforms. 2024-04-18T21:40:11.697 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-18T21:40:11.697 INFO:teuthology.task.kernel:Updating grub on smithi040 to boot 6.9.0-0.rc2.1.el10.x86_64 2024-04-18T21:40:11.697 DEBUG:teuthology.orchestra.run.smithi040:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-18T21:40:12.249 INFO:teuthology.orchestra.run.smithi040.stderr:Generating grub configuration file ... 2024-04-18T21:40:12.905 INFO:teuthology.orchestra.run.smithi186.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-18T21:40:12.934 INFO:teuthology.orchestra.run.smithi186.stderr:done 2024-04-18T21:40:12.936 DEBUG:teuthology.orchestra.run.smithi186:> mktemp 2024-04-18T21:40:12.951 INFO:teuthology.orchestra.run.smithi186.stdout:/tmp/tmp.cb1dbrGVfH 2024-04-18T21:40:12.952 DEBUG:teuthology.orchestra.run.smithi186:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.cb1dbrGVfH 2024-04-18T21:40:13.027 DEBUG:teuthology.orchestra.run.smithi186:> sudo chmod 0666 /tmp/tmp.cb1dbrGVfH 2024-04-18T21:40:13.174 DEBUG:teuthology.orchestra.remote:smithi186:/tmp/tmp.cb1dbrGVfH is 6KB 2024-04-18T21:40:13.222 DEBUG:teuthology.orchestra.run.smithi186:> rm -fr /tmp/tmp.cb1dbrGVfH 2024-04-18T21:40:13.238 DEBUG:teuthology.orchestra.run.smithi186:> sudo /bin/ls /boot/loader/entries || true 2024-04-18T21:40:13.302 INFO:teuthology.orchestra.run.smithi186.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-18T21:40:13.302 INFO:teuthology.orchestra.run.smithi186.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-18T21:40:13.302 INFO:teuthology.orchestra.run.smithi186.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-18T21:40:13.302 INFO:teuthology.orchestra.run.smithi186.stdout:15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64.conf 2024-04-18T21:40:13.304 DEBUG:teuthology.orchestra.run.smithi186:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T21:40:13.447 DEBUG:teuthology.orchestra.run.smithi186:> sudo shutdown -r now 2024-04-18T21:40:13.720 INFO:teuthology.orchestra.run.smithi040.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-18T21:40:13.756 INFO:teuthology.orchestra.run.smithi040.stderr:done 2024-04-18T21:40:13.759 DEBUG:teuthology.orchestra.run.smithi040:> mktemp 2024-04-18T21:40:13.775 INFO:teuthology.orchestra.run.smithi040.stdout:/tmp/tmp.3UouAamsGL 2024-04-18T21:40:13.775 DEBUG:teuthology.orchestra.run.smithi040:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.3UouAamsGL 2024-04-18T21:40:13.855 DEBUG:teuthology.orchestra.run.smithi040:> sudo chmod 0666 /tmp/tmp.3UouAamsGL 2024-04-18T21:40:14.006 DEBUG:teuthology.orchestra.remote:smithi040:/tmp/tmp.3UouAamsGL is 6KB 2024-04-18T21:40:14.056 DEBUG:teuthology.orchestra.run.smithi040:> rm -fr /tmp/tmp.3UouAamsGL 2024-04-18T21:40:14.072 DEBUG:teuthology.orchestra.run.smithi040:> sudo /bin/ls /boot/loader/entries || true 2024-04-18T21:40:14.151 INFO:teuthology.orchestra.run.smithi040.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-18T21:40:14.151 INFO:teuthology.orchestra.run.smithi040.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-18T21:40:14.151 INFO:teuthology.orchestra.run.smithi040.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-18T21:40:14.151 INFO:teuthology.orchestra.run.smithi040.stdout:15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64.conf 2024-04-18T21:40:14.152 DEBUG:teuthology.orchestra.run.smithi040:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T21:40:14.326 DEBUG:teuthology.orchestra.run.smithi040:> sudo shutdown -r now 2024-04-18T21:40:39.918 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-18T21:40:39.919 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-04-18T21:40:39.920 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T21:40:43.453 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-04-18T21:40:43.453 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-04-18T21:40:43.454 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T21:40:44.329 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-18T21:40:44.329 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-04-18T21:40:44.330 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T21:40:58.270 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.31 2024-04-18T21:41:01.858 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.186 2024-04-18T21:41:02.878 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.40 2024-04-18T21:41:07.277 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-04-18T21:41:07.278 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T21:41:10.339 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.31 2024-04-18T21:41:10.860 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-04-18T21:41:10.860 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T21:41:11.880 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-04-18T21:41:11.881 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T21:41:13.918 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.186 2024-04-18T21:41:22.346 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-04-18T21:41:22.347 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T21:41:25.406 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.31 2024-04-18T21:41:25.921 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-04-18T21:41:25.922 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T21:41:40.419 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-04-18T21:41:40.420 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T21:41:43.486 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.31 2024-04-18T21:42:01.502 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-04-18T21:42:01.503 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T21:42:11.890 DEBUG:teuthology.orchestra.remote:timed out 2024-04-18T21:42:23.902 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-04-18T21:42:23.903 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T21:42:24.269 DEBUG:teuthology.orchestra.run.smithi040:> true 2024-04-18T21:42:24.680 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-04-18T21:42:24.680 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "6.9.0-0.rc2.1.el10.x86_64"... 2024-04-18T21:42:24.681 DEBUG:teuthology.orchestra.run.smithi040:> uname -r 2024-04-18T21:42:24.698 INFO:teuthology.orchestra.run.smithi040.stdout:6.9.0-0.rc2.1.el10.x86_64 2024-04-18T21:42:24.699 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-18T21:42:24.699 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-18T21:42:24.699 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-18T21:42:25.699 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-18T21:42:25.700 DEBUG:teuthology.orchestra.run.smithi040:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-18T21:42:25.819 INFO:teuthology.orchestra.run.smithi040.stdout:ttyS1 2024-04-18T21:42:25.867 DEBUG:teuthology.parallel:result is None 2024-04-18T21:42:25.925 DEBUG:teuthology.orchestra.remote:timed out 2024-04-18T21:42:33.414 DEBUG:teuthology.orchestra.run.smithi031:> true 2024-04-18T21:42:33.795 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-04-18T21:42:33.795 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "6.9.0-0.rc2.1.el10.x86_64"... 2024-04-18T21:42:33.796 DEBUG:teuthology.orchestra.run.smithi031:> uname -r 2024-04-18T21:42:33.812 INFO:teuthology.orchestra.run.smithi031.stdout:6.9.0-0.rc2.1.el10.x86_64 2024-04-18T21:42:33.812 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-18T21:42:33.813 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-18T21:42:33.813 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-18T21:42:34.813 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-18T21:42:34.813 DEBUG:teuthology.orchestra.run.smithi031:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-18T21:42:34.886 INFO:teuthology.orchestra.run.smithi031.stdout:ttyS1 2024-04-18T21:42:34.929 DEBUG:teuthology.parallel:result is None 2024-04-18T21:42:40.926 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-04-18T21:42:40.926 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T21:42:41.329 DEBUG:teuthology.orchestra.run.smithi186:> true 2024-04-18T21:42:41.767 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-04-18T21:42:41.767 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "6.9.0-0.rc2.1.el10.x86_64"... 2024-04-18T21:42:41.768 DEBUG:teuthology.orchestra.run.smithi186:> uname -r 2024-04-18T21:42:41.785 INFO:teuthology.orchestra.run.smithi186.stdout:6.9.0-0.rc2.1.el10.x86_64 2024-04-18T21:42:41.785 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-18T21:42:41.785 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-18T21:42:41.786 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-18T21:42:42.786 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-18T21:42:42.787 DEBUG:teuthology.orchestra.run.smithi186:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-18T21:42:42.875 INFO:teuthology.orchestra.run.smithi186.stdout:ttyS1 2024-04-18T21:42:42.916 DEBUG:teuthology.parallel:result is None 2024-04-18T21:42:42.916 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-18T21:42:42.923 INFO:teuthology.task.internal:Creating test directory... 2024-04-18T21:42:42.923 DEBUG:teuthology.orchestra.run.smithi031:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-18T21:42:42.926 DEBUG:teuthology.orchestra.run.smithi040:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-18T21:42:42.928 DEBUG:teuthology.orchestra.run.smithi186:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-18T21:42:42.947 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-18T21:42:42.956 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-18T21:42:42.963 INFO:teuthology.task.internal:Creating archive directory... 2024-04-18T21:42:42.963 DEBUG:teuthology.orchestra.run.smithi031:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-18T21:42:42.996 DEBUG:teuthology.orchestra.run.smithi040:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-18T21:42:42.998 DEBUG:teuthology.orchestra.run.smithi186:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-18T21:42:43.031 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-18T21:42:43.042 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-18T21:42:43.043 DEBUG:teuthology.orchestra.run.smithi031:> 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-18T21:42:43.060 DEBUG:teuthology.orchestra.run.smithi040:> 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-18T21:42:43.067 DEBUG:teuthology.orchestra.run.smithi186:> 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-18T21:42:43.096 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-18T21:42:43.107 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-18T21:42:43.109 INFO:teuthology.orchestra.run.smithi186.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-18T21:42:43.116 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-18T21:42:43.122 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-18T21:42:43.132 INFO:teuthology.orchestra.run.smithi186.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-18T21:42:43.133 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-18T21:42:43.142 INFO:teuthology.task.internal:Configuring sudo... 2024-04-18T21:42:43.142 DEBUG:teuthology.orchestra.run.smithi031:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-18T21:42:43.172 DEBUG:teuthology.orchestra.run.smithi040:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-18T21:42:43.176 DEBUG:teuthology.orchestra.run.smithi186:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-18T21:42:43.212 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-18T21:42:43.222 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-18T21:42:43.222 DEBUG:teuthology.orchestra.run.smithi031:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-18T21:42:43.243 DEBUG:teuthology.orchestra.run.smithi040:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-18T21:42:43.247 DEBUG:teuthology.orchestra.run.smithi186:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-18T21:42:43.269 DEBUG:teuthology.orchestra.run.smithi031:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-18T21:42:43.343 DEBUG:teuthology.orchestra.run.smithi031:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-18T21:42:43.402 DEBUG:teuthology.orchestra.run.smithi031:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-18T21:42:43.485 DEBUG:teuthology.orchestra.run.smithi031:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-18T21:42:43.536 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-04-18T21:42:43.536 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-18T21:42:43.607 DEBUG:teuthology.orchestra.run.smithi040:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-18T21:42:43.651 DEBUG:teuthology.orchestra.run.smithi040:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-18T21:42:43.742 DEBUG:teuthology.orchestra.run.smithi040:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-18T21:42:43.797 DEBUG:teuthology.orchestra.run.smithi040:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-18T21:42:43.839 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-04-18T21:42:43.839 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-18T21:42:43.913 DEBUG:teuthology.orchestra.run.smithi186:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-18T21:42:43.962 DEBUG:teuthology.orchestra.run.smithi186:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-18T21:42:44.045 DEBUG:teuthology.orchestra.run.smithi186:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-18T21:42:44.090 DEBUG:teuthology.orchestra.run.smithi186:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-18T21:42:44.139 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-04-18T21:42:44.140 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-18T21:42:44.212 DEBUG:teuthology.orchestra.run.smithi031:> sudo service rsyslog restart 2024-04-18T21:42:44.216 DEBUG:teuthology.orchestra.run.smithi040:> sudo service rsyslog restart 2024-04-18T21:42:44.219 DEBUG:teuthology.orchestra.run.smithi186:> sudo service rsyslog restart 2024-04-18T21:42:44.256 INFO:teuthology.orchestra.run.smithi031.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-18T21:42:44.273 INFO:teuthology.orchestra.run.smithi040.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-18T21:42:44.310 INFO:teuthology.orchestra.run.smithi186.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-18T21:42:44.715 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-18T21:42:44.722 INFO:teuthology.task.internal:Starting timer... 2024-04-18T21:42:44.722 INFO:teuthology.run_tasks:Running task pcp... 2024-04-18T21:42:44.741 INFO:teuthology.run_tasks:Running task selinux... 2024-04-18T21:42:44.754 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-18T21:42:44.754 DEBUG:teuthology.orchestra.run.smithi031:> sudo service auditd rotate 2024-04-18T21:42:44.831 INFO:teuthology.orchestra.run.smithi031.stdout:Rotating logs: 2024-04-18T21:42:44.833 DEBUG:teuthology.orchestra.run.smithi040:> sudo service auditd rotate 2024-04-18T21:42:44.904 INFO:teuthology.orchestra.run.smithi040.stdout:Rotating logs: 2024-04-18T21:42:44.905 DEBUG:teuthology.orchestra.run.smithi186:> sudo service auditd rotate 2024-04-18T21:42:44.976 INFO:teuthology.orchestra.run.smithi186.stdout:Rotating logs: 2024-04-18T21:42:44.978 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-18T21:42:44.978 DEBUG:teuthology.orchestra.run.smithi031:> /usr/sbin/getenforce 2024-04-18T21:42:45.005 INFO:teuthology.orchestra.run.smithi031.stdout:Permissive 2024-04-18T21:42:45.005 DEBUG:teuthology.orchestra.run.smithi040:> /usr/sbin/getenforce 2024-04-18T21:42:45.034 INFO:teuthology.orchestra.run.smithi040.stdout:Permissive 2024-04-18T21:42:45.035 DEBUG:teuthology.orchestra.run.smithi186:> /usr/sbin/getenforce 2024-04-18T21:42:45.053 INFO:teuthology.orchestra.run.smithi186.stdout:Permissive 2024-04-18T21:42:45.054 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi031.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi040.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi186.front.sepia.ceph.com': 'permissive'} 2024-04-18T21:42:45.054 DEBUG:teuthology.orchestra.run.smithi031:> 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-18T21:42:45.087 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T21:42:45.087 DEBUG:teuthology.orchestra.run.smithi040:> 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-18T21:42:45.117 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T21:42:45.118 DEBUG:teuthology.orchestra.run.smithi186:> 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-18T21:42:45.156 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T21:42:45.156 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-18T21:42:45.156 DEBUG:teuthology.orchestra.run.smithi031:> sudo /usr/sbin/setenforce permissive 2024-04-18T21:42:45.190 DEBUG:teuthology.orchestra.run.smithi040:> sudo /usr/sbin/setenforce permissive 2024-04-18T21:42:45.226 DEBUG:teuthology.orchestra.run.smithi186:> sudo /usr/sbin/setenforce permissive 2024-04-18T21:42:45.264 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-18T21:42:45.274 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-18T21:42:45.302 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-18T21:42:45.304 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi031.front.sepia.ceph.com,smithi040.front.sepia.ceph.com,smithi186.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-18T21:46:39.142 INFO:teuthology.task.ansible:Archiving ansible failure log at: /home/teuthworker/archive/teuthology-2024-04-18_21:00:02-rados-squid-distro-default-smithi/7662531/ansible_failures.yaml 2024-04-18T21:46:39.145 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: smithi186.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: []smithi040.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: []smithi031.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-18T21:46:39.379 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=cb4a7b17c95b43819715cc45bd5da48f 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: smithi186.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: []smithi040.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: []smithi031.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-18T21:46:39.381 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-18T21:46:39.390 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-18T21:46:39.390 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-18T21:46:39.413 DEBUG:teuthology.orchestra.run.smithi031:> 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-18T21:46:39.485 DEBUG:teuthology.orchestra.run.smithi040:> 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-18T21:46:39.553 DEBUG:teuthology.orchestra.run.smithi186:> 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-18T21:46:39.621 DEBUG:teuthology.orchestra.run.smithi031:> 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-18T21:46:39.656 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T21:46:39.657 DEBUG:teuthology.orchestra.run.smithi040:> 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-18T21:46:39.691 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T21:46:39.692 DEBUG:teuthology.orchestra.run.smithi186:> 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-18T21:46:39.725 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T21:46:39.726 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-18T21:46:39.734 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-18T21:46:39.743 INFO:teuthology.task.internal:Duration was 235.020916 seconds 2024-04-18T21:46:39.744 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-18T21:46:39.754 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-18T21:46:39.754 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-18T21:46:39.757 DEBUG:teuthology.orchestra.run.smithi040:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-18T21:46:39.759 DEBUG:teuthology.orchestra.run.smithi186:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-18T21:46:39.805 INFO:teuthology.orchestra.run.smithi031.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-18T21:46:39.806 INFO:teuthology.orchestra.run.smithi040.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-18T21:46:39.814 INFO:teuthology.orchestra.run.smithi186.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-18T21:46:40.083 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-18T21:46:40.083 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi031.front.sepia.ceph.com 2024-04-18T21:46:40.084 DEBUG:teuthology.orchestra.run.smithi031:> 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-18T21:46:40.118 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi040.front.sepia.ceph.com 2024-04-18T21:46:40.118 DEBUG:teuthology.orchestra.run.smithi040:> 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-18T21:46:40.147 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi186.front.sepia.ceph.com 2024-04-18T21:46:40.148 DEBUG:teuthology.orchestra.run.smithi186:> 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-18T21:46:40.176 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-18T21:46:40.176 DEBUG:teuthology.orchestra.run.smithi031:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-18T21:46:40.179 DEBUG:teuthology.orchestra.run.smithi040:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-18T21:46:40.190 DEBUG:teuthology.orchestra.run.smithi186:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-18T21:46:40.246 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-18T21:46:40.246 DEBUG:teuthology.orchestra.run.smithi031:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-18T21:46:40.250 DEBUG:teuthology.orchestra.run.smithi040:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-18T21:46:40.259 DEBUG:teuthology.orchestra.run.smithi186:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-18T21:46:40.372 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-18T21:46:40.381 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-18T21:46:40.381 DEBUG:teuthology.orchestra.run.smithi031:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-18T21:46:40.410 DEBUG:teuthology.orchestra.run.smithi040:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-18T21:46:40.439 DEBUG:teuthology.orchestra.run.smithi186:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-18T21:46:40.468 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-18T21:46:40.477 DEBUG:teuthology.orchestra.run.smithi031:> 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-18T21:46:40.479 DEBUG:teuthology.orchestra.run.smithi040:> 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-18T21:46:40.482 DEBUG:teuthology.orchestra.run.smithi186:> 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-18T21:46:40.504 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern = core 2024-04-18T21:46:40.506 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern = core 2024-04-18T21:46:40.535 INFO:teuthology.orchestra.run.smithi186.stdout:kernel.core_pattern = core 2024-04-18T21:46:40.668 DEBUG:teuthology.orchestra.run.smithi031:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-18T21:46:40.723 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T21:46:40.723 DEBUG:teuthology.orchestra.run.smithi040:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-18T21:46:40.738 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T21:46:40.738 DEBUG:teuthology.orchestra.run.smithi186:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-18T21:46:40.753 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T21:46:40.753 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-18T21:46:40.763 INFO:teuthology.task.internal:Transferring archived files... 2024-04-18T21:46:40.764 DEBUG:teuthology.misc:Transferring archived files from smithi031:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-18_21:00:02-rados-squid-distro-default-smithi/7662531/remote/smithi031 2024-04-18T21:46:40.765 DEBUG:teuthology.orchestra.run.smithi031:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-18T21:46:40.819 DEBUG:teuthology.misc:Transferring archived files from smithi040:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-18_21:00:02-rados-squid-distro-default-smithi/7662531/remote/smithi040 2024-04-18T21:46:40.820 DEBUG:teuthology.orchestra.run.smithi040:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-18T21:46:40.869 DEBUG:teuthology.misc:Transferring archived files from smithi186:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-18_21:00:02-rados-squid-distro-default-smithi/7662531/remote/smithi186 2024-04-18T21:46:40.870 DEBUG:teuthology.orchestra.run.smithi186:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-18T21:46:40.920 INFO:teuthology.task.internal:Removing archive directory... 2024-04-18T21:46:40.920 DEBUG:teuthology.orchestra.run.smithi031:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-18T21:46:40.922 DEBUG:teuthology.orchestra.run.smithi040:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-18T21:46:40.925 DEBUG:teuthology.orchestra.run.smithi186:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-18T21:46:40.971 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-18T21:46:40.980 INFO:teuthology.task.internal:Not uploading archives. 2024-04-18T21:46:40.980 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-18T21:46:40.994 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-18T21:46:40.994 DEBUG:teuthology.orchestra.run.smithi031:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-18T21:46:40.997 DEBUG:teuthology.orchestra.run.smithi040:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-18T21:46:40.999 DEBUG:teuthology.orchestra.run.smithi186:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-18T21:46:41.009 INFO:teuthology.orchestra.run.smithi031.stdout: 264972 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 18 21:46 /home/ubuntu/cephtest 2024-04-18T21:46:41.012 INFO:teuthology.orchestra.run.smithi040.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 18 21:46 /home/ubuntu/cephtest 2024-04-18T21:46:41.026 INFO:teuthology.orchestra.run.smithi186.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 18 21:46 /home/ubuntu/cephtest 2024-04-18T21:46:41.028 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-18T21:46:41.037 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-18T21:46:41.057 INFO:teuthology.nuke:Checking targets against current locks 2024-04-18T21:46:41.085 DEBUG:teuthology.nuke:shortname: smithi031 2024-04-18T21:46:41.086 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-18T21:46:41.113 DEBUG:teuthology.nuke:shortname: smithi040 2024-04-18T21:46:41.113 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-18T21:46:41.119 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi031.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-18_21:00:02-rados-squid-distro-default-smithi/7662531', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-18 21:30:31.100469', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLHZHqQC4ePmPe3S7CadRwEBTUHsCuoNHkPpiF1HIaaKTeEFOIIfqDV/rZO2FAKIt7wjS+4HRWakl7l9Ru4MXYU='} 2024-04-18T21:46:41.140 DEBUG:teuthology.nuke:shortname: smithi186 2024-04-18T21:46:41.141 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-18T21:46:41.148 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi040.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-18_21:00:02-rados-squid-distro-default-smithi/7662531', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-18 21:30:31.099587', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCUU9ycfkUj8tytuttZgaP7tST+DLA42v4JD2XU7H2YNJwpBVAHwZRn0+2f/ljsmSBFSVfUOSjn12Kcy8ifrtz0='} 2024-04-18T21:46:41.179 INFO:teuthology.orchestra.console.smithi031:Power off 2024-04-18T21:46:41.180 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-18T21:46:41.193 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi186.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-18_21:00:02-rados-squid-distro-default-smithi/7662531', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-18 21:30:31.098503', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHlDnZuE6LIcaWLn0XtnagOADOafrqs/Tc4Ig+cHTm7E7E8/TUGtD2BnTnEULieKm+5NZMKPaRrslNLHnLlCUTE='} 2024-04-18T21:46:41.203 DEBUG:teuthology.orchestra.console.smithi031:power off output: Chassis Power Control: Down/Off 2024-04-18T21:46:41.204 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-18T21:46:41.230 INFO:teuthology.orchestra.console.smithi040:Power off 2024-04-18T21:46:41.230 DEBUG:teuthology.orchestra.console.smithi040:pexpect command: ipmitool -H smithi040.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-18T21:46:41.241 DEBUG:teuthology.orchestra.console.smithi031:check power output: Chassis Power is on 2024-04-18T21:46:41.254 DEBUG:teuthology.orchestra.console.smithi040:power off output: Chassis Power Control: Down/Off 2024-04-18T21:46:41.254 DEBUG:teuthology.orchestra.console.smithi040:pexpect command: ipmitool -H smithi040.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-18T21:46:41.272 INFO:teuthology.orchestra.console.smithi186:Power off 2024-04-18T21:46:41.273 DEBUG:teuthology.orchestra.console.smithi186:pexpect command: ipmitool -H smithi186.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-18T21:46:41.282 DEBUG:teuthology.orchestra.console.smithi040:check power output: Chassis Power is on 2024-04-18T21:46:41.295 DEBUG:teuthology.orchestra.console.smithi186:power off output: Chassis Power Control: Down/Off 2024-04-18T21:46:41.296 DEBUG:teuthology.orchestra.console.smithi186:pexpect command: ipmitool -H smithi186.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-18T21:46:41.321 DEBUG:teuthology.orchestra.console.smithi186:check power output: Chassis Power is on 2024-04-18T21:46:45.243 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-18T21:46:45.283 DEBUG:teuthology.orchestra.console.smithi040:pexpect command: ipmitool -H smithi040.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-18T21:46:45.322 DEBUG:teuthology.orchestra.console.smithi186:pexpect command: ipmitool -H smithi186.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-18T21:46:45.354 DEBUG:teuthology.orchestra.console.smithi031:check power output: Chassis Power is on 2024-04-18T21:46:45.393 DEBUG:teuthology.orchestra.console.smithi040:check power output: Chassis Power is on 2024-04-18T21:46:45.433 DEBUG:teuthology.orchestra.console.smithi186:check power output: Chassis Power is on 2024-04-18T21:46:49.359 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-18T21:46:49.394 DEBUG:teuthology.orchestra.console.smithi040:pexpect command: ipmitool -H smithi040.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-18T21:46:49.434 DEBUG:teuthology.orchestra.console.smithi186:pexpect command: ipmitool -H smithi186.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-18T21:46:49.470 DEBUG:teuthology.orchestra.console.smithi031:check power output: Chassis Power is off 2024-04-18T21:46:49.505 DEBUG:teuthology.orchestra.console.smithi040:check power output: Chassis Power is off 2024-04-18T21:46:49.544 DEBUG:teuthology.orchestra.console.smithi186:check power output: Chassis Power is off 2024-04-18T21:46:49.571 INFO:teuthology.orchestra.console.smithi031:Power off completed 2024-04-18T21:46:49.606 INFO:teuthology.orchestra.console.smithi040:Power off completed 2024-04-18T21:46:49.644 INFO:teuthology.orchestra.console.smithi186:Power off completed 2024-04-18T21:46:49.800 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_set_mon_crush_locations} duration: 235.020916223526 failure_reason: 'smithi186.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: []smithi040.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: []smithi031.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_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=cb4a7b17c95b43819715cc45bd5da48f status: dead success: false 2024-04-18T21:46:49.801 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-18T21:46:49.891 INFO:teuthology.run:DEAD