2024-04-06T03:25:49.752 INFO:root:teuthology version: 0.0.1.dev267+g6c63784 2024-04-06T03:25:49.752 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_teuthology@teuthology --name teuthology-2024-04-05_21:08:03-orch-squid-distro-default-smithi --archive /home/teuthworker/archive/teuthology-2024-04-05_21:08:03-orch-squid-distro-default-smithi/7641955 --verbose --description orch/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_set_mon_crush_locations} -- /home/teuthworker/archive/teuthology-2024-04-05_21:08:03-orch-squid-distro-default-smithi/7641955/orig.config.yaml 2024-04-06T03:25:49.783 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-06T03:25:49.861 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-05_21:08:03-orch-squid-distro-default-smithi/7641955 branch: squid description: orch/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: '7641955' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-05_21:08:03-orch-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 sha1: 9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: squid sha1: 584a67ccb9eb224c5312dccd96a82e67b0645518 owner: scheduled_teuthology@teuthology priority: 100 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: 5609 sha1: 9f192350ba5fe6d0a365b251a8c2af61f56a5fa6 sleep_before_teardown: 0 subset: 32/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_584a67ccb9eb224c5312dccd96a82e67b0645518/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 584a67ccb9eb224c5312dccd96a82e67b0645518 targets: smithi006.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBL0UCpiGFnG7/t8toQzcLEtK6k2I1+QePe+Hac4PyVbkWK7V3CQ5YGiPoQ4eDV5gKj8JskeYQDR/jt41DyKr3+U= smithi046.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJwb9bVE1eYslw712/EczaKhvnp4UTpiQABXdwvk3LLs6QKYKK7IatIGL1E25bqMx3nudhtcvHDCkiE4kt3fz5Y= smithi067.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFHgZ57AvbD+PNj8KLZ4Iz+0OJbn6KOaJnv1cSWN+8amDUXMywIxyo2xsitCJwuLGdaKzreTLmRTDqPwAacoLKM= 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 0x7f9a8a1c8f70>, signals=[15]) 2024-04-06T03:25:50.326 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-06T03:25:50.332 INFO:teuthology.task.internal:Opening connections... 2024-04-06T03:25:50.333 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi006.front.sepia.ceph.com 2024-04-06T03:25:50.335 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi006.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-06T03:25:50.437 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi046.front.sepia.ceph.com 2024-04-06T03:25:50.437 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-06T03:25:50.539 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi067.front.sepia.ceph.com 2024-04-06T03:25:50.540 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-06T03:25:50.641 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-06T03:25:50.648 DEBUG:teuthology.orchestra.run.smithi006:> uname -m 2024-04-06T03:25:50.663 INFO:teuthology.orchestra.run.smithi006.stdout:x86_64 2024-04-06T03:25:50.664 DEBUG:teuthology.orchestra.run.smithi006:> cat /etc/os-release 2024-04-06T03:25:50.718 INFO:teuthology.orchestra.run.smithi006.stdout:NAME="CentOS Stream" 2024-04-06T03:25:50.718 INFO:teuthology.orchestra.run.smithi006.stdout:VERSION="9" 2024-04-06T03:25:50.718 INFO:teuthology.orchestra.run.smithi006.stdout:ID="centos" 2024-04-06T03:25:50.718 INFO:teuthology.orchestra.run.smithi006.stdout:ID_LIKE="rhel fedora" 2024-04-06T03:25:50.719 INFO:teuthology.orchestra.run.smithi006.stdout:VERSION_ID="9" 2024-04-06T03:25:50.719 INFO:teuthology.orchestra.run.smithi006.stdout:PLATFORM_ID="platform:el9" 2024-04-06T03:25:50.719 INFO:teuthology.orchestra.run.smithi006.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-06T03:25:50.719 INFO:teuthology.orchestra.run.smithi006.stdout:ANSI_COLOR="0;31" 2024-04-06T03:25:50.719 INFO:teuthology.orchestra.run.smithi006.stdout:LOGO="fedora-logo-icon" 2024-04-06T03:25:50.719 INFO:teuthology.orchestra.run.smithi006.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-06T03:25:50.719 INFO:teuthology.orchestra.run.smithi006.stdout:HOME_URL="https://centos.org/" 2024-04-06T03:25:50.719 INFO:teuthology.orchestra.run.smithi006.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-06T03:25:50.719 INFO:teuthology.orchestra.run.smithi006.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-06T03:25:50.719 INFO:teuthology.orchestra.run.smithi006.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-06T03:25:50.720 INFO:teuthology.lock.ops:Updating smithi006.front.sepia.ceph.com on lock server 2024-04-06T03:25:50.747 DEBUG:teuthology.orchestra.run.smithi046:> uname -m 2024-04-06T03:25:50.764 INFO:teuthology.orchestra.run.smithi046.stdout:x86_64 2024-04-06T03:25:50.765 DEBUG:teuthology.orchestra.run.smithi046:> cat /etc/os-release 2024-04-06T03:25:50.821 INFO:teuthology.orchestra.run.smithi046.stdout:NAME="CentOS Stream" 2024-04-06T03:25:50.821 INFO:teuthology.orchestra.run.smithi046.stdout:VERSION="9" 2024-04-06T03:25:50.821 INFO:teuthology.orchestra.run.smithi046.stdout:ID="centos" 2024-04-06T03:25:50.821 INFO:teuthology.orchestra.run.smithi046.stdout:ID_LIKE="rhel fedora" 2024-04-06T03:25:50.821 INFO:teuthology.orchestra.run.smithi046.stdout:VERSION_ID="9" 2024-04-06T03:25:50.821 INFO:teuthology.orchestra.run.smithi046.stdout:PLATFORM_ID="platform:el9" 2024-04-06T03:25:50.821 INFO:teuthology.orchestra.run.smithi046.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-06T03:25:50.822 INFO:teuthology.orchestra.run.smithi046.stdout:ANSI_COLOR="0;31" 2024-04-06T03:25:50.822 INFO:teuthology.orchestra.run.smithi046.stdout:LOGO="fedora-logo-icon" 2024-04-06T03:25:50.822 INFO:teuthology.orchestra.run.smithi046.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-06T03:25:50.822 INFO:teuthology.orchestra.run.smithi046.stdout:HOME_URL="https://centos.org/" 2024-04-06T03:25:50.822 INFO:teuthology.orchestra.run.smithi046.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-06T03:25:50.822 INFO:teuthology.orchestra.run.smithi046.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-06T03:25:50.822 INFO:teuthology.orchestra.run.smithi046.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-06T03:25:50.822 INFO:teuthology.lock.ops:Updating smithi046.front.sepia.ceph.com on lock server 2024-04-06T03:25:50.847 DEBUG:teuthology.orchestra.run.smithi067:> uname -m 2024-04-06T03:25:50.865 INFO:teuthology.orchestra.run.smithi067.stdout:x86_64 2024-04-06T03:25:50.866 DEBUG:teuthology.orchestra.run.smithi067:> cat /etc/os-release 2024-04-06T03:25:50.924 INFO:teuthology.orchestra.run.smithi067.stdout:NAME="CentOS Stream" 2024-04-06T03:25:50.924 INFO:teuthology.orchestra.run.smithi067.stdout:VERSION="9" 2024-04-06T03:25:50.924 INFO:teuthology.orchestra.run.smithi067.stdout:ID="centos" 2024-04-06T03:25:50.924 INFO:teuthology.orchestra.run.smithi067.stdout:ID_LIKE="rhel fedora" 2024-04-06T03:25:50.924 INFO:teuthology.orchestra.run.smithi067.stdout:VERSION_ID="9" 2024-04-06T03:25:50.924 INFO:teuthology.orchestra.run.smithi067.stdout:PLATFORM_ID="platform:el9" 2024-04-06T03:25:50.924 INFO:teuthology.orchestra.run.smithi067.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-06T03:25:50.924 INFO:teuthology.orchestra.run.smithi067.stdout:ANSI_COLOR="0;31" 2024-04-06T03:25:50.924 INFO:teuthology.orchestra.run.smithi067.stdout:LOGO="fedora-logo-icon" 2024-04-06T03:25:50.924 INFO:teuthology.orchestra.run.smithi067.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-06T03:25:50.924 INFO:teuthology.orchestra.run.smithi067.stdout:HOME_URL="https://centos.org/" 2024-04-06T03:25:50.925 INFO:teuthology.orchestra.run.smithi067.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-06T03:25:50.925 INFO:teuthology.orchestra.run.smithi067.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-06T03:25:50.925 INFO:teuthology.orchestra.run.smithi067.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-06T03:25:50.925 INFO:teuthology.lock.ops:Updating smithi067.front.sepia.ceph.com on lock server 2024-04-06T03:25:50.947 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-06T03:25:50.955 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-06T03:25:50.961 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-06T03:25:50.961 DEBUG:teuthology.orchestra.run.smithi006:> test '!' -e /home/ubuntu/cephtest 2024-04-06T03:25:50.963 DEBUG:teuthology.orchestra.run.smithi046:> test '!' -e /home/ubuntu/cephtest 2024-04-06T03:25:50.966 DEBUG:teuthology.orchestra.run.smithi067:> test '!' -e /home/ubuntu/cephtest 2024-04-06T03:25:50.983 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-06T03:25:50.988 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-06T03:25:50.988 DEBUG:teuthology.orchestra.run.smithi006:> test -z $(ls -A /var/lib/ceph) 2024-04-06T03:25:51.018 DEBUG:teuthology.orchestra.run.smithi046:> test -z $(ls -A /var/lib/ceph) 2024-04-06T03:25:51.022 DEBUG:teuthology.orchestra.run.smithi067:> test -z $(ls -A /var/lib/ceph) 2024-04-06T03:25:51.049 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-06T03:25:51.124 INFO:teuthology.run_tasks:Running task kernel... 2024-04-06T03:25:51.138 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-06T03:25:51.138 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-06T03:25:51.139 DEBUG:teuthology.orchestra.run.smithi006:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-06T03:25:51.139 DEBUG:teuthology.orchestra.run.smithi046:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-06T03:25:51.140 DEBUG:teuthology.orchestra.run.smithi067:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-06T03:25:51.154 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-06T03:25:51.154 DEBUG:teuthology.orchestra.run.smithi006:> uname -r 2024-04-06T03:25:51.156 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-06T03:25:51.156 DEBUG:teuthology.orchestra.run.smithi046:> uname -r 2024-04-06T03:25:51.157 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-06T03:25:51.157 DEBUG:teuthology.orchestra.run.smithi067:> uname -r 2024-04-06T03:25:51.209 INFO:teuthology.orchestra.run.smithi006.stdout:5.14.0-361.el9.x86_64 2024-04-06T03:25:51.210 INFO:teuthology.task.kernel:Running kernel on smithi006: 5.14.0-361.el9.x86_64 2024-04-06T03:25:51.210 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum install -y kernel 2024-04-06T03:25:51.214 INFO:teuthology.orchestra.run.smithi046.stdout:5.14.0-361.el9.x86_64 2024-04-06T03:25:51.214 INFO:teuthology.task.kernel:Running kernel on smithi046: 5.14.0-361.el9.x86_64 2024-04-06T03:25:51.214 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum install -y kernel 2024-04-06T03:25:51.215 INFO:teuthology.orchestra.run.smithi067.stdout:5.14.0-361.el9.x86_64 2024-04-06T03:25:51.215 INFO:teuthology.task.kernel:Running kernel on smithi067: 5.14.0-361.el9.x86_64 2024-04-06T03:25:51.216 DEBUG:teuthology.orchestra.run.smithi067:> sudo yum install -y kernel 2024-04-06T03:25:51.867 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:00:17 ago on Sat 06 Apr 2024 03:25:34 AM UTC. 2024-04-06T03:25:52.168 INFO:teuthology.orchestra.run.smithi006.stderr:Modular dependency problems: 2024-04-06T03:25:52.168 INFO:teuthology.orchestra.run.smithi006.stderr: 2024-04-06T03:25:52.169 INFO:teuthology.orchestra.run.smithi006.stderr: Problem 1: conflicting requests 2024-04-06T03:25:52.169 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.169 INFO:teuthology.orchestra.run.smithi006.stderr: Problem 2: conflicting requests 2024-04-06T03:25:52.169 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.169 INFO:teuthology.orchestra.run.smithi006.stderr: Problem 3: conflicting requests 2024-04-06T03:25:52.169 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.169 INFO:teuthology.orchestra.run.smithi006.stderr: Problem 4: conflicting requests 2024-04-06T03:25:52.169 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.169 INFO:teuthology.orchestra.run.smithi006.stderr: Problem 5: conflicting requests 2024-04-06T03:25:52.169 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.169 INFO:teuthology.orchestra.run.smithi006.stderr: Problem 6: conflicting requests 2024-04-06T03:25:52.169 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.169 INFO:teuthology.orchestra.run.smithi006.stderr: Problem 7: conflicting requests 2024-04-06T03:25:52.169 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.170 INFO:teuthology.orchestra.run.smithi006.stderr: Problem 8: conflicting requests 2024-04-06T03:25:52.170 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.170 INFO:teuthology.orchestra.run.smithi006.stderr: Problem 9: conflicting requests 2024-04-06T03:25:52.170 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.170 INFO:teuthology.orchestra.run.smithi006.stderr: Problem 10: conflicting requests 2024-04-06T03:25:52.170 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.170 INFO:teuthology.orchestra.run.smithi006.stderr: Problem 11: conflicting requests 2024-04-06T03:25:52.170 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.170 INFO:teuthology.orchestra.run.smithi006.stderr: Problem 12: conflicting requests 2024-04-06T03:25:52.170 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.170 INFO:teuthology.orchestra.run.smithi006.stderr: Problem 13: conflicting requests 2024-04-06T03:25:52.171 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.171 INFO:teuthology.orchestra.run.smithi006.stderr: Problem 14: conflicting requests 2024-04-06T03:25:52.171 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.171 INFO:teuthology.orchestra.run.smithi006.stderr: Problem 15: conflicting requests 2024-04-06T03:25:52.171 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.171 INFO:teuthology.orchestra.run.smithi006.stderr: Problem 16: conflicting requests 2024-04-06T03:25:52.171 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.171 INFO:teuthology.orchestra.run.smithi006.stderr: Problem 17: conflicting requests 2024-04-06T03:25:52.171 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.171 INFO:teuthology.orchestra.run.smithi006.stderr: Problem 18: conflicting requests 2024-04-06T03:25:52.171 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.171 INFO:teuthology.orchestra.run.smithi006.stderr: Problem 19: conflicting requests 2024-04-06T03:25:52.171 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.171 INFO:teuthology.orchestra.run.smithi006.stderr: Problem 20: conflicting requests 2024-04-06T03:25:52.171 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.172 INFO:teuthology.orchestra.run.smithi006.stderr: Problem 21: conflicting requests 2024-04-06T03:25:52.172 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.172 INFO:teuthology.orchestra.run.smithi006.stderr: Problem 22: conflicting requests 2024-04-06T03:25:52.172 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.172 INFO:teuthology.orchestra.run.smithi006.stderr: Problem 23: conflicting requests 2024-04-06T03:25:52.172 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.172 INFO:teuthology.orchestra.run.smithi006.stderr: Problem 24: conflicting requests 2024-04-06T03:25:52.172 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.172 INFO:teuthology.orchestra.run.smithi006.stderr: Problem 25: conflicting requests 2024-04-06T03:25:52.172 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.172 INFO:teuthology.orchestra.run.smithi006.stderr: Problem 26: conflicting requests 2024-04-06T03:25:52.172 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.172 INFO:teuthology.orchestra.run.smithi006.stderr: Problem 27: conflicting requests 2024-04-06T03:25:52.172 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.173 INFO:teuthology.orchestra.run.smithi006.stderr: Problem 28: conflicting requests 2024-04-06T03:25:52.173 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.173 INFO:teuthology.orchestra.run.smithi006.stderr: Problem 29: conflicting requests 2024-04-06T03:25:52.173 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.173 INFO:teuthology.orchestra.run.smithi006.stderr: Problem 30: conflicting requests 2024-04-06T03:25:52.173 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.173 INFO:teuthology.orchestra.run.smithi006.stderr: Problem 31: conflicting requests 2024-04-06T03:25:52.173 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.173 INFO:teuthology.orchestra.run.smithi006.stderr: Problem 32: conflicting requests 2024-04-06T03:25:52.173 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.173 INFO:teuthology.orchestra.run.smithi006.stderr: Problem 33: conflicting requests 2024-04-06T03:25:52.173 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.174 INFO:teuthology.orchestra.run.smithi006.stderr: Problem 34: conflicting requests 2024-04-06T03:25:52.174 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.174 INFO:teuthology.orchestra.run.smithi006.stderr: Problem 35: conflicting requests 2024-04-06T03:25:52.174 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.174 INFO:teuthology.orchestra.run.smithi006.stderr: Problem 36: conflicting requests 2024-04-06T03:25:52.174 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.174 INFO:teuthology.orchestra.run.smithi006.stderr: Problem 37: conflicting requests 2024-04-06T03:25:52.174 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.174 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.174 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.174 INFO:teuthology.orchestra.run.smithi006.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:25:52.174 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.174 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.174 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.175 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.175 INFO:teuthology.orchestra.run.smithi006.stderr: Problem 39: conflicting requests 2024-04-06T03:25:52.175 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.175 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.175 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.175 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.175 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.175 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.175 INFO:teuthology.orchestra.run.smithi006.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:25:52.175 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.175 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.175 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.175 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.175 INFO:teuthology.orchestra.run.smithi006.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:25:52.176 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.176 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.176 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.176 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.176 INFO:teuthology.orchestra.run.smithi006.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:25:52.176 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.176 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.176 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.176 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.176 INFO:teuthology.orchestra.run.smithi006.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:25:52.176 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.176 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.176 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.176 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.176 INFO:teuthology.orchestra.run.smithi006.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:25:52.176 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.177 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.177 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.177 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.177 INFO:teuthology.orchestra.run.smithi006.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:25:52.177 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.177 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.177 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.177 INFO:teuthology.orchestra.run.smithi006.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:25:52.177 INFO:teuthology.orchestra.run.smithi006.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-06T03:25:52.178 INFO:teuthology.orchestra.run.smithi006.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-06T03:25:52.238 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-04-06T03:25:52.238 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-04-06T03:25:52.239 INFO:teuthology.orchestra.run.smithi006.stdout: Package Architecture Version Repository Size 2024-04-06T03:25:52.239 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-04-06T03:25:52.239 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2024-04-06T03:25:52.239 INFO:teuthology.orchestra.run.smithi006.stdout: kernel x86_64 5.14.0-432.el9 baseos 66 k 2024-04-06T03:25:52.239 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-04-06T03:25:52.239 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2024-04-06T03:25:52.239 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-04-06T03:25:52.239 INFO:teuthology.orchestra.run.smithi006.stdout:Install 1 Package 2024-04-06T03:25:52.239 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-04-06T03:25:52.239 INFO:teuthology.orchestra.run.smithi006.stdout:Total size: 66 k 2024-04-06T03:25:52.239 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 0 2024-04-06T03:25:52.239 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2024-04-06T03:25:52.240 INFO:teuthology.orchestra.run.smithi006.stdout:[SKIPPED] kernel-5.14.0-432.el9.x86_64.rpm: Already downloaded 2024-04-06T03:25:52.250 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2024-04-06T03:25:52.250 INFO:teuthology.orchestra.run.smithi006.stdout:Waiting for process with pid 5535 to finish. 2024-04-06T03:25:53.327 INFO:teuthology.orchestra.run.smithi067.stdout:CentOS-9 - AppStream 15 MB/s | 8.1 MB 00:00 2024-04-06T03:25:54.002 INFO:teuthology.orchestra.run.smithi046.stdout:CentOS-9 - AppStream 7.6 MB/s | 8.1 MB 00:01 2024-04-06T03:25:54.986 INFO:teuthology.orchestra.run.smithi067.stdout:CentOS-9 - BaseOS 7.8 MB/s | 2.5 MB 00:00 2024-04-06T03:25:55.836 INFO:teuthology.orchestra.run.smithi046.stdout:CentOS-9 - BaseOS 4.8 MB/s | 2.5 MB 00:00 2024-04-06T03:25:57.193 INFO:teuthology.orchestra.run.smithi046.stdout:CentOS Stream 9 - BaseOS 8.3 MB/s | 8.0 MB 00:00 2024-04-06T03:25:59.644 INFO:teuthology.orchestra.run.smithi046.stdout:CentOS Stream 9 - AppStream 13 MB/s | 19 MB 00:01 2024-04-06T03:26:04.150 INFO:teuthology.orchestra.run.smithi067.stdout:CentOS Stream 9 - BaseOS 931 kB/s | 8.0 MB 00:08 2024-04-06T03:26:05.943 INFO:teuthology.orchestra.run.smithi067.stdout:CentOS Stream 9 - AppStream 29 MB/s | 19 MB 00:00 2024-04-06T03:26:10.961 INFO:teuthology.orchestra.run.smithi046.stdout:CentOS Stream 9 - CRB 829 kB/s | 6.1 MB 00:07 2024-04-06T03:26:12.586 INFO:teuthology.orchestra.run.smithi046.stdout:CentOS Stream 9 - Extras packages 41 kB/s | 16 kB 00:00 2024-04-06T03:26:13.496 INFO:teuthology.orchestra.run.smithi046.stdout:Extra Packages for Enterprise Linux 27 MB/s | 21 MB 00:00 2024-04-06T03:26:17.827 INFO:teuthology.orchestra.run.smithi067.stdout:CentOS Stream 9 - CRB 770 kB/s | 6.1 MB 00:08 2024-04-06T03:26:18.663 INFO:teuthology.orchestra.run.smithi046.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-04-06T03:26:19.269 INFO:teuthology.orchestra.run.smithi067.stdout:CentOS Stream 9 - Extras packages 74 kB/s | 16 kB 00:00 2024-04-06T03:26:20.256 INFO:teuthology.orchestra.run.smithi067.stdout:Extra Packages for Enterprise Linux 25 MB/s | 21 MB 00:00 2024-04-06T03:26:20.875 INFO:teuthology.orchestra.run.smithi046.stderr:Modular dependency problems: 2024-04-06T03:26:20.875 INFO:teuthology.orchestra.run.smithi046.stderr: 2024-04-06T03:26:20.875 INFO:teuthology.orchestra.run.smithi046.stderr: Problem 1: conflicting requests 2024-04-06T03:26:20.875 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.875 INFO:teuthology.orchestra.run.smithi046.stderr: Problem 2: conflicting requests 2024-04-06T03:26:20.875 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.875 INFO:teuthology.orchestra.run.smithi046.stderr: Problem 3: conflicting requests 2024-04-06T03:26:20.875 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.875 INFO:teuthology.orchestra.run.smithi046.stderr: Problem 4: conflicting requests 2024-04-06T03:26:20.875 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.876 INFO:teuthology.orchestra.run.smithi046.stderr: Problem 5: conflicting requests 2024-04-06T03:26:20.876 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.876 INFO:teuthology.orchestra.run.smithi046.stderr: Problem 6: conflicting requests 2024-04-06T03:26:20.876 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.876 INFO:teuthology.orchestra.run.smithi046.stderr: Problem 7: conflicting requests 2024-04-06T03:26:20.876 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.876 INFO:teuthology.orchestra.run.smithi046.stderr: Problem 8: conflicting requests 2024-04-06T03:26:20.876 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.876 INFO:teuthology.orchestra.run.smithi046.stderr: Problem 9: conflicting requests 2024-04-06T03:26:20.876 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.876 INFO:teuthology.orchestra.run.smithi046.stderr: Problem 10: conflicting requests 2024-04-06T03:26:20.876 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.876 INFO:teuthology.orchestra.run.smithi046.stderr: Problem 11: conflicting requests 2024-04-06T03:26:20.876 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.876 INFO:teuthology.orchestra.run.smithi046.stderr: Problem 12: conflicting requests 2024-04-06T03:26:20.877 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.877 INFO:teuthology.orchestra.run.smithi046.stderr: Problem 13: conflicting requests 2024-04-06T03:26:20.877 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.877 INFO:teuthology.orchestra.run.smithi046.stderr: Problem 14: conflicting requests 2024-04-06T03:26:20.877 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.877 INFO:teuthology.orchestra.run.smithi046.stderr: Problem 15: conflicting requests 2024-04-06T03:26:20.877 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.877 INFO:teuthology.orchestra.run.smithi046.stderr: Problem 16: conflicting requests 2024-04-06T03:26:20.877 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.877 INFO:teuthology.orchestra.run.smithi046.stderr: Problem 17: conflicting requests 2024-04-06T03:26:20.877 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.877 INFO:teuthology.orchestra.run.smithi046.stderr: Problem 18: conflicting requests 2024-04-06T03:26:20.877 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.877 INFO:teuthology.orchestra.run.smithi046.stderr: Problem 19: conflicting requests 2024-04-06T03:26:20.877 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.878 INFO:teuthology.orchestra.run.smithi046.stderr: Problem 20: conflicting requests 2024-04-06T03:26:20.878 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.878 INFO:teuthology.orchestra.run.smithi046.stderr: Problem 21: conflicting requests 2024-04-06T03:26:20.878 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.878 INFO:teuthology.orchestra.run.smithi046.stderr: Problem 22: conflicting requests 2024-04-06T03:26:20.878 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.878 INFO:teuthology.orchestra.run.smithi046.stderr: Problem 23: conflicting requests 2024-04-06T03:26:20.878 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.878 INFO:teuthology.orchestra.run.smithi046.stderr: Problem 24: conflicting requests 2024-04-06T03:26:20.878 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.878 INFO:teuthology.orchestra.run.smithi046.stderr: Problem 25: conflicting requests 2024-04-06T03:26:20.878 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.878 INFO:teuthology.orchestra.run.smithi046.stderr: Problem 26: conflicting requests 2024-04-06T03:26:20.878 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.879 INFO:teuthology.orchestra.run.smithi046.stderr: Problem 27: conflicting requests 2024-04-06T03:26:20.879 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.879 INFO:teuthology.orchestra.run.smithi046.stderr: Problem 28: conflicting requests 2024-04-06T03:26:20.879 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.879 INFO:teuthology.orchestra.run.smithi046.stderr: Problem 29: conflicting requests 2024-04-06T03:26:20.879 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.879 INFO:teuthology.orchestra.run.smithi046.stderr: Problem 30: conflicting requests 2024-04-06T03:26:20.879 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.879 INFO:teuthology.orchestra.run.smithi046.stderr: Problem 31: conflicting requests 2024-04-06T03:26:20.879 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.879 INFO:teuthology.orchestra.run.smithi046.stderr: Problem 32: conflicting requests 2024-04-06T03:26:20.879 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.879 INFO:teuthology.orchestra.run.smithi046.stderr: Problem 33: conflicting requests 2024-04-06T03:26:20.879 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.880 INFO:teuthology.orchestra.run.smithi046.stderr: Problem 34: conflicting requests 2024-04-06T03:26:20.880 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.880 INFO:teuthology.orchestra.run.smithi046.stderr: Problem 35: conflicting requests 2024-04-06T03:26:20.880 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.880 INFO:teuthology.orchestra.run.smithi046.stderr: Problem 36: conflicting requests 2024-04-06T03:26:20.880 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.880 INFO:teuthology.orchestra.run.smithi046.stderr: Problem 37: conflicting requests 2024-04-06T03:26:20.880 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.880 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.880 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.880 INFO:teuthology.orchestra.run.smithi046.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:26:20.880 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.880 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.880 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.881 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.881 INFO:teuthology.orchestra.run.smithi046.stderr: Problem 39: conflicting requests 2024-04-06T03:26:20.881 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.881 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.881 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.881 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.881 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.881 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.881 INFO:teuthology.orchestra.run.smithi046.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:26:20.881 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.881 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.881 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.881 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.882 INFO:teuthology.orchestra.run.smithi046.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:26:20.882 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.882 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.882 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.882 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.882 INFO:teuthology.orchestra.run.smithi046.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:26:20.882 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.882 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.882 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.882 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.882 INFO:teuthology.orchestra.run.smithi046.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:26:20.882 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.882 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.882 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.882 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.883 INFO:teuthology.orchestra.run.smithi046.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:26:20.883 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.883 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.883 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.883 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.883 INFO:teuthology.orchestra.run.smithi046.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:26:20.883 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.883 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.883 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:26:20.883 INFO:teuthology.orchestra.run.smithi046.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:26:21.295 INFO:teuthology.orchestra.run.smithi046.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-06T03:26:21.295 INFO:teuthology.orchestra.run.smithi046.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-06T03:26:21.395 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-04-06T03:26:21.408 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-06T03:26:21.408 INFO:teuthology.orchestra.run.smithi046.stdout: Package Architecture Version Repository Size 2024-04-06T03:26:21.408 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-06T03:26:21.408 INFO:teuthology.orchestra.run.smithi046.stdout:Installing: 2024-04-06T03:26:21.408 INFO:teuthology.orchestra.run.smithi046.stdout: kernel x86_64 5.14.0-432.el9 baseos 66 k 2024-04-06T03:26:21.408 INFO:teuthology.orchestra.run.smithi046.stdout:Installing dependencies: 2024-04-06T03:26:21.408 INFO:teuthology.orchestra.run.smithi046.stdout: kernel-core x86_64 5.14.0-432.el9 baseos 15 M 2024-04-06T03:26:21.408 INFO:teuthology.orchestra.run.smithi046.stdout: kernel-modules x86_64 5.14.0-432.el9 baseos 33 M 2024-04-06T03:26:21.408 INFO:teuthology.orchestra.run.smithi046.stdout: kernel-modules-core x86_64 5.14.0-432.el9 baseos 27 M 2024-04-06T03:26:21.408 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-06T03:26:21.408 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2024-04-06T03:26:21.409 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-06T03:26:21.409 INFO:teuthology.orchestra.run.smithi046.stdout:Install 4 Packages 2024-04-06T03:26:21.409 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-06T03:26:21.409 INFO:teuthology.orchestra.run.smithi046.stdout:Total download size: 76 M 2024-04-06T03:26:21.409 INFO:teuthology.orchestra.run.smithi046.stdout:Installed size: 123 M 2024-04-06T03:26:21.409 INFO:teuthology.orchestra.run.smithi046.stdout:Downloading Packages: 2024-04-06T03:26:21.656 INFO:teuthology.orchestra.run.smithi046.stdout:(1/4): kernel-5.14.0-432.el9.x86_64.rpm 492 kB/s | 66 kB 00:00 2024-04-06T03:26:22.681 INFO:teuthology.orchestra.run.smithi046.stdout:(2/4): kernel-core-5.14.0-432.el9.x86_64.rpm 13 MB/s | 15 MB 00:01 2024-04-06T03:26:23.506 INFO:teuthology.orchestra.run.smithi046.stdout:(3/4): kernel-modules-5.14.0-432.el9.x86_64.rpm 17 MB/s | 33 MB 00:01 2024-04-06T03:26:24.331 INFO:teuthology.orchestra.run.smithi046.stdout:(4/4): kernel-modules-core-5.14.0-432.el9.x86_6 10 MB/s | 27 MB 00:02 2024-04-06T03:26:24.332 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2024-04-06T03:26:24.332 INFO:teuthology.orchestra.run.smithi046.stdout:Total 26 MB/s | 76 MB 00:02 2024-04-06T03:26:25.023 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction check 2024-04-06T03:26:25.446 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction check succeeded. 2024-04-06T03:26:25.446 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction test 2024-04-06T03:26:25.512 INFO:teuthology.orchestra.run.smithi067.stdout:lab-extras 45 kB/s | 1.7 kB 00:00 2024-04-06T03:26:26.487 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction test succeeded. 2024-04-06T03:26:26.487 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction 2024-04-06T03:26:27.733 INFO:teuthology.orchestra.run.smithi067.stderr:Modular dependency problems: 2024-04-06T03:26:27.733 INFO:teuthology.orchestra.run.smithi067.stderr: 2024-04-06T03:26:27.733 INFO:teuthology.orchestra.run.smithi067.stderr: Problem 1: conflicting requests 2024-04-06T03:26:27.733 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.733 INFO:teuthology.orchestra.run.smithi067.stderr: Problem 2: conflicting requests 2024-04-06T03:26:27.733 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.734 INFO:teuthology.orchestra.run.smithi067.stderr: Problem 3: conflicting requests 2024-04-06T03:26:27.734 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.734 INFO:teuthology.orchestra.run.smithi067.stderr: Problem 4: conflicting requests 2024-04-06T03:26:27.734 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.734 INFO:teuthology.orchestra.run.smithi067.stderr: Problem 5: conflicting requests 2024-04-06T03:26:27.734 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.734 INFO:teuthology.orchestra.run.smithi067.stderr: Problem 6: conflicting requests 2024-04-06T03:26:27.734 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.734 INFO:teuthology.orchestra.run.smithi067.stderr: Problem 7: conflicting requests 2024-04-06T03:26:27.734 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.734 INFO:teuthology.orchestra.run.smithi067.stderr: Problem 8: conflicting requests 2024-04-06T03:26:27.735 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.735 INFO:teuthology.orchestra.run.smithi067.stderr: Problem 9: conflicting requests 2024-04-06T03:26:27.735 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.735 INFO:teuthology.orchestra.run.smithi067.stderr: Problem 10: conflicting requests 2024-04-06T03:26:27.735 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.735 INFO:teuthology.orchestra.run.smithi067.stderr: Problem 11: conflicting requests 2024-04-06T03:26:27.735 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.735 INFO:teuthology.orchestra.run.smithi067.stderr: Problem 12: conflicting requests 2024-04-06T03:26:27.735 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.735 INFO:teuthology.orchestra.run.smithi067.stderr: Problem 13: conflicting requests 2024-04-06T03:26:27.736 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.736 INFO:teuthology.orchestra.run.smithi067.stderr: Problem 14: conflicting requests 2024-04-06T03:26:27.736 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.736 INFO:teuthology.orchestra.run.smithi067.stderr: Problem 15: conflicting requests 2024-04-06T03:26:27.736 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.736 INFO:teuthology.orchestra.run.smithi067.stderr: Problem 16: conflicting requests 2024-04-06T03:26:27.736 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.736 INFO:teuthology.orchestra.run.smithi067.stderr: Problem 17: conflicting requests 2024-04-06T03:26:27.736 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.736 INFO:teuthology.orchestra.run.smithi067.stderr: Problem 18: conflicting requests 2024-04-06T03:26:27.736 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.736 INFO:teuthology.orchestra.run.smithi067.stderr: Problem 19: conflicting requests 2024-04-06T03:26:27.736 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.737 INFO:teuthology.orchestra.run.smithi067.stderr: Problem 20: conflicting requests 2024-04-06T03:26:27.737 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.737 INFO:teuthology.orchestra.run.smithi067.stderr: Problem 21: conflicting requests 2024-04-06T03:26:27.737 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.737 INFO:teuthology.orchestra.run.smithi067.stderr: Problem 22: conflicting requests 2024-04-06T03:26:27.737 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.737 INFO:teuthology.orchestra.run.smithi067.stderr: Problem 23: conflicting requests 2024-04-06T03:26:27.737 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.737 INFO:teuthology.orchestra.run.smithi067.stderr: Problem 24: conflicting requests 2024-04-06T03:26:27.737 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.737 INFO:teuthology.orchestra.run.smithi067.stderr: Problem 25: conflicting requests 2024-04-06T03:26:27.737 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.737 INFO:teuthology.orchestra.run.smithi067.stderr: Problem 26: conflicting requests 2024-04-06T03:26:27.737 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.738 INFO:teuthology.orchestra.run.smithi067.stderr: Problem 27: conflicting requests 2024-04-06T03:26:27.738 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.738 INFO:teuthology.orchestra.run.smithi067.stderr: Problem 28: conflicting requests 2024-04-06T03:26:27.738 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.738 INFO:teuthology.orchestra.run.smithi067.stderr: Problem 29: conflicting requests 2024-04-06T03:26:27.738 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.738 INFO:teuthology.orchestra.run.smithi067.stderr: Problem 30: conflicting requests 2024-04-06T03:26:27.738 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.738 INFO:teuthology.orchestra.run.smithi067.stderr: Problem 31: conflicting requests 2024-04-06T03:26:27.738 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.738 INFO:teuthology.orchestra.run.smithi067.stderr: Problem 32: conflicting requests 2024-04-06T03:26:27.739 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.739 INFO:teuthology.orchestra.run.smithi067.stderr: Problem 33: conflicting requests 2024-04-06T03:26:27.739 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.739 INFO:teuthology.orchestra.run.smithi067.stderr: Problem 34: conflicting requests 2024-04-06T03:26:27.739 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.740 INFO:teuthology.orchestra.run.smithi067.stderr: Problem 35: conflicting requests 2024-04-06T03:26:27.740 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.740 INFO:teuthology.orchestra.run.smithi067.stderr: Problem 36: conflicting requests 2024-04-06T03:26:27.740 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.740 INFO:teuthology.orchestra.run.smithi067.stderr: Problem 37: conflicting requests 2024-04-06T03:26:27.741 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.741 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.741 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.741 INFO:teuthology.orchestra.run.smithi067.stderr: Problem 38: cannot install the best candidate for the job 2024-04-06T03:26:27.741 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.742 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.742 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.742 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.742 INFO:teuthology.orchestra.run.smithi067.stderr: Problem 39: conflicting requests 2024-04-06T03:26:27.742 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.743 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.743 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.743 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.743 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.743 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.743 INFO:teuthology.orchestra.run.smithi067.stderr: Problem 40: cannot install the best candidate for the job 2024-04-06T03:26:27.744 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.744 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.744 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.744 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.744 INFO:teuthology.orchestra.run.smithi067.stderr: Problem 41: cannot install the best candidate for the job 2024-04-06T03:26:27.744 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.745 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.745 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.745 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.745 INFO:teuthology.orchestra.run.smithi067.stderr: Problem 42: cannot install the best candidate for the job 2024-04-06T03:26:27.745 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.745 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.746 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.746 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.746 INFO:teuthology.orchestra.run.smithi067.stderr: Problem 43: cannot install the best candidate for the job 2024-04-06T03:26:27.746 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.746 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.747 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.747 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.747 INFO:teuthology.orchestra.run.smithi067.stderr: Problem 44: cannot install the best candidate for the job 2024-04-06T03:26:27.747 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.747 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.747 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.748 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.748 INFO:teuthology.orchestra.run.smithi067.stderr: Problem 45: cannot install the best candidate for the job 2024-04-06T03:26:27.748 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.748 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.748 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-06T03:26:27.748 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-06T03:26:28.153 INFO:teuthology.orchestra.run.smithi067.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-06T03:26:28.153 INFO:teuthology.orchestra.run.smithi067.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-06T03:26:28.259 INFO:teuthology.orchestra.run.smithi067.stdout:Dependencies resolved. 2024-04-06T03:26:28.267 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-04-06T03:26:28.268 INFO:teuthology.orchestra.run.smithi067.stdout: Package Architecture Version Repository Size 2024-04-06T03:26:28.268 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-04-06T03:26:28.268 INFO:teuthology.orchestra.run.smithi067.stdout:Installing: 2024-04-06T03:26:28.268 INFO:teuthology.orchestra.run.smithi067.stdout: kernel x86_64 5.14.0-432.el9 baseos 66 k 2024-04-06T03:26:28.268 INFO:teuthology.orchestra.run.smithi067.stdout:Installing dependencies: 2024-04-06T03:26:28.268 INFO:teuthology.orchestra.run.smithi067.stdout: kernel-core x86_64 5.14.0-432.el9 baseos 15 M 2024-04-06T03:26:28.268 INFO:teuthology.orchestra.run.smithi067.stdout: kernel-modules x86_64 5.14.0-432.el9 baseos 33 M 2024-04-06T03:26:28.268 INFO:teuthology.orchestra.run.smithi067.stdout: kernel-modules-core x86_64 5.14.0-432.el9 baseos 27 M 2024-04-06T03:26:28.268 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-04-06T03:26:28.268 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction Summary 2024-04-06T03:26:28.268 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-04-06T03:26:28.269 INFO:teuthology.orchestra.run.smithi067.stdout:Install 4 Packages 2024-04-06T03:26:28.269 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-04-06T03:26:28.269 INFO:teuthology.orchestra.run.smithi067.stdout:Total download size: 76 M 2024-04-06T03:26:28.269 INFO:teuthology.orchestra.run.smithi067.stdout:Installed size: 123 M 2024-04-06T03:26:28.269 INFO:teuthology.orchestra.run.smithi067.stdout:Downloading Packages: 2024-04-06T03:26:29.114 INFO:teuthology.orchestra.run.smithi067.stdout:(1/4): kernel-5.14.0-432.el9.x86_64.rpm 82 kB/s | 66 kB 00:00 2024-04-06T03:26:29.144 INFO:teuthology.orchestra.run.smithi046.stdout: Preparing : 1/1 2024-04-06T03:26:29.443 INFO:teuthology.orchestra.run.smithi006.stderr:[Errno 2] No such file or directory: '/var/cache/dnf/baseos-044cae74d71fe9ea/packages/kernel-5.14.0-432.el9.x86_64.rpm' 2024-04-06T03:26:29.443 INFO:teuthology.orchestra.run.smithi006.stdout:The downloaded packages were saved in cache until the next successful transaction. 2024-04-06T03:26:29.444 INFO:teuthology.orchestra.run.smithi006.stdout:You can remove cached packages by executing 'yum clean packages'. 2024-04-06T03:26:29.533 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-06T03:26:29.534 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/task/kernel.py", line 1238, in task p.spawn(process_role, ctx, config, timeout, role, role_config) File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/task/kernel.py", line 1270, in process_role version = need_to_install_distro(role_remote, role_config) File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/task/kernel.py", line 761, in need_to_install_distro install_stdout = remote.sh( File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi006 with status 1: 'sudo yum install -y kernel' 2024-04-06T03:26:29.757 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=607befeed0f24c7f8eca0a4afa4cc44a Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/task/kernel.py", line 1238, in task p.spawn(process_role, ctx, config, timeout, role, role_config) File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/task/kernel.py", line 1270, in process_role version = need_to_install_distro(role_remote, role_config) File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/task/kernel.py", line 761, in need_to_install_distro install_stdout = remote.sh( File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi006 with status 1: 'sudo yum install -y kernel' 2024-04-06T03:26:29.760 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-06T03:26:29.771 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-06T03:26:29.795 INFO:teuthology.nuke:Checking targets against current locks 2024-04-06T03:26:29.810 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : kernel-modules-core-5.14.0-432.el9.x86_64 1/4 2024-04-06T03:26:29.832 DEBUG:teuthology.nuke:shortname: smithi006 2024-04-06T03:26:29.833 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-06T03:26:29.855 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi006.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-05_21:08:03-orch-squid-distro-default-smithi/7641955', '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-06 03:20:47.406310', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBL0UCpiGFnG7/t8toQzcLEtK6k2I1+QePe+Hac4PyVbkWK7V3CQ5YGiPoQ4eDV5gKj8JskeYQDR/jt41DyKr3+U='} 2024-04-06T03:26:29.859 DEBUG:teuthology.nuke:shortname: smithi046 2024-04-06T03:26:29.860 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-06T03:26:29.882 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : kernel-core-5.14.0-432.el9.x86_64 2/4 2024-04-06T03:26:29.888 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi046.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-05_21:08:03-orch-squid-distro-default-smithi/7641955', '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-06 03:20:47.408921', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJwb9bVE1eYslw712/EczaKhvnp4UTpiQABXdwvk3LLs6QKYKK7IatIGL1E25bqMx3nudhtcvHDCkiE4kt3fz5Y='} 2024-04-06T03:26:29.889 DEBUG:teuthology.nuke:shortname: smithi067 2024-04-06T03:26:29.889 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-06T03:26:29.916 INFO:teuthology.orchestra.console.smithi006:Power off 2024-04-06T03:26:29.917 DEBUG:teuthology.orchestra.console.smithi006:pexpect command: ipmitool -H smithi006.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-06T03:26:29.928 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi067.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-05_21:08:03-orch-squid-distro-default-smithi/7641955', '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-06 03:20:47.407648', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFHgZ57AvbD+PNj8KLZ4Iz+0OJbn6KOaJnv1cSWN+8amDUXMywIxyo2xsitCJwuLGdaKzreTLmRTDqPwAacoLKM='} 2024-04-06T03:26:29.940 DEBUG:teuthology.orchestra.console.smithi006:power off output: Chassis Power Control: Down/Off 2024-04-06T03:26:29.940 DEBUG:teuthology.orchestra.console.smithi006:pexpect command: ipmitool -H smithi006.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-06T03:26:29.967 INFO:teuthology.orchestra.console.smithi046:Power off 2024-04-06T03:26:29.967 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-06T03:26:29.978 DEBUG:teuthology.orchestra.console.smithi006:check power output: Chassis Power is on 2024-04-06T03:26:29.992 DEBUG:teuthology.orchestra.console.smithi046:power off output: Chassis Power Control: Down/Off 2024-04-06T03:26:29.992 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-06T03:26:30.007 INFO:teuthology.orchestra.console.smithi067:Power off 2024-04-06T03:26:30.008 DEBUG:teuthology.orchestra.console.smithi067:pexpect command: ipmitool -H smithi067.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-06T03:26:30.020 DEBUG:teuthology.orchestra.console.smithi046:check power output: Chassis Power is on 2024-04-06T03:26:30.032 DEBUG:teuthology.orchestra.console.smithi067:power off output: Chassis Power Control: Down/Off 2024-04-06T03:26:30.032 DEBUG:teuthology.orchestra.console.smithi067:pexpect command: ipmitool -H smithi067.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-06T03:26:30.056 DEBUG:teuthology.orchestra.console.smithi067:check power output: Chassis Power is on 2024-04-06T03:26:32.813 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: kernel-core-5.14.0-432.el9.x86_64 2/4 2024-04-06T03:26:32.948 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : kernel-modules-5.14.0-432.el9.x86_64 3/4 2024-04-06T03:26:33.877 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-06T03:26:33.979 DEBUG:teuthology.orchestra.console.smithi006:pexpect command: ipmitool -H smithi006.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-06T03:26:34.021 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-06T03:26:34.056 DEBUG:teuthology.orchestra.console.smithi067:pexpect command: ipmitool -H smithi067.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-06T03:26:34.089 DEBUG:teuthology.orchestra.console.smithi006:check power output: Chassis Power is on 2024-04-06T03:26:34.131 DEBUG:teuthology.orchestra.console.smithi046:check power output: Chassis Power is on 2024-04-06T03:26:34.167 DEBUG:teuthology.orchestra.console.smithi067:check power output: Chassis Power is on 2024-04-06T03:26:38.052 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: kernel-modules-5.14.0-432.el9.x86_64 3/4 2024-04-06T03:26:38.082 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : kernel-5.14.0-432.el9.x86_64 4/4 2024-04-06T03:26:38.090 DEBUG:teuthology.orchestra.console.smithi006:pexpect command: ipmitool -H smithi006.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-06T03:26:38.132 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-06T03:26:38.168 DEBUG:teuthology.orchestra.console.smithi067:pexpect command: ipmitool -H smithi067.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-06T03:26:38.201 DEBUG:teuthology.orchestra.console.smithi006:check power output: Chassis Power is off 2024-04-06T03:26:38.241 DEBUG:teuthology.orchestra.console.smithi046:check power output: Chassis Power is on 2024-04-06T03:26:38.277 DEBUG:teuthology.orchestra.console.smithi067:check power output: Chassis Power is on 2024-04-06T03:26:38.301 INFO:teuthology.orchestra.console.smithi006:Power off completed 2024-04-06T03:26:42.242 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-06T03:26:42.278 DEBUG:teuthology.orchestra.console.smithi067:pexpect command: ipmitool -H smithi067.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-06T03:26:42.352 DEBUG:teuthology.orchestra.console.smithi046:check power output: Chassis Power is off 2024-04-06T03:26:42.387 DEBUG:teuthology.orchestra.console.smithi067:check power output: Chassis Power is off 2024-04-06T03:26:42.453 INFO:teuthology.orchestra.console.smithi046:Power off completed 2024-04-06T03:26:42.489 INFO:teuthology.orchestra.console.smithi067:Power off completed 2024-04-06T03:26:42.593 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_set_mon_crush_locations} failure_reason: 'Command failed on smithi006 with status 1: ''sudo yum install -y kernel''' owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=607befeed0f24c7f8eca0a4afa4cc44a status: fail success: false 2024-04-06T03:26:42.594 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-06T03:26:42.675 INFO:teuthology.run:FAIL