2024-04-15T01:43:27.618 INFO:root:teuthology version: 0.0.1.dev267+g6c63784 2024-04-15T01:43:27.618 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656338 --owner scheduled_teuthology@teuthology --description rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_set_mon_crush_locations} --name teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi --verbose -- /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656338/orig.config.yaml 2024-04-15T01:43:27.649 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-15T01:43:27.733 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656338 branch: squid description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_set_mon_crush_locations} email: ceph-qa@ceph.com first_in_suite: false job_id: '7656338' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: squid ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - POOL_APP_NOT_ENABLED sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: squid sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 owner: scheduled_teuthology@teuthology priority: 101 repo: https://git.ceph.com/ceph.git roles: - - host.a - osd.0 - mon.a - mgr.a - - host.b - osd.1 - mon.b - mgr.b - - host.c - osd.2 - mon.c seed: 5975 sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 sleep_before_teardown: 0 subset: 25083/100000 suite: rados suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_a9a752df26c63acad72e1b3569fd79a515ca0765/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 targets: smithi073.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKHLjMdK2wlQjhoo5sUgRPZLz5r4PWmKT1w94lw8vKTWz+1IP62hO71lHy+6pXl3yXfWVy/6ogo8YGxlG2eZdX8= smithi105.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNaaxe0vS5X+adPSt176EgypVhHUv49S6oKW+GGOLxan/8sCotoVtyqHx0fpsAbM0A/JCj+akq/6q/RzPktVkXo= smithi155.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMe8xU1QKuYHVO20Bz4p2fM395VYPahDqooxKJ4z6HMpvXXxOM+2JsXHjvpDUml5AoLPZlrsquFJ4gtO48bXNQE= 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 0x7f35b0b54f70>, signals=[15]) 2024-04-15T01:43:28.304 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-15T01:43:28.311 INFO:teuthology.task.internal:Opening connections... 2024-04-15T01:43:28.311 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi073.front.sepia.ceph.com 2024-04-15T01:43:28.313 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:43:28.404 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi105.front.sepia.ceph.com 2024-04-15T01:43:28.405 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:43:28.493 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi155.front.sepia.ceph.com 2024-04-15T01:43:28.494 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:43:28.585 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-15T01:43:28.593 DEBUG:teuthology.orchestra.run.smithi073:> uname -m 2024-04-15T01:43:28.611 INFO:teuthology.orchestra.run.smithi073.stdout:x86_64 2024-04-15T01:43:28.611 DEBUG:teuthology.orchestra.run.smithi073:> cat /etc/os-release 2024-04-15T01:43:28.666 INFO:teuthology.orchestra.run.smithi073.stdout:NAME="CentOS Stream" 2024-04-15T01:43:28.666 INFO:teuthology.orchestra.run.smithi073.stdout:VERSION="9" 2024-04-15T01:43:28.666 INFO:teuthology.orchestra.run.smithi073.stdout:ID="centos" 2024-04-15T01:43:28.666 INFO:teuthology.orchestra.run.smithi073.stdout:ID_LIKE="rhel fedora" 2024-04-15T01:43:28.666 INFO:teuthology.orchestra.run.smithi073.stdout:VERSION_ID="9" 2024-04-15T01:43:28.667 INFO:teuthology.orchestra.run.smithi073.stdout:PLATFORM_ID="platform:el9" 2024-04-15T01:43:28.667 INFO:teuthology.orchestra.run.smithi073.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-15T01:43:28.667 INFO:teuthology.orchestra.run.smithi073.stdout:ANSI_COLOR="0;31" 2024-04-15T01:43:28.667 INFO:teuthology.orchestra.run.smithi073.stdout:LOGO="fedora-logo-icon" 2024-04-15T01:43:28.667 INFO:teuthology.orchestra.run.smithi073.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-15T01:43:28.667 INFO:teuthology.orchestra.run.smithi073.stdout:HOME_URL="https://centos.org/" 2024-04-15T01:43:28.667 INFO:teuthology.orchestra.run.smithi073.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-15T01:43:28.667 INFO:teuthology.orchestra.run.smithi073.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-15T01:43:28.667 INFO:teuthology.orchestra.run.smithi073.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-15T01:43:28.668 INFO:teuthology.lock.ops:Updating smithi073.front.sepia.ceph.com on lock server 2024-04-15T01:43:28.695 DEBUG:teuthology.orchestra.run.smithi105:> uname -m 2024-04-15T01:43:28.713 INFO:teuthology.orchestra.run.smithi105.stdout:x86_64 2024-04-15T01:43:28.713 DEBUG:teuthology.orchestra.run.smithi105:> cat /etc/os-release 2024-04-15T01:43:28.770 INFO:teuthology.orchestra.run.smithi105.stdout:NAME="CentOS Stream" 2024-04-15T01:43:28.770 INFO:teuthology.orchestra.run.smithi105.stdout:VERSION="9" 2024-04-15T01:43:28.770 INFO:teuthology.orchestra.run.smithi105.stdout:ID="centos" 2024-04-15T01:43:28.770 INFO:teuthology.orchestra.run.smithi105.stdout:ID_LIKE="rhel fedora" 2024-04-15T01:43:28.770 INFO:teuthology.orchestra.run.smithi105.stdout:VERSION_ID="9" 2024-04-15T01:43:28.770 INFO:teuthology.orchestra.run.smithi105.stdout:PLATFORM_ID="platform:el9" 2024-04-15T01:43:28.770 INFO:teuthology.orchestra.run.smithi105.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-15T01:43:28.770 INFO:teuthology.orchestra.run.smithi105.stdout:ANSI_COLOR="0;31" 2024-04-15T01:43:28.770 INFO:teuthology.orchestra.run.smithi105.stdout:LOGO="fedora-logo-icon" 2024-04-15T01:43:28.770 INFO:teuthology.orchestra.run.smithi105.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-15T01:43:28.770 INFO:teuthology.orchestra.run.smithi105.stdout:HOME_URL="https://centos.org/" 2024-04-15T01:43:28.770 INFO:teuthology.orchestra.run.smithi105.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-15T01:43:28.771 INFO:teuthology.orchestra.run.smithi105.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-15T01:43:28.771 INFO:teuthology.orchestra.run.smithi105.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-15T01:43:28.771 INFO:teuthology.lock.ops:Updating smithi105.front.sepia.ceph.com on lock server 2024-04-15T01:43:28.794 DEBUG:teuthology.orchestra.run.smithi155:> uname -m 2024-04-15T01:43:28.812 INFO:teuthology.orchestra.run.smithi155.stdout:x86_64 2024-04-15T01:43:28.812 DEBUG:teuthology.orchestra.run.smithi155:> cat /etc/os-release 2024-04-15T01:43:28.870 INFO:teuthology.orchestra.run.smithi155.stdout:NAME="CentOS Stream" 2024-04-15T01:43:28.870 INFO:teuthology.orchestra.run.smithi155.stdout:VERSION="9" 2024-04-15T01:43:28.870 INFO:teuthology.orchestra.run.smithi155.stdout:ID="centos" 2024-04-15T01:43:28.870 INFO:teuthology.orchestra.run.smithi155.stdout:ID_LIKE="rhel fedora" 2024-04-15T01:43:28.870 INFO:teuthology.orchestra.run.smithi155.stdout:VERSION_ID="9" 2024-04-15T01:43:28.870 INFO:teuthology.orchestra.run.smithi155.stdout:PLATFORM_ID="platform:el9" 2024-04-15T01:43:28.870 INFO:teuthology.orchestra.run.smithi155.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-15T01:43:28.870 INFO:teuthology.orchestra.run.smithi155.stdout:ANSI_COLOR="0;31" 2024-04-15T01:43:28.870 INFO:teuthology.orchestra.run.smithi155.stdout:LOGO="fedora-logo-icon" 2024-04-15T01:43:28.870 INFO:teuthology.orchestra.run.smithi155.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-15T01:43:28.871 INFO:teuthology.orchestra.run.smithi155.stdout:HOME_URL="https://centos.org/" 2024-04-15T01:43:28.871 INFO:teuthology.orchestra.run.smithi155.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-15T01:43:28.871 INFO:teuthology.orchestra.run.smithi155.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-15T01:43:28.871 INFO:teuthology.orchestra.run.smithi155.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-15T01:43:28.871 INFO:teuthology.lock.ops:Updating smithi155.front.sepia.ceph.com on lock server 2024-04-15T01:43:28.894 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-15T01:43:28.902 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-15T01:43:28.909 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-15T01:43:28.909 DEBUG:teuthology.orchestra.run.smithi073:> test '!' -e /home/ubuntu/cephtest 2024-04-15T01:43:28.912 DEBUG:teuthology.orchestra.run.smithi105:> test '!' -e /home/ubuntu/cephtest 2024-04-15T01:43:28.914 DEBUG:teuthology.orchestra.run.smithi155:> test '!' -e /home/ubuntu/cephtest 2024-04-15T01:43:28.930 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-15T01:43:28.937 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-15T01:43:28.937 DEBUG:teuthology.orchestra.run.smithi073:> test -z $(ls -A /var/lib/ceph) 2024-04-15T01:43:28.967 DEBUG:teuthology.orchestra.run.smithi105:> test -z $(ls -A /var/lib/ceph) 2024-04-15T01:43:28.970 DEBUG:teuthology.orchestra.run.smithi155:> test -z $(ls -A /var/lib/ceph) 2024-04-15T01:43:29.062 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-15T01:43:29.140 INFO:teuthology.run_tasks:Running task kernel... 2024-04-15T01:43:29.155 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-15T01:43:29.155 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-15T01:43:29.156 DEBUG:teuthology.orchestra.run.smithi073:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T01:43:29.156 DEBUG:teuthology.orchestra.run.smithi105:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T01:43:29.156 DEBUG:teuthology.orchestra.run.smithi155:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T01:43:29.172 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T01:43:29.173 DEBUG:teuthology.orchestra.run.smithi105:> uname -r 2024-04-15T01:43:29.174 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T01:43:29.174 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T01:43:29.174 DEBUG:teuthology.orchestra.run.smithi155:> uname -r 2024-04-15T01:43:29.175 DEBUG:teuthology.orchestra.run.smithi073:> uname -r 2024-04-15T01:43:29.229 INFO:teuthology.orchestra.run.smithi073.stdout:5.14.0-361.el9.x86_64 2024-04-15T01:43:29.230 INFO:teuthology.task.kernel:Running kernel on smithi073: 5.14.0-361.el9.x86_64 2024-04-15T01:43:29.230 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum install -y kernel 2024-04-15T01:43:29.231 INFO:teuthology.orchestra.run.smithi105.stdout:5.14.0-361.el9.x86_64 2024-04-15T01:43:29.231 INFO:teuthology.task.kernel:Running kernel on smithi105: 5.14.0-361.el9.x86_64 2024-04-15T01:43:29.231 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum install -y kernel 2024-04-15T01:43:29.232 INFO:teuthology.orchestra.run.smithi155.stdout:5.14.0-361.el9.x86_64 2024-04-15T01:43:29.232 INFO:teuthology.task.kernel:Running kernel on smithi155: 5.14.0-361.el9.x86_64 2024-04-15T01:43:29.232 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum install -y kernel 2024-04-15T01:43:31.420 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS-9 - AppStream 15 MB/s | 8.1 MB 00:00 2024-04-15T01:43:31.452 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS-9 - AppStream 15 MB/s | 8.1 MB 00:00 2024-04-15T01:43:31.588 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS-9 - AppStream 12 MB/s | 8.1 MB 00:00 2024-04-15T01:43:33.037 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS-9 - BaseOS 8.4 MB/s | 2.5 MB 00:00 2024-04-15T01:43:33.052 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS-9 - BaseOS 8.7 MB/s | 2.5 MB 00:00 2024-04-15T01:43:33.222 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS-9 - BaseOS 8.2 MB/s | 2.5 MB 00:00 2024-04-15T01:43:34.043 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 9 - BaseOS 15 MB/s | 8.0 MB 00:00 2024-04-15T01:43:34.344 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS Stream 9 - BaseOS 9.4 MB/s | 8.0 MB 00:00 2024-04-15T01:43:36.061 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 9 - AppStream 21 MB/s | 19 MB 00:00 2024-04-15T01:43:38.954 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - BaseOS 1.5 MB/s | 8.0 MB 00:05 2024-04-15T01:43:41.078 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 9 - CRB 4.4 MB/s | 6.2 MB 00:01 2024-04-15T01:43:42.637 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 9 - Extras packages 41 kB/s | 16 kB 00:00 2024-04-15T01:43:43.989 INFO:teuthology.orchestra.run.smithi105.stdout:Extra Packages for Enterprise Linux 17 MB/s | 21 MB 00:01 2024-04-15T01:43:49.105 INFO:teuthology.orchestra.run.smithi105.stdout:lab-extras 44 kB/s | 1.7 kB 00:00 2024-04-15T01:43:51.357 INFO:teuthology.orchestra.run.smithi105.stderr:Modular dependency problems: 2024-04-15T01:43:51.357 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-04-15T01:43:51.357 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 1: conflicting requests 2024-04-15T01:43:51.357 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.357 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 2: conflicting requests 2024-04-15T01:43:51.357 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.357 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 3: conflicting requests 2024-04-15T01:43:51.357 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.357 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 4: conflicting requests 2024-04-15T01:43:51.357 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.357 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 5: conflicting requests 2024-04-15T01:43:51.357 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.358 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 6: conflicting requests 2024-04-15T01:43:51.358 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.358 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 7: conflicting requests 2024-04-15T01:43:51.358 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.358 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 8: conflicting requests 2024-04-15T01:43:51.358 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.358 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 9: conflicting requests 2024-04-15T01:43:51.358 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.358 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 10: conflicting requests 2024-04-15T01:43:51.358 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.358 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 11: conflicting requests 2024-04-15T01:43:51.358 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.358 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 12: conflicting requests 2024-04-15T01:43:51.359 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.359 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 13: conflicting requests 2024-04-15T01:43:51.359 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.359 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 14: conflicting requests 2024-04-15T01:43:51.359 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.359 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 15: conflicting requests 2024-04-15T01:43:51.359 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.359 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 16: conflicting requests 2024-04-15T01:43:51.359 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.359 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 17: conflicting requests 2024-04-15T01:43:51.359 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.359 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 18: conflicting requests 2024-04-15T01:43:51.359 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.359 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 19: conflicting requests 2024-04-15T01:43:51.360 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.360 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 20: conflicting requests 2024-04-15T01:43:51.360 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.360 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 21: conflicting requests 2024-04-15T01:43:51.360 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.360 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 22: conflicting requests 2024-04-15T01:43:51.360 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.360 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 23: conflicting requests 2024-04-15T01:43:51.360 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.360 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 24: conflicting requests 2024-04-15T01:43:51.360 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.360 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 25: conflicting requests 2024-04-15T01:43:51.360 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.360 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 26: conflicting requests 2024-04-15T01:43:51.360 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.361 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 27: conflicting requests 2024-04-15T01:43:51.361 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.361 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 28: conflicting requests 2024-04-15T01:43:51.361 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.361 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 29: conflicting requests 2024-04-15T01:43:51.361 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.361 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 30: conflicting requests 2024-04-15T01:43:51.361 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.361 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 31: conflicting requests 2024-04-15T01:43:51.361 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.361 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 32: conflicting requests 2024-04-15T01:43:51.361 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.361 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 33: conflicting requests 2024-04-15T01:43:51.361 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.362 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 34: conflicting requests 2024-04-15T01:43:51.362 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.362 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 35: conflicting requests 2024-04-15T01:43:51.362 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.362 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 36: conflicting requests 2024-04-15T01:43:51.362 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.362 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 37: conflicting requests 2024-04-15T01:43:51.362 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.362 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.362 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.362 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:43:51.362 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.362 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.362 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.363 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.363 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 39: conflicting requests 2024-04-15T01:43:51.363 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.363 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.363 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.363 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.363 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.363 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.363 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:43:51.363 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.363 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.363 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.363 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.363 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:43:51.364 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.364 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.364 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.364 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.364 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:43:51.364 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.364 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.364 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.364 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.364 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:43:51.364 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.364 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.364 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.364 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.365 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:43:51.365 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.365 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.365 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.365 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.365 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:43:51.365 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.365 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.365 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.365 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:43:51.704 INFO:teuthology.orchestra.run.smithi105.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-15T01:43:51.704 INFO:teuthology.orchestra.run.smithi105.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-15T01:43:51.818 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-04-15T01:43:51.829 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:43:51.829 INFO:teuthology.orchestra.run.smithi105.stdout: Package Architecture Version Repository Size 2024-04-15T01:43:51.829 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:43:51.829 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2024-04-15T01:43:51.829 INFO:teuthology.orchestra.run.smithi105.stdout: kernel x86_64 5.14.0-435.el9 baseos 214 k 2024-04-15T01:43:51.829 INFO:teuthology.orchestra.run.smithi105.stdout:Installing dependencies: 2024-04-15T01:43:51.829 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-core x86_64 5.14.0-435.el9 baseos 15 M 2024-04-15T01:43:51.829 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-modules x86_64 5.14.0-435.el9 baseos 34 M 2024-04-15T01:43:51.830 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-modules-core x86_64 5.14.0-435.el9 baseos 28 M 2024-04-15T01:43:51.830 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:43:51.830 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-04-15T01:43:51.830 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:43:51.830 INFO:teuthology.orchestra.run.smithi105.stdout:Install 4 Packages 2024-04-15T01:43:51.830 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:43:51.830 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 77 M 2024-04-15T01:43:51.830 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 123 M 2024-04-15T01:43:51.830 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2024-04-15T01:43:52.048 INFO:teuthology.orchestra.run.smithi105.stdout:(1/4): kernel-5.14.0-435.el9.x86_64.rpm 1.3 MB/s | 214 kB 00:00 2024-04-15T01:43:52.715 INFO:teuthology.orchestra.run.smithi105.stdout:(2/4): kernel-core-5.14.0-435.el9.x86_64.rpm 18 MB/s | 15 MB 00:00 2024-04-15T01:43:53.215 INFO:teuthology.orchestra.run.smithi105.stdout:(3/4): kernel-modules-core-5.14.0-435.el9.x86_6 24 MB/s | 28 MB 00:01 2024-04-15T01:43:53.515 INFO:teuthology.orchestra.run.smithi105.stdout:(4/4): kernel-modules-5.14.0-435.el9.x86_64.rpm 21 MB/s | 34 MB 00:01 2024-04-15T01:43:53.516 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:43:53.516 INFO:teuthology.orchestra.run.smithi105.stdout:Total 45 MB/s | 77 MB 00:01 2024-04-15T01:43:54.181 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2024-04-15T01:43:54.542 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2024-04-15T01:43:54.542 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2024-04-15T01:43:55.556 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2024-04-15T01:43:55.557 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2024-04-15T01:43:56.868 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS Stream 9 - AppStream 903 kB/s | 19 MB 00:21 2024-04-15T01:43:57.178 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - AppStream 1.1 MB/s | 19 MB 00:17 2024-04-15T01:43:58.068 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2024-04-15T01:43:58.658 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : kernel-modules-core-5.14.0-435.el9.x86_64 1/4 2024-04-15T01:43:58.741 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-15T01:44:01.018 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS Stream 9 - CRB 12 MB/s | 6.2 MB 00:00 2024-04-15T01:44:01.508 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-15T01:44:01.652 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-15T01:44:02.811 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS Stream 9 - Extras packages 27 kB/s | 16 kB 00:00 2024-04-15T01:44:04.148 INFO:teuthology.orchestra.run.smithi073.stdout:Extra Packages for Enterprise Linux 18 MB/s | 21 MB 00:01 2024-04-15T01:44:06.408 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-15T01:44:06.453 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : kernel-5.14.0-435.el9.x86_64 4/4 2024-04-15T01:44:09.102 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - CRB 762 kB/s | 6.2 MB 00:08 2024-04-15T01:44:09.287 INFO:teuthology.orchestra.run.smithi073.stdout:lab-extras 14 kB/s | 1.7 kB 00:00 2024-04-15T01:44:11.213 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-modules-core-5.14.0-435.el9.x86_64 4/4 2024-04-15T01:44:11.544 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:44:11.544 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:44:11.544 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:44:11.544 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.544 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:44:11.544 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.545 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:44:11.545 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.545 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:44:11.545 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.545 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:44:11.545 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.545 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:44:11.545 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.545 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:44:11.545 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.545 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:44:11.545 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.545 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:44:11.546 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.546 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:44:11.546 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.546 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:44:11.546 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.546 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:44:11.546 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.546 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:44:11.546 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.546 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:44:11.546 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.546 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:44:11.546 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.546 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:44:11.547 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.547 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:44:11.547 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.547 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:44:11.547 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.547 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:44:11.547 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.547 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:44:11.547 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.547 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:44:11.547 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.547 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:44:11.547 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.547 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:44:11.548 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.548 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:44:11.548 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.548 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:44:11.548 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.548 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:44:11.548 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.548 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:44:11.548 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.548 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:44:11.548 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.548 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:44:11.548 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.548 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:44:11.549 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.549 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:44:11.549 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.549 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:44:11.549 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.549 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:44:11.549 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.549 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:44:11.549 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.549 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:44:11.549 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.549 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:44:11.549 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.549 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:44:11.549 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.549 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.550 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.550 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:44:11.550 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.550 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.550 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.550 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.550 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:44:11.550 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.550 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.550 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.550 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.550 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.550 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.550 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:44:11.551 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.551 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.551 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.551 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.551 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:44:11.551 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.551 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.551 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.551 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.551 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:44:11.551 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.551 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.551 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.551 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.551 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:44:11.552 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.552 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.552 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.552 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.552 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:44:11.552 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.552 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.552 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.552 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.552 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:44:11.552 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.552 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.552 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.552 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:44:11.645 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - Extras packages 12 kB/s | 16 kB 00:01 2024-04-15T01:44:11.936 INFO:teuthology.orchestra.run.smithi073.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-15T01:44:11.936 INFO:teuthology.orchestra.run.smithi073.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-15T01:44:12.043 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:44:12.048 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:44:12.048 INFO:teuthology.orchestra.run.smithi073.stdout: Package Architecture Version Repository Size 2024-04-15T01:44:12.048 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:44:12.049 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-04-15T01:44:12.049 INFO:teuthology.orchestra.run.smithi073.stdout: kernel x86_64 5.14.0-435.el9 baseos 214 k 2024-04-15T01:44:12.049 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2024-04-15T01:44:12.049 INFO:teuthology.orchestra.run.smithi073.stdout: kernel-core x86_64 5.14.0-435.el9 baseos 15 M 2024-04-15T01:44:12.049 INFO:teuthology.orchestra.run.smithi073.stdout: kernel-modules x86_64 5.14.0-435.el9 baseos 34 M 2024-04-15T01:44:12.049 INFO:teuthology.orchestra.run.smithi073.stdout: kernel-modules-core x86_64 5.14.0-435.el9 baseos 28 M 2024-04-15T01:44:12.049 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:44:12.049 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-04-15T01:44:12.049 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:44:12.049 INFO:teuthology.orchestra.run.smithi073.stdout:Install 4 Packages 2024-04-15T01:44:12.049 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:44:12.050 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 77 M 2024-04-15T01:44:12.050 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 123 M 2024-04-15T01:44:12.050 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-04-15T01:44:12.397 INFO:teuthology.orchestra.run.smithi073.stdout:(1/4): kernel-5.14.0-435.el9.x86_64.rpm 2.4 MB/s | 214 kB 00:00 2024-04-15T01:44:12.955 INFO:teuthology.orchestra.run.smithi073.stdout:(2/4): kernel-core-5.14.0-435.el9.x86_64.rpm 23 MB/s | 15 MB 00:00 2024-04-15T01:44:13.614 INFO:teuthology.orchestra.run.smithi073.stdout:(3/4): kernel-modules-5.14.0-435.el9.x86_64.rpm 26 MB/s | 34 MB 00:01 2024-04-15T01:44:13.679 INFO:teuthology.orchestra.run.smithi155.stdout:Extra Packages for Enterprise Linux 11 MB/s | 21 MB 00:01 2024-04-15T01:44:13.873 INFO:teuthology.orchestra.run.smithi073.stdout:(4/4): kernel-modules-core-5.14.0-435.el9.x86_6 19 MB/s | 28 MB 00:01 2024-04-15T01:44:13.873 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:44:13.873 INFO:teuthology.orchestra.run.smithi073.stdout:Total 42 MB/s | 77 MB 00:01 2024-04-15T01:44:14.541 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-04-15T01:44:14.899 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-04-15T01:44:14.899 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-04-15T01:44:15.934 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-04-15T01:44:15.934 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-04-15T01:44:18.420 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-04-15T01:44:18.795 INFO:teuthology.orchestra.run.smithi155.stdout:lab-extras 15 kB/s | 1.7 kB 00:00 2024-04-15T01:44:19.067 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : kernel-modules-core-5.14.0-435.el9.x86_64 1/4 2024-04-15T01:44:19.147 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-15T01:44:21.062 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:44:21.062 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:44:21.063 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:44:21.063 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.063 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:44:21.063 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.063 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:44:21.063 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.063 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:44:21.063 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.063 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:44:21.063 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.063 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:44:21.063 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.063 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:44:21.063 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.064 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:44:21.064 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.064 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:44:21.064 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.064 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:44:21.064 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.064 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:44:21.064 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.064 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:44:21.064 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.064 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:44:21.064 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.064 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:44:21.064 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.064 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:44:21.065 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.065 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:44:21.065 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.065 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:44:21.065 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.065 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:44:21.065 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.065 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:44:21.065 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.065 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:44:21.065 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.065 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:44:21.065 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.065 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:44:21.066 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.066 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:44:21.066 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.066 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:44:21.066 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.066 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:44:21.066 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.066 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:44:21.066 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.066 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:44:21.066 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.066 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:44:21.066 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.067 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:44:21.067 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.067 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:44:21.067 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.067 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:44:21.067 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.067 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:44:21.067 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.067 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:44:21.067 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.067 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:44:21.067 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.067 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:44:21.067 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.068 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:44:21.068 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.068 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:44:21.068 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.068 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.068 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.068 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:44:21.068 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.068 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.068 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.068 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.068 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:44:21.068 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.068 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.068 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.069 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.069 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.069 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.069 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:44:21.069 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.069 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.069 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.069 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.069 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:44:21.069 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.069 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.069 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.069 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.069 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:44:21.069 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.069 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.070 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.070 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.070 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:44:21.070 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.070 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.070 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.070 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.070 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:44:21.070 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.070 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.070 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.070 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.070 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:44:21.071 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.071 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.071 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.071 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:44:21.411 INFO:teuthology.orchestra.run.smithi155.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-15T01:44:21.411 INFO:teuthology.orchestra.run.smithi155.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-15T01:44:21.518 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:44:21.522 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:44:21.522 INFO:teuthology.orchestra.run.smithi155.stdout: Package Architecture Version Repository Size 2024-04-15T01:44:21.523 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:44:21.523 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-15T01:44:21.523 INFO:teuthology.orchestra.run.smithi155.stdout: kernel x86_64 5.14.0-435.el9 baseos 214 k 2024-04-15T01:44:21.523 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2024-04-15T01:44:21.523 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-core x86_64 5.14.0-435.el9 baseos 15 M 2024-04-15T01:44:21.523 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-modules x86_64 5.14.0-435.el9 baseos 34 M 2024-04-15T01:44:21.523 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-modules-core x86_64 5.14.0-435.el9 baseos 28 M 2024-04-15T01:44:21.523 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:44:21.523 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-15T01:44:21.523 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:44:21.523 INFO:teuthology.orchestra.run.smithi155.stdout:Install 4 Packages 2024-04-15T01:44:21.523 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:44:21.524 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 77 M 2024-04-15T01:44:21.524 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 123 M 2024-04-15T01:44:21.524 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-15T01:44:21.940 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-15T01:44:22.072 INFO:teuthology.orchestra.run.smithi155.stdout:(1/4): kernel-5.14.0-435.el9.x86_64.rpm 780 kB/s | 214 kB 00:00 2024-04-15T01:44:22.074 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-15T01:44:22.605 INFO:teuthology.orchestra.run.smithi155.stdout:(2/4): kernel-core-5.14.0-435.el9.x86_64.rpm 19 MB/s | 15 MB 00:00 2024-04-15T01:44:23.256 INFO:teuthology.orchestra.run.smithi155.stdout:(3/4): kernel-modules-core-5.14.0-435.el9.x86_6 23 MB/s | 28 MB 00:01 2024-04-15T01:44:23.597 INFO:teuthology.orchestra.run.smithi155.stdout:(4/4): kernel-modules-5.14.0-435.el9.x86_64.rpm 19 MB/s | 34 MB 00:01 2024-04-15T01:44:23.598 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:44:23.598 INFO:teuthology.orchestra.run.smithi155.stdout:Total 37 MB/s | 77 MB 00:02 2024-04-15T01:44:24.272 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-15T01:44:24.659 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-15T01:44:24.659 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-15T01:44:25.687 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-15T01:44:25.687 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-15T01:44:26.804 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-15T01:44:26.850 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : kernel-5.14.0-435.el9.x86_64 4/4 2024-04-15T01:44:28.185 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-15T01:44:28.772 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : kernel-modules-core-5.14.0-435.el9.x86_64 1/4 2024-04-15T01:44:28.855 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-15T01:44:31.588 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: kernel-modules-core-5.14.0-435.el9.x86_64 4/4 2024-04-15T01:44:31.611 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-15T01:44:31.749 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-15T01:44:36.454 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-15T01:44:36.499 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : kernel-5.14.0-435.el9.x86_64 4/4 2024-04-15T01:44:40.692 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-core-5.14.0-435.el9.x86_64 4/4 2024-04-15T01:44:40.692 INFO:teuthology.orchestra.run.smithi105.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-15T01:44:40.692 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:44:40.737 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-modules-5.14.0-435.el9.x86_64 4/4 2024-04-15T01:44:41.087 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-5.14.0-435.el9.x86_64 4/4 2024-04-15T01:44:41.087 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : kernel-5.14.0-435.el9.x86_64 1/4 2024-04-15T01:44:41.087 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-15T01:44:41.087 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-15T01:44:41.258 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-modules-core-5.14.0-435.el9.x86_64 4/4 2024-04-15T01:44:41.532 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : kernel-modules-core-5.14.0-435.el9.x86_64 4/4 2024-04-15T01:44:41.533 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:44:41.533 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2024-04-15T01:44:41.533 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-5.14.0-435.el9.x86_64 2024-04-15T01:44:41.533 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-core-5.14.0-435.el9.x86_64 2024-04-15T01:44:41.533 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-modules-5.14.0-435.el9.x86_64 2024-04-15T01:44:41.533 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-modules-core-5.14.0-435.el9.x86_64 2024-04-15T01:44:41.533 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:44:41.533 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-04-15T01:44:41.880 DEBUG:teuthology.orchestra.run.smithi105:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T01:44:41.986 INFO:teuthology.orchestra.run.smithi105.stdout:kernel-5.14.0-435.el9.x86_64 2024-04-15T01:44:41.987 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-435.el9.x86_64 2024-04-15T01:44:41.987 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-435.el9.x86_64 2024-04-15T01:44:41.987 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T01:44:41.987 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T01:44:41.987 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-15T01:44:41.987 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi105.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T01:44:41.987 DEBUG:teuthology.orchestra.run.smithi105:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T01:44:42.069 INFO:teuthology.orchestra.run.smithi105.stdout:kernel-5.14.0-435.el9.x86_64 2024-04-15T01:44:42.069 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-435.el9.x86_64 2024-04-15T01:44:42.069 DEBUG:teuthology.orchestra.run.smithi105:> sudo rpm -qi grub2-tools 2024-04-15T01:44:42.112 INFO:teuthology.orchestra.run.smithi105.stdout:Name : grub2-tools 2024-04-15T01:44:42.112 INFO:teuthology.orchestra.run.smithi105.stdout:Epoch : 1 2024-04-15T01:44:42.112 INFO:teuthology.orchestra.run.smithi105.stdout:Version : 2.06 2024-04-15T01:44:42.112 INFO:teuthology.orchestra.run.smithi105.stdout:Release : 68.el9 2024-04-15T01:44:42.112 INFO:teuthology.orchestra.run.smithi105.stdout:Architecture: x86_64 2024-04-15T01:44:42.112 INFO:teuthology.orchestra.run.smithi105.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-15T01:44:42.112 INFO:teuthology.orchestra.run.smithi105.stdout:Group : Unspecified 2024-04-15T01:44:42.112 INFO:teuthology.orchestra.run.smithi105.stdout:Size : 8264254 2024-04-15T01:44:42.112 INFO:teuthology.orchestra.run.smithi105.stdout:License : GPLv3+ 2024-04-15T01:44:42.112 INFO:teuthology.orchestra.run.smithi105.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-15T01:44:42.112 INFO:teuthology.orchestra.run.smithi105.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-15T01:44:42.113 INFO:teuthology.orchestra.run.smithi105.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-15T01:44:42.113 INFO:teuthology.orchestra.run.smithi105.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-15T01:44:42.113 INFO:teuthology.orchestra.run.smithi105.stdout:Packager : builder@centos.org 2024-04-15T01:44:42.113 INFO:teuthology.orchestra.run.smithi105.stdout:Vendor : CentOS 2024-04-15T01:44:42.113 INFO:teuthology.orchestra.run.smithi105.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-15T01:44:42.113 INFO:teuthology.orchestra.run.smithi105.stdout:Summary : Support tools for GRUB. 2024-04-15T01:44:42.113 INFO:teuthology.orchestra.run.smithi105.stdout:Description : 2024-04-15T01:44:42.113 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:44:42.113 INFO:teuthology.orchestra.run.smithi105.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-15T01:44:42.113 INFO:teuthology.orchestra.run.smithi105.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-15T01:44:42.113 INFO:teuthology.orchestra.run.smithi105.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-15T01:44:42.113 INFO:teuthology.orchestra.run.smithi105.stdout:hardware devices. 2024-04-15T01:44:42.113 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:44:42.113 INFO:teuthology.orchestra.run.smithi105.stdout:This subpackage provides tools for support of all platforms. 2024-04-15T01:44:42.115 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-15T01:44:42.115 INFO:teuthology.task.kernel:Updating grub on smithi105 to boot 5.14.0-435.el9.x86_64 2024-04-15T01:44:42.115 DEBUG:teuthology.orchestra.run.smithi105:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-15T01:44:42.677 INFO:teuthology.orchestra.run.smithi105.stderr:Generating grub configuration file ... 2024-04-15T01:44:44.031 INFO:teuthology.orchestra.run.smithi105.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-15T01:44:44.060 INFO:teuthology.orchestra.run.smithi105.stderr:done 2024-04-15T01:44:44.062 DEBUG:teuthology.orchestra.run.smithi105:> mktemp 2024-04-15T01:44:44.077 INFO:teuthology.orchestra.run.smithi105.stdout:/tmp/tmp.Zr8Gq6hEkR 2024-04-15T01:44:44.077 DEBUG:teuthology.orchestra.run.smithi105:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Zr8Gq6hEkR 2024-04-15T01:44:44.145 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod 0666 /tmp/tmp.Zr8Gq6hEkR 2024-04-15T01:44:44.290 DEBUG:teuthology.orchestra.remote:smithi105:/tmp/tmp.Zr8Gq6hEkR is 6KB 2024-04-15T01:44:44.340 DEBUG:teuthology.orchestra.run.smithi105:> rm -fr /tmp/tmp.Zr8Gq6hEkR 2024-04-15T01:44:44.355 DEBUG:teuthology.orchestra.run.smithi105:> sudo /bin/ls /boot/loader/entries || true 2024-04-15T01:44:44.424 INFO:teuthology.orchestra.run.smithi105.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-15T01:44:44.424 INFO:teuthology.orchestra.run.smithi105.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-15T01:44:44.424 INFO:teuthology.orchestra.run.smithi105.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-15T01:44:44.424 INFO:teuthology.orchestra.run.smithi105.stdout:15949e3c88704300882482eddfd7baae-5.14.0-435.el9.x86_64.conf 2024-04-15T01:44:44.425 DEBUG:teuthology.orchestra.run.smithi105:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-435.el9.x86_64 2024-04-15T01:44:44.583 DEBUG:teuthology.orchestra.run.smithi105:> sudo shutdown -r now 2024-04-15T01:45:01.108 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: kernel-core-5.14.0-435.el9.x86_64 4/4 2024-04-15T01:45:01.108 INFO:teuthology.orchestra.run.smithi073.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-15T01:45:01.108 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:45:01.154 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: kernel-modules-5.14.0-435.el9.x86_64 4/4 2024-04-15T01:45:01.568 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: kernel-5.14.0-435.el9.x86_64 4/4 2024-04-15T01:45:01.568 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : kernel-5.14.0-435.el9.x86_64 1/4 2024-04-15T01:45:01.568 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-15T01:45:01.568 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-15T01:45:01.981 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : kernel-modules-core-5.14.0-435.el9.x86_64 4/4 2024-04-15T01:45:01.981 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:45:01.981 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-04-15T01:45:01.981 INFO:teuthology.orchestra.run.smithi073.stdout: kernel-5.14.0-435.el9.x86_64 2024-04-15T01:45:01.981 INFO:teuthology.orchestra.run.smithi073.stdout: kernel-core-5.14.0-435.el9.x86_64 2024-04-15T01:45:01.981 INFO:teuthology.orchestra.run.smithi073.stdout: kernel-modules-5.14.0-435.el9.x86_64 2024-04-15T01:45:01.981 INFO:teuthology.orchestra.run.smithi073.stdout: kernel-modules-core-5.14.0-435.el9.x86_64 2024-04-15T01:45:01.981 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:45:01.981 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:45:02.320 DEBUG:teuthology.orchestra.run.smithi073:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T01:45:02.420 INFO:teuthology.orchestra.run.smithi073.stdout:kernel-5.14.0-435.el9.x86_64 2024-04-15T01:45:02.421 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-435.el9.x86_64 2024-04-15T01:45:02.422 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-435.el9.x86_64 2024-04-15T01:45:02.422 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T01:45:02.422 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T01:45:02.422 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-15T01:45:02.422 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi073.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T01:45:02.422 DEBUG:teuthology.orchestra.run.smithi073:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T01:45:02.502 INFO:teuthology.orchestra.run.smithi073.stdout:kernel-5.14.0-435.el9.x86_64 2024-04-15T01:45:02.503 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-435.el9.x86_64 2024-04-15T01:45:02.503 DEBUG:teuthology.orchestra.run.smithi073:> sudo rpm -qi grub2-tools 2024-04-15T01:45:02.537 INFO:teuthology.orchestra.run.smithi073.stdout:Name : grub2-tools 2024-04-15T01:45:02.537 INFO:teuthology.orchestra.run.smithi073.stdout:Epoch : 1 2024-04-15T01:45:02.537 INFO:teuthology.orchestra.run.smithi073.stdout:Version : 2.06 2024-04-15T01:45:02.537 INFO:teuthology.orchestra.run.smithi073.stdout:Release : 68.el9 2024-04-15T01:45:02.537 INFO:teuthology.orchestra.run.smithi073.stdout:Architecture: x86_64 2024-04-15T01:45:02.537 INFO:teuthology.orchestra.run.smithi073.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-15T01:45:02.537 INFO:teuthology.orchestra.run.smithi073.stdout:Group : Unspecified 2024-04-15T01:45:02.537 INFO:teuthology.orchestra.run.smithi073.stdout:Size : 8264254 2024-04-15T01:45:02.537 INFO:teuthology.orchestra.run.smithi073.stdout:License : GPLv3+ 2024-04-15T01:45:02.537 INFO:teuthology.orchestra.run.smithi073.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-15T01:45:02.537 INFO:teuthology.orchestra.run.smithi073.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-15T01:45:02.538 INFO:teuthology.orchestra.run.smithi073.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-15T01:45:02.538 INFO:teuthology.orchestra.run.smithi073.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-15T01:45:02.538 INFO:teuthology.orchestra.run.smithi073.stdout:Packager : builder@centos.org 2024-04-15T01:45:02.538 INFO:teuthology.orchestra.run.smithi073.stdout:Vendor : CentOS 2024-04-15T01:45:02.538 INFO:teuthology.orchestra.run.smithi073.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-15T01:45:02.538 INFO:teuthology.orchestra.run.smithi073.stdout:Summary : Support tools for GRUB. 2024-04-15T01:45:02.538 INFO:teuthology.orchestra.run.smithi073.stdout:Description : 2024-04-15T01:45:02.538 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:45:02.538 INFO:teuthology.orchestra.run.smithi073.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-15T01:45:02.538 INFO:teuthology.orchestra.run.smithi073.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-15T01:45:02.538 INFO:teuthology.orchestra.run.smithi073.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-15T01:45:02.538 INFO:teuthology.orchestra.run.smithi073.stdout:hardware devices. 2024-04-15T01:45:02.538 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:45:02.538 INFO:teuthology.orchestra.run.smithi073.stdout:This subpackage provides tools for support of all platforms. 2024-04-15T01:45:02.539 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-15T01:45:02.539 INFO:teuthology.task.kernel:Updating grub on smithi073 to boot 5.14.0-435.el9.x86_64 2024-04-15T01:45:02.540 DEBUG:teuthology.orchestra.run.smithi073:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-15T01:45:03.145 INFO:teuthology.orchestra.run.smithi073.stderr:Generating grub configuration file ... 2024-04-15T01:45:04.578 INFO:teuthology.orchestra.run.smithi073.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-15T01:45:04.612 INFO:teuthology.orchestra.run.smithi073.stderr:done 2024-04-15T01:45:04.614 DEBUG:teuthology.orchestra.run.smithi073:> mktemp 2024-04-15T01:45:04.629 INFO:teuthology.orchestra.run.smithi073.stdout:/tmp/tmp.ocEPUnBX1m 2024-04-15T01:45:04.629 DEBUG:teuthology.orchestra.run.smithi073:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.ocEPUnBX1m 2024-04-15T01:45:04.698 DEBUG:teuthology.orchestra.run.smithi073:> sudo chmod 0666 /tmp/tmp.ocEPUnBX1m 2024-04-15T01:45:04.842 DEBUG:teuthology.orchestra.remote:smithi073:/tmp/tmp.ocEPUnBX1m is 6KB 2024-04-15T01:45:04.890 DEBUG:teuthology.orchestra.run.smithi073:> rm -fr /tmp/tmp.ocEPUnBX1m 2024-04-15T01:45:04.904 DEBUG:teuthology.orchestra.run.smithi073:> sudo /bin/ls /boot/loader/entries || true 2024-04-15T01:45:04.978 INFO:teuthology.orchestra.run.smithi073.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-15T01:45:04.979 INFO:teuthology.orchestra.run.smithi073.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-15T01:45:04.979 INFO:teuthology.orchestra.run.smithi073.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-15T01:45:04.979 INFO:teuthology.orchestra.run.smithi073.stdout:15949e3c88704300882482eddfd7baae-5.14.0-435.el9.x86_64.conf 2024-04-15T01:45:04.980 DEBUG:teuthology.orchestra.run.smithi073:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-435.el9.x86_64 2024-04-15T01:45:05.114 DEBUG:teuthology.orchestra.run.smithi073:> sudo shutdown -r now 2024-04-15T01:45:10.714 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-core-5.14.0-435.el9.x86_64 4/4 2024-04-15T01:45:10.714 INFO:teuthology.orchestra.run.smithi155.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-15T01:45:10.714 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:45:10.761 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-modules-5.14.0-435.el9.x86_64 4/4 2024-04-15T01:45:11.138 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-5.14.0-435.el9.x86_64 4/4 2024-04-15T01:45:11.138 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : kernel-5.14.0-435.el9.x86_64 1/4 2024-04-15T01:45:11.138 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-15T01:45:11.138 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-15T01:45:11.579 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : kernel-modules-core-5.14.0-435.el9.x86_64 4/4 2024-04-15T01:45:11.579 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:45:11.579 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-15T01:45:11.579 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-5.14.0-435.el9.x86_64 2024-04-15T01:45:11.579 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-core-5.14.0-435.el9.x86_64 2024-04-15T01:45:11.579 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-modules-5.14.0-435.el9.x86_64 2024-04-15T01:45:11.579 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-modules-core-5.14.0-435.el9.x86_64 2024-04-15T01:45:11.579 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:45:11.579 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:45:11.899 DEBUG:teuthology.orchestra.run.smithi155:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T01:45:12.034 INFO:teuthology.orchestra.run.smithi155.stdout:kernel-5.14.0-435.el9.x86_64 2024-04-15T01:45:12.034 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-435.el9.x86_64 2024-04-15T01:45:12.034 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-435.el9.x86_64 2024-04-15T01:45:12.034 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T01:45:12.034 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T01:45:12.034 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-04-15T01:45:12.034 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi155.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T01:45:12.034 DEBUG:teuthology.orchestra.run.smithi155:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T01:45:12.116 INFO:teuthology.orchestra.run.smithi155.stdout:kernel-5.14.0-435.el9.x86_64 2024-04-15T01:45:12.116 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-435.el9.x86_64 2024-04-15T01:45:12.117 DEBUG:teuthology.orchestra.run.smithi155:> sudo rpm -qi grub2-tools 2024-04-15T01:45:12.150 INFO:teuthology.orchestra.run.smithi155.stdout:Name : grub2-tools 2024-04-15T01:45:12.150 INFO:teuthology.orchestra.run.smithi155.stdout:Epoch : 1 2024-04-15T01:45:12.151 INFO:teuthology.orchestra.run.smithi155.stdout:Version : 2.06 2024-04-15T01:45:12.151 INFO:teuthology.orchestra.run.smithi155.stdout:Release : 68.el9 2024-04-15T01:45:12.151 INFO:teuthology.orchestra.run.smithi155.stdout:Architecture: x86_64 2024-04-15T01:45:12.151 INFO:teuthology.orchestra.run.smithi155.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-15T01:45:12.151 INFO:teuthology.orchestra.run.smithi155.stdout:Group : Unspecified 2024-04-15T01:45:12.151 INFO:teuthology.orchestra.run.smithi155.stdout:Size : 8264254 2024-04-15T01:45:12.151 INFO:teuthology.orchestra.run.smithi155.stdout:License : GPLv3+ 2024-04-15T01:45:12.151 INFO:teuthology.orchestra.run.smithi155.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-15T01:45:12.151 INFO:teuthology.orchestra.run.smithi155.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-15T01:45:12.151 INFO:teuthology.orchestra.run.smithi155.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-15T01:45:12.151 INFO:teuthology.orchestra.run.smithi155.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-15T01:45:12.151 INFO:teuthology.orchestra.run.smithi155.stdout:Packager : builder@centos.org 2024-04-15T01:45:12.151 INFO:teuthology.orchestra.run.smithi155.stdout:Vendor : CentOS 2024-04-15T01:45:12.151 INFO:teuthology.orchestra.run.smithi155.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-15T01:45:12.152 INFO:teuthology.orchestra.run.smithi155.stdout:Summary : Support tools for GRUB. 2024-04-15T01:45:12.152 INFO:teuthology.orchestra.run.smithi155.stdout:Description : 2024-04-15T01:45:12.152 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:45:12.152 INFO:teuthology.orchestra.run.smithi155.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-15T01:45:12.152 INFO:teuthology.orchestra.run.smithi155.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-15T01:45:12.152 INFO:teuthology.orchestra.run.smithi155.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-15T01:45:12.152 INFO:teuthology.orchestra.run.smithi155.stdout:hardware devices. 2024-04-15T01:45:12.152 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:45:12.152 INFO:teuthology.orchestra.run.smithi155.stdout:This subpackage provides tools for support of all platforms. 2024-04-15T01:45:12.153 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-15T01:45:12.153 INFO:teuthology.task.kernel:Updating grub on smithi155 to boot 5.14.0-435.el9.x86_64 2024-04-15T01:45:12.153 DEBUG:teuthology.orchestra.run.smithi155:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-15T01:45:12.726 INFO:teuthology.orchestra.run.smithi155.stderr:Generating grub configuration file ... 2024-04-15T01:45:14.162 INFO:teuthology.orchestra.run.smithi155.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-15T01:45:14.202 INFO:teuthology.orchestra.run.smithi155.stderr:done 2024-04-15T01:45:14.204 DEBUG:teuthology.orchestra.run.smithi155:> mktemp 2024-04-15T01:45:14.219 INFO:teuthology.orchestra.run.smithi155.stdout:/tmp/tmp.agNIDrgRdH 2024-04-15T01:45:14.219 DEBUG:teuthology.orchestra.run.smithi155:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.agNIDrgRdH 2024-04-15T01:45:14.287 DEBUG:teuthology.orchestra.run.smithi155:> sudo chmod 0666 /tmp/tmp.agNIDrgRdH 2024-04-15T01:45:14.428 DEBUG:teuthology.orchestra.remote:smithi155:/tmp/tmp.agNIDrgRdH is 6KB 2024-04-15T01:45:14.476 DEBUG:teuthology.orchestra.run.smithi155:> rm -fr /tmp/tmp.agNIDrgRdH 2024-04-15T01:45:14.491 DEBUG:teuthology.orchestra.run.smithi155:> sudo /bin/ls /boot/loader/entries || true 2024-04-15T01:45:14.556 INFO:teuthology.orchestra.run.smithi155.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-15T01:45:14.557 INFO:teuthology.orchestra.run.smithi155.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-15T01:45:14.557 INFO:teuthology.orchestra.run.smithi155.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-15T01:45:14.557 INFO:teuthology.orchestra.run.smithi155.stdout:15949e3c88704300882482eddfd7baae-5.14.0-435.el9.x86_64.conf 2024-04-15T01:45:14.559 DEBUG:teuthology.orchestra.run.smithi155:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-435.el9.x86_64 2024-04-15T01:45:14.587 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-15T01:45:14.587 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-04-15T01:45:14.587 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:45:14.703 DEBUG:teuthology.orchestra.run.smithi155:> sudo shutdown -r now 2024-04-15T01:45:35.135 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-15T01:45:35.135 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi073.front.sepia.ceph.com' 2024-04-15T01:45:35.135 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:45:44.715 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-04-15T01:45:44.715 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-04-15T01:45:44.716 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:46:09.822 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.73 2024-04-15T01:46:14.594 DEBUG:teuthology.orchestra.remote:timed out 2024-04-15T01:46:18.826 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi073.front.sepia.ceph.com' 2024-04-15T01:46:18.827 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:46:19.298 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.155 2024-04-15T01:46:23.598 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-04-15T01:46:23.599 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:46:23.980 DEBUG:teuthology.orchestra.run.smithi105:> true 2024-04-15T01:46:24.427 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-04-15T01:46:24.427 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-435.el9.x86_64"... 2024-04-15T01:46:24.427 DEBUG:teuthology.orchestra.run.smithi105:> uname -r 2024-04-15T01:46:24.441 INFO:teuthology.orchestra.run.smithi105.stdout:5.14.0-435.el9.x86_64 2024-04-15T01:46:24.442 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-435.el9.x86_64 vs 5.14.0-435.el9.x86_64 2024-04-15T01:46:24.442 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T01:46:24.442 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-15T01:46:25.442 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-15T01:46:25.443 DEBUG:teuthology.orchestra.run.smithi105:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T01:46:25.536 INFO:teuthology.orchestra.run.smithi105.stdout:ttyS1 2024-04-15T01:46:25.572 DEBUG:teuthology.parallel:result is None 2024-04-15T01:46:28.299 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-04-15T01:46:28.299 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:46:37.218 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.73 2024-04-15T01:46:46.690 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.155 2024-04-15T01:46:49.219 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi073.front.sepia.ceph.com' 2024-04-15T01:46:49.220 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:46:49.495 DEBUG:teuthology.orchestra.run.smithi073:> true 2024-04-15T01:46:49.942 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi073.front.sepia.ceph.com' 2024-04-15T01:46:49.943 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-435.el9.x86_64"... 2024-04-15T01:46:49.943 DEBUG:teuthology.orchestra.run.smithi073:> uname -r 2024-04-15T01:46:49.956 INFO:teuthology.orchestra.run.smithi073.stdout:5.14.0-435.el9.x86_64 2024-04-15T01:46:49.957 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-435.el9.x86_64 vs 5.14.0-435.el9.x86_64 2024-04-15T01:46:49.957 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T01:46:49.957 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-15T01:46:50.957 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-15T01:46:50.958 DEBUG:teuthology.orchestra.run.smithi073:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T01:46:51.036 INFO:teuthology.orchestra.run.smithi073.stdout:ttyS1 2024-04-15T01:46:51.083 DEBUG:teuthology.parallel:result is None 2024-04-15T01:46:58.691 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-04-15T01:46:58.692 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:47:01.758 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.155 2024-04-15T01:47:16.759 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-04-15T01:47:16.760 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:47:17.052 DEBUG:teuthology.orchestra.run.smithi155:> true 2024-04-15T01:47:17.455 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-04-15T01:47:17.456 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-435.el9.x86_64"... 2024-04-15T01:47:17.456 DEBUG:teuthology.orchestra.run.smithi155:> uname -r 2024-04-15T01:47:17.472 INFO:teuthology.orchestra.run.smithi155.stdout:5.14.0-435.el9.x86_64 2024-04-15T01:47:17.472 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-435.el9.x86_64 vs 5.14.0-435.el9.x86_64 2024-04-15T01:47:17.473 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T01:47:17.473 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-15T01:47:18.474 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-15T01:47:18.474 DEBUG:teuthology.orchestra.run.smithi155:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T01:47:18.835 INFO:teuthology.orchestra.run.smithi155.stdout:ttyS1 2024-04-15T01:47:18.876 DEBUG:teuthology.parallel:result is None 2024-04-15T01:47:18.876 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-15T01:47:18.883 INFO:teuthology.task.internal:Creating test directory... 2024-04-15T01:47:18.883 DEBUG:teuthology.orchestra.run.smithi073:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T01:47:18.886 DEBUG:teuthology.orchestra.run.smithi105:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T01:47:18.889 DEBUG:teuthology.orchestra.run.smithi155:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T01:47:18.906 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-15T01:47:18.912 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-15T01:47:18.922 INFO:teuthology.task.internal:Creating archive directory... 2024-04-15T01:47:18.922 DEBUG:teuthology.orchestra.run.smithi073:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T01:47:18.945 DEBUG:teuthology.orchestra.run.smithi105:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T01:47:18.948 DEBUG:teuthology.orchestra.run.smithi155:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T01:47:19.014 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-15T01:47:19.023 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-15T01:47:19.024 DEBUG:teuthology.orchestra.run.smithi073:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-15T01:47:19.027 DEBUG:teuthology.orchestra.run.smithi105:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-15T01:47:19.030 DEBUG:teuthology.orchestra.run.smithi155:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-15T01:47:19.066 INFO:teuthology.orchestra.run.smithi073.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T01:47:19.070 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T01:47:19.076 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T01:47:19.081 INFO:teuthology.orchestra.run.smithi073.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T01:47:19.084 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T01:47:19.090 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T01:47:19.092 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-15T01:47:19.100 INFO:teuthology.task.internal:Configuring sudo... 2024-04-15T01:47:19.100 DEBUG:teuthology.orchestra.run.smithi073:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-15T01:47:19.125 DEBUG:teuthology.orchestra.run.smithi105:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-15T01:47:19.127 DEBUG:teuthology.orchestra.run.smithi155:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-15T01:47:19.157 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-15T01:47:19.166 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-15T01:47:19.167 DEBUG:teuthology.orchestra.run.smithi073:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T01:47:19.197 DEBUG:teuthology.orchestra.run.smithi105:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T01:47:19.201 DEBUG:teuthology.orchestra.run.smithi155:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T01:47:19.216 DEBUG:teuthology.orchestra.run.smithi073:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T01:47:19.297 DEBUG:teuthology.orchestra.run.smithi073:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T01:47:19.348 DEBUG:teuthology.orchestra.run.smithi073:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T01:47:19.429 DEBUG:teuthology.orchestra.run.smithi073:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T01:47:19.475 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2024-04-15T01:47:19.475 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T01:47:19.543 DEBUG:teuthology.orchestra.run.smithi105:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T01:47:19.586 DEBUG:teuthology.orchestra.run.smithi105:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T01:47:19.641 DEBUG:teuthology.orchestra.run.smithi105:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T01:47:19.726 DEBUG:teuthology.orchestra.run.smithi105:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T01:47:19.771 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-04-15T01:47:19.771 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T01:47:19.840 DEBUG:teuthology.orchestra.run.smithi155:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T01:47:19.885 DEBUG:teuthology.orchestra.run.smithi155:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T01:47:19.946 DEBUG:teuthology.orchestra.run.smithi155:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T01:47:19.984 DEBUG:teuthology.orchestra.run.smithi155:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T01:47:20.034 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-04-15T01:47:20.034 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T01:47:20.103 DEBUG:teuthology.orchestra.run.smithi073:> sudo service rsyslog restart 2024-04-15T01:47:20.105 DEBUG:teuthology.orchestra.run.smithi105:> sudo service rsyslog restart 2024-04-15T01:47:20.108 DEBUG:teuthology.orchestra.run.smithi155:> sudo service rsyslog restart 2024-04-15T01:47:20.154 INFO:teuthology.orchestra.run.smithi073.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T01:47:20.157 INFO:teuthology.orchestra.run.smithi105.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T01:47:20.187 INFO:teuthology.orchestra.run.smithi155.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T01:47:20.633 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-15T01:47:20.640 INFO:teuthology.task.internal:Starting timer... 2024-04-15T01:47:20.641 INFO:teuthology.run_tasks:Running task pcp... 2024-04-15T01:47:20.650 INFO:teuthology.run_tasks:Running task selinux... 2024-04-15T01:47:20.659 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-15T01:47:20.660 DEBUG:teuthology.orchestra.run.smithi073:> sudo service auditd rotate 2024-04-15T01:47:20.729 INFO:teuthology.orchestra.run.smithi073.stdout:Rotating logs: 2024-04-15T01:47:20.731 DEBUG:teuthology.orchestra.run.smithi105:> sudo service auditd rotate 2024-04-15T01:47:20.794 INFO:teuthology.orchestra.run.smithi105.stdout:Rotating logs: 2024-04-15T01:47:20.797 DEBUG:teuthology.orchestra.run.smithi155:> sudo service auditd rotate 2024-04-15T01:47:20.857 INFO:teuthology.orchestra.run.smithi155.stdout:Rotating logs: 2024-04-15T01:47:20.859 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-15T01:47:20.859 DEBUG:teuthology.orchestra.run.smithi073:> /usr/sbin/getenforce 2024-04-15T01:47:20.878 INFO:teuthology.orchestra.run.smithi073.stdout:Permissive 2024-04-15T01:47:20.878 DEBUG:teuthology.orchestra.run.smithi105:> /usr/sbin/getenforce 2024-04-15T01:47:20.919 INFO:teuthology.orchestra.run.smithi105.stdout:Permissive 2024-04-15T01:47:20.919 DEBUG:teuthology.orchestra.run.smithi155:> /usr/sbin/getenforce 2024-04-15T01:47:20.944 INFO:teuthology.orchestra.run.smithi155.stdout:Permissive 2024-04-15T01:47:20.944 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi073.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi105.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi155.front.sepia.ceph.com': 'permissive'} 2024-04-15T01:47:20.945 DEBUG:teuthology.orchestra.run.smithi073:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-15T01:47:20.974 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T01:47:20.974 DEBUG:teuthology.orchestra.run.smithi105:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-15T01:47:21.002 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T01:47:21.003 DEBUG:teuthology.orchestra.run.smithi155:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-15T01:47:21.032 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T01:47:21.033 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-15T01:47:21.033 DEBUG:teuthology.orchestra.run.smithi073:> sudo /usr/sbin/setenforce permissive 2024-04-15T01:47:21.071 DEBUG:teuthology.orchestra.run.smithi105:> sudo /usr/sbin/setenforce permissive 2024-04-15T01:47:21.104 DEBUG:teuthology.orchestra.run.smithi155:> sudo /usr/sbin/setenforce permissive 2024-04-15T01:47:21.137 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-15T01:47:21.148 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-15T01:47:21.172 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-04-15T01:47:21.174 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi073.front.sepia.ceph.com,smithi105.front.sepia.ceph.com,smithi155.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-15T01:51:49.972 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi073.front.sepia.ceph.com'), Remote(name='ubuntu@smithi105.front.sepia.ceph.com'), Remote(name='ubuntu@smithi155.front.sepia.ceph.com')] 2024-04-15T01:51:49.973 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi073.front.sepia.ceph.com' 2024-04-15T01:51:49.974 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:51:50.064 DEBUG:teuthology.orchestra.run.smithi073:> true 2024-04-15T01:51:50.145 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi073.front.sepia.ceph.com' 2024-04-15T01:51:50.145 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-04-15T01:51:50.146 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:51:50.234 DEBUG:teuthology.orchestra.run.smithi105:> true 2024-04-15T01:51:50.319 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-04-15T01:51:50.319 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-04-15T01:51:50.320 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:51:50.411 DEBUG:teuthology.orchestra.run.smithi155:> true 2024-04-15T01:51:50.490 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-04-15T01:51:50.491 INFO:teuthology.run_tasks:Running task clock... 2024-04-15T01:51:50.502 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-15T01:51:50.503 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T01:51:50.503 DEBUG:teuthology.orchestra.run.smithi073:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T01:51:50.506 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T01:51:50.506 DEBUG:teuthology.orchestra.run.smithi105:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T01:51:50.512 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T01:51:50.512 DEBUG:teuthology.orchestra.run.smithi155:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T01:51:50.536 INFO:teuthology.orchestra.run.smithi073.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-15T01:51:50.544 INFO:teuthology.orchestra.run.smithi105.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-15T01:51:50.553 INFO:teuthology.orchestra.run.smithi073.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-15T01:51:50.561 INFO:teuthology.orchestra.run.smithi105.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-15T01:51:50.565 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-15T01:51:50.583 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-15T01:51:50.584 INFO:teuthology.orchestra.run.smithi073.stderr:sudo: ntpd: command not found 2024-04-15T01:51:50.592 INFO:teuthology.orchestra.run.smithi105.stderr:sudo: ntpd: command not found 2024-04-15T01:51:50.597 INFO:teuthology.orchestra.run.smithi073.stdout:506 Cannot talk to daemon 2024-04-15T01:51:50.606 INFO:teuthology.orchestra.run.smithi105.stdout:506 Cannot talk to daemon 2024-04-15T01:51:50.614 INFO:teuthology.orchestra.run.smithi073.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-15T01:51:50.614 INFO:teuthology.orchestra.run.smithi155.stderr:sudo: ntpd: command not found 2024-04-15T01:51:50.623 INFO:teuthology.orchestra.run.smithi105.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-15T01:51:50.628 INFO:teuthology.orchestra.run.smithi155.stdout:506 Cannot talk to daemon 2024-04-15T01:51:50.630 INFO:teuthology.orchestra.run.smithi073.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-15T01:51:50.640 INFO:teuthology.orchestra.run.smithi105.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-15T01:51:50.646 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-15T01:51:50.662 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-15T01:51:50.685 INFO:teuthology.orchestra.run.smithi073.stderr:bash: line 1: ntpq: command not found 2024-04-15T01:51:50.688 INFO:teuthology.orchestra.run.smithi073.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T01:51:50.688 INFO:teuthology.orchestra.run.smithi073.stdout:=============================================================================== 2024-04-15T01:51:50.688 INFO:teuthology.orchestra.run.smithi073.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T01:51:50.688 INFO:teuthology.orchestra.run.smithi073.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T01:51:50.688 INFO:teuthology.orchestra.run.smithi073.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T01:51:50.688 INFO:teuthology.orchestra.run.smithi073.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T01:51:50.694 INFO:teuthology.orchestra.run.smithi105.stderr:bash: line 1: ntpq: command not found 2024-04-15T01:51:50.697 INFO:teuthology.orchestra.run.smithi105.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T01:51:50.697 INFO:teuthology.orchestra.run.smithi105.stdout:=============================================================================== 2024-04-15T01:51:50.697 INFO:teuthology.orchestra.run.smithi105.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T01:51:50.697 INFO:teuthology.orchestra.run.smithi105.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T01:51:50.697 INFO:teuthology.orchestra.run.smithi105.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T01:51:50.697 INFO:teuthology.orchestra.run.smithi105.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T01:51:50.716 INFO:teuthology.orchestra.run.smithi155.stderr:bash: line 1: ntpq: command not found 2024-04-15T01:51:50.719 INFO:teuthology.orchestra.run.smithi155.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T01:51:50.719 INFO:teuthology.orchestra.run.smithi155.stdout:=============================================================================== 2024-04-15T01:51:50.719 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T01:51:50.719 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T01:51:50.719 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T01:51:50.719 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T01:51:50.720 INFO:teuthology.run_tasks:Running task pexec... 2024-04-15T01:51:50.729 INFO:teuthology.task.pexec:Executing custom commands... 2024-04-15T01:51:50.730 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi073.front.sepia.ceph.com 2024-04-15T01:51:50.730 DEBUG:teuthology.orchestra.run.smithi073:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-15T01:51:50.730 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi105.front.sepia.ceph.com 2024-04-15T01:51:50.731 DEBUG:teuthology.orchestra.run.smithi105:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-15T01:51:50.731 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi155.front.sepia.ceph.com 2024-04-15T01:51:50.731 DEBUG:teuthology.orchestra.run.smithi155:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-15T01:51:51.341 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:00:53 ago on Mon 15 Apr 2024 01:50:58 AM UTC. 2024-04-15T01:51:51.352 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:02 ago on Mon 15 Apr 2024 01:50:49 AM UTC. 2024-04-15T01:51:51.377 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:00:53 ago on Mon 15 Apr 2024 01:50:58 AM UTC. 2024-04-15T01:51:51.633 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:51:51.634 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:51:51.634 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:51:51.634 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.634 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:51:51.634 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.634 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:51:51.634 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.634 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:51:51.634 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.634 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:51:51.634 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.634 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:51:51.634 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.634 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:51:51.635 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.635 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:51:51.635 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.635 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:51:51.635 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.635 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:51:51.635 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.635 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:51:51.635 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.635 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:51:51.635 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.635 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:51:51.635 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.635 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:51:51.635 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.636 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:51:51.636 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.636 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:51:51.636 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.636 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:51:51.636 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.636 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:51:51.636 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.636 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:51:51.636 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.636 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:51:51.636 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.636 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:51:51.636 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.636 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:51:51.637 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.637 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:51:51.637 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.637 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:51:51.637 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.637 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:51:51.637 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.637 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:51:51.637 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.637 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:51:51.637 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.637 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:51:51.637 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.638 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:51:51.638 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.638 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:51:51.638 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.638 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:51:51.638 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.638 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:51:51.638 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.638 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:51:51.638 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.638 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:51:51.638 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.638 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:51:51.638 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.638 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:51:51.639 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.639 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:51:51.639 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.639 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.639 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.639 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:51:51.639 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.639 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.639 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.639 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.639 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:51:51.639 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.639 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.639 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.639 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.639 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.640 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.640 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:51:51.640 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.640 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.640 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.640 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.640 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:51:51.640 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.640 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.640 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.640 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.640 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:51:51.640 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.640 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.640 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.640 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.641 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:51:51.641 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.641 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.641 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.641 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.641 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:51:51.641 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.641 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.641 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.641 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.641 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:51:51.641 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.641 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.641 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.641 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.642 INFO:teuthology.orchestra.run.smithi105.stderr:Modular dependency problems: 2024-04-15T01:51:51.642 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-04-15T01:51:51.642 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 1: conflicting requests 2024-04-15T01:51:51.642 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.642 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 2: conflicting requests 2024-04-15T01:51:51.642 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.642 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 3: conflicting requests 2024-04-15T01:51:51.642 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.642 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 4: conflicting requests 2024-04-15T01:51:51.643 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.643 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 5: conflicting requests 2024-04-15T01:51:51.643 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.643 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 6: conflicting requests 2024-04-15T01:51:51.643 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.643 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 7: conflicting requests 2024-04-15T01:51:51.643 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.643 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 8: conflicting requests 2024-04-15T01:51:51.643 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.643 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 9: conflicting requests 2024-04-15T01:51:51.643 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.643 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 10: conflicting requests 2024-04-15T01:51:51.643 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.644 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 11: conflicting requests 2024-04-15T01:51:51.644 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.644 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 12: conflicting requests 2024-04-15T01:51:51.644 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.644 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 13: conflicting requests 2024-04-15T01:51:51.644 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.644 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 14: conflicting requests 2024-04-15T01:51:51.644 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.644 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 15: conflicting requests 2024-04-15T01:51:51.644 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.644 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 16: conflicting requests 2024-04-15T01:51:51.644 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.644 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 17: conflicting requests 2024-04-15T01:51:51.645 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.645 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 18: conflicting requests 2024-04-15T01:51:51.645 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.645 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 19: conflicting requests 2024-04-15T01:51:51.645 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.645 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 20: conflicting requests 2024-04-15T01:51:51.645 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.645 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 21: conflicting requests 2024-04-15T01:51:51.645 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.645 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 22: conflicting requests 2024-04-15T01:51:51.645 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.645 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 23: conflicting requests 2024-04-15T01:51:51.645 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.645 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 24: conflicting requests 2024-04-15T01:51:51.646 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.646 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 25: conflicting requests 2024-04-15T01:51:51.646 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.646 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 26: conflicting requests 2024-04-15T01:51:51.646 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.646 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 27: conflicting requests 2024-04-15T01:51:51.646 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.646 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 28: conflicting requests 2024-04-15T01:51:51.646 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.646 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 29: conflicting requests 2024-04-15T01:51:51.646 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.646 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 30: conflicting requests 2024-04-15T01:51:51.646 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.647 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 31: conflicting requests 2024-04-15T01:51:51.647 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.647 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 32: conflicting requests 2024-04-15T01:51:51.647 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.647 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 33: conflicting requests 2024-04-15T01:51:51.647 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.647 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 34: conflicting requests 2024-04-15T01:51:51.647 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.647 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 35: conflicting requests 2024-04-15T01:51:51.647 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.647 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 36: conflicting requests 2024-04-15T01:51:51.647 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.647 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 37: conflicting requests 2024-04-15T01:51:51.647 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.648 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.648 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.648 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:51:51.648 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.648 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.648 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.648 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.648 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 39: conflicting requests 2024-04-15T01:51:51.648 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.648 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.648 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.648 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.648 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.648 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.648 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:51:51.649 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.649 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.649 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.649 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.649 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:51:51.649 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.649 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.649 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.649 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.649 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:51:51.649 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.649 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.649 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.649 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.650 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:51:51.650 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.650 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.650 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.650 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.650 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:51:51.650 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.650 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.650 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.650 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.650 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:51:51.650 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.650 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.650 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.651 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.665 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:51:51.665 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:51:51.665 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:51:51.665 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.665 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:51:51.665 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.665 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:51:51.665 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.666 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:51:51.666 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.666 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:51:51.666 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.666 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:51:51.666 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.666 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:51:51.666 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.666 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:51:51.666 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.666 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:51:51.666 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.666 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:51:51.666 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.667 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:51:51.667 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.667 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:51:51.667 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.667 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:51:51.667 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.667 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:51:51.667 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.667 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:51:51.668 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.668 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:51:51.668 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.668 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:51:51.668 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.668 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:51:51.668 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.668 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:51:51.668 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.668 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:51:51.668 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.668 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:51:51.668 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.668 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:51:51.668 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.669 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:51:51.669 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.669 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:51:51.669 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.669 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:51:51.669 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.669 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:51:51.669 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.669 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:51:51.669 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.669 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:51:51.669 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.669 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:51:51.669 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.669 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:51:51.670 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.670 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:51:51.670 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.670 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:51:51.670 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.670 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:51:51.670 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.670 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:51:51.670 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.670 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:51:51.670 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.670 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:51:51.670 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.671 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:51:51.671 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.671 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.671 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.671 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:51:51.671 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.671 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.671 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.671 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.671 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:51:51.671 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.671 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.671 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.671 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.671 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.672 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.672 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:51:51.672 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.672 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.672 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.672 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.672 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:51:51.672 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.672 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.672 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.672 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.672 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:51:51.672 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.672 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.672 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.673 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.673 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:51:51.673 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.673 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.673 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.673 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.673 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:51:51.673 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.673 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.673 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.673 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.673 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:51:51.673 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.673 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.674 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.674 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:51:51.700 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:51:51.702 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:51:51.702 INFO:teuthology.orchestra.run.smithi073.stdout: Package Architecture Version Repository Size 2024-04-15T01:51:51.702 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:51:51.702 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-04-15T01:51:51.702 INFO:teuthology.orchestra.run.smithi073.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-15T01:51:51.702 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:51:51.703 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-04-15T01:51:51.703 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:51:51.703 INFO:teuthology.orchestra.run.smithi073.stdout:Install 1 Package 2024-04-15T01:51:51.703 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:51:51.703 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-04-15T01:51:51.704 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 3.1 M 2024-04-15T01:51:51.704 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 9.8 M 2024-04-15T01:51:51.704 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-04-15T01:51:51.704 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:51:51.704 INFO:teuthology.orchestra.run.smithi105.stdout: Package Architecture Version Repository Size 2024-04-15T01:51:51.704 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:51:51.704 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2024-04-15T01:51:51.704 INFO:teuthology.orchestra.run.smithi105.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-15T01:51:51.705 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:51:51.705 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-04-15T01:51:51.705 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:51:51.705 INFO:teuthology.orchestra.run.smithi105.stdout:Install 1 Package 2024-04-15T01:51:51.705 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:51:51.705 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 3.1 M 2024-04-15T01:51:51.705 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 9.8 M 2024-04-15T01:51:51.706 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2024-04-15T01:51:51.734 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:51:51.752 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:51:51.752 INFO:teuthology.orchestra.run.smithi155.stdout: Package Architecture Version Repository Size 2024-04-15T01:51:51.752 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:51:51.752 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-15T01:51:51.752 INFO:teuthology.orchestra.run.smithi155.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-15T01:51:51.752 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:51:51.752 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-15T01:51:51.752 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:51:51.752 INFO:teuthology.orchestra.run.smithi155.stdout:Install 1 Package 2024-04-15T01:51:51.752 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:51:51.752 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 3.1 M 2024-04-15T01:51:51.753 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 9.8 M 2024-04-15T01:51:51.753 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-15T01:51:52.260 INFO:teuthology.orchestra.run.smithi105.stdout:runc-1.1.12-2.el9.x86_64.rpm 7.9 MB/s | 3.1 MB 00:00 2024-04-15T01:51:52.260 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:51:52.260 INFO:teuthology.orchestra.run.smithi105.stdout:Total 5.6 MB/s | 3.1 MB 00:00 2024-04-15T01:51:52.296 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2024-04-15T01:51:52.302 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2024-04-15T01:51:52.302 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2024-04-15T01:51:52.381 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2024-04-15T01:51:52.382 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2024-04-15T01:51:52.443 INFO:teuthology.orchestra.run.smithi155.stdout:runc-1.1.12-2.el9.x86_64.rpm 6.4 MB/s | 3.1 MB 00:00 2024-04-15T01:51:52.443 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:51:52.444 INFO:teuthology.orchestra.run.smithi155.stdout:Total 4.5 MB/s | 3.1 MB 00:00 2024-04-15T01:51:52.481 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-15T01:51:52.487 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-15T01:51:52.487 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-15T01:51:52.567 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-15T01:51:52.567 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-15T01:51:52.593 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2024-04-15T01:51:52.688 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-15T01:51:52.779 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-15T01:51:52.868 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-15T01:51:52.981 INFO:teuthology.orchestra.run.smithi073.stdout:runc-1.1.12-2.el9.x86_64.rpm 2.9 MB/s | 3.1 MB 00:01 2024-04-15T01:51:52.981 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:51:52.982 INFO:teuthology.orchestra.run.smithi073.stdout:Total 2.4 MB/s | 3.1 MB 00:01 2024-04-15T01:51:53.017 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-04-15T01:51:53.023 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-04-15T01:51:53.023 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-04-15T01:51:53.103 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-04-15T01:51:53.104 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-04-15T01:51:53.167 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-15T01:51:53.308 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-04-15T01:51:53.401 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-15T01:51:53.428 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-15T01:51:53.487 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-15T01:51:53.487 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:51:53.487 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2024-04-15T01:51:53.487 INFO:teuthology.orchestra.run.smithi105.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-15T01:51:53.487 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:51:53.487 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-04-15T01:51:53.706 DEBUG:teuthology.parallel:result is None 2024-04-15T01:51:53.746 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-15T01:51:53.747 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:51:53.747 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-15T01:51:53.747 INFO:teuthology.orchestra.run.smithi155.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-15T01:51:53.747 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:51:53.747 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:51:53.950 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-15T01:51:53.984 DEBUG:teuthology.parallel:result is None 2024-04-15T01:51:54.268 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-15T01:51:54.268 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:51:54.268 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-04-15T01:51:54.268 INFO:teuthology.orchestra.run.smithi073.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-15T01:51:54.269 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:51:54.269 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:51:54.499 DEBUG:teuthology.parallel:result is None 2024-04-15T01:51:54.499 INFO:teuthology.run_tasks:Running task install... 2024-04-15T01:51:54.508 DEBUG:teuthology.task.install:project ceph 2024-04-15T01:51:54.508 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765'}} 2024-04-15T01:51:54.508 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765'} 2024-04-15T01:51:54.508 INFO:teuthology.task.install:Using flavor: default 2024-04-15T01:51:54.513 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-04-15T01:51:54.513 INFO:teuthology.task.install:extra packages: [] 2024-04-15T01:51:54.514 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765', 'tag': None, 'wait_for_package': False} 2024-04-15T01:51:54.514 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:51:54.516 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765', 'tag': None, 'wait_for_package': False} 2024-04-15T01:51:54.516 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:51:54.517 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765', 'tag': None, 'wait_for_package': False} 2024-04-15T01:51:54.517 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:51:54.661 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/ 2024-04-15T01:51:54.661 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2114.ga9a752df 2024-04-15T01:51:54.757 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/ 2024-04-15T01:51:54.757 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2114.ga9a752df 2024-04-15T01:51:54.761 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/ 2024-04-15T01:51:54.761 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2114.ga9a752df 2024-04-15T01:51:54.772 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-15T01:51:54.772 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-04-15T01:51:54.772 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-15T01:51:54.805 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-04-15T01:51:54.805 DEBUG:teuthology.orchestra.run.smithi105:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/a9a752df26c63acad72e1b3569fd79a515ca0765/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-15T01:51:54.866 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-15T01:51:54.866 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2024-04-15T01:51:54.867 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-15T01:51:54.873 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-15T01:51:54.874 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-04-15T01:51:54.874 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-15T01:51:54.877 DEBUG:teuthology.orchestra.run.smithi105:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-04-15T01:51:54.893 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-04-15T01:51:54.893 DEBUG:teuthology.orchestra.run.smithi073:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/a9a752df26c63acad72e1b3569fd79a515ca0765/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-15T01:51:54.902 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-04-15T01:51:54.902 DEBUG:teuthology.orchestra.run.smithi155:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/a9a752df26c63acad72e1b3569fd79a515ca0765/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-15T01:51:54.961 DEBUG:teuthology.orchestra.run.smithi073:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-04-15T01:51:54.962 DEBUG:teuthology.orchestra.run.smithi105:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-04-15T01:51:54.971 DEBUG:teuthology.orchestra.run.smithi155:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-04-15T01:51:55.030 INFO:teuthology.orchestra.run.smithi105.stdout:check_obsoletes = 1 2024-04-15T01:51:55.032 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum clean all 2024-04-15T01:51:55.040 DEBUG:teuthology.orchestra.run.smithi073:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-04-15T01:51:55.052 DEBUG:teuthology.orchestra.run.smithi155:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-04-15T01:51:55.108 INFO:teuthology.orchestra.run.smithi073.stdout:check_obsoletes = 1 2024-04-15T01:51:55.110 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum clean all 2024-04-15T01:51:55.118 INFO:teuthology.orchestra.run.smithi155.stdout:check_obsoletes = 1 2024-04-15T01:51:55.120 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum clean all 2024-04-15T01:51:55.281 INFO:teuthology.orchestra.run.smithi105.stdout:74 files removed 2024-04-15T01:51:55.308 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install ceph-radosgw 2024-04-15T01:51:55.359 INFO:teuthology.orchestra.run.smithi073.stdout:74 files removed 2024-04-15T01:51:55.360 INFO:teuthology.orchestra.run.smithi155.stdout:74 files removed 2024-04-15T01:51:55.389 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph-radosgw 2024-04-15T01:51:55.390 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-radosgw 2024-04-15T01:51:56.015 INFO:teuthology.orchestra.run.smithi105.stdout:ceph packages for x86_64 204 kB/s | 83 kB 00:00 2024-04-15T01:51:56.081 INFO:teuthology.orchestra.run.smithi155.stdout:ceph packages for x86_64 222 kB/s | 83 kB 00:00 2024-04-15T01:51:56.120 INFO:teuthology.orchestra.run.smithi073.stdout:ceph packages for x86_64 201 kB/s | 83 kB 00:00 2024-04-15T01:51:56.383 INFO:teuthology.orchestra.run.smithi105.stdout:ceph noarch packages 36 kB/s | 11 kB 00:00 2024-04-15T01:51:56.462 INFO:teuthology.orchestra.run.smithi073.stdout:ceph noarch packages 39 kB/s | 11 kB 00:00 2024-04-15T01:51:56.507 INFO:teuthology.orchestra.run.smithi155.stdout:ceph noarch packages 31 kB/s | 11 kB 00:00 2024-04-15T01:51:56.691 INFO:teuthology.orchestra.run.smithi105.stdout:ceph source packages 7.1 kB/s | 1.9 kB 00:00 2024-04-15T01:51:56.870 INFO:teuthology.orchestra.run.smithi073.stdout:ceph source packages 5.1 kB/s | 1.9 kB 00:00 2024-04-15T01:51:56.923 INFO:teuthology.orchestra.run.smithi155.stdout:ceph source packages 5.1 kB/s | 1.9 kB 00:00 2024-04-15T01:51:57.136 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS-9 - AppStream 20 MB/s | 8.1 MB 00:00 2024-04-15T01:51:57.415 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS-9 - AppStream 16 MB/s | 8.1 MB 00:00 2024-04-15T01:51:57.534 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS-9 - AppStream 14 MB/s | 8.1 MB 00:00 2024-04-15T01:51:58.761 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS-9 - BaseOS 8.3 MB/s | 2.5 MB 00:00 2024-04-15T01:51:59.065 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS-9 - BaseOS 7.8 MB/s | 2.5 MB 00:00 2024-04-15T01:51:59.160 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS-9 - BaseOS 8.1 MB/s | 2.5 MB 00:00 2024-04-15T01:52:00.308 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.0 MB 00:00 2024-04-15T01:52:00.587 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 9 - BaseOS 5.9 MB/s | 8.0 MB 00:01 2024-04-15T01:52:02.670 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 9 - AppStream 19 MB/s | 19 MB 00:00 2024-04-15T01:52:04.805 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS Stream 9 - BaseOS 1.5 MB/s | 8.0 MB 00:05 2024-04-15T01:52:08.573 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS Stream 9 - AppStream 7.1 MB/s | 19 MB 00:02 2024-04-15T01:52:09.528 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 9 - CRB 1.9 MB/s | 6.2 MB 00:03 2024-04-15T01:52:10.998 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 9 - Extras packages 59 kB/s | 16 kB 00:00 2024-04-15T01:52:12.906 INFO:teuthology.orchestra.run.smithi105.stdout:Extra Packages for Enterprise Linux 12 MB/s | 21 MB 00:01 2024-04-15T01:52:17.997 INFO:teuthology.orchestra.run.smithi105.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-04-15T01:52:19.831 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS Stream 9 - CRB 824 kB/s | 6.2 MB 00:07 2024-04-15T01:52:20.573 INFO:teuthology.orchestra.run.smithi105.stderr:Modular dependency problems: 2024-04-15T01:52:20.573 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-04-15T01:52:20.573 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 1: conflicting requests 2024-04-15T01:52:20.573 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.573 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 2: conflicting requests 2024-04-15T01:52:20.573 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.574 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 3: conflicting requests 2024-04-15T01:52:20.574 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.574 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 4: conflicting requests 2024-04-15T01:52:20.574 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.574 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 5: conflicting requests 2024-04-15T01:52:20.574 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.574 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 6: conflicting requests 2024-04-15T01:52:20.574 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.574 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 7: conflicting requests 2024-04-15T01:52:20.574 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.574 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 8: conflicting requests 2024-04-15T01:52:20.574 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.574 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 9: conflicting requests 2024-04-15T01:52:20.575 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.575 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 10: conflicting requests 2024-04-15T01:52:20.575 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.575 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 11: conflicting requests 2024-04-15T01:52:20.575 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.575 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 12: conflicting requests 2024-04-15T01:52:20.575 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.575 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 13: conflicting requests 2024-04-15T01:52:20.575 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.575 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 14: conflicting requests 2024-04-15T01:52:20.575 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.575 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 15: conflicting requests 2024-04-15T01:52:20.575 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.576 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 16: conflicting requests 2024-04-15T01:52:20.576 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.576 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 17: conflicting requests 2024-04-15T01:52:20.576 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.576 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 18: conflicting requests 2024-04-15T01:52:20.576 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.576 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 19: conflicting requests 2024-04-15T01:52:20.576 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.576 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 20: conflicting requests 2024-04-15T01:52:20.576 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.576 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 21: conflicting requests 2024-04-15T01:52:20.576 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.577 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 22: conflicting requests 2024-04-15T01:52:20.577 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.577 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 23: conflicting requests 2024-04-15T01:52:20.577 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.577 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 24: conflicting requests 2024-04-15T01:52:20.577 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.577 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 25: conflicting requests 2024-04-15T01:52:20.577 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.577 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 26: conflicting requests 2024-04-15T01:52:20.577 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.577 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 27: conflicting requests 2024-04-15T01:52:20.577 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.577 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 28: conflicting requests 2024-04-15T01:52:20.578 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.578 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 29: conflicting requests 2024-04-15T01:52:20.578 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.578 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 30: conflicting requests 2024-04-15T01:52:20.578 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.578 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 31: conflicting requests 2024-04-15T01:52:20.578 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.578 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 32: conflicting requests 2024-04-15T01:52:20.578 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.578 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 33: conflicting requests 2024-04-15T01:52:20.578 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.578 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 34: conflicting requests 2024-04-15T01:52:20.578 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.579 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 35: conflicting requests 2024-04-15T01:52:20.579 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.579 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 36: conflicting requests 2024-04-15T01:52:20.579 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.579 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 37: conflicting requests 2024-04-15T01:52:20.579 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.579 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.579 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.579 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:52:20.579 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.579 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.579 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.579 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.580 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 39: conflicting requests 2024-04-15T01:52:20.580 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.580 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.580 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.580 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.580 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.580 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.580 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:52:20.580 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.580 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.580 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.580 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.580 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:52:20.581 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.581 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.581 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.581 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.581 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:52:20.581 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.581 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.581 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.581 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.581 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:52:20.581 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.581 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.581 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.582 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.582 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:52:20.582 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.582 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.582 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.582 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.582 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:52:20.582 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.582 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.582 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:52:20.582 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:52:21.108 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-04-15T01:52:21.110 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:52:21.110 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repository Size 2024-04-15T01:52:21.110 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:52:21.110 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2024-04-15T01:52:21.110 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-radosgw x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 9.9 M 2024-04-15T01:52:21.110 INFO:teuthology.orchestra.run.smithi105.stdout:Upgrading: 2024-04-15T01:52:21.110 INFO:teuthology.orchestra.run.smithi105.stdout: librados2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.4 M 2024-04-15T01:52:21.110 INFO:teuthology.orchestra.run.smithi105.stdout: librbd1 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.1 M 2024-04-15T01:52:21.110 INFO:teuthology.orchestra.run.smithi105.stdout:Installing dependencies: 2024-04-15T01:52:21.110 INFO:teuthology.orchestra.run.smithi105.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-15T01:52:21.110 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-base x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 5.3 M 2024-04-15T01:52:21.110 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-common x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 21 M 2024-04-15T01:52:21.111 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-selinux x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 25 k 2024-04-15T01:52:21.111 INFO:teuthology.orchestra.run.smithi105.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-15T01:52:21.111 INFO:teuthology.orchestra.run.smithi105.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-15T01:52:21.111 INFO:teuthology.orchestra.run.smithi105.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-15T01:52:21.111 INFO:teuthology.orchestra.run.smithi105.stdout: libcephfs2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 746 k 2024-04-15T01:52:21.111 INFO:teuthology.orchestra.run.smithi105.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-15T01:52:21.111 INFO:teuthology.orchestra.run.smithi105.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-15T01:52:21.111 INFO:teuthology.orchestra.run.smithi105.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-15T01:52:21.111 INFO:teuthology.orchestra.run.smithi105.stdout: libradosstriper1 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 501 k 2024-04-15T01:52:21.111 INFO:teuthology.orchestra.run.smithi105.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-15T01:52:21.111 INFO:teuthology.orchestra.run.smithi105.stdout: librgw2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 5.2 M 2024-04-15T01:52:21.111 INFO:teuthology.orchestra.run.smithi105.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-15T01:52:21.111 INFO:teuthology.orchestra.run.smithi105.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-15T01:52:21.112 INFO:teuthology.orchestra.run.smithi105.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-15T01:52:21.112 INFO:teuthology.orchestra.run.smithi105.stdout: python3-ceph-argparse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 45 k 2024-04-15T01:52:21.112 INFO:teuthology.orchestra.run.smithi105.stdout: python3-ceph-common x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 131 k 2024-04-15T01:52:21.112 INFO:teuthology.orchestra.run.smithi105.stdout: python3-cephfs x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 162 k 2024-04-15T01:52:21.112 INFO:teuthology.orchestra.run.smithi105.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-15T01:52:21.112 INFO:teuthology.orchestra.run.smithi105.stdout: python3-rados x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 320 k 2024-04-15T01:52:21.112 INFO:teuthology.orchestra.run.smithi105.stdout: python3-rbd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 298 k 2024-04-15T01:52:21.112 INFO:teuthology.orchestra.run.smithi105.stdout: python3-rgw x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 99 k 2024-04-15T01:52:21.112 INFO:teuthology.orchestra.run.smithi105.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-15T01:52:21.112 INFO:teuthology.orchestra.run.smithi105.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-15T01:52:21.112 INFO:teuthology.orchestra.run.smithi105.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-15T01:52:21.112 INFO:teuthology.orchestra.run.smithi105.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-15T01:52:21.112 INFO:teuthology.orchestra.run.smithi105.stdout:Installing weak dependencies: 2024-04-15T01:52:21.113 INFO:teuthology.orchestra.run.smithi105.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-15T01:52:21.113 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:52:21.113 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-04-15T01:52:21.113 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:52:21.113 INFO:teuthology.orchestra.run.smithi105.stdout:Install 30 Packages 2024-04-15T01:52:21.113 INFO:teuthology.orchestra.run.smithi105.stdout:Upgrade 2 Packages 2024-04-15T01:52:21.113 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:52:21.114 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 59 M 2024-04-15T01:52:21.114 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2024-04-15T01:52:21.532 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS Stream 9 - Extras packages 44 kB/s | 16 kB 00:00 2024-04-15T01:52:22.290 INFO:teuthology.orchestra.run.smithi105.stdout:(1/32): ceph-base-19.0.0-2114.ga9a752df.el7.x86 5.2 MB/s | 5.3 MB 00:01 2024-04-15T01:52:22.349 INFO:teuthology.orchestra.run.smithi105.stdout:(2/32): ceph-selinux-19.0.0-2114.ga9a752df.el7. 431 kB/s | 25 kB 00:00 2024-04-15T01:52:22.499 INFO:teuthology.orchestra.run.smithi105.stdout:(3/32): libcephfs2-19.0.0-2114.ga9a752df.el7.x8 4.9 MB/s | 746 kB 00:00 2024-04-15T01:52:22.633 INFO:teuthology.orchestra.run.smithi105.stdout:(4/32): libradosstriper1-19.0.0-2114.ga9a752df. 3.7 MB/s | 501 kB 00:00 2024-04-15T01:52:22.807 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - AppStream 904 kB/s | 19 MB 00:21 2024-04-15T01:52:22.833 INFO:teuthology.orchestra.run.smithi105.stdout:(5/32): ceph-radosgw-19.0.0-2114.ga9a752df.el7. 6.3 MB/s | 9.9 MB 00:01 2024-04-15T01:52:22.925 INFO:teuthology.orchestra.run.smithi105.stdout:(6/32): python3-ceph-argparse-19.0.0-2114.ga9a7 493 kB/s | 45 kB 00:00 2024-04-15T01:52:23.025 INFO:teuthology.orchestra.run.smithi105.stdout:(7/32): python3-ceph-common-19.0.0-2114.ga9a752 1.3 MB/s | 131 kB 00:00 2024-04-15T01:52:23.125 INFO:teuthology.orchestra.run.smithi105.stdout:(8/32): python3-cephfs-19.0.0-2114.ga9a752df.el 1.6 MB/s | 162 kB 00:00 2024-04-15T01:52:23.225 INFO:teuthology.orchestra.run.smithi105.stdout:(9/32): python3-rados-19.0.0-2114.ga9a752df.el7 3.1 MB/s | 320 kB 00:00 2024-04-15T01:52:23.292 INFO:teuthology.orchestra.run.smithi105.stdout:(10/32): librgw2-19.0.0-2114.ga9a752df.el7.x86_ 7.8 MB/s | 5.2 MB 00:00 2024-04-15T01:52:23.317 INFO:teuthology.orchestra.run.smithi105.stdout:(11/32): python3-rbd-19.0.0-2114.ga9a752df.el7. 3.2 MB/s | 298 kB 00:00 2024-04-15T01:52:23.359 INFO:teuthology.orchestra.run.smithi105.stdout:(12/32): python3-rgw-19.0.0-2114.ga9a752df.el7. 1.4 MB/s | 99 kB 00:00 2024-04-15T01:52:23.552 INFO:teuthology.orchestra.run.smithi105.stdout:(13/32): ceph-common-19.0.0-2114.ga9a752df.el7. 9.0 MB/s | 21 MB 00:02 2024-04-15T01:52:23.610 INFO:teuthology.orchestra.run.smithi105.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 366 kB/s | 107 kB 00:00 2024-04-15T01:52:23.644 INFO:teuthology.orchestra.run.smithi105.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 493 kB/s | 45 kB 00:00 2024-04-15T01:52:23.745 INFO:teuthology.orchestra.run.smithi105.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 416 kB/s | 160 kB 00:00 2024-04-15T01:52:23.803 INFO:teuthology.orchestra.run.smithi105.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 3.4 MB/s | 662 kB 00:00 2024-04-15T01:52:23.828 INFO:teuthology.orchestra.run.smithi105.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.6 MB/s | 292 kB 00:00 2024-04-15T01:52:23.853 INFO:teuthology.orchestra.run.smithi105.stdout:(19/32): python3-prettytable-0.7.2-27.el9.noarc 391 kB/s | 42 kB 00:00 2024-04-15T01:52:23.878 INFO:teuthology.orchestra.run.smithi105.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 713 kB/s | 36 kB 00:00 2024-04-15T01:52:23.904 INFO:teuthology.orchestra.run.smithi105.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 944 kB/s | 47 kB 00:00 2024-04-15T01:52:23.929 INFO:teuthology.orchestra.run.smithi105.stdout:(22/32): qatlib-24.02.0-1.el9.x86_64.rpm 1.7 MB/s | 221 kB 00:00 2024-04-15T01:52:24.204 INFO:teuthology.orchestra.run.smithi105.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 94 kB/s | 26 kB 00:00 2024-04-15T01:52:24.405 INFO:teuthology.orchestra.run.smithi105.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 243 kB/s | 49 kB 00:00 2024-04-15T01:52:24.463 INFO:teuthology.orchestra.run.smithi105.stdout:(25/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 529 kB/s | 309 kB 00:00 2024-04-15T01:52:24.589 INFO:teuthology.orchestra.run.smithi105.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 367 kB/s | 67 kB 00:00 2024-04-15T01:52:24.730 INFO:teuthology.orchestra.run.smithi105.stdout:(27/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 3.1 MB/s | 838 kB 00:00 2024-04-15T01:52:24.789 INFO:teuthology.orchestra.run.smithi105.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 958 kB/s | 192 kB 00:00 2024-04-15T01:52:24.873 INFO:teuthology.orchestra.run.smithi105.stdout:(29/32): libarrow-9.0.0-10.el9.x86_64.rpm 4.6 MB/s | 4.4 MB 00:00 2024-04-15T01:52:24.964 INFO:teuthology.orchestra.run.smithi105.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 6.8 MB/s | 1.6 MB 00:00 2024-04-15T01:52:25.331 INFO:teuthology.orchestra.run.smithi105.stdout:(31/32): librados2-19.0.0-2114.ga9a752df.el7.x8 6.2 MB/s | 3.4 MB 00:00 2024-04-15T01:52:25.382 INFO:teuthology.orchestra.run.smithi105.stdout:(32/32): librbd1-19.0.0-2114.ga9a752df.el7.x86_ 6.2 MB/s | 3.1 MB 00:00 2024-04-15T01:52:25.383 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:52:25.384 INFO:teuthology.orchestra.run.smithi105.stdout:Total 14 MB/s | 59 MB 00:04 2024-04-15T01:52:25.480 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2024-04-15T01:52:25.514 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2024-04-15T01:52:25.514 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2024-04-15T01:52:26.001 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2024-04-15T01:52:26.001 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2024-04-15T01:52:27.455 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2024-04-15T01:52:27.544 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-15T01:52:27.578 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-15T01:52:27.603 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-15T01:52:27.626 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-15T01:52:27.642 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-15T01:52:27.801 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-15T01:52:27.856 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-15T01:52:28.182 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-15T01:52:28.239 INFO:teuthology.orchestra.run.smithi105.stdout: Upgrading : librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T01:52:28.331 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T01:52:28.421 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 8/34 2024-04-15T01:52:28.482 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 9/34 2024-04-15T01:52:28.545 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 9/34 2024-04-15T01:52:28.573 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-15T01:52:28.617 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7. 11/34 2024-04-15T01:52:28.687 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 12/34 2024-04-15T01:52:28.709 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 13/34 2024-04-15T01:52:28.773 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 13/34 2024-04-15T01:52:28.809 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-15T01:52:28.943 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-15T01:52:28.983 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-15T01:52:29.025 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-15T01:52:29.057 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-15T01:52:29.086 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-15T01:52:29.119 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-15T01:52:29.436 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-15T01:52:29.465 INFO:teuthology.orchestra.run.smithi105.stdout: Upgrading : librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 22/34 2024-04-15T01:52:29.555 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 22/34 2024-04-15T01:52:29.587 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 23/34 2024-04-15T01:52:29.624 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - CRB 1.9 MB/s | 6.2 MB 00:03 2024-04-15T01:52:29.634 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-15T01:52:30.093 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-15T01:52:30.118 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 26/34 2024-04-15T01:52:30.189 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 26/34 2024-04-15T01:52:30.257 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 27/34 2024-04-15T01:52:30.287 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x8 28/34 2024-04-15T01:52:31.217 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - Extras packages 40 kB/s | 16 kB 00:00 2024-04-15T01:52:32.559 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T01:52:32.608 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T01:52:33.184 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T01:52:33.228 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 30/34 2024-04-15T01:52:33.319 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 30/34 2024-04-15T01:52:33.319 INFO:teuthology.orchestra.run.smithi105.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-15T01:52:33.319 INFO:teuthology.orchestra.run.smithi105.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-15T01:52:33.319 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:52:33.346 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T01:52:40.502 INFO:teuthology.orchestra.run.smithi073.stdout:Extra Packages for Enterprise Linux 1.1 MB/s | 21 MB 00:18 2024-04-15T01:52:42.375 INFO:teuthology.orchestra.run.smithi155.stdout:Extra Packages for Enterprise Linux 1.9 MB/s | 21 MB 00:11 2024-04-15T01:52:43.004 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T01:52:43.004 INFO:teuthology.orchestra.run.smithi105.stdout:skipping the directory /sys 2024-04-15T01:52:43.005 INFO:teuthology.orchestra.run.smithi105.stdout:skipping the directory /proc 2024-04-15T01:52:43.005 INFO:teuthology.orchestra.run.smithi105.stdout:skipping the directory /mnt 2024-04-15T01:52:43.005 INFO:teuthology.orchestra.run.smithi105.stdout:skipping the directory /var/tmp 2024-04-15T01:52:43.005 INFO:teuthology.orchestra.run.smithi105.stdout:skipping the directory /home 2024-04-15T01:52:43.005 INFO:teuthology.orchestra.run.smithi105.stdout:skipping the directory /root 2024-04-15T01:52:43.005 INFO:teuthology.orchestra.run.smithi105.stdout:skipping the directory /tmp 2024-04-15T01:52:43.005 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:52:43.926 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 32/34 2024-04-15T01:52:43.951 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 32/34 2024-04-15T01:52:43.951 INFO:teuthology.orchestra.run.smithi105.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:52:43.951 INFO:teuthology.orchestra.run.smithi105.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-15T01:52:43.951 INFO:teuthology.orchestra.run.smithi105.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-15T01:52:43.951 INFO:teuthology.orchestra.run.smithi105.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-15T01:52:43.951 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:52:43.953 INFO:teuthology.orchestra.run.smithi105.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-15T01:52:44.021 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-15T01:52:44.021 INFO:teuthology.orchestra.run.smithi105.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T01:52:45.147 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T01:52:45.147 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 1/34 2024-04-15T01:52:45.147 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2/34 2024-04-15T01:52:45.147 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 3/34 2024-04-15T01:52:45.147 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 4/34 2024-04-15T01:52:45.147 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 5/34 2024-04-15T01:52:45.147 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 6/34 2024-04-15T01:52:45.147 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T01:52:45.147 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7. 8/34 2024-04-15T01:52:45.148 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x8 9/34 2024-04-15T01:52:45.148 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 10/34 2024-04-15T01:52:45.148 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 11/34 2024-04-15T01:52:45.148 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 12/34 2024-04-15T01:52:45.148 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 13/34 2024-04-15T01:52:45.148 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-15T01:52:45.148 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-15T01:52:45.148 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-15T01:52:45.148 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-15T01:52:45.148 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-15T01:52:45.148 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-15T01:52:45.148 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-15T01:52:45.148 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-15T01:52:45.148 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-15T01:52:45.148 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-15T01:52:45.149 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-15T01:52:45.149 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-15T01:52:45.149 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-15T01:52:45.149 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-15T01:52:45.149 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-15T01:52:45.149 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-15T01:52:45.149 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-15T01:52:45.149 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T01:52:45.150 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-15T01:52:45.150 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 33/34 2024-04-15T01:52:45.700 INFO:teuthology.orchestra.run.smithi073.stdout:lab-extras 11 kB/s | 1.7 kB 00:00 2024-04-15T01:52:46.084 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T01:52:46.084 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:52:46.085 INFO:teuthology.orchestra.run.smithi105.stdout:Upgraded: 2024-04-15T01:52:46.085 INFO:teuthology.orchestra.run.smithi105.stdout: librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:52:46.085 INFO:teuthology.orchestra.run.smithi105.stdout: librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:52:46.085 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2024-04-15T01:52:46.085 INFO:teuthology.orchestra.run.smithi105.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-15T01:52:46.085 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:52:46.085 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:52:46.085 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:52:46.085 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:52:46.086 INFO:teuthology.orchestra.run.smithi105.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-15T01:52:46.086 INFO:teuthology.orchestra.run.smithi105.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-15T01:52:46.086 INFO:teuthology.orchestra.run.smithi105.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-15T01:52:46.086 INFO:teuthology.orchestra.run.smithi105.stdout: libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:52:46.086 INFO:teuthology.orchestra.run.smithi105.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-15T01:52:46.086 INFO:teuthology.orchestra.run.smithi105.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-15T01:52:46.086 INFO:teuthology.orchestra.run.smithi105.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-15T01:52:46.086 INFO:teuthology.orchestra.run.smithi105.stdout: libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:52:46.086 INFO:teuthology.orchestra.run.smithi105.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-15T01:52:46.086 INFO:teuthology.orchestra.run.smithi105.stdout: librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:52:46.086 INFO:teuthology.orchestra.run.smithi105.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-15T01:52:46.087 INFO:teuthology.orchestra.run.smithi105.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-15T01:52:46.087 INFO:teuthology.orchestra.run.smithi105.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-15T01:52:46.087 INFO:teuthology.orchestra.run.smithi105.stdout: python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:52:46.087 INFO:teuthology.orchestra.run.smithi105.stdout: python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:52:46.087 INFO:teuthology.orchestra.run.smithi105.stdout: python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:52:46.087 INFO:teuthology.orchestra.run.smithi105.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-15T01:52:46.087 INFO:teuthology.orchestra.run.smithi105.stdout: python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:52:46.087 INFO:teuthology.orchestra.run.smithi105.stdout: python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:52:46.087 INFO:teuthology.orchestra.run.smithi105.stdout: python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:52:46.087 INFO:teuthology.orchestra.run.smithi105.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-15T01:52:46.087 INFO:teuthology.orchestra.run.smithi105.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-15T01:52:46.087 INFO:teuthology.orchestra.run.smithi105.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-15T01:52:46.088 INFO:teuthology.orchestra.run.smithi105.stdout: re2-1:20211101-3.el9.x86_64 2024-04-15T01:52:46.088 INFO:teuthology.orchestra.run.smithi105.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-15T01:52:46.088 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:52:46.088 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-04-15T01:52:46.334 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install ceph-test 2024-04-15T01:52:46.928 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:00:29 ago on Mon 15 Apr 2024 01:52:17 AM UTC. 2024-04-15T01:52:47.214 INFO:teuthology.orchestra.run.smithi105.stderr:Modular dependency problems: 2024-04-15T01:52:47.214 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-04-15T01:52:47.215 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 1: conflicting requests 2024-04-15T01:52:47.215 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.215 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 2: conflicting requests 2024-04-15T01:52:47.215 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.215 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 3: conflicting requests 2024-04-15T01:52:47.215 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.215 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 4: conflicting requests 2024-04-15T01:52:47.215 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.215 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 5: conflicting requests 2024-04-15T01:52:47.215 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.215 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 6: conflicting requests 2024-04-15T01:52:47.215 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.216 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 7: conflicting requests 2024-04-15T01:52:47.216 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.216 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 8: conflicting requests 2024-04-15T01:52:47.216 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.216 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 9: conflicting requests 2024-04-15T01:52:47.216 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.216 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 10: conflicting requests 2024-04-15T01:52:47.216 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.216 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 11: conflicting requests 2024-04-15T01:52:47.216 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.216 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 12: conflicting requests 2024-04-15T01:52:47.216 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.216 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 13: conflicting requests 2024-04-15T01:52:47.217 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.217 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 14: conflicting requests 2024-04-15T01:52:47.217 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.217 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 15: conflicting requests 2024-04-15T01:52:47.217 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.217 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 16: conflicting requests 2024-04-15T01:52:47.217 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.217 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 17: conflicting requests 2024-04-15T01:52:47.217 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.217 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 18: conflicting requests 2024-04-15T01:52:47.217 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.217 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 19: conflicting requests 2024-04-15T01:52:47.217 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.218 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 20: conflicting requests 2024-04-15T01:52:47.218 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.218 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 21: conflicting requests 2024-04-15T01:52:47.218 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.218 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 22: conflicting requests 2024-04-15T01:52:47.218 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.218 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 23: conflicting requests 2024-04-15T01:52:47.218 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.218 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 24: conflicting requests 2024-04-15T01:52:47.218 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.218 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 25: conflicting requests 2024-04-15T01:52:47.219 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.219 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 26: conflicting requests 2024-04-15T01:52:47.219 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.219 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 27: conflicting requests 2024-04-15T01:52:47.219 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.219 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 28: conflicting requests 2024-04-15T01:52:47.219 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.219 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 29: conflicting requests 2024-04-15T01:52:47.219 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.219 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 30: conflicting requests 2024-04-15T01:52:47.219 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.219 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 31: conflicting requests 2024-04-15T01:52:47.219 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.219 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 32: conflicting requests 2024-04-15T01:52:47.220 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.220 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 33: conflicting requests 2024-04-15T01:52:47.220 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.220 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 34: conflicting requests 2024-04-15T01:52:47.220 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.220 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 35: conflicting requests 2024-04-15T01:52:47.220 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.220 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 36: conflicting requests 2024-04-15T01:52:47.220 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.220 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 37: conflicting requests 2024-04-15T01:52:47.220 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.220 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.220 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.220 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:52:47.220 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.221 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.221 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.221 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.221 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 39: conflicting requests 2024-04-15T01:52:47.221 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.221 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.221 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.221 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.221 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.221 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.221 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:52:47.221 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.221 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.221 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.221 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.222 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:52:47.222 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.222 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.222 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.222 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.222 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:52:47.222 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.222 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.222 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.222 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.222 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:52:47.222 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.222 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.223 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.223 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.223 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:52:47.223 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.223 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.223 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.223 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.223 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:52:47.223 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.223 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.223 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.223 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:52:47.282 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-04-15T01:52:47.282 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:52:47.283 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repository Size 2024-04-15T01:52:47.283 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:52:47.283 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2024-04-15T01:52:47.283 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-test x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 48 M 2024-04-15T01:52:47.283 INFO:teuthology.orchestra.run.smithi105.stdout:Installing dependencies: 2024-04-15T01:52:47.283 INFO:teuthology.orchestra.run.smithi105.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-15T01:52:47.283 INFO:teuthology.orchestra.run.smithi105.stdout: libcephsqlite x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 164 k 2024-04-15T01:52:47.283 INFO:teuthology.orchestra.run.smithi105.stdout: oniguruma x86_64 6.9.6-1.el9.5 baseos 218 k 2024-04-15T01:52:47.283 INFO:teuthology.orchestra.run.smithi105.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-15T01:52:47.283 INFO:teuthology.orchestra.run.smithi105.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-15T01:52:47.283 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:52:47.283 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-04-15T01:52:47.283 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:52:47.284 INFO:teuthology.orchestra.run.smithi105.stdout:Install 6 Packages 2024-04-15T01:52:47.284 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:52:47.284 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 49 M 2024-04-15T01:52:47.284 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 206 M 2024-04-15T01:52:47.284 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2024-04-15T01:52:47.508 INFO:teuthology.orchestra.run.smithi155.stdout:lab-extras 14 kB/s | 1.7 kB 00:00 2024-04-15T01:52:47.744 INFO:teuthology.orchestra.run.smithi105.stdout:(1/6): jq-1.6-16.el9.x86_64.rpm 1.6 MB/s | 187 kB 00:00 2024-04-15T01:52:47.819 INFO:teuthology.orchestra.run.smithi105.stdout:(2/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 2.9 MB/s | 218 kB 00:00 2024-04-15T01:52:47.895 INFO:teuthology.orchestra.run.smithi105.stdout:(3/6): socat-1.7.4.1-5.el9.x86_64.rpm 4.0 MB/s | 305 kB 00:00 2024-04-15T01:52:47.953 INFO:teuthology.orchestra.run.smithi105.stdout:(4/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.1 MB/s | 64 kB 00:00 2024-04-15T01:52:47.987 INFO:teuthology.orchestra.run.smithi105.stdout:(5/6): libcephsqlite-19.0.0-2114.ga9a752df.el7. 455 kB/s | 164 kB 00:00 2024-04-15T01:52:48.305 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:52:48.305 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:52:48.305 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:52:48.305 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.305 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:52:48.305 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.305 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:52:48.306 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.306 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:52:48.306 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.306 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:52:48.306 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.306 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:52:48.306 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.306 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:52:48.306 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.306 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:52:48.306 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.306 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:52:48.307 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.307 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:52:48.307 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.307 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:52:48.307 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.307 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:52:48.307 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.307 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:52:48.307 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.307 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:52:48.307 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.307 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:52:48.307 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.307 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:52:48.308 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.308 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:52:48.308 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.308 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:52:48.308 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.308 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:52:48.308 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.308 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:52:48.308 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.308 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:52:48.308 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.308 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:52:48.308 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.308 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:52:48.309 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.309 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:52:48.309 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.309 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:52:48.309 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.309 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:52:48.309 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.309 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:52:48.309 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.309 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:52:48.309 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.309 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:52:48.309 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.309 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:52:48.310 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.310 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:52:48.310 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.310 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:52:48.310 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.310 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:52:48.310 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.310 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:52:48.310 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.310 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:52:48.310 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.310 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:52:48.310 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.311 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:52:48.311 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.311 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.311 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.311 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:52:48.311 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.311 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.311 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.311 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.311 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:52:48.311 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.311 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.311 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.312 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.312 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.312 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.312 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:52:48.312 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.312 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.312 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.312 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.312 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:52:48.312 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.312 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.312 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.312 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.312 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:52:48.313 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.313 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.313 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.313 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.313 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:52:48.313 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.313 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.313 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.313 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.313 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:52:48.313 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.313 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.313 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.313 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.314 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:52:48.314 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.314 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.314 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.314 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:52:48.859 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:52:48.861 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:52:48.862 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repository Size 2024-04-15T01:52:48.862 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:52:48.862 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-04-15T01:52:48.862 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-radosgw x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 9.9 M 2024-04-15T01:52:48.862 INFO:teuthology.orchestra.run.smithi073.stdout:Upgrading: 2024-04-15T01:52:48.862 INFO:teuthology.orchestra.run.smithi073.stdout: librados2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.4 M 2024-04-15T01:52:48.862 INFO:teuthology.orchestra.run.smithi073.stdout: librbd1 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.1 M 2024-04-15T01:52:48.862 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2024-04-15T01:52:48.862 INFO:teuthology.orchestra.run.smithi073.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-15T01:52:48.862 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-base x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 5.3 M 2024-04-15T01:52:48.862 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-common x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 21 M 2024-04-15T01:52:48.862 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-selinux x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 25 k 2024-04-15T01:52:48.862 INFO:teuthology.orchestra.run.smithi073.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-15T01:52:48.862 INFO:teuthology.orchestra.run.smithi073.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-15T01:52:48.863 INFO:teuthology.orchestra.run.smithi073.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-15T01:52:48.863 INFO:teuthology.orchestra.run.smithi073.stdout: libcephfs2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 746 k 2024-04-15T01:52:48.863 INFO:teuthology.orchestra.run.smithi073.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-15T01:52:48.863 INFO:teuthology.orchestra.run.smithi073.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-15T01:52:48.863 INFO:teuthology.orchestra.run.smithi073.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-15T01:52:48.863 INFO:teuthology.orchestra.run.smithi073.stdout: libradosstriper1 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 501 k 2024-04-15T01:52:48.863 INFO:teuthology.orchestra.run.smithi073.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-15T01:52:48.863 INFO:teuthology.orchestra.run.smithi073.stdout: librgw2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 5.2 M 2024-04-15T01:52:48.863 INFO:teuthology.orchestra.run.smithi073.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-15T01:52:48.863 INFO:teuthology.orchestra.run.smithi073.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-15T01:52:48.863 INFO:teuthology.orchestra.run.smithi073.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-15T01:52:48.863 INFO:teuthology.orchestra.run.smithi073.stdout: python3-ceph-argparse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 45 k 2024-04-15T01:52:48.863 INFO:teuthology.orchestra.run.smithi073.stdout: python3-ceph-common x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 131 k 2024-04-15T01:52:48.863 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cephfs x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 162 k 2024-04-15T01:52:48.864 INFO:teuthology.orchestra.run.smithi073.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-15T01:52:48.864 INFO:teuthology.orchestra.run.smithi073.stdout: python3-rados x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 320 k 2024-04-15T01:52:48.864 INFO:teuthology.orchestra.run.smithi073.stdout: python3-rbd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 298 k 2024-04-15T01:52:48.864 INFO:teuthology.orchestra.run.smithi073.stdout: python3-rgw x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 99 k 2024-04-15T01:52:48.864 INFO:teuthology.orchestra.run.smithi073.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-15T01:52:48.864 INFO:teuthology.orchestra.run.smithi073.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-15T01:52:48.864 INFO:teuthology.orchestra.run.smithi073.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-15T01:52:48.864 INFO:teuthology.orchestra.run.smithi073.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-15T01:52:48.864 INFO:teuthology.orchestra.run.smithi073.stdout:Installing weak dependencies: 2024-04-15T01:52:48.864 INFO:teuthology.orchestra.run.smithi073.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-15T01:52:48.864 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:52:48.864 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-04-15T01:52:48.864 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:52:48.864 INFO:teuthology.orchestra.run.smithi073.stdout:Install 30 Packages 2024-04-15T01:52:48.864 INFO:teuthology.orchestra.run.smithi073.stdout:Upgrade 2 Packages 2024-04-15T01:52:48.865 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:52:48.865 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 59 M 2024-04-15T01:52:48.865 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-04-15T01:52:50.110 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:52:50.110 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:52:50.110 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:52:50.110 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.110 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:52:50.110 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.110 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:52:50.111 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.111 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:52:50.111 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.111 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:52:50.111 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.111 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:52:50.111 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.111 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:52:50.111 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.111 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:52:50.111 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.111 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:52:50.111 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.111 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:52:50.111 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.112 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:52:50.112 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.112 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:52:50.112 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.112 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:52:50.112 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.112 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:52:50.112 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.112 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:52:50.112 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.112 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:52:50.112 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.112 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:52:50.112 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.112 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:52:50.112 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.113 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:52:50.113 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.113 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:52:50.113 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.113 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:52:50.113 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.113 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:52:50.113 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.113 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:52:50.113 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.113 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:52:50.113 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.113 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:52:50.113 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.114 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:52:50.114 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.114 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:52:50.114 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.114 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:52:50.114 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.114 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:52:50.114 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.114 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:52:50.114 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.114 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:52:50.114 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.114 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:52:50.115 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.115 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:52:50.115 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.115 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:52:50.115 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.115 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:52:50.115 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.115 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:52:50.115 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.115 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:52:50.115 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.115 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.115 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.115 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:52:50.115 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.115 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.116 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.116 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.116 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:52:50.116 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.116 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.116 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.116 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.116 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.116 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.116 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:52:50.116 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.116 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.116 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.116 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.116 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:52:50.117 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.117 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.117 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.117 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.117 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:52:50.117 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.117 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.117 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.117 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.117 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:52:50.117 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.117 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.117 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.117 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.117 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:52:50.118 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.118 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.118 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.118 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.118 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:52:50.118 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.118 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.118 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.118 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:52:50.178 INFO:teuthology.orchestra.run.smithi105.stdout:(6/6): ceph-test-19.0.0-2114.ga9a752df.el7.x86_ 19 MB/s | 48 MB 00:02 2024-04-15T01:52:50.181 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:52:50.181 INFO:teuthology.orchestra.run.smithi105.stdout:Total 17 MB/s | 49 MB 00:02 2024-04-15T01:52:50.233 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2024-04-15T01:52:50.253 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2024-04-15T01:52:50.253 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2024-04-15T01:52:50.631 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:52:50.633 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:52:50.633 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2024-04-15T01:52:50.634 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:52:50.634 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-15T01:52:50.634 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-radosgw x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 9.9 M 2024-04-15T01:52:50.634 INFO:teuthology.orchestra.run.smithi155.stdout:Upgrading: 2024-04-15T01:52:50.634 INFO:teuthology.orchestra.run.smithi155.stdout: librados2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.4 M 2024-04-15T01:52:50.634 INFO:teuthology.orchestra.run.smithi155.stdout: librbd1 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.1 M 2024-04-15T01:52:50.634 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2024-04-15T01:52:50.634 INFO:teuthology.orchestra.run.smithi155.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-15T01:52:50.634 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-base x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 5.3 M 2024-04-15T01:52:50.634 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-common x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 21 M 2024-04-15T01:52:50.634 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-selinux x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 25 k 2024-04-15T01:52:50.634 INFO:teuthology.orchestra.run.smithi155.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-15T01:52:50.634 INFO:teuthology.orchestra.run.smithi155.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-15T01:52:50.635 INFO:teuthology.orchestra.run.smithi155.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-15T01:52:50.635 INFO:teuthology.orchestra.run.smithi155.stdout: libcephfs2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 746 k 2024-04-15T01:52:50.635 INFO:teuthology.orchestra.run.smithi155.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-15T01:52:50.635 INFO:teuthology.orchestra.run.smithi155.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-15T01:52:50.635 INFO:teuthology.orchestra.run.smithi155.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-15T01:52:50.635 INFO:teuthology.orchestra.run.smithi155.stdout: libradosstriper1 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 501 k 2024-04-15T01:52:50.635 INFO:teuthology.orchestra.run.smithi155.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-15T01:52:50.635 INFO:teuthology.orchestra.run.smithi155.stdout: librgw2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 5.2 M 2024-04-15T01:52:50.635 INFO:teuthology.orchestra.run.smithi155.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-15T01:52:50.635 INFO:teuthology.orchestra.run.smithi155.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-15T01:52:50.635 INFO:teuthology.orchestra.run.smithi155.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-15T01:52:50.635 INFO:teuthology.orchestra.run.smithi155.stdout: python3-ceph-argparse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 45 k 2024-04-15T01:52:50.635 INFO:teuthology.orchestra.run.smithi155.stdout: python3-ceph-common x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 131 k 2024-04-15T01:52:50.635 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cephfs x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 162 k 2024-04-15T01:52:50.636 INFO:teuthology.orchestra.run.smithi155.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-15T01:52:50.636 INFO:teuthology.orchestra.run.smithi155.stdout: python3-rados x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 320 k 2024-04-15T01:52:50.636 INFO:teuthology.orchestra.run.smithi155.stdout: python3-rbd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 298 k 2024-04-15T01:52:50.636 INFO:teuthology.orchestra.run.smithi155.stdout: python3-rgw x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 99 k 2024-04-15T01:52:50.636 INFO:teuthology.orchestra.run.smithi155.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-15T01:52:50.636 INFO:teuthology.orchestra.run.smithi155.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-15T01:52:50.636 INFO:teuthology.orchestra.run.smithi155.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-15T01:52:50.636 INFO:teuthology.orchestra.run.smithi155.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-15T01:52:50.636 INFO:teuthology.orchestra.run.smithi155.stdout:Installing weak dependencies: 2024-04-15T01:52:50.636 INFO:teuthology.orchestra.run.smithi155.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-15T01:52:50.636 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:52:50.636 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-15T01:52:50.636 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:52:50.636 INFO:teuthology.orchestra.run.smithi155.stdout:Install 30 Packages 2024-04-15T01:52:50.637 INFO:teuthology.orchestra.run.smithi155.stdout:Upgrade 2 Packages 2024-04-15T01:52:50.637 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:52:50.637 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 59 M 2024-04-15T01:52:50.637 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-15T01:52:50.645 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2024-04-15T01:52:50.645 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2024-04-15T01:52:50.701 INFO:teuthology.orchestra.run.smithi073.stdout:(1/32): ceph-radosgw-19.0.0-2114.ga9a752df.el7. 7.0 MB/s | 9.9 MB 00:01 2024-04-15T01:52:50.751 INFO:teuthology.orchestra.run.smithi073.stdout:(2/32): ceph-selinux-19.0.0-2114.ga9a752df.el7. 508 kB/s | 25 kB 00:00 2024-04-15T01:52:50.827 INFO:teuthology.orchestra.run.smithi073.stdout:(3/32): libcephfs2-19.0.0-2114.ga9a752df.el7.x8 9.7 MB/s | 746 kB 00:00 2024-04-15T01:52:50.885 INFO:teuthology.orchestra.run.smithi073.stdout:(4/32): libradosstriper1-19.0.0-2114.ga9a752df. 8.4 MB/s | 501 kB 00:00 2024-04-15T01:52:51.219 INFO:teuthology.orchestra.run.smithi073.stdout:(5/32): librgw2-19.0.0-2114.ga9a752df.el7.x86_6 15 MB/s | 5.2 MB 00:00 2024-04-15T01:52:51.243 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2024-04-15T01:52:51.269 INFO:teuthology.orchestra.run.smithi073.stdout:(6/32): python3-ceph-argparse-19.0.0-2114.ga9a7 911 kB/s | 45 kB 00:00 2024-04-15T01:52:51.332 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-15T01:52:51.344 INFO:teuthology.orchestra.run.smithi073.stdout:(7/32): python3-ceph-common-19.0.0-2114.ga9a752 1.7 MB/s | 131 kB 00:00 2024-04-15T01:52:51.390 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-15T01:52:51.422 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-15T01:52:51.445 INFO:teuthology.orchestra.run.smithi073.stdout:(8/32): python3-cephfs-19.0.0-2114.ga9a752df.el 1.6 MB/s | 162 kB 00:00 2024-04-15T01:52:51.462 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-15T01:52:51.515 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 5/6 2024-04-15T01:52:51.545 INFO:teuthology.orchestra.run.smithi073.stdout:(9/32): python3-rados-19.0.0-2114.ga9a752df.el7 3.1 MB/s | 320 kB 00:00 2024-04-15T01:52:51.637 INFO:teuthology.orchestra.run.smithi073.stdout:(10/32): python3-rbd-19.0.0-2114.ga9a752df.el7. 3.2 MB/s | 298 kB 00:00 2024-04-15T01:52:51.728 INFO:teuthology.orchestra.run.smithi073.stdout:(11/32): python3-rgw-19.0.0-2114.ga9a752df.el7. 1.1 MB/s | 99 kB 00:00 2024-04-15T01:52:51.862 INFO:teuthology.orchestra.run.smithi073.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 802 kB/s | 107 kB 00:00 2024-04-15T01:52:51.929 INFO:teuthology.orchestra.run.smithi073.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 2.4 MB/s | 160 kB 00:00 2024-04-15T01:52:51.980 INFO:teuthology.orchestra.run.smithi073.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 905 kB/s | 45 kB 00:00 2024-04-15T01:52:52.055 INFO:teuthology.orchestra.run.smithi073.stdout:(15/32): librdkafka-1.6.1-102.el9.x86_64.rpm 8.6 MB/s | 662 kB 00:00 2024-04-15T01:52:52.105 INFO:teuthology.orchestra.run.smithi073.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 5.7 MB/s | 292 kB 00:00 2024-04-15T01:52:52.147 INFO:teuthology.orchestra.run.smithi073.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 1.0 MB/s | 42 kB 00:00 2024-04-15T01:52:52.176 INFO:teuthology.orchestra.run.smithi155.stdout:(1/32): ceph-radosgw-19.0.0-2114.ga9a752df.el7. 8.3 MB/s | 9.9 MB 00:01 2024-04-15T01:52:52.197 INFO:teuthology.orchestra.run.smithi073.stdout:(18/32): qatlib-24.02.0-1.el9.x86_64.rpm 4.3 MB/s | 221 kB 00:00 2024-04-15T01:52:52.239 INFO:teuthology.orchestra.run.smithi073.stdout:(19/32): qatlib-service-24.02.0-1.el9.x86_64.rp 864 kB/s | 36 kB 00:00 2024-04-15T01:52:52.243 INFO:teuthology.orchestra.run.smithi155.stdout:(2/32): ceph-selinux-19.0.0-2114.ga9a752df.el7. 379 kB/s | 25 kB 00:00 2024-04-15T01:52:52.281 INFO:teuthology.orchestra.run.smithi073.stdout:(20/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 1.1 MB/s | 47 kB 00:00 2024-04-15T01:52:52.393 INFO:teuthology.orchestra.run.smithi155.stdout:(3/32): libcephfs2-19.0.0-2114.ga9a752df.el7.x8 4.8 MB/s | 746 kB 00:00 2024-04-15T01:52:52.431 INFO:teuthology.orchestra.run.smithi073.stdout:(21/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 2.0 MB/s | 309 kB 00:00 2024-04-15T01:52:52.487 INFO:teuthology.orchestra.run.smithi155.stdout:(4/32): libradosstriper1-19.0.0-2114.ga9a752df. 5.3 MB/s | 501 kB 00:00 2024-04-15T01:52:52.565 INFO:teuthology.orchestra.run.smithi073.stdout:(22/32): libarrow-9.0.0-10.el9.x86_64.rpm 33 MB/s | 4.4 MB 00:00 2024-04-15T01:52:52.599 INFO:teuthology.orchestra.run.smithi073.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 775 kB/s | 26 kB 00:00 2024-04-15T01:52:52.633 INFO:teuthology.orchestra.run.smithi073.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 1.4 MB/s | 49 kB 00:00 2024-04-15T01:52:52.666 INFO:teuthology.orchestra.run.smithi073.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 2.0 MB/s | 67 kB 00:00 2024-04-15T01:52:52.716 INFO:teuthology.orchestra.run.smithi073.stdout:(26/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 16 MB/s | 838 kB 00:00 2024-04-15T01:52:52.759 INFO:teuthology.orchestra.run.smithi073.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 4.5 MB/s | 192 kB 00:00 2024-04-15T01:52:52.825 INFO:teuthology.orchestra.run.smithi073.stdout:(28/32): thrift-0.15.0-2.el9.x86_64.rpm 24 MB/s | 1.6 MB 00:00 2024-04-15T01:52:53.160 INFO:teuthology.orchestra.run.smithi155.stdout:(5/32): librgw2-19.0.0-2114.ga9a752df.el7.x86_6 7.7 MB/s | 5.2 MB 00:00 2024-04-15T01:52:53.252 INFO:teuthology.orchestra.run.smithi155.stdout:(6/32): python3-ceph-argparse-19.0.0-2114.ga9a7 494 kB/s | 45 kB 00:00 2024-04-15T01:52:53.336 INFO:teuthology.orchestra.run.smithi155.stdout:(7/32): python3-ceph-common-19.0.0-2114.ga9a752 1.5 MB/s | 131 kB 00:00 2024-04-15T01:52:53.392 INFO:teuthology.orchestra.run.smithi073.stdout:(29/32): librados2-19.0.0-2114.ga9a752df.el7.x8 6.0 MB/s | 3.4 MB 00:00 2024-04-15T01:52:53.403 INFO:teuthology.orchestra.run.smithi155.stdout:(8/32): ceph-base-19.0.0-2114.ga9a752df.el7.x86 2.2 MB/s | 5.3 MB 00:02 2024-04-15T01:52:53.420 INFO:teuthology.orchestra.run.smithi155.stdout:(9/32): python3-cephfs-19.0.0-2114.ga9a752df.el 1.9 MB/s | 162 kB 00:00 2024-04-15T01:52:53.512 INFO:teuthology.orchestra.run.smithi155.stdout:(10/32): python3-rados-19.0.0-2114.ga9a752df.el 2.9 MB/s | 320 kB 00:00 2024-04-15T01:52:53.537 INFO:teuthology.orchestra.run.smithi155.stdout:(11/32): python3-rbd-19.0.0-2114.ga9a752df.el7. 2.5 MB/s | 298 kB 00:00 2024-04-15T01:52:53.596 INFO:teuthology.orchestra.run.smithi155.stdout:(12/32): python3-rgw-19.0.0-2114.ga9a752df.el7. 1.2 MB/s | 99 kB 00:00 2024-04-15T01:52:53.663 INFO:teuthology.orchestra.run.smithi155.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 854 kB/s | 107 kB 00:00 2024-04-15T01:52:53.676 INFO:teuthology.orchestra.run.smithi073.stdout:(30/32): librbd1-19.0.0-2114.ga9a752df.el7.x86_ 11 MB/s | 3.1 MB 00:00 2024-04-15T01:52:53.705 INFO:teuthology.orchestra.run.smithi155.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.1 MB/s | 45 kB 00:00 2024-04-15T01:52:53.755 INFO:teuthology.orchestra.run.smithi155.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.0 MB/s | 160 kB 00:00 2024-04-15T01:52:53.822 INFO:teuthology.orchestra.run.smithi155.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 5.5 MB/s | 662 kB 00:00 2024-04-15T01:52:53.847 INFO:teuthology.orchestra.run.smithi155.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.1 MB/s | 292 kB 00:00 2024-04-15T01:52:53.872 INFO:teuthology.orchestra.run.smithi155.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 843 kB/s | 42 kB 00:00 2024-04-15T01:52:53.898 INFO:teuthology.orchestra.run.smithi155.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 4.3 MB/s | 221 kB 00:00 2024-04-15T01:52:53.915 INFO:teuthology.orchestra.run.smithi155.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 858 kB/s | 36 kB 00:00 2024-04-15T01:52:53.940 INFO:teuthology.orchestra.run.smithi155.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 1.1 MB/s | 47 kB 00:00 2024-04-15T01:52:54.424 INFO:teuthology.orchestra.run.smithi155.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 607 kB/s | 309 kB 00:00 2024-04-15T01:52:54.865 INFO:teuthology.orchestra.run.smithi155.stdout:(23/32): ceph-common-19.0.0-2114.ga9a752df.el7. 5.3 MB/s | 21 MB 00:03 2024-04-15T01:52:54.882 INFO:teuthology.orchestra.run.smithi155.stdout:(24/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 57 kB/s | 26 kB 00:00 2024-04-15T01:52:55.191 INFO:teuthology.orchestra.run.smithi155.stdout:(25/32): libarrow-9.0.0-10.el9.x86_64.rpm 3.5 MB/s | 4.4 MB 00:01 2024-04-15T01:52:55.208 INFO:teuthology.orchestra.run.smithi155.stdout:(26/32): liboath-2.6.7-2.el9.x86_64.rpm 142 kB/s | 49 kB 00:00 2024-04-15T01:52:55.224 INFO:teuthology.orchestra.run.smithi155.stdout:(27/32): libunwind-1.6.2-1.el9.x86_64.rpm 197 kB/s | 67 kB 00:00 2024-04-15T01:52:55.318 INFO:teuthology.orchestra.run.smithi073.stdout:(31/32): ceph-common-19.0.0-2114.ga9a752df.el7. 3.4 MB/s | 21 MB 00:06 2024-04-15T01:52:55.633 INFO:teuthology.orchestra.run.smithi155.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 451 kB/s | 192 kB 00:00 2024-04-15T01:52:55.783 INFO:teuthology.orchestra.run.smithi155.stdout:(29/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 1.4 MB/s | 838 kB 00:00 2024-04-15T01:52:55.992 INFO:teuthology.orchestra.run.smithi155.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 2.1 MB/s | 1.6 MB 00:00 2024-04-15T01:52:56.042 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 5/6 2024-04-15T01:52:56.122 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 6/6 2024-04-15T01:52:56.542 INFO:teuthology.orchestra.run.smithi155.stdout:(31/32): librbd1-19.0.0-2114.ga9a752df.el7.x86_ 4.1 MB/s | 3.1 MB 00:00 2024-04-15T01:52:57.109 INFO:teuthology.orchestra.run.smithi155.stdout:(32/32): librados2-19.0.0-2114.ga9a752df.el7.x8 2.3 MB/s | 3.4 MB 00:01 2024-04-15T01:52:57.111 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:52:57.112 INFO:teuthology.orchestra.run.smithi155.stdout:Total 9.1 MB/s | 59 MB 00:06 2024-04-15T01:52:57.209 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-15T01:52:57.245 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-15T01:52:57.246 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-15T01:52:57.742 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-15T01:52:57.743 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-15T01:52:58.359 INFO:teuthology.orchestra.run.smithi073.stdout:(32/32): ceph-base-19.0.0-2114.ga9a752df.el7.x8 604 kB/s | 5.3 MB 00:09 2024-04-15T01:52:58.363 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:52:58.363 INFO:teuthology.orchestra.run.smithi073.stdout:Total 6.2 MB/s | 59 MB 00:09 2024-04-15T01:52:58.465 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-04-15T01:52:58.502 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-04-15T01:52:58.502 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-04-15T01:52:58.582 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 6/6 2024-04-15T01:52:58.582 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 1/6 2024-04-15T01:52:58.582 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 2/6 2024-04-15T01:52:58.583 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : jq-1.6-16.el9.x86_64 3/6 2024-04-15T01:52:58.583 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 4/6 2024-04-15T01:52:58.583 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 5/6 2024-04-15T01:52:58.994 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-04-15T01:52:58.994 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-04-15T01:52:59.067 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 6/6 2024-04-15T01:52:59.067 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:52:59.067 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2024-04-15T01:52:59.067 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:52:59.067 INFO:teuthology.orchestra.run.smithi105.stdout: jq-1.6-16.el9.x86_64 2024-04-15T01:52:59.067 INFO:teuthology.orchestra.run.smithi105.stdout: libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:52:59.067 INFO:teuthology.orchestra.run.smithi105.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-15T01:52:59.067 INFO:teuthology.orchestra.run.smithi105.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-15T01:52:59.067 INFO:teuthology.orchestra.run.smithi105.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-15T01:52:59.068 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:52:59.068 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-04-15T01:52:59.163 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-15T01:52:59.256 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-15T01:52:59.289 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-15T01:52:59.313 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install ceph 2024-04-15T01:52:59.323 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-15T01:52:59.346 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-15T01:52:59.362 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-15T01:52:59.520 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-15T01:52:59.576 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-15T01:52:59.923 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:00:42 ago on Mon 15 Apr 2024 01:52:17 AM UTC. 2024-04-15T01:52:59.965 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-15T01:52:59.999 INFO:teuthology.orchestra.run.smithi155.stdout: Upgrading : librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T01:53:00.081 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T01:53:00.202 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 8/34 2024-04-15T01:53:00.226 INFO:teuthology.orchestra.run.smithi105.stderr:Modular dependency problems: 2024-04-15T01:53:00.227 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-04-15T01:53:00.227 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 1: conflicting requests 2024-04-15T01:53:00.227 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.227 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 2: conflicting requests 2024-04-15T01:53:00.227 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.227 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 3: conflicting requests 2024-04-15T01:53:00.227 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.227 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 4: conflicting requests 2024-04-15T01:53:00.227 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.227 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 5: conflicting requests 2024-04-15T01:53:00.227 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.227 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 6: conflicting requests 2024-04-15T01:53:00.227 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.228 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 7: conflicting requests 2024-04-15T01:53:00.228 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.228 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 8: conflicting requests 2024-04-15T01:53:00.228 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.228 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 9: conflicting requests 2024-04-15T01:53:00.228 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.228 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 10: conflicting requests 2024-04-15T01:53:00.228 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.228 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 11: conflicting requests 2024-04-15T01:53:00.228 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.228 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 12: conflicting requests 2024-04-15T01:53:00.228 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.228 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 13: conflicting requests 2024-04-15T01:53:00.228 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.229 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 14: conflicting requests 2024-04-15T01:53:00.229 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.229 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 15: conflicting requests 2024-04-15T01:53:00.229 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.229 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 16: conflicting requests 2024-04-15T01:53:00.229 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.229 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 17: conflicting requests 2024-04-15T01:53:00.229 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.229 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 18: conflicting requests 2024-04-15T01:53:00.229 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.229 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 19: conflicting requests 2024-04-15T01:53:00.229 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.229 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 20: conflicting requests 2024-04-15T01:53:00.230 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.230 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 21: conflicting requests 2024-04-15T01:53:00.230 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.230 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 22: conflicting requests 2024-04-15T01:53:00.230 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.230 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 23: conflicting requests 2024-04-15T01:53:00.230 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.230 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 24: conflicting requests 2024-04-15T01:53:00.230 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.230 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 25: conflicting requests 2024-04-15T01:53:00.230 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.230 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 26: conflicting requests 2024-04-15T01:53:00.231 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.231 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 27: conflicting requests 2024-04-15T01:53:00.231 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.231 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 28: conflicting requests 2024-04-15T01:53:00.231 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.231 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 29: conflicting requests 2024-04-15T01:53:00.231 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.231 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 30: conflicting requests 2024-04-15T01:53:00.231 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.231 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 31: conflicting requests 2024-04-15T01:53:00.231 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.231 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 32: conflicting requests 2024-04-15T01:53:00.231 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.231 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 33: conflicting requests 2024-04-15T01:53:00.232 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.232 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 34: conflicting requests 2024-04-15T01:53:00.232 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.232 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 35: conflicting requests 2024-04-15T01:53:00.232 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.232 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 36: conflicting requests 2024-04-15T01:53:00.232 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.232 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 37: conflicting requests 2024-04-15T01:53:00.232 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.232 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.232 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.232 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:53:00.232 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.233 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.233 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.233 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.233 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 39: conflicting requests 2024-04-15T01:53:00.233 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.233 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.233 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.233 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.233 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.233 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.233 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:53:00.233 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.233 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.233 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.233 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.233 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:53:00.234 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.234 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.234 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.234 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.234 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:53:00.234 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.234 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.234 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.234 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.234 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:53:00.234 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.234 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.234 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.235 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.235 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:53:00.235 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.235 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.235 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.235 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.235 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:53:00.235 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.235 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.235 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.235 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:53:00.275 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 9/34 2024-04-15T01:53:00.302 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-04-15T01:53:00.305 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:53:00.305 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repository Size 2024-04-15T01:53:00.305 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:53:00.305 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2024-04-15T01:53:00.305 INFO:teuthology.orchestra.run.smithi105.stdout: ceph x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 6.6 k 2024-04-15T01:53:00.305 INFO:teuthology.orchestra.run.smithi105.stdout:Installing dependencies: 2024-04-15T01:53:00.305 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mds x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 2.4 M 2024-04-15T01:53:00.306 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mgr x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 1.5 M 2024-04-15T01:53:00.306 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 248 k 2024-04-15T01:53:00.306 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mon x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 4.7 M 2024-04-15T01:53:00.306 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-osd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 17 M 2024-04-15T01:53:00.306 INFO:teuthology.orchestra.run.smithi105.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-15T01:53:00.306 INFO:teuthology.orchestra.run.smithi105.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-15T01:53:00.306 INFO:teuthology.orchestra.run.smithi105.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-15T01:53:00.306 INFO:teuthology.orchestra.run.smithi105.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-15T01:53:00.306 INFO:teuthology.orchestra.run.smithi105.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-15T01:53:00.306 INFO:teuthology.orchestra.run.smithi105.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-15T01:53:00.306 INFO:teuthology.orchestra.run.smithi105.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-15T01:53:00.306 INFO:teuthology.orchestra.run.smithi105.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-15T01:53:00.306 INFO:teuthology.orchestra.run.smithi105.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-15T01:53:00.306 INFO:teuthology.orchestra.run.smithi105.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-15T01:53:00.307 INFO:teuthology.orchestra.run.smithi105.stdout: python3-jaraco-collections 2024-04-15T01:53:00.307 INFO:teuthology.orchestra.run.smithi105.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-15T01:53:00.307 INFO:teuthology.orchestra.run.smithi105.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-15T01:53:00.307 INFO:teuthology.orchestra.run.smithi105.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-15T01:53:00.307 INFO:teuthology.orchestra.run.smithi105.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-15T01:53:00.307 INFO:teuthology.orchestra.run.smithi105.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-15T01:53:00.307 INFO:teuthology.orchestra.run.smithi105.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-15T01:53:00.307 INFO:teuthology.orchestra.run.smithi105.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-15T01:53:00.307 INFO:teuthology.orchestra.run.smithi105.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-15T01:53:00.307 INFO:teuthology.orchestra.run.smithi105.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-15T01:53:00.307 INFO:teuthology.orchestra.run.smithi105.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-15T01:53:00.307 INFO:teuthology.orchestra.run.smithi105.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-15T01:53:00.307 INFO:teuthology.orchestra.run.smithi105.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-15T01:53:00.308 INFO:teuthology.orchestra.run.smithi105.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-15T01:53:00.308 INFO:teuthology.orchestra.run.smithi105.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-15T01:53:00.308 INFO:teuthology.orchestra.run.smithi105.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-15T01:53:00.308 INFO:teuthology.orchestra.run.smithi105.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-15T01:53:00.308 INFO:teuthology.orchestra.run.smithi105.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-15T01:53:00.308 INFO:teuthology.orchestra.run.smithi105.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-15T01:53:00.308 INFO:teuthology.orchestra.run.smithi105.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-15T01:53:00.308 INFO:teuthology.orchestra.run.smithi105.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-15T01:53:00.308 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:53:00.308 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-04-15T01:53:00.308 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:53:00.308 INFO:teuthology.orchestra.run.smithi105.stdout:Install 36 Packages 2024-04-15T01:53:00.308 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:53:00.309 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 30 M 2024-04-15T01:53:00.309 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 107 M 2024-04-15T01:53:00.309 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2024-04-15T01:53:00.338 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 9/34 2024-04-15T01:53:00.367 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-15T01:53:00.410 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7. 11/34 2024-04-15T01:53:00.429 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-04-15T01:53:00.494 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 12/34 2024-04-15T01:53:00.519 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-15T01:53:00.519 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 13/34 2024-04-15T01:53:00.567 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 13/34 2024-04-15T01:53:00.597 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-15T01:53:00.601 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-15T01:53:00.623 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-15T01:53:00.645 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-15T01:53:00.662 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-15T01:53:00.712 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-15T01:53:00.752 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-15T01:53:00.796 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-15T01:53:00.821 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-15T01:53:00.825 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-15T01:53:00.855 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-15T01:53:00.876 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-15T01:53:00.887 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-15T01:53:01.015 INFO:teuthology.orchestra.run.smithi105.stdout:(1/36): ceph-19.0.0-2114.ga9a752df.el7.x86_64.r 32 kB/s | 6.6 kB 00:00 2024-04-15T01:53:01.207 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-15T01:53:01.233 INFO:teuthology.orchestra.run.smithi155.stdout: Upgrading : librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 22/34 2024-04-15T01:53:01.251 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-15T01:53:01.291 INFO:teuthology.orchestra.run.smithi073.stdout: Upgrading : librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T01:53:01.323 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 22/34 2024-04-15T01:53:01.354 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 23/34 2024-04-15T01:53:01.383 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T01:53:01.394 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-15T01:53:01.470 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 8/34 2024-04-15T01:53:01.501 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 9/34 2024-04-15T01:53:01.572 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 9/34 2024-04-15T01:53:01.601 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-15T01:53:01.644 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7. 11/34 2024-04-15T01:53:01.708 INFO:teuthology.orchestra.run.smithi105.stdout:(2/36): ceph-mgr-19.0.0-2114.ga9a752df.el7.x86_ 1.7 MB/s | 1.5 MB 00:00 2024-04-15T01:53:01.712 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 12/34 2024-04-15T01:53:01.737 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 13/34 2024-04-15T01:53:01.758 INFO:teuthology.orchestra.run.smithi105.stdout:(3/36): ceph-mds-19.0.0-2114.ga9a752df.el7.x86_ 2.5 MB/s | 2.4 MB 00:00 2024-04-15T01:53:01.784 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 13/34 2024-04-15T01:53:01.819 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-15T01:53:01.849 INFO:teuthology.orchestra.run.smithi105.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2114.ga9a7 2.7 MB/s | 248 kB 00:00 2024-04-15T01:53:01.858 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-15T01:53:01.885 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 26/34 2024-04-15T01:53:01.925 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-15T01:53:01.961 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-15T01:53:01.965 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 26/34 2024-04-15T01:53:02.006 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-15T01:53:02.033 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 27/34 2024-04-15T01:53:02.035 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-15T01:53:02.063 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x8 28/34 2024-04-15T01:53:02.064 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-15T01:53:02.097 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-15T01:53:02.283 INFO:teuthology.orchestra.run.smithi105.stdout:(5/36): ceph-mon-19.0.0-2114.ga9a752df.el7.x86_ 3.7 MB/s | 4.7 MB 00:01 2024-04-15T01:53:02.406 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-15T01:53:02.435 INFO:teuthology.orchestra.run.smithi073.stdout: Upgrading : librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 22/34 2024-04-15T01:53:02.508 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 22/34 2024-04-15T01:53:02.540 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 23/34 2024-04-15T01:53:02.578 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-15T01:53:02.958 INFO:teuthology.orchestra.run.smithi105.stdout:(6/36): ceph-osd-19.0.0-2114.ga9a752df.el7.x86_ 13 MB/s | 17 MB 00:01 2024-04-15T01:53:02.992 INFO:teuthology.orchestra.run.smithi105.stdout:(7/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 222 kB/s | 253 kB 00:01 2024-04-15T01:53:03.034 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-15T01:53:03.062 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 26/34 2024-04-15T01:53:03.117 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 26/34 2024-04-15T01:53:03.193 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 27/34 2024-04-15T01:53:03.223 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x8 28/34 2024-04-15T01:53:03.709 INFO:teuthology.orchestra.run.smithi105.stdout:(8/36): python3-ply-3.11-14.el9.noarch.rpm 142 kB/s | 106 kB 00:00 2024-04-15T01:53:03.768 INFO:teuthology.orchestra.run.smithi105.stdout:(9/36): python3-pycparser-2.20-6.el9.noarch.rpm 174 kB/s | 135 kB 00:00 2024-04-15T01:53:04.280 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T01:53:04.309 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T01:53:04.468 INFO:teuthology.orchestra.run.smithi105.stdout:(10/36): python3-cryptography-36.0.1-4.el9.x86_ 575 kB/s | 1.2 MB 00:02 2024-04-15T01:53:04.502 INFO:teuthology.orchestra.run.smithi105.stdout:(11/36): python3-requests-2.25.1-8.el9.noarch.r 158 kB/s | 125 kB 00:00 2024-04-15T01:53:04.627 INFO:teuthology.orchestra.run.smithi105.stdout:(12/36): python3-urllib3-1.26.5-5.el9.noarch.rp 250 kB/s | 215 kB 00:00 2024-04-15T01:53:04.663 INFO:teuthology.orchestra.run.smithi105.stdout:(13/36): lua-5.4.4-4.el9.x86_64.rpm 970 kB/s | 188 kB 00:00 2024-04-15T01:53:04.685 INFO:teuthology.orchestra.run.smithi105.stdout:(14/36): python3-markupsafe-1.1.1-12.el9.x86_64 596 kB/s | 35 kB 00:00 2024-04-15T01:53:04.711 INFO:teuthology.orchestra.run.smithi105.stdout:(15/36): python3-mako-1.1.4-6.el9.noarch.rpm 825 kB/s | 172 kB 00:00 2024-04-15T01:53:04.753 INFO:teuthology.orchestra.run.smithi105.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 625 kB/s | 42 kB 00:00 2024-04-15T01:53:04.778 INFO:teuthology.orchestra.run.smithi105.stdout:(17/36): python3-pytz-2021.1-5.el9.noarch.rpm 444 kB/s | 51 kB 00:00 2024-04-15T01:53:04.845 INFO:teuthology.orchestra.run.smithi105.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 166 kB/s | 22 kB 00:00 2024-04-15T01:53:04.862 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T01:53:04.896 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 30/34 2024-04-15T01:53:05.001 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 30/34 2024-04-15T01:53:05.001 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-15T01:53:05.001 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-15T01:53:05.001 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:53:05.039 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T01:53:05.087 INFO:teuthology.orchestra.run.smithi105.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 141 kB/s | 43 kB 00:00 2024-04-15T01:53:05.179 INFO:teuthology.orchestra.run.smithi105.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 355 kB/s | 151 kB 00:00 2024-04-15T01:53:05.271 INFO:teuthology.orchestra.run.smithi105.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 117 kB/s | 11 kB 00:00 2024-04-15T01:53:05.304 INFO:teuthology.orchestra.run.smithi105.stdout:(22/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 374 kB/s | 172 kB 00:00 2024-04-15T01:53:05.346 INFO:teuthology.orchestra.run.smithi105.stdout:(23/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.4 MB/s | 358 kB 00:00 2024-04-15T01:53:05.380 INFO:teuthology.orchestra.run.smithi105.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 162 kB/s | 18 kB 00:00 2024-04-15T01:53:05.397 INFO:teuthology.orchestra.run.smithi105.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 251 kB/s | 23 kB 00:00 2024-04-15T01:53:05.430 INFO:teuthology.orchestra.run.smithi105.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 232 kB/s | 19 kB 00:00 2024-04-15T01:53:05.448 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T01:53:05.464 INFO:teuthology.orchestra.run.smithi105.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 235 kB/s | 20 kB 00:00 2024-04-15T01:53:05.495 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T01:53:05.539 INFO:teuthology.orchestra.run.smithi105.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 727 kB/s | 79 kB 00:00 2024-04-15T01:53:05.573 INFO:teuthology.orchestra.run.smithi105.stdout:(29/36): python3-logutils-0.3.5-21.el9.noarch.r 263 kB/s | 46 kB 00:00 2024-04-15T01:53:05.623 INFO:teuthology.orchestra.run.smithi105.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 197 kB/s | 16 kB 00:00 2024-04-15T01:53:05.648 INFO:teuthology.orchestra.run.smithi105.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.4 MB/s | 272 kB 00:00 2024-04-15T01:53:05.674 INFO:teuthology.orchestra.run.smithi105.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 895 kB/s | 90 kB 00:00 2024-04-15T01:53:05.707 INFO:teuthology.orchestra.run.smithi105.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 426 kB/s | 36 kB 00:00 2024-04-15T01:53:05.783 INFO:teuthology.orchestra.run.smithi105.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.7 MB/s | 230 kB 00:00 2024-04-15T01:53:05.799 INFO:teuthology.orchestra.run.smithi105.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 217 kB/s | 20 kB 00:00 2024-04-15T01:53:05.902 INFO:teuthology.orchestra.run.smithi105.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.8 MB/s | 427 kB 00:00 2024-04-15T01:53:05.902 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:53:05.902 INFO:teuthology.orchestra.run.smithi105.stdout:Total 5.4 MB/s | 30 MB 00:05 2024-04-15T01:53:06.043 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2024-04-15T01:53:06.045 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T01:53:06.082 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 30/34 2024-04-15T01:53:06.083 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2024-04-15T01:53:06.083 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2024-04-15T01:53:06.157 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 30/34 2024-04-15T01:53:06.157 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-15T01:53:06.157 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-15T01:53:06.157 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:53:06.200 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T01:53:06.489 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2024-04-15T01:53:06.489 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2024-04-15T01:53:07.818 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2024-04-15T01:53:07.877 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-15T01:53:07.910 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-15T01:53:07.938 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-15T01:53:08.009 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-15T01:53:08.054 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-15T01:53:08.087 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-15T01:53:08.187 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-15T01:53:08.265 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-15T01:53:08.306 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-15T01:53:08.341 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-15T01:53:08.371 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-15T01:53:08.414 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-15T01:53:08.447 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-15T01:53:08.487 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-15T01:53:08.523 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-15T01:53:08.557 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-15T01:53:08.596 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-15T01:53:08.668 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-15T01:53:08.804 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-15T01:53:08.878 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-15T01:53:08.932 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-15T01:53:08.978 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-15T01:53:09.027 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-15T01:53:09.090 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-15T01:53:09.277 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-15T01:53:09.332 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-15T01:53:09.402 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-15T01:53:09.499 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-15T01:53:09.548 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-15T01:53:09.665 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-15T01:53:09.832 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7. 31/36 2024-04-15T01:53:09.858 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 32/36 2024-04-15T01:53:09.884 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 32/36 2024-04-15T01:53:09.884 INFO:teuthology.orchestra.run.smithi105.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:53:09.884 INFO:teuthology.orchestra.run.smithi105.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-15T01:53:09.884 INFO:teuthology.orchestra.run.smithi105.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-15T01:53:09.884 INFO:teuthology.orchestra.run.smithi105.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-15T01:53:09.885 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:53:11.343 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 33/36 2024-04-15T01:53:11.370 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 33/36 2024-04-15T01:53:11.370 INFO:teuthology.orchestra.run.smithi105.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:53:11.370 INFO:teuthology.orchestra.run.smithi105.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-15T01:53:11.370 INFO:teuthology.orchestra.run.smithi105.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-15T01:53:11.370 INFO:teuthology.orchestra.run.smithi105.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-15T01:53:11.370 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:53:11.820 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 34/36 2024-04-15T01:53:11.843 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 34/36 2024-04-15T01:53:11.843 INFO:teuthology.orchestra.run.smithi105.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:53:11.843 INFO:teuthology.orchestra.run.smithi105.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-15T01:53:11.844 INFO:teuthology.orchestra.run.smithi105.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-15T01:53:11.844 INFO:teuthology.orchestra.run.smithi105.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-15T01:53:11.844 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:53:12.070 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 35/36 2024-04-15T01:53:12.094 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 35/36 2024-04-15T01:53:12.094 INFO:teuthology.orchestra.run.smithi105.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:53:12.094 INFO:teuthology.orchestra.run.smithi105.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-15T01:53:12.094 INFO:teuthology.orchestra.run.smithi105.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-15T01:53:12.094 INFO:teuthology.orchestra.run.smithi105.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-15T01:53:12.094 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:53:12.152 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 36/36 2024-04-15T01:53:13.906 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 36/36 2024-04-15T01:53:13.906 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 1/36 2024-04-15T01:53:13.906 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 2/36 2024-04-15T01:53:13.906 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 3/36 2024-04-15T01:53:13.906 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 4/36 2024-04-15T01:53:13.906 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 5/36 2024-04-15T01:53:13.907 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7. 6/36 2024-04-15T01:53:13.907 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-15T01:53:13.907 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-15T01:53:13.907 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-15T01:53:13.907 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-15T01:53:13.907 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-15T01:53:13.907 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-15T01:53:13.907 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-15T01:53:13.907 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-15T01:53:13.907 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-15T01:53:13.907 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-15T01:53:13.907 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-15T01:53:13.907 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-15T01:53:13.907 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-15T01:53:13.908 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-15T01:53:13.908 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-15T01:53:13.908 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-15T01:53:13.908 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-15T01:53:13.908 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-15T01:53:13.908 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-15T01:53:13.909 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-15T01:53:13.909 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-15T01:53:13.909 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-15T01:53:13.909 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-15T01:53:13.909 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-15T01:53:13.910 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-15T01:53:13.910 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-15T01:53:13.910 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-15T01:53:13.910 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-15T01:53:13.910 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-15T01:53:14.788 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-15T01:53:14.788 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:53:14.788 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2024-04-15T01:53:14.789 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:14.789 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:14.789 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:14.789 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:53:14.789 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:14.789 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:14.789 INFO:teuthology.orchestra.run.smithi105.stdout: lua-5.4.4-4.el9.x86_64 2024-04-15T01:53:14.789 INFO:teuthology.orchestra.run.smithi105.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-15T01:53:14.789 INFO:teuthology.orchestra.run.smithi105.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-15T01:53:14.789 INFO:teuthology.orchestra.run.smithi105.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-15T01:53:14.789 INFO:teuthology.orchestra.run.smithi105.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-15T01:53:14.789 INFO:teuthology.orchestra.run.smithi105.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-15T01:53:14.789 INFO:teuthology.orchestra.run.smithi105.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-15T01:53:14.789 INFO:teuthology.orchestra.run.smithi105.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-15T01:53:14.790 INFO:teuthology.orchestra.run.smithi105.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-15T01:53:14.790 INFO:teuthology.orchestra.run.smithi105.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-15T01:53:14.790 INFO:teuthology.orchestra.run.smithi105.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-15T01:53:14.790 INFO:teuthology.orchestra.run.smithi105.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-15T01:53:14.790 INFO:teuthology.orchestra.run.smithi105.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-15T01:53:14.790 INFO:teuthology.orchestra.run.smithi105.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-15T01:53:14.790 INFO:teuthology.orchestra.run.smithi105.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-15T01:53:14.790 INFO:teuthology.orchestra.run.smithi105.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-15T01:53:14.790 INFO:teuthology.orchestra.run.smithi105.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-15T01:53:14.790 INFO:teuthology.orchestra.run.smithi105.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-15T01:53:14.790 INFO:teuthology.orchestra.run.smithi105.stdout: python3-ply-3.11-14.el9.noarch 2024-04-15T01:53:14.790 INFO:teuthology.orchestra.run.smithi105.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-15T01:53:14.791 INFO:teuthology.orchestra.run.smithi105.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-15T01:53:14.791 INFO:teuthology.orchestra.run.smithi105.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-15T01:53:14.791 INFO:teuthology.orchestra.run.smithi105.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-15T01:53:14.791 INFO:teuthology.orchestra.run.smithi105.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-15T01:53:14.791 INFO:teuthology.orchestra.run.smithi105.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-15T01:53:14.791 INFO:teuthology.orchestra.run.smithi105.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-15T01:53:14.791 INFO:teuthology.orchestra.run.smithi105.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-15T01:53:14.791 INFO:teuthology.orchestra.run.smithi105.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-15T01:53:14.791 INFO:teuthology.orchestra.run.smithi105.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-15T01:53:14.791 INFO:teuthology.orchestra.run.smithi105.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-15T01:53:14.791 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:53:14.791 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-04-15T01:53:14.806 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T01:53:14.806 INFO:teuthology.orchestra.run.smithi155.stdout:skipping the directory /sys 2024-04-15T01:53:14.806 INFO:teuthology.orchestra.run.smithi155.stdout:skipping the directory /proc 2024-04-15T01:53:14.806 INFO:teuthology.orchestra.run.smithi155.stdout:skipping the directory /mnt 2024-04-15T01:53:14.806 INFO:teuthology.orchestra.run.smithi155.stdout:skipping the directory /var/tmp 2024-04-15T01:53:14.806 INFO:teuthology.orchestra.run.smithi155.stdout:skipping the directory /home 2024-04-15T01:53:14.806 INFO:teuthology.orchestra.run.smithi155.stdout:skipping the directory /root 2024-04-15T01:53:14.806 INFO:teuthology.orchestra.run.smithi155.stdout:skipping the directory /tmp 2024-04-15T01:53:14.807 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:53:15.118 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install ceph-base 2024-04-15T01:53:15.490 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T01:53:15.490 INFO:teuthology.orchestra.run.smithi073.stdout:skipping the directory /sys 2024-04-15T01:53:15.490 INFO:teuthology.orchestra.run.smithi073.stdout:skipping the directory /proc 2024-04-15T01:53:15.490 INFO:teuthology.orchestra.run.smithi073.stdout:skipping the directory /mnt 2024-04-15T01:53:15.491 INFO:teuthology.orchestra.run.smithi073.stdout:skipping the directory /var/tmp 2024-04-15T01:53:15.491 INFO:teuthology.orchestra.run.smithi073.stdout:skipping the directory /home 2024-04-15T01:53:15.491 INFO:teuthology.orchestra.run.smithi073.stdout:skipping the directory /root 2024-04-15T01:53:15.491 INFO:teuthology.orchestra.run.smithi073.stdout:skipping the directory /tmp 2024-04-15T01:53:15.491 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:53:15.714 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:00:58 ago on Mon 15 Apr 2024 01:52:17 AM UTC. 2024-04-15T01:53:15.740 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 32/34 2024-04-15T01:53:15.765 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 32/34 2024-04-15T01:53:15.765 INFO:teuthology.orchestra.run.smithi155.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:53:15.765 INFO:teuthology.orchestra.run.smithi155.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-15T01:53:15.765 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-15T01:53:15.765 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-15T01:53:15.765 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:53:15.767 INFO:teuthology.orchestra.run.smithi155.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-15T01:53:15.851 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-15T01:53:15.852 INFO:teuthology.orchestra.run.smithi155.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T01:53:16.002 INFO:teuthology.orchestra.run.smithi105.stderr:Modular dependency problems: 2024-04-15T01:53:16.002 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-04-15T01:53:16.003 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 1: conflicting requests 2024-04-15T01:53:16.003 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.003 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 2: conflicting requests 2024-04-15T01:53:16.003 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.003 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 3: conflicting requests 2024-04-15T01:53:16.003 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.003 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 4: conflicting requests 2024-04-15T01:53:16.003 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.003 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 5: conflicting requests 2024-04-15T01:53:16.003 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.003 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 6: conflicting requests 2024-04-15T01:53:16.003 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.004 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 7: conflicting requests 2024-04-15T01:53:16.004 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.004 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 8: conflicting requests 2024-04-15T01:53:16.004 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.004 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 9: conflicting requests 2024-04-15T01:53:16.004 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.004 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 10: conflicting requests 2024-04-15T01:53:16.004 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.004 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 11: conflicting requests 2024-04-15T01:53:16.004 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.004 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 12: conflicting requests 2024-04-15T01:53:16.004 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.004 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 13: conflicting requests 2024-04-15T01:53:16.005 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.005 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 14: conflicting requests 2024-04-15T01:53:16.005 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.005 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 15: conflicting requests 2024-04-15T01:53:16.005 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.005 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 16: conflicting requests 2024-04-15T01:53:16.005 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.005 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 17: conflicting requests 2024-04-15T01:53:16.005 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.005 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 18: conflicting requests 2024-04-15T01:53:16.005 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.005 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 19: conflicting requests 2024-04-15T01:53:16.005 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.006 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 20: conflicting requests 2024-04-15T01:53:16.006 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.006 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 21: conflicting requests 2024-04-15T01:53:16.006 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.006 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 22: conflicting requests 2024-04-15T01:53:16.006 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.006 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 23: conflicting requests 2024-04-15T01:53:16.006 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.006 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 24: conflicting requests 2024-04-15T01:53:16.006 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.006 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 25: conflicting requests 2024-04-15T01:53:16.006 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.007 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 26: conflicting requests 2024-04-15T01:53:16.007 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.007 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 27: conflicting requests 2024-04-15T01:53:16.007 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.007 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 28: conflicting requests 2024-04-15T01:53:16.007 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.007 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 29: conflicting requests 2024-04-15T01:53:16.007 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.007 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 30: conflicting requests 2024-04-15T01:53:16.007 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.007 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 31: conflicting requests 2024-04-15T01:53:16.007 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.007 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 32: conflicting requests 2024-04-15T01:53:16.008 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.008 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 33: conflicting requests 2024-04-15T01:53:16.008 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.008 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 34: conflicting requests 2024-04-15T01:53:16.008 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.008 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 35: conflicting requests 2024-04-15T01:53:16.008 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.008 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 36: conflicting requests 2024-04-15T01:53:16.008 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.008 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 37: conflicting requests 2024-04-15T01:53:16.008 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.008 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.009 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.009 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:53:16.009 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.009 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.009 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.009 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.009 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 39: conflicting requests 2024-04-15T01:53:16.009 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.009 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.009 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.009 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.009 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.009 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.010 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:53:16.010 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.010 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.010 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.010 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.010 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:53:16.010 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.010 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.010 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.010 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.010 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:53:16.010 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.010 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.011 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.011 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.011 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:53:16.011 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.011 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.011 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.011 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.011 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:53:16.011 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.011 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.011 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.011 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.011 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:53:16.011 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.012 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.012 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.012 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:53:16.012 INFO:teuthology.orchestra.run.smithi105.stdout:Package ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:53:16.071 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-04-15T01:53:16.072 INFO:teuthology.orchestra.run.smithi105.stdout:Nothing to do. 2024-04-15T01:53:16.072 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-04-15T01:53:16.157 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install cephadm 2024-04-15T01:53:16.417 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 32/34 2024-04-15T01:53:16.441 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 32/34 2024-04-15T01:53:16.441 INFO:teuthology.orchestra.run.smithi073.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:53:16.442 INFO:teuthology.orchestra.run.smithi073.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-15T01:53:16.442 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-15T01:53:16.442 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-15T01:53:16.442 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:53:16.444 INFO:teuthology.orchestra.run.smithi073.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-15T01:53:16.520 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-15T01:53:16.520 INFO:teuthology.orchestra.run.smithi073.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T01:53:16.752 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:00:59 ago on Mon 15 Apr 2024 01:52:17 AM UTC. 2024-04-15T01:53:16.914 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T01:53:16.914 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 1/34 2024-04-15T01:53:16.914 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2/34 2024-04-15T01:53:16.914 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 3/34 2024-04-15T01:53:16.914 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 4/34 2024-04-15T01:53:16.914 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 5/34 2024-04-15T01:53:16.914 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 6/34 2024-04-15T01:53:16.914 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T01:53:16.914 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7. 8/34 2024-04-15T01:53:16.914 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x8 9/34 2024-04-15T01:53:16.915 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 10/34 2024-04-15T01:53:16.915 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 11/34 2024-04-15T01:53:16.915 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 12/34 2024-04-15T01:53:16.915 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 13/34 2024-04-15T01:53:16.915 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-15T01:53:16.915 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-15T01:53:16.915 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-15T01:53:16.915 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-15T01:53:16.915 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-15T01:53:16.915 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-15T01:53:16.915 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-15T01:53:16.915 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-15T01:53:16.915 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-15T01:53:16.915 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-15T01:53:16.916 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-15T01:53:16.916 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-15T01:53:16.916 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-15T01:53:16.916 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-15T01:53:16.916 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-15T01:53:16.916 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-15T01:53:16.916 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-15T01:53:16.916 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T01:53:16.916 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-15T01:53:16.916 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 33/34 2024-04-15T01:53:17.042 INFO:teuthology.orchestra.run.smithi105.stderr:Modular dependency problems: 2024-04-15T01:53:17.043 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-04-15T01:53:17.043 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 1: conflicting requests 2024-04-15T01:53:17.043 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.043 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 2: conflicting requests 2024-04-15T01:53:17.043 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.043 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 3: conflicting requests 2024-04-15T01:53:17.043 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.043 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 4: conflicting requests 2024-04-15T01:53:17.043 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.043 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 5: conflicting requests 2024-04-15T01:53:17.043 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.044 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 6: conflicting requests 2024-04-15T01:53:17.044 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.044 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 7: conflicting requests 2024-04-15T01:53:17.044 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.044 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 8: conflicting requests 2024-04-15T01:53:17.044 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.044 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 9: conflicting requests 2024-04-15T01:53:17.044 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.044 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 10: conflicting requests 2024-04-15T01:53:17.044 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.044 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 11: conflicting requests 2024-04-15T01:53:17.044 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.044 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 12: conflicting requests 2024-04-15T01:53:17.044 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.045 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 13: conflicting requests 2024-04-15T01:53:17.045 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.045 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 14: conflicting requests 2024-04-15T01:53:17.045 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.045 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 15: conflicting requests 2024-04-15T01:53:17.045 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.045 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 16: conflicting requests 2024-04-15T01:53:17.045 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.045 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 17: conflicting requests 2024-04-15T01:53:17.045 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.045 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 18: conflicting requests 2024-04-15T01:53:17.045 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.046 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 19: conflicting requests 2024-04-15T01:53:17.046 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.046 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 20: conflicting requests 2024-04-15T01:53:17.046 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.046 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 21: conflicting requests 2024-04-15T01:53:17.046 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.046 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 22: conflicting requests 2024-04-15T01:53:17.046 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.046 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 23: conflicting requests 2024-04-15T01:53:17.046 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.046 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 24: conflicting requests 2024-04-15T01:53:17.046 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.046 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 25: conflicting requests 2024-04-15T01:53:17.047 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.047 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 26: conflicting requests 2024-04-15T01:53:17.047 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.047 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 27: conflicting requests 2024-04-15T01:53:17.047 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.047 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 28: conflicting requests 2024-04-15T01:53:17.047 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.047 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 29: conflicting requests 2024-04-15T01:53:17.047 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.047 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 30: conflicting requests 2024-04-15T01:53:17.047 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.047 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 31: conflicting requests 2024-04-15T01:53:17.047 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.047 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 32: conflicting requests 2024-04-15T01:53:17.048 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.048 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 33: conflicting requests 2024-04-15T01:53:17.048 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.048 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 34: conflicting requests 2024-04-15T01:53:17.048 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.048 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 35: conflicting requests 2024-04-15T01:53:17.048 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.048 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 36: conflicting requests 2024-04-15T01:53:17.048 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.048 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 37: conflicting requests 2024-04-15T01:53:17.048 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.048 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.048 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.049 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:53:17.049 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.049 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.049 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.049 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.049 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 39: conflicting requests 2024-04-15T01:53:17.049 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.049 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.049 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.049 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.049 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.049 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.049 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:53:17.049 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.050 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.050 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.050 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.050 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:53:17.050 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.050 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.050 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.050 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.050 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:53:17.050 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.050 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.050 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.051 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.051 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:53:17.051 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.051 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.051 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.051 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.051 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:53:17.051 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.051 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.051 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.051 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.051 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:53:17.051 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.051 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.052 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.052 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:53:17.110 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-04-15T01:53:17.111 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:53:17.111 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repository Size 2024-04-15T01:53:17.111 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:53:17.111 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2024-04-15T01:53:17.111 INFO:teuthology.orchestra.run.smithi105.stdout: cephadm noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 749 k 2024-04-15T01:53:17.111 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:53:17.111 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-04-15T01:53:17.111 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:53:17.111 INFO:teuthology.orchestra.run.smithi105.stdout:Install 1 Package 2024-04-15T01:53:17.112 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:53:17.112 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 749 k 2024-04-15T01:53:17.112 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 755 k 2024-04-15T01:53:17.112 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2024-04-15T01:53:17.519 INFO:teuthology.orchestra.run.smithi105.stdout:cephadm-19.0.0-2114.ga9a752df.el7.noarch.rpm 1.8 MB/s | 749 kB 00:00 2024-04-15T01:53:17.520 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:53:17.520 INFO:teuthology.orchestra.run.smithi105.stdout:Total 1.8 MB/s | 749 kB 00:00 2024-04-15T01:53:17.520 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2024-04-15T01:53:17.525 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2024-04-15T01:53:17.525 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2024-04-15T01:53:17.531 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2024-04-15T01:53:17.531 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2024-04-15T01:53:17.615 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2024-04-15T01:53:17.627 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T01:53:17.627 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 1/34 2024-04-15T01:53:17.627 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2/34 2024-04-15T01:53:17.627 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 3/34 2024-04-15T01:53:17.627 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 4/34 2024-04-15T01:53:17.627 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 5/34 2024-04-15T01:53:17.627 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 6/34 2024-04-15T01:53:17.627 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T01:53:17.627 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7. 8/34 2024-04-15T01:53:17.627 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x8 9/34 2024-04-15T01:53:17.628 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 10/34 2024-04-15T01:53:17.628 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 11/34 2024-04-15T01:53:17.628 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 12/34 2024-04-15T01:53:17.628 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 13/34 2024-04-15T01:53:17.628 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-15T01:53:17.628 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-15T01:53:17.628 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-15T01:53:17.628 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-15T01:53:17.628 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-15T01:53:17.628 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-15T01:53:17.628 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-15T01:53:17.629 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-15T01:53:17.629 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-15T01:53:17.629 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-15T01:53:17.629 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-15T01:53:17.629 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-15T01:53:17.629 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-15T01:53:17.629 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-15T01:53:17.629 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-15T01:53:17.629 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-15T01:53:17.629 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-15T01:53:17.629 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T01:53:17.629 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-15T01:53:17.629 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 33/34 2024-04-15T01:53:18.028 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T01:53:18.029 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:53:18.029 INFO:teuthology.orchestra.run.smithi155.stdout:Upgraded: 2024-04-15T01:53:18.029 INFO:teuthology.orchestra.run.smithi155.stdout: librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:18.029 INFO:teuthology.orchestra.run.smithi155.stdout: librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:18.029 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-15T01:53:18.029 INFO:teuthology.orchestra.run.smithi155.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-15T01:53:18.029 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:18.029 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:18.029 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:18.029 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:18.029 INFO:teuthology.orchestra.run.smithi155.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-15T01:53:18.030 INFO:teuthology.orchestra.run.smithi155.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-15T01:53:18.030 INFO:teuthology.orchestra.run.smithi155.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-15T01:53:18.030 INFO:teuthology.orchestra.run.smithi155.stdout: libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:18.030 INFO:teuthology.orchestra.run.smithi155.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-15T01:53:18.030 INFO:teuthology.orchestra.run.smithi155.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-15T01:53:18.030 INFO:teuthology.orchestra.run.smithi155.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-15T01:53:18.030 INFO:teuthology.orchestra.run.smithi155.stdout: libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:18.030 INFO:teuthology.orchestra.run.smithi155.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-15T01:53:18.030 INFO:teuthology.orchestra.run.smithi155.stdout: librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:18.030 INFO:teuthology.orchestra.run.smithi155.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-15T01:53:18.030 INFO:teuthology.orchestra.run.smithi155.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-15T01:53:18.030 INFO:teuthology.orchestra.run.smithi155.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-15T01:53:18.030 INFO:teuthology.orchestra.run.smithi155.stdout: python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:18.031 INFO:teuthology.orchestra.run.smithi155.stdout: python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:18.031 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:18.031 INFO:teuthology.orchestra.run.smithi155.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-15T01:53:18.031 INFO:teuthology.orchestra.run.smithi155.stdout: python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:18.031 INFO:teuthology.orchestra.run.smithi155.stdout: python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:18.031 INFO:teuthology.orchestra.run.smithi155.stdout: python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:18.031 INFO:teuthology.orchestra.run.smithi155.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-15T01:53:18.031 INFO:teuthology.orchestra.run.smithi155.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-15T01:53:18.031 INFO:teuthology.orchestra.run.smithi155.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-15T01:53:18.031 INFO:teuthology.orchestra.run.smithi155.stdout: re2-1:20211101-3.el9.x86_64 2024-04-15T01:53:18.031 INFO:teuthology.orchestra.run.smithi155.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-15T01:53:18.031 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:53:18.031 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:53:18.069 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T01:53:18.157 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T01:53:18.284 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-test 2024-04-15T01:53:18.570 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T01:53:18.882 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:00:31 ago on Mon 15 Apr 2024 01:52:47 AM UTC. 2024-04-15T01:53:18.883 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T01:53:18.883 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:53:18.883 INFO:teuthology.orchestra.run.smithi073.stdout:Upgraded: 2024-04-15T01:53:18.883 INFO:teuthology.orchestra.run.smithi073.stdout: librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:18.883 INFO:teuthology.orchestra.run.smithi073.stdout: librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:18.883 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-04-15T01:53:18.883 INFO:teuthology.orchestra.run.smithi073.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-15T01:53:18.883 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:18.883 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:18.883 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:18.883 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:18.883 INFO:teuthology.orchestra.run.smithi073.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-15T01:53:18.883 INFO:teuthology.orchestra.run.smithi073.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-15T01:53:18.884 INFO:teuthology.orchestra.run.smithi073.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-15T01:53:18.884 INFO:teuthology.orchestra.run.smithi073.stdout: libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:18.884 INFO:teuthology.orchestra.run.smithi073.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-15T01:53:18.884 INFO:teuthology.orchestra.run.smithi073.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-15T01:53:18.884 INFO:teuthology.orchestra.run.smithi073.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-15T01:53:18.884 INFO:teuthology.orchestra.run.smithi073.stdout: libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:18.884 INFO:teuthology.orchestra.run.smithi073.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-15T01:53:18.884 INFO:teuthology.orchestra.run.smithi073.stdout: librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:18.884 INFO:teuthology.orchestra.run.smithi073.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-15T01:53:18.884 INFO:teuthology.orchestra.run.smithi073.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-15T01:53:18.884 INFO:teuthology.orchestra.run.smithi073.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-15T01:53:18.884 INFO:teuthology.orchestra.run.smithi073.stdout: python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:18.884 INFO:teuthology.orchestra.run.smithi073.stdout: python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:18.885 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:18.885 INFO:teuthology.orchestra.run.smithi073.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-15T01:53:18.885 INFO:teuthology.orchestra.run.smithi073.stdout: python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:18.885 INFO:teuthology.orchestra.run.smithi073.stdout: python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:18.885 INFO:teuthology.orchestra.run.smithi073.stdout: python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:18.885 INFO:teuthology.orchestra.run.smithi073.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-15T01:53:18.885 INFO:teuthology.orchestra.run.smithi073.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-15T01:53:18.885 INFO:teuthology.orchestra.run.smithi073.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-15T01:53:18.885 INFO:teuthology.orchestra.run.smithi073.stdout: re2-1:20211101-3.el9.x86_64 2024-04-15T01:53:18.885 INFO:teuthology.orchestra.run.smithi073.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-15T01:53:18.885 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:53:18.885 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:53:18.901 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T01:53:18.901 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:53:18.901 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2024-04-15T01:53:18.901 INFO:teuthology.orchestra.run.smithi105.stdout: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:53:18.901 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:53:18.901 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-04-15T01:53:19.132 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install ceph-immutable-object-cache 2024-04-15T01:53:19.161 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph-test 2024-04-15T01:53:19.170 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:53:19.171 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:53:19.171 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:53:19.171 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.171 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:53:19.171 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.171 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:53:19.171 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.171 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:53:19.171 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.171 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:53:19.171 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.171 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:53:19.171 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.171 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:53:19.172 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.172 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:53:19.172 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.172 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:53:19.172 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.172 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:53:19.172 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.172 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:53:19.172 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.172 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:53:19.172 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.172 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:53:19.172 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.172 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:53:19.172 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.173 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:53:19.173 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.173 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:53:19.173 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.173 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:53:19.173 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.173 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:53:19.173 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.173 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:53:19.173 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.173 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:53:19.173 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.173 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:53:19.173 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.173 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:53:19.174 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.174 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:53:19.174 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.174 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:53:19.174 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.174 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:53:19.174 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.174 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:53:19.174 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.174 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:53:19.174 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.174 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:53:19.174 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.175 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:53:19.175 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.175 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:53:19.175 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.175 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:53:19.175 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.175 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:53:19.175 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.175 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:53:19.175 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.175 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:53:19.175 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.175 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:53:19.176 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.176 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:53:19.176 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.176 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:53:19.176 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.176 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.176 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.176 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:53:19.176 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.176 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.176 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.176 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.177 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:53:19.177 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.177 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.177 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.177 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.177 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.177 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.177 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:53:19.177 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.177 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.177 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.177 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.177 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:53:19.178 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.178 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.178 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.178 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.178 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:53:19.178 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.178 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.178 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.178 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.178 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:53:19.178 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.178 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.178 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.179 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.179 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:53:19.179 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.179 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.179 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.179 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.179 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:53:19.179 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.179 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.179 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.179 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:53:19.239 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:53:19.240 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:53:19.240 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2024-04-15T01:53:19.240 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:53:19.240 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-15T01:53:19.240 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-test x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 48 M 2024-04-15T01:53:19.240 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2024-04-15T01:53:19.240 INFO:teuthology.orchestra.run.smithi155.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-15T01:53:19.241 INFO:teuthology.orchestra.run.smithi155.stdout: libcephsqlite x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 164 k 2024-04-15T01:53:19.241 INFO:teuthology.orchestra.run.smithi155.stdout: oniguruma x86_64 6.9.6-1.el9.5 baseos 218 k 2024-04-15T01:53:19.241 INFO:teuthology.orchestra.run.smithi155.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-15T01:53:19.241 INFO:teuthology.orchestra.run.smithi155.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-15T01:53:19.241 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:53:19.241 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-15T01:53:19.241 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:53:19.241 INFO:teuthology.orchestra.run.smithi155.stdout:Install 6 Packages 2024-04-15T01:53:19.241 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:53:19.242 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 49 M 2024-04-15T01:53:19.242 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 206 M 2024-04-15T01:53:19.242 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-15T01:53:19.736 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:02 ago on Mon 15 Apr 2024 01:52:17 AM UTC. 2024-04-15T01:53:19.749 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:00:34 ago on Mon 15 Apr 2024 01:52:45 AM UTC. 2024-04-15T01:53:19.997 INFO:teuthology.orchestra.run.smithi155.stdout:(1/6): libcephsqlite-19.0.0-2114.ga9a752df.el7. 455 kB/s | 164 kB 00:00 2024-04-15T01:53:20.026 INFO:teuthology.orchestra.run.smithi105.stderr:Modular dependency problems: 2024-04-15T01:53:20.026 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-04-15T01:53:20.026 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 1: conflicting requests 2024-04-15T01:53:20.026 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.027 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 2: conflicting requests 2024-04-15T01:53:20.027 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.027 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 3: conflicting requests 2024-04-15T01:53:20.027 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.027 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 4: conflicting requests 2024-04-15T01:53:20.027 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.027 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 5: conflicting requests 2024-04-15T01:53:20.027 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.027 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 6: conflicting requests 2024-04-15T01:53:20.027 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.027 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 7: conflicting requests 2024-04-15T01:53:20.027 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.027 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 8: conflicting requests 2024-04-15T01:53:20.028 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.028 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 9: conflicting requests 2024-04-15T01:53:20.028 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.028 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 10: conflicting requests 2024-04-15T01:53:20.028 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.028 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 11: conflicting requests 2024-04-15T01:53:20.028 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.028 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 12: conflicting requests 2024-04-15T01:53:20.028 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.028 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 13: conflicting requests 2024-04-15T01:53:20.028 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.028 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 14: conflicting requests 2024-04-15T01:53:20.028 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.028 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 15: conflicting requests 2024-04-15T01:53:20.029 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.029 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 16: conflicting requests 2024-04-15T01:53:20.029 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.029 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 17: conflicting requests 2024-04-15T01:53:20.029 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.029 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 18: conflicting requests 2024-04-15T01:53:20.029 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.029 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 19: conflicting requests 2024-04-15T01:53:20.029 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.029 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 20: conflicting requests 2024-04-15T01:53:20.029 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.029 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 21: conflicting requests 2024-04-15T01:53:20.029 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.029 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 22: conflicting requests 2024-04-15T01:53:20.030 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.030 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 23: conflicting requests 2024-04-15T01:53:20.030 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.030 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 24: conflicting requests 2024-04-15T01:53:20.030 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.030 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 25: conflicting requests 2024-04-15T01:53:20.030 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.030 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 26: conflicting requests 2024-04-15T01:53:20.030 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.030 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 27: conflicting requests 2024-04-15T01:53:20.030 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.030 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 28: conflicting requests 2024-04-15T01:53:20.030 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.031 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 29: conflicting requests 2024-04-15T01:53:20.031 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.031 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 30: conflicting requests 2024-04-15T01:53:20.031 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.031 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 31: conflicting requests 2024-04-15T01:53:20.031 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.031 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 32: conflicting requests 2024-04-15T01:53:20.031 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.031 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 33: conflicting requests 2024-04-15T01:53:20.031 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.031 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 34: conflicting requests 2024-04-15T01:53:20.031 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.031 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 35: conflicting requests 2024-04-15T01:53:20.031 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.032 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 36: conflicting requests 2024-04-15T01:53:20.032 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.032 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 37: conflicting requests 2024-04-15T01:53:20.032 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.032 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.032 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.032 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:53:20.032 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.032 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.032 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.032 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.032 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 39: conflicting requests 2024-04-15T01:53:20.032 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.032 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.033 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.033 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.033 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.033 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.033 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:53:20.033 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.033 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.033 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.033 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.033 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:53:20.033 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.033 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.033 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.033 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.034 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:53:20.034 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.034 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.034 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.034 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.034 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:53:20.034 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.034 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.034 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.034 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.034 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:53:20.034 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.034 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.035 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.035 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.035 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:53:20.035 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.035 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.035 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.035 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.036 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:53:20.036 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:53:20.036 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:53:20.036 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.036 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:53:20.036 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.036 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:53:20.036 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.036 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:53:20.037 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.037 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:53:20.037 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.037 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:53:20.037 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.037 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:53:20.037 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.037 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:53:20.037 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.037 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:53:20.037 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.037 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:53:20.037 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.037 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:53:20.038 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.038 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:53:20.038 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.038 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:53:20.038 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.038 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:53:20.038 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.038 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:53:20.038 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.038 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:53:20.038 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.038 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:53:20.038 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.038 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:53:20.039 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.039 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:53:20.039 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.039 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:53:20.039 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.039 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:53:20.039 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.039 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:53:20.039 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.039 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:53:20.039 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.039 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:53:20.039 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.039 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:53:20.039 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.039 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:53:20.040 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.040 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:53:20.040 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.040 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:53:20.040 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.040 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:53:20.040 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.040 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:53:20.040 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.040 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:53:20.040 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.040 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:53:20.040 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.040 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:53:20.040 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.041 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:53:20.041 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.041 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:53:20.041 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.041 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:53:20.041 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.041 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:53:20.041 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.041 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.041 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.041 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:53:20.041 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.041 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.041 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.041 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.042 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:53:20.042 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.042 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.042 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.042 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.042 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.042 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.042 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:53:20.042 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.042 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.042 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.042 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.042 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:53:20.042 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.043 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.043 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.043 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.043 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:53:20.043 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.043 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.043 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.043 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.043 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:53:20.043 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.043 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.043 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.043 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.043 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:53:20.044 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.044 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.044 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.044 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.044 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:53:20.044 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.044 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.044 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.044 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:53:20.094 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-04-15T01:53:20.095 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:53:20.095 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repo Size 2024-04-15T01:53:20.095 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:53:20.095 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2024-04-15T01:53:20.096 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 145 k 2024-04-15T01:53:20.096 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:53:20.096 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-04-15T01:53:20.096 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:53:20.096 INFO:teuthology.orchestra.run.smithi105.stdout:Install 1 Package 2024-04-15T01:53:20.096 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:53:20.096 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 145 k 2024-04-15T01:53:20.096 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 435 k 2024-04-15T01:53:20.096 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2024-04-15T01:53:20.104 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:53:20.105 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:53:20.105 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repository Size 2024-04-15T01:53:20.105 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:53:20.106 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-04-15T01:53:20.106 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-test x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 48 M 2024-04-15T01:53:20.106 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2024-04-15T01:53:20.106 INFO:teuthology.orchestra.run.smithi073.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-15T01:53:20.106 INFO:teuthology.orchestra.run.smithi073.stdout: libcephsqlite x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 164 k 2024-04-15T01:53:20.106 INFO:teuthology.orchestra.run.smithi073.stdout: oniguruma x86_64 6.9.6-1.el9.5 baseos 218 k 2024-04-15T01:53:20.106 INFO:teuthology.orchestra.run.smithi073.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-15T01:53:20.106 INFO:teuthology.orchestra.run.smithi073.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-15T01:53:20.106 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:53:20.106 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-04-15T01:53:20.106 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:53:20.106 INFO:teuthology.orchestra.run.smithi073.stdout:Install 6 Packages 2024-04-15T01:53:20.106 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:53:20.107 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 49 M 2024-04-15T01:53:20.107 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 206 M 2024-04-15T01:53:20.107 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-04-15T01:53:20.147 INFO:teuthology.orchestra.run.smithi155.stdout:(2/6): jq-1.6-16.el9.x86_64.rpm 367 kB/s | 187 kB 00:00 2024-04-15T01:53:20.306 INFO:teuthology.orchestra.run.smithi155.stdout:(3/6): socat-1.7.4.1-5.el9.x86_64.rpm 1.9 MB/s | 305 kB 00:00 2024-04-15T01:53:20.348 INFO:teuthology.orchestra.run.smithi155.stdout:(4/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.5 MB/s | 64 kB 00:00 2024-04-15T01:53:20.573 INFO:teuthology.orchestra.run.smithi155.stdout:(5/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 378 kB/s | 218 kB 00:00 2024-04-15T01:53:20.575 INFO:teuthology.orchestra.run.smithi105.stdout:ceph-immutable-object-cache-19.0.0-2114.ga9a752 303 kB/s | 145 kB 00:00 2024-04-15T01:53:20.576 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:53:20.576 INFO:teuthology.orchestra.run.smithi105.stdout:Total 301 kB/s | 145 kB 00:00 2024-04-15T01:53:20.576 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2024-04-15T01:53:20.584 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2024-04-15T01:53:20.584 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2024-04-15T01:53:20.637 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2024-04-15T01:53:20.637 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2024-04-15T01:53:20.665 INFO:teuthology.orchestra.run.smithi073.stdout:(1/6): jq-1.6-16.el9.x86_64.rpm 846 kB/s | 187 kB 00:00 2024-04-15T01:53:20.757 INFO:teuthology.orchestra.run.smithi073.stdout:(2/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 2.3 MB/s | 218 kB 00:00 2024-04-15T01:53:20.784 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2024-04-15T01:53:20.851 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T01:53:20.876 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T01:53:20.876 INFO:teuthology.orchestra.run.smithi105.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:53:20.876 INFO:teuthology.orchestra.run.smithi105.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-15T01:53:20.876 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:53:21.116 INFO:teuthology.orchestra.run.smithi073.stdout:(3/6): libcephsqlite-19.0.0-2114.ga9a752df.el7. 244 kB/s | 164 kB 00:00 2024-04-15T01:53:21.341 INFO:teuthology.orchestra.run.smithi073.stdout:(4/6): socat-1.7.4.1-5.el9.x86_64.rpm 522 kB/s | 305 kB 00:00 2024-04-15T01:53:21.483 INFO:teuthology.orchestra.run.smithi073.stdout:(5/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 173 kB/s | 64 kB 00:00 2024-04-15T01:53:21.901 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T01:53:21.901 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:53:21.901 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2024-04-15T01:53:21.902 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:21.902 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:53:21.902 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-04-15T01:53:22.007 INFO:teuthology.orchestra.run.smithi155.stdout:(6/6): ceph-test-19.0.0-2114.ga9a752df.el7.x86_ 20 MB/s | 48 MB 00:02 2024-04-15T01:53:22.008 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:53:22.008 INFO:teuthology.orchestra.run.smithi155.stdout:Total 18 MB/s | 49 MB 00:02 2024-04-15T01:53:22.057 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-15T01:53:22.077 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-15T01:53:22.077 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-15T01:53:22.166 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install ceph-mgr 2024-04-15T01:53:22.467 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-15T01:53:22.468 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-15T01:53:22.768 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:05 ago on Mon 15 Apr 2024 01:52:17 AM UTC. 2024-04-15T01:53:23.045 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-15T01:53:23.061 INFO:teuthology.orchestra.run.smithi105.stderr:Modular dependency problems: 2024-04-15T01:53:23.061 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-04-15T01:53:23.061 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 1: conflicting requests 2024-04-15T01:53:23.061 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.061 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 2: conflicting requests 2024-04-15T01:53:23.061 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.061 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 3: conflicting requests 2024-04-15T01:53:23.061 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.061 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 4: conflicting requests 2024-04-15T01:53:23.062 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.062 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 5: conflicting requests 2024-04-15T01:53:23.062 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.062 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 6: conflicting requests 2024-04-15T01:53:23.062 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.062 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 7: conflicting requests 2024-04-15T01:53:23.062 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.062 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 8: conflicting requests 2024-04-15T01:53:23.062 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.062 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 9: conflicting requests 2024-04-15T01:53:23.062 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.062 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 10: conflicting requests 2024-04-15T01:53:23.062 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.063 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 11: conflicting requests 2024-04-15T01:53:23.063 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.063 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 12: conflicting requests 2024-04-15T01:53:23.063 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.063 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 13: conflicting requests 2024-04-15T01:53:23.063 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.063 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 14: conflicting requests 2024-04-15T01:53:23.063 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.063 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 15: conflicting requests 2024-04-15T01:53:23.063 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.063 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 16: conflicting requests 2024-04-15T01:53:23.063 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.063 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 17: conflicting requests 2024-04-15T01:53:23.063 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.064 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 18: conflicting requests 2024-04-15T01:53:23.064 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.064 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 19: conflicting requests 2024-04-15T01:53:23.064 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.064 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 20: conflicting requests 2024-04-15T01:53:23.064 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.064 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 21: conflicting requests 2024-04-15T01:53:23.064 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.064 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 22: conflicting requests 2024-04-15T01:53:23.064 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.064 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 23: conflicting requests 2024-04-15T01:53:23.064 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.064 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 24: conflicting requests 2024-04-15T01:53:23.065 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.065 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 25: conflicting requests 2024-04-15T01:53:23.065 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.065 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 26: conflicting requests 2024-04-15T01:53:23.065 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.065 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 27: conflicting requests 2024-04-15T01:53:23.065 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.065 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 28: conflicting requests 2024-04-15T01:53:23.065 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.065 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 29: conflicting requests 2024-04-15T01:53:23.065 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.065 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 30: conflicting requests 2024-04-15T01:53:23.065 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.065 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 31: conflicting requests 2024-04-15T01:53:23.065 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.066 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 32: conflicting requests 2024-04-15T01:53:23.066 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.066 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 33: conflicting requests 2024-04-15T01:53:23.066 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.066 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 34: conflicting requests 2024-04-15T01:53:23.066 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.066 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 35: conflicting requests 2024-04-15T01:53:23.066 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.066 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 36: conflicting requests 2024-04-15T01:53:23.066 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.066 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 37: conflicting requests 2024-04-15T01:53:23.066 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.066 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.067 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.067 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:53:23.067 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.067 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.067 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.067 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.067 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 39: conflicting requests 2024-04-15T01:53:23.067 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.067 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.067 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.067 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.067 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.067 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.068 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:53:23.068 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.068 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.068 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.068 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.068 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:53:23.068 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.068 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.068 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.068 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.068 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:53:23.068 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.068 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.068 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.068 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.069 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:53:23.069 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.069 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.069 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.069 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.069 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:53:23.069 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.069 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.069 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.069 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.069 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:53:23.069 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.069 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.069 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.070 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:53:23.070 INFO:teuthology.orchestra.run.smithi105.stdout:Package ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:53:23.130 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-04-15T01:53:23.131 INFO:teuthology.orchestra.run.smithi105.stdout:Nothing to do. 2024-04-15T01:53:23.131 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-04-15T01:53:23.144 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-15T01:53:23.186 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-15T01:53:23.214 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install ceph-mgr-dashboard 2024-04-15T01:53:23.226 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-15T01:53:23.265 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-15T01:53:23.293 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 5/6 2024-04-15T01:53:23.802 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:06 ago on Mon 15 Apr 2024 01:52:17 AM UTC. 2024-04-15T01:53:24.094 INFO:teuthology.orchestra.run.smithi105.stderr:Modular dependency problems: 2024-04-15T01:53:24.094 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-04-15T01:53:24.094 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 1: conflicting requests 2024-04-15T01:53:24.094 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.094 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 2: conflicting requests 2024-04-15T01:53:24.094 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.094 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 3: conflicting requests 2024-04-15T01:53:24.094 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.095 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 4: conflicting requests 2024-04-15T01:53:24.095 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.095 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 5: conflicting requests 2024-04-15T01:53:24.095 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.095 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 6: conflicting requests 2024-04-15T01:53:24.095 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.095 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 7: conflicting requests 2024-04-15T01:53:24.095 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.095 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 8: conflicting requests 2024-04-15T01:53:24.095 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.095 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 9: conflicting requests 2024-04-15T01:53:24.095 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.095 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 10: conflicting requests 2024-04-15T01:53:24.096 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.096 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 11: conflicting requests 2024-04-15T01:53:24.096 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.096 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 12: conflicting requests 2024-04-15T01:53:24.096 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.096 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 13: conflicting requests 2024-04-15T01:53:24.096 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.096 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 14: conflicting requests 2024-04-15T01:53:24.096 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.096 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 15: conflicting requests 2024-04-15T01:53:24.096 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.096 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 16: conflicting requests 2024-04-15T01:53:24.096 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.096 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 17: conflicting requests 2024-04-15T01:53:24.097 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.097 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 18: conflicting requests 2024-04-15T01:53:24.097 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.097 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 19: conflicting requests 2024-04-15T01:53:24.097 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.097 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 20: conflicting requests 2024-04-15T01:53:24.097 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.097 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 21: conflicting requests 2024-04-15T01:53:24.097 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.097 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 22: conflicting requests 2024-04-15T01:53:24.097 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.097 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 23: conflicting requests 2024-04-15T01:53:24.097 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.097 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 24: conflicting requests 2024-04-15T01:53:24.098 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.098 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 25: conflicting requests 2024-04-15T01:53:24.098 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.098 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 26: conflicting requests 2024-04-15T01:53:24.098 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.098 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 27: conflicting requests 2024-04-15T01:53:24.098 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.098 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 28: conflicting requests 2024-04-15T01:53:24.098 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.098 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 29: conflicting requests 2024-04-15T01:53:24.098 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.098 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 30: conflicting requests 2024-04-15T01:53:24.098 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.098 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 31: conflicting requests 2024-04-15T01:53:24.099 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.099 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 32: conflicting requests 2024-04-15T01:53:24.099 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.099 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 33: conflicting requests 2024-04-15T01:53:24.099 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.099 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 34: conflicting requests 2024-04-15T01:53:24.099 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.099 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 35: conflicting requests 2024-04-15T01:53:24.099 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.099 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 36: conflicting requests 2024-04-15T01:53:24.099 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.099 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 37: conflicting requests 2024-04-15T01:53:24.099 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.099 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.100 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.100 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:53:24.100 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.100 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.100 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.100 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.100 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 39: conflicting requests 2024-04-15T01:53:24.100 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.100 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.100 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.100 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.100 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.100 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.100 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:53:24.101 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.101 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.101 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.101 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.101 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:53:24.101 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.101 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.101 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.101 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.101 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:53:24.101 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.101 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.101 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.102 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.102 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:53:24.102 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.102 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.102 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.102 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.102 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:53:24.102 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.102 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.102 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.102 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.102 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:53:24.102 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.102 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.103 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.103 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:53:24.163 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-04-15T01:53:24.164 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:53:24.164 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repository Size 2024-04-15T01:53:24.164 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:53:24.165 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2024-04-15T01:53:24.165 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 3.5 M 2024-04-15T01:53:24.165 INFO:teuthology.orchestra.run.smithi105.stdout:Installing dependencies: 2024-04-15T01:53:24.165 INFO:teuthology.orchestra.run.smithi105.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-15T01:53:24.165 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 32 k 2024-04-15T01:53:24.165 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 15 k 2024-04-15T01:53:24.165 INFO:teuthology.orchestra.run.smithi105.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-15T01:53:24.165 INFO:teuthology.orchestra.run.smithi105.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-15T01:53:24.165 INFO:teuthology.orchestra.run.smithi105.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-15T01:53:24.165 INFO:teuthology.orchestra.run.smithi105.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-15T01:53:24.165 INFO:teuthology.orchestra.run.smithi105.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-15T01:53:24.165 INFO:teuthology.orchestra.run.smithi105.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-15T01:53:24.165 INFO:teuthology.orchestra.run.smithi105.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-15T01:53:24.166 INFO:teuthology.orchestra.run.smithi105.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-15T01:53:24.166 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:53:24.166 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-04-15T01:53:24.166 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:53:24.166 INFO:teuthology.orchestra.run.smithi105.stdout:Install 12 Packages 2024-04-15T01:53:24.166 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:53:24.166 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 8.6 M 2024-04-15T01:53:24.167 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 103 M 2024-04-15T01:53:24.167 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2024-04-15T01:53:25.030 INFO:teuthology.orchestra.run.smithi105.stdout:(1/12): ceph-prometheus-alerts-19.0.0-2114.ga9a 53 kB/s | 15 kB 00:00 2024-04-15T01:53:25.088 INFO:teuthology.orchestra.run.smithi105.stdout:(2/12): ceph-grafana-dashboards-19.0.0-2114.ga9 91 kB/s | 32 kB 00:00 2024-04-15T01:53:25.330 INFO:teuthology.orchestra.run.smithi105.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.1 MB/s | 269 kB 00:00 2024-04-15T01:53:25.414 INFO:teuthology.orchestra.run.smithi105.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 2.6 MB/s | 1.0 MB 00:00 2024-04-15T01:53:25.947 INFO:teuthology.orchestra.run.smithi105.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.0 MB/s | 548 kB 00:00 2024-04-15T01:53:26.048 INFO:teuthology.orchestra.run.smithi105.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 194 kB/s | 19 kB 00:00 2024-04-15T01:53:26.373 INFO:teuthology.orchestra.run.smithi105.stdout:(7/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 6.3 MB/s | 2.0 MB 00:00 2024-04-15T01:53:26.473 INFO:teuthology.orchestra.run.smithi105.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.4 MB/s | 144 kB 00:00 2024-04-15T01:53:26.573 INFO:teuthology.orchestra.run.smithi105.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 307 kB/s | 31 kB 00:00 2024-04-15T01:53:26.682 INFO:teuthology.orchestra.run.smithi105.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.7 MB/s | 188 kB 00:00 2024-04-15T01:53:26.857 INFO:teuthology.orchestra.run.smithi105.stdout:(11/12): ceph-mgr-dashboard-19.0.0-2114.ga9a752 1.7 MB/s | 3.5 MB 00:02 2024-04-15T01:53:26.991 INFO:teuthology.orchestra.run.smithi105.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 520 kB/s | 863 kB 00:01 2024-04-15T01:53:26.995 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:53:26.995 INFO:teuthology.orchestra.run.smithi105.stdout:Total 3.0 MB/s | 8.6 MB 00:02 2024-04-15T01:53:27.044 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2024-04-15T01:53:27.061 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2024-04-15T01:53:27.061 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2024-04-15T01:53:27.241 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2024-04-15T01:53:27.242 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2024-04-15T01:53:27.764 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2024-04-15T01:53:27.794 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 5/6 2024-04-15T01:53:27.841 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-15T01:53:27.885 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-15T01:53:27.886 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 6/6 2024-04-15T01:53:27.931 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-15T01:53:27.970 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-15T01:53:28.074 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-15T01:53:28.205 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-15T01:53:28.289 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-15T01:53:28.341 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-15T01:53:28.370 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-15T01:53:28.402 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7 10/12 2024-04-15T01:53:29.442 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el 11/12 2024-04-15T01:53:29.478 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 12/12 2024-04-15T01:53:30.310 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 6/6 2024-04-15T01:53:30.310 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 1/6 2024-04-15T01:53:30.310 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 2/6 2024-04-15T01:53:30.310 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : jq-1.6-16.el9.x86_64 3/6 2024-04-15T01:53:30.310 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 4/6 2024-04-15T01:53:30.310 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 5/6 2024-04-15T01:53:30.801 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 12/12 2024-04-15T01:53:30.801 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el 1/12 2024-04-15T01:53:30.801 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 2/12 2024-04-15T01:53:30.801 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7 3/12 2024-04-15T01:53:30.801 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-15T01:53:30.802 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-15T01:53:30.802 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-15T01:53:30.802 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-15T01:53:30.802 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-15T01:53:30.802 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-15T01:53:30.802 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-15T01:53:30.802 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-15T01:53:30.806 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 6/6 2024-04-15T01:53:30.806 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:53:30.806 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-15T01:53:30.806 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:30.806 INFO:teuthology.orchestra.run.smithi155.stdout: jq-1.6-16.el9.x86_64 2024-04-15T01:53:30.806 INFO:teuthology.orchestra.run.smithi155.stdout: libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:30.806 INFO:teuthology.orchestra.run.smithi155.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-15T01:53:30.806 INFO:teuthology.orchestra.run.smithi155.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-15T01:53:30.806 INFO:teuthology.orchestra.run.smithi155.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-15T01:53:30.806 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:53:30.806 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:53:30.957 INFO:teuthology.orchestra.run.smithi073.stdout:(6/6): ceph-test-19.0.0-2114.ga9a752df.el7.x86_ 4.5 MB/s | 48 MB 00:10 2024-04-15T01:53:30.960 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:53:30.960 INFO:teuthology.orchestra.run.smithi073.stdout:Total 4.5 MB/s | 49 MB 00:10 2024-04-15T01:53:31.010 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-04-15T01:53:31.031 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-04-15T01:53:31.031 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-04-15T01:53:31.051 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph 2024-04-15T01:53:31.198 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-15T01:53:31.198 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:53:31.198 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2024-04-15T01:53:31.198 INFO:teuthology.orchestra.run.smithi105.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-15T01:53:31.198 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:53:31.198 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:53:31.198 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:53:31.198 INFO:teuthology.orchestra.run.smithi105.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-15T01:53:31.199 INFO:teuthology.orchestra.run.smithi105.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-15T01:53:31.199 INFO:teuthology.orchestra.run.smithi105.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-15T01:53:31.199 INFO:teuthology.orchestra.run.smithi105.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-15T01:53:31.199 INFO:teuthology.orchestra.run.smithi105.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-15T01:53:31.199 INFO:teuthology.orchestra.run.smithi105.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-15T01:53:31.199 INFO:teuthology.orchestra.run.smithi105.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-15T01:53:31.199 INFO:teuthology.orchestra.run.smithi105.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-15T01:53:31.199 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:53:31.199 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-04-15T01:53:31.417 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-04-15T01:53:31.418 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-04-15T01:53:31.466 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-15T01:53:31.651 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:00:44 ago on Mon 15 Apr 2024 01:52:47 AM UTC. 2024-04-15T01:53:31.946 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:53:31.946 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:53:31.946 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:53:31.946 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.946 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:53:31.946 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.946 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:53:31.946 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.947 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:53:31.947 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.947 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:53:31.947 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.947 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:53:31.947 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.947 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:53:31.947 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.947 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:53:31.947 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.947 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:53:31.947 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.947 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:53:31.948 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.948 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:53:31.948 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.948 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:53:31.948 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.948 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:53:31.948 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.948 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:53:31.948 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.949 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:53:31.949 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.949 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:53:31.949 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.949 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:53:31.949 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.949 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:53:31.949 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.949 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:53:31.949 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.949 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:53:31.949 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.949 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:53:31.950 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.950 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:53:31.950 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.950 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:53:31.950 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.950 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:53:31.950 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.950 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:53:31.950 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.950 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:53:31.950 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.950 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:53:31.951 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.951 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:53:31.951 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.951 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:53:31.951 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.951 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:53:31.951 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.951 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:53:31.951 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.951 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:53:31.951 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.951 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:53:31.952 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.952 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:53:31.952 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.952 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:53:31.952 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.952 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:53:31.952 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.953 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:53:31.953 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.953 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.953 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.953 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:53:31.953 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.953 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.953 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.954 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.954 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:53:31.954 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.954 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.954 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.954 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.954 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.954 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.954 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:53:31.954 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.954 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.955 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.955 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.955 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:53:31.955 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.955 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.955 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.955 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.955 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:53:31.955 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.955 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.955 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.956 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.956 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:53:31.956 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.956 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.956 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.956 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.956 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:53:31.956 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.956 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.956 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.956 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.956 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:53:31.956 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.957 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.957 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.957 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:53:31.994 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-04-15T01:53:32.036 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:53:32.039 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:53:32.039 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2024-04-15T01:53:32.039 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:53:32.039 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-15T01:53:32.039 INFO:teuthology.orchestra.run.smithi155.stdout: ceph x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 6.6 k 2024-04-15T01:53:32.039 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2024-04-15T01:53:32.039 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mds x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 2.4 M 2024-04-15T01:53:32.039 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 1.5 M 2024-04-15T01:53:32.039 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 248 k 2024-04-15T01:53:32.039 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mon x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 4.7 M 2024-04-15T01:53:32.039 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-osd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 17 M 2024-04-15T01:53:32.040 INFO:teuthology.orchestra.run.smithi155.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-15T01:53:32.040 INFO:teuthology.orchestra.run.smithi155.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-15T01:53:32.040 INFO:teuthology.orchestra.run.smithi155.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-15T01:53:32.040 INFO:teuthology.orchestra.run.smithi155.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-15T01:53:32.040 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-15T01:53:32.040 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-15T01:53:32.040 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-15T01:53:32.040 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-15T01:53:32.040 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-15T01:53:32.040 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-15T01:53:32.040 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco-collections 2024-04-15T01:53:32.040 INFO:teuthology.orchestra.run.smithi155.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-15T01:53:32.040 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-15T01:53:32.041 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-15T01:53:32.041 INFO:teuthology.orchestra.run.smithi155.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-15T01:53:32.041 INFO:teuthology.orchestra.run.smithi155.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-15T01:53:32.041 INFO:teuthology.orchestra.run.smithi155.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-15T01:53:32.041 INFO:teuthology.orchestra.run.smithi155.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-15T01:53:32.041 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-15T01:53:32.041 INFO:teuthology.orchestra.run.smithi155.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-15T01:53:32.041 INFO:teuthology.orchestra.run.smithi155.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-15T01:53:32.041 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-15T01:53:32.041 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-15T01:53:32.041 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-15T01:53:32.041 INFO:teuthology.orchestra.run.smithi155.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-15T01:53:32.041 INFO:teuthology.orchestra.run.smithi155.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-15T01:53:32.041 INFO:teuthology.orchestra.run.smithi155.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-15T01:53:32.042 INFO:teuthology.orchestra.run.smithi155.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-15T01:53:32.042 INFO:teuthology.orchestra.run.smithi155.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-15T01:53:32.042 INFO:teuthology.orchestra.run.smithi155.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-15T01:53:32.042 INFO:teuthology.orchestra.run.smithi155.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-15T01:53:32.042 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:53:32.042 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-15T01:53:32.042 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:53:32.042 INFO:teuthology.orchestra.run.smithi155.stdout:Install 36 Packages 2024-04-15T01:53:32.042 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:53:32.043 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 30 M 2024-04-15T01:53:32.043 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 107 M 2024-04-15T01:53:32.043 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-15T01:53:32.054 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:15 ago on Mon 15 Apr 2024 01:52:17 AM UTC. 2024-04-15T01:53:32.084 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-15T01:53:32.132 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-15T01:53:32.188 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-15T01:53:32.224 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-15T01:53:32.244 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 5/6 2024-04-15T01:53:32.340 INFO:teuthology.orchestra.run.smithi105.stderr:Modular dependency problems: 2024-04-15T01:53:32.340 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-04-15T01:53:32.340 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 1: conflicting requests 2024-04-15T01:53:32.340 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.340 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 2: conflicting requests 2024-04-15T01:53:32.340 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.340 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 3: conflicting requests 2024-04-15T01:53:32.340 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.340 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 4: conflicting requests 2024-04-15T01:53:32.340 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.340 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 5: conflicting requests 2024-04-15T01:53:32.341 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.341 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 6: conflicting requests 2024-04-15T01:53:32.341 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.341 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 7: conflicting requests 2024-04-15T01:53:32.341 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.341 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 8: conflicting requests 2024-04-15T01:53:32.341 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.341 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 9: conflicting requests 2024-04-15T01:53:32.341 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.341 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 10: conflicting requests 2024-04-15T01:53:32.341 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.342 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 11: conflicting requests 2024-04-15T01:53:32.342 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.342 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 12: conflicting requests 2024-04-15T01:53:32.342 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.342 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 13: conflicting requests 2024-04-15T01:53:32.342 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.342 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 14: conflicting requests 2024-04-15T01:53:32.342 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.342 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 15: conflicting requests 2024-04-15T01:53:32.343 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.343 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 16: conflicting requests 2024-04-15T01:53:32.343 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.343 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 17: conflicting requests 2024-04-15T01:53:32.343 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.343 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 18: conflicting requests 2024-04-15T01:53:32.343 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.343 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 19: conflicting requests 2024-04-15T01:53:32.343 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.343 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 20: conflicting requests 2024-04-15T01:53:32.343 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.343 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 21: conflicting requests 2024-04-15T01:53:32.343 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.343 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 22: conflicting requests 2024-04-15T01:53:32.344 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.344 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 23: conflicting requests 2024-04-15T01:53:32.344 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.344 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 24: conflicting requests 2024-04-15T01:53:32.344 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.344 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 25: conflicting requests 2024-04-15T01:53:32.344 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.344 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 26: conflicting requests 2024-04-15T01:53:32.344 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.344 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 27: conflicting requests 2024-04-15T01:53:32.344 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.344 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 28: conflicting requests 2024-04-15T01:53:32.344 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.345 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 29: conflicting requests 2024-04-15T01:53:32.345 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.345 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 30: conflicting requests 2024-04-15T01:53:32.345 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.345 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 31: conflicting requests 2024-04-15T01:53:32.345 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.345 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 32: conflicting requests 2024-04-15T01:53:32.345 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.345 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 33: conflicting requests 2024-04-15T01:53:32.345 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.345 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 34: conflicting requests 2024-04-15T01:53:32.345 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.345 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 35: conflicting requests 2024-04-15T01:53:32.345 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.346 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 36: conflicting requests 2024-04-15T01:53:32.346 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.346 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 37: conflicting requests 2024-04-15T01:53:32.346 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.346 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.346 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.346 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:53:32.346 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.346 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.346 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.347 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.347 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 39: conflicting requests 2024-04-15T01:53:32.347 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.347 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.347 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.347 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.347 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.347 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.347 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:53:32.347 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.347 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.348 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.348 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.348 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:53:32.348 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.348 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.348 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.348 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.348 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:53:32.348 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.348 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.348 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.349 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.349 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:53:32.349 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.349 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.349 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.349 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.349 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:53:32.349 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.349 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.349 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.349 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.349 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:53:32.349 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.349 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.350 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.350 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:53:32.408 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-04-15T01:53:32.409 INFO:teuthology.orchestra.run.smithi105.stdout:======================================================================================= 2024-04-15T01:53:32.409 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repository Size 2024-04-15T01:53:32.409 INFO:teuthology.orchestra.run.smithi105.stdout:======================================================================================= 2024-04-15T01:53:32.409 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2024-04-15T01:53:32.410 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 7.4 M 2024-04-15T01:53:32.410 INFO:teuthology.orchestra.run.smithi105.stdout:Installing dependencies: 2024-04-15T01:53:32.410 INFO:teuthology.orchestra.run.smithi105.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-15T01:53:32.410 INFO:teuthology.orchestra.run.smithi105.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-15T01:53:32.410 INFO:teuthology.orchestra.run.smithi105.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-15T01:53:32.410 INFO:teuthology.orchestra.run.smithi105.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-15T01:53:32.410 INFO:teuthology.orchestra.run.smithi105.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-15T01:53:32.410 INFO:teuthology.orchestra.run.smithi105.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-15T01:53:32.410 INFO:teuthology.orchestra.run.smithi105.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-15T01:53:32.410 INFO:teuthology.orchestra.run.smithi105.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-15T01:53:32.410 INFO:teuthology.orchestra.run.smithi105.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-15T01:53:32.410 INFO:teuthology.orchestra.run.smithi105.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-15T01:53:32.411 INFO:teuthology.orchestra.run.smithi105.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-15T01:53:32.411 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:53:32.411 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-04-15T01:53:32.411 INFO:teuthology.orchestra.run.smithi105.stdout:======================================================================================= 2024-04-15T01:53:32.411 INFO:teuthology.orchestra.run.smithi105.stdout:Install 12 Packages 2024-04-15T01:53:32.411 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:53:32.411 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 38 M 2024-04-15T01:53:32.412 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 209 M 2024-04-15T01:53:32.412 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2024-04-15T01:53:32.833 INFO:teuthology.orchestra.run.smithi105.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 815 kB/s | 195 kB 00:00 2024-04-15T01:53:32.908 INFO:teuthology.orchestra.run.smithi105.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 2.5 MB/s | 803 kB 00:00 2024-04-15T01:53:32.933 INFO:teuthology.orchestra.run.smithi105.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 326 kB/s | 33 kB 00:00 2024-04-15T01:53:32.984 INFO:teuthology.orchestra.run.smithi105.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 364 kB/s | 18 kB 00:00 2024-04-15T01:53:33.012 INFO:teuthology.orchestra.run.smithi155.stdout:(1/36): ceph-19.0.0-2114.ga9a752df.el7.x86_64.r 28 kB/s | 6.6 kB 00:00 2024-04-15T01:53:33.034 INFO:teuthology.orchestra.run.smithi105.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 703 kB/s | 35 kB 00:00 2024-04-15T01:53:33.226 INFO:teuthology.orchestra.run.smithi105.stdout:(6/12): ceph-mgr-diskprediction-local-19.0.0-21 12 MB/s | 7.4 MB 00:00 2024-04-15T01:53:33.285 INFO:teuthology.orchestra.run.smithi105.stdout:(7/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 7.9 MB/s | 3.0 MB 00:00 2024-04-15T01:53:33.368 INFO:teuthology.orchestra.run.smithi105.stdout:(8/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 14 MB/s | 4.7 MB 00:00 2024-04-15T01:53:33.419 INFO:teuthology.orchestra.run.smithi105.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 4.9 MB/s | 250 kB 00:00 2024-04-15T01:53:33.486 INFO:teuthology.orchestra.run.smithi105.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 25 MB/s | 5.1 MB 00:00 2024-04-15T01:53:33.511 INFO:teuthology.orchestra.run.smithi105.stdout:(11/12): python3-devel-3.9.17-2.el9.x86_64.rpm 863 kB/s | 245 kB 00:00 2024-04-15T01:53:33.537 INFO:teuthology.orchestra.run.smithi155.stdout:(2/36): ceph-mds-19.0.0-2114.ga9a752df.el7.x86_ 3.1 MB/s | 2.4 MB 00:00 2024-04-15T01:53:33.604 INFO:teuthology.orchestra.run.smithi155.stdout:(3/36): ceph-mgr-19.0.0-2114.ga9a752df.el7.x86_ 1.8 MB/s | 1.5 MB 00:00 2024-04-15T01:53:33.704 INFO:teuthology.orchestra.run.smithi155.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2114.ga9a7 2.4 MB/s | 248 kB 00:00 2024-04-15T01:53:33.819 INFO:teuthology.orchestra.run.smithi105.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 41 MB/s | 16 MB 00:00 2024-04-15T01:53:33.822 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:53:33.822 INFO:teuthology.orchestra.run.smithi105.stdout:Total 27 MB/s | 38 MB 00:01 2024-04-15T01:53:33.871 INFO:teuthology.orchestra.run.smithi155.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.5 MB/s | 253 kB 00:00 2024-04-15T01:53:33.972 INFO:teuthology.orchestra.run.smithi155.stdout:(6/36): python3-cryptography-36.0.1-4.el9.x86_6 12 MB/s | 1.2 MB 00:00 2024-04-15T01:53:34.022 INFO:teuthology.orchestra.run.smithi155.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 2.1 MB/s | 106 kB 00:00 2024-04-15T01:53:34.072 INFO:teuthology.orchestra.run.smithi155.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 2.6 MB/s | 135 kB 00:00 2024-04-15T01:53:34.123 INFO:teuthology.orchestra.run.smithi155.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 2.4 MB/s | 125 kB 00:00 2024-04-15T01:53:34.173 INFO:teuthology.orchestra.run.smithi155.stdout:(10/36): python3-urllib3-1.26.5-5.el9.noarch.rp 4.2 MB/s | 215 kB 00:00 2024-04-15T01:53:34.174 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2024-04-15T01:53:34.202 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2024-04-15T01:53:34.202 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2024-04-15T01:53:34.365 INFO:teuthology.orchestra.run.smithi155.stdout:(11/36): ceph-mon-19.0.0-2114.ga9a752df.el7.x86 3.5 MB/s | 4.7 MB 00:01 2024-04-15T01:53:34.619 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2024-04-15T01:53:34.619 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2024-04-15T01:53:34.796 INFO:teuthology.orchestra.run.smithi155.stdout:(12/36): ceph-osd-19.0.0-2114.ga9a752df.el7.x86 13 MB/s | 17 MB 00:01 2024-04-15T01:53:35.266 INFO:teuthology.orchestra.run.smithi155.stdout:(13/36): python3-mako-1.1.4-6.el9.noarch.rpm 191 kB/s | 172 kB 00:00 2024-04-15T01:53:35.291 INFO:teuthology.orchestra.run.smithi155.stdout:(14/36): lua-5.4.4-4.el9.x86_64.rpm 169 kB/s | 188 kB 00:01 2024-04-15T01:53:35.398 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2024-04-15T01:53:35.408 INFO:teuthology.orchestra.run.smithi155.stdout:(15/36): python3-markupsafe-1.1.1-12.el9.x86_64 56 kB/s | 35 kB 00:00 2024-04-15T01:53:35.465 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-15T01:53:35.510 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-15T01:53:35.609 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-15T01:53:35.652 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-15T01:53:35.832 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-15T01:53:35.859 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-15T01:53:35.908 INFO:teuthology.orchestra.run.smithi155.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 80 kB/s | 51 kB 00:00 2024-04-15T01:53:35.933 INFO:teuthology.orchestra.run.smithi155.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 65 kB/s | 42 kB 00:00 2024-04-15T01:53:35.936 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-15T01:53:35.975 INFO:teuthology.orchestra.run.smithi155.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 39 kB/s | 22 kB 00:00 2024-04-15T01:53:36.242 INFO:teuthology.orchestra.run.smithi155.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 141 kB/s | 43 kB 00:00 2024-04-15T01:53:36.301 INFO:teuthology.orchestra.run.smithi155.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 386 kB/s | 151 kB 00:00 2024-04-15T01:53:36.360 INFO:teuthology.orchestra.run.smithi155.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 447 kB/s | 172 kB 00:00 2024-04-15T01:53:36.376 INFO:teuthology.orchestra.run.smithi155.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 142 kB/s | 11 kB 00:00 2024-04-15T01:53:36.427 INFO:teuthology.orchestra.run.smithi155.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 265 kB/s | 18 kB 00:00 2024-04-15T01:53:36.443 INFO:teuthology.orchestra.run.smithi155.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 346 kB/s | 23 kB 00:00 2024-04-15T01:53:36.486 INFO:teuthology.orchestra.run.smithi155.stdout:(25/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.4 MB/s | 358 kB 00:00 2024-04-15T01:53:36.503 INFO:teuthology.orchestra.run.smithi155.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 257 kB/s | 19 kB 00:00 2024-04-15T01:53:36.519 INFO:teuthology.orchestra.run.smithi155.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 260 kB/s | 20 kB 00:00 2024-04-15T01:53:36.554 INFO:teuthology.orchestra.run.smithi155.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 689 kB/s | 46 kB 00:00 2024-04-15T01:53:36.595 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-15T01:53:36.595 INFO:teuthology.orchestra.run.smithi155.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 856 kB/s | 79 kB 00:00 2024-04-15T01:53:36.621 INFO:teuthology.orchestra.run.smithi155.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 246 kB/s | 16 kB 00:00 2024-04-15T01:53:36.671 INFO:teuthology.orchestra.run.smithi155.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.8 MB/s | 272 kB 00:00 2024-04-15T01:53:36.687 INFO:teuthology.orchestra.run.smithi155.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 534 kB/s | 36 kB 00:00 2024-04-15T01:53:36.713 INFO:teuthology.orchestra.run.smithi155.stdout:(33/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 765 kB/s | 90 kB 00:00 2024-04-15T01:53:36.719 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 5/6 2024-04-15T01:53:36.722 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-15T01:53:36.763 INFO:teuthology.orchestra.run.smithi155.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.4 MB/s | 230 kB 00:00 2024-04-15T01:53:36.780 INFO:teuthology.orchestra.run.smithi155.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 300 kB/s | 20 kB 00:00 2024-04-15T01:53:36.802 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 6/6 2024-04-15T01:53:36.872 INFO:teuthology.orchestra.run.smithi155.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.3 MB/s | 427 kB 00:00 2024-04-15T01:53:36.877 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:53:36.878 INFO:teuthology.orchestra.run.smithi155.stdout:Total 6.2 MB/s | 30 MB 00:04 2024-04-15T01:53:37.013 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-15T01:53:37.053 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-15T01:53:37.053 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-15T01:53:37.461 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-15T01:53:37.461 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-15T01:53:37.940 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-15T01:53:38.805 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-15T01:53:38.858 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-15T01:53:38.890 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-15T01:53:38.919 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-15T01:53:38.971 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-15T01:53:38.990 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-15T01:53:39.009 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 12/12 2024-04-15T01:53:39.026 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-15T01:53:39.059 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-15T01:53:39.151 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-15T01:53:39.156 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 6/6 2024-04-15T01:53:39.156 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 1/6 2024-04-15T01:53:39.156 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 2/6 2024-04-15T01:53:39.156 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : jq-1.6-16.el9.x86_64 3/6 2024-04-15T01:53:39.156 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 4/6 2024-04-15T01:53:39.156 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 5/6 2024-04-15T01:53:39.237 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-15T01:53:39.278 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-15T01:53:39.313 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-15T01:53:39.343 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-15T01:53:39.378 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-15T01:53:39.411 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-15T01:53:39.460 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-15T01:53:39.495 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-15T01:53:39.530 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-15T01:53:39.574 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-15T01:53:39.580 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 6/6 2024-04-15T01:53:39.581 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:53:39.581 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-04-15T01:53:39.581 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:39.581 INFO:teuthology.orchestra.run.smithi073.stdout: jq-1.6-16.el9.x86_64 2024-04-15T01:53:39.581 INFO:teuthology.orchestra.run.smithi073.stdout: libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:39.581 INFO:teuthology.orchestra.run.smithi073.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-15T01:53:39.581 INFO:teuthology.orchestra.run.smithi073.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-15T01:53:39.581 INFO:teuthology.orchestra.run.smithi073.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-15T01:53:39.581 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:53:39.581 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:53:39.650 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-15T01:53:39.796 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-15T01:53:39.827 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph 2024-04-15T01:53:39.877 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-15T01:53:39.929 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-15T01:53:39.967 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-15T01:53:40.017 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-15T01:53:40.086 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-15T01:53:40.277 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-15T01:53:40.322 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-15T01:53:40.400 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-15T01:53:40.419 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:00:55 ago on Mon 15 Apr 2024 01:52:45 AM UTC. 2024-04-15T01:53:40.489 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-15T01:53:40.534 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-15T01:53:40.654 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-15T01:53:40.708 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:53:40.709 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:53:40.709 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:53:40.709 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.709 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:53:40.709 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.709 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:53:40.709 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.709 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:53:40.709 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.709 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:53:40.709 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.709 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:53:40.709 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.710 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:53:40.710 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.710 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:53:40.710 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.710 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:53:40.710 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.710 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:53:40.710 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.710 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:53:40.710 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.710 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:53:40.710 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.710 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:53:40.711 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.711 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:53:40.711 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.711 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:53:40.711 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.711 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:53:40.711 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.711 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:53:40.711 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.711 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:53:40.711 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.711 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:53:40.711 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.712 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:53:40.712 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.712 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:53:40.712 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.712 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:53:40.712 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.712 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:53:40.712 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.712 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:53:40.712 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.712 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:53:40.712 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.712 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:53:40.712 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.713 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:53:40.713 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.713 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:53:40.713 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.713 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:53:40.713 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.713 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:53:40.713 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.713 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:53:40.713 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.713 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:53:40.713 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.713 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:53:40.713 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.714 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:53:40.714 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.714 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:53:40.714 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.714 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:53:40.714 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.714 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:53:40.714 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.714 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.714 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.714 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:53:40.714 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.714 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.715 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.715 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.715 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:53:40.715 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.715 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.715 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.715 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.715 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.715 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.715 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:53:40.715 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.715 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.715 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.715 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.716 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:53:40.716 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.716 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.716 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.716 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.716 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:53:40.716 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.716 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.716 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.716 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.716 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:53:40.716 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.716 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.717 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.717 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.717 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:53:40.717 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.717 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.717 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.717 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.717 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:53:40.717 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.717 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.717 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.717 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:53:40.780 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:53:40.782 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:53:40.783 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repository Size 2024-04-15T01:53:40.783 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:53:40.783 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-04-15T01:53:40.783 INFO:teuthology.orchestra.run.smithi073.stdout: ceph x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 6.6 k 2024-04-15T01:53:40.783 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2024-04-15T01:53:40.783 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mds x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 2.4 M 2024-04-15T01:53:40.783 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 1.5 M 2024-04-15T01:53:40.783 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 248 k 2024-04-15T01:53:40.783 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mon x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 4.7 M 2024-04-15T01:53:40.783 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-osd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 17 M 2024-04-15T01:53:40.783 INFO:teuthology.orchestra.run.smithi073.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-15T01:53:40.783 INFO:teuthology.orchestra.run.smithi073.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-15T01:53:40.783 INFO:teuthology.orchestra.run.smithi073.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-15T01:53:40.784 INFO:teuthology.orchestra.run.smithi073.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-15T01:53:40.784 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-15T01:53:40.784 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-15T01:53:40.784 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-15T01:53:40.784 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-15T01:53:40.784 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-15T01:53:40.784 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-15T01:53:40.784 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jaraco-collections 2024-04-15T01:53:40.784 INFO:teuthology.orchestra.run.smithi073.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-15T01:53:40.784 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-15T01:53:40.784 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-15T01:53:40.784 INFO:teuthology.orchestra.run.smithi073.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-15T01:53:40.784 INFO:teuthology.orchestra.run.smithi073.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-15T01:53:40.784 INFO:teuthology.orchestra.run.smithi073.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-15T01:53:40.785 INFO:teuthology.orchestra.run.smithi073.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-15T01:53:40.785 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-15T01:53:40.785 INFO:teuthology.orchestra.run.smithi073.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-15T01:53:40.785 INFO:teuthology.orchestra.run.smithi073.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-15T01:53:40.785 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-15T01:53:40.785 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-15T01:53:40.785 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-15T01:53:40.785 INFO:teuthology.orchestra.run.smithi073.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-15T01:53:40.785 INFO:teuthology.orchestra.run.smithi073.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-15T01:53:40.785 INFO:teuthology.orchestra.run.smithi073.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-15T01:53:40.785 INFO:teuthology.orchestra.run.smithi073.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-15T01:53:40.785 INFO:teuthology.orchestra.run.smithi073.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-15T01:53:40.785 INFO:teuthology.orchestra.run.smithi073.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-15T01:53:40.786 INFO:teuthology.orchestra.run.smithi073.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-15T01:53:40.786 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:53:40.786 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-04-15T01:53:40.786 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:53:40.786 INFO:teuthology.orchestra.run.smithi073.stdout:Install 36 Packages 2024-04-15T01:53:40.786 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:53:40.787 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 30 M 2024-04-15T01:53:40.787 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 107 M 2024-04-15T01:53:40.787 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-04-15T01:53:40.820 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7. 31/36 2024-04-15T01:53:40.848 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 32/36 2024-04-15T01:53:40.873 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 32/36 2024-04-15T01:53:40.873 INFO:teuthology.orchestra.run.smithi155.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:53:40.873 INFO:teuthology.orchestra.run.smithi155.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-15T01:53:40.873 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-15T01:53:40.873 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-15T01:53:40.874 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:53:41.630 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 12/12 2024-04-15T01:53:41.631 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 1/12 2024-04-15T01:53:41.631 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-15T01:53:41.631 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-15T01:53:41.631 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-15T01:53:41.631 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-15T01:53:41.631 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-15T01:53:41.631 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-15T01:53:41.631 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-15T01:53:41.632 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 9/12 2024-04-15T01:53:41.632 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-15T01:53:41.632 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-15T01:53:41.761 INFO:teuthology.orchestra.run.smithi073.stdout:(1/36): ceph-19.0.0-2114.ga9a752df.el7.x86_64.r 41 kB/s | 6.6 kB 00:00 2024-04-15T01:53:42.011 INFO:teuthology.orchestra.run.smithi073.stdout:(2/36): ceph-mds-19.0.0-2114.ga9a752df.el7.x86_ 5.8 MB/s | 2.4 MB 00:00 2024-04-15T01:53:42.061 INFO:teuthology.orchestra.run.smithi073.stdout:(3/36): ceph-mgr-19.0.0-2114.ga9a752df.el7.x86_ 3.2 MB/s | 1.5 MB 00:00 2024-04-15T01:53:42.103 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-15T01:53:42.103 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:53:42.103 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2024-04-15T01:53:42.103 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:53:42.104 INFO:teuthology.orchestra.run.smithi105.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-15T01:53:42.104 INFO:teuthology.orchestra.run.smithi105.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-15T01:53:42.104 INFO:teuthology.orchestra.run.smithi105.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-15T01:53:42.104 INFO:teuthology.orchestra.run.smithi105.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-15T01:53:42.104 INFO:teuthology.orchestra.run.smithi105.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-15T01:53:42.104 INFO:teuthology.orchestra.run.smithi105.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-15T01:53:42.104 INFO:teuthology.orchestra.run.smithi105.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-15T01:53:42.104 INFO:teuthology.orchestra.run.smithi105.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-15T01:53:42.104 INFO:teuthology.orchestra.run.smithi105.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-15T01:53:42.104 INFO:teuthology.orchestra.run.smithi105.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-15T01:53:42.104 INFO:teuthology.orchestra.run.smithi105.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-15T01:53:42.105 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:53:42.105 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-04-15T01:53:42.162 INFO:teuthology.orchestra.run.smithi073.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2114.ga9a7 2.4 MB/s | 248 kB 00:00 2024-04-15T01:53:42.307 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 33/36 2024-04-15T01:53:42.328 INFO:teuthology.orchestra.run.smithi073.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.5 MB/s | 253 kB 00:00 2024-04-15T01:53:42.334 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 33/36 2024-04-15T01:53:42.334 INFO:teuthology.orchestra.run.smithi155.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:53:42.334 INFO:teuthology.orchestra.run.smithi155.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-15T01:53:42.334 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-15T01:53:42.334 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-15T01:53:42.334 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:53:42.518 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install ceph-mgr-rook 2024-04-15T01:53:42.645 INFO:teuthology.orchestra.run.smithi073.stdout:(6/36): python3-cryptography-36.0.1-4.el9.x86_6 3.9 MB/s | 1.2 MB 00:00 2024-04-15T01:53:42.696 INFO:teuthology.orchestra.run.smithi073.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 2.1 MB/s | 106 kB 00:00 2024-04-15T01:53:42.754 INFO:teuthology.orchestra.run.smithi073.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 2.3 MB/s | 135 kB 00:00 2024-04-15T01:53:42.783 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 34/36 2024-04-15T01:53:42.805 INFO:teuthology.orchestra.run.smithi073.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 2.4 MB/s | 125 kB 00:00 2024-04-15T01:53:42.807 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 34/36 2024-04-15T01:53:42.807 INFO:teuthology.orchestra.run.smithi155.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:53:42.807 INFO:teuthology.orchestra.run.smithi155.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-15T01:53:42.807 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-15T01:53:42.807 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-15T01:53:42.807 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:53:42.880 INFO:teuthology.orchestra.run.smithi073.stdout:(10/36): ceph-mon-19.0.0-2114.ga9a752df.el7.x86 4.2 MB/s | 4.7 MB 00:01 2024-04-15T01:53:43.025 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 35/36 2024-04-15T01:53:43.048 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 35/36 2024-04-15T01:53:43.048 INFO:teuthology.orchestra.run.smithi155.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:53:43.048 INFO:teuthology.orchestra.run.smithi155.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-15T01:53:43.048 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-15T01:53:43.048 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-15T01:53:43.049 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:53:43.072 INFO:teuthology.orchestra.run.smithi073.stdout:(11/36): ceph-osd-19.0.0-2114.ga9a752df.el7.x86 16 MB/s | 17 MB 00:01 2024-04-15T01:53:43.097 INFO:teuthology.orchestra.run.smithi073.stdout:(12/36): python3-urllib3-1.26.5-5.el9.noarch.rp 734 kB/s | 215 kB 00:00 2024-04-15T01:53:43.106 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 36/36 2024-04-15T01:53:43.127 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:26 ago on Mon 15 Apr 2024 01:52:17 AM UTC. 2024-04-15T01:53:43.181 INFO:teuthology.orchestra.run.smithi073.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 417 kB/s | 35 kB 00:00 2024-04-15T01:53:43.206 INFO:teuthology.orchestra.run.smithi073.stdout:(14/36): lua-5.4.4-4.el9.x86_64.rpm 578 kB/s | 188 kB 00:00 2024-04-15T01:53:43.291 INFO:teuthology.orchestra.run.smithi073.stdout:(15/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.1 MB/s | 172 kB 00:00 2024-04-15T01:53:43.291 INFO:teuthology.orchestra.run.smithi073.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 675 kB/s | 51 kB 00:00 2024-04-15T01:53:43.291 INFO:teuthology.orchestra.run.smithi073.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 550 kB/s | 42 kB 00:00 2024-04-15T01:53:43.416 INFO:teuthology.orchestra.run.smithi105.stderr:Modular dependency problems: 2024-04-15T01:53:43.416 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-04-15T01:53:43.416 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 1: conflicting requests 2024-04-15T01:53:43.416 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.416 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 2: conflicting requests 2024-04-15T01:53:43.417 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.417 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 3: conflicting requests 2024-04-15T01:53:43.417 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.417 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 4: conflicting requests 2024-04-15T01:53:43.417 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.417 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 5: conflicting requests 2024-04-15T01:53:43.417 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.417 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 6: conflicting requests 2024-04-15T01:53:43.417 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.417 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 7: conflicting requests 2024-04-15T01:53:43.417 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.417 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 8: conflicting requests 2024-04-15T01:53:43.417 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.418 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 9: conflicting requests 2024-04-15T01:53:43.418 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.418 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 10: conflicting requests 2024-04-15T01:53:43.418 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.418 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 11: conflicting requests 2024-04-15T01:53:43.418 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.418 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 12: conflicting requests 2024-04-15T01:53:43.418 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.418 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 13: conflicting requests 2024-04-15T01:53:43.418 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.418 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 14: conflicting requests 2024-04-15T01:53:43.418 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.418 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 15: conflicting requests 2024-04-15T01:53:43.418 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.418 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 16: conflicting requests 2024-04-15T01:53:43.419 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.419 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 17: conflicting requests 2024-04-15T01:53:43.419 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.419 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 18: conflicting requests 2024-04-15T01:53:43.419 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.419 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 19: conflicting requests 2024-04-15T01:53:43.419 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.419 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 20: conflicting requests 2024-04-15T01:53:43.419 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.419 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 21: conflicting requests 2024-04-15T01:53:43.419 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.419 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 22: conflicting requests 2024-04-15T01:53:43.419 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.419 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 23: conflicting requests 2024-04-15T01:53:43.420 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.420 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 24: conflicting requests 2024-04-15T01:53:43.420 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.420 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 25: conflicting requests 2024-04-15T01:53:43.420 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.420 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 26: conflicting requests 2024-04-15T01:53:43.420 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.420 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 27: conflicting requests 2024-04-15T01:53:43.420 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.420 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 28: conflicting requests 2024-04-15T01:53:43.420 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.420 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 29: conflicting requests 2024-04-15T01:53:43.420 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.420 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 30: conflicting requests 2024-04-15T01:53:43.421 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.421 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 31: conflicting requests 2024-04-15T01:53:43.421 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.421 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 32: conflicting requests 2024-04-15T01:53:43.421 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.421 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 33: conflicting requests 2024-04-15T01:53:43.421 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.421 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 34: conflicting requests 2024-04-15T01:53:43.421 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.421 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 35: conflicting requests 2024-04-15T01:53:43.421 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.421 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 36: conflicting requests 2024-04-15T01:53:43.421 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.422 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 37: conflicting requests 2024-04-15T01:53:43.422 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.422 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.422 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.422 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:53:43.422 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.422 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.422 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.422 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.422 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 39: conflicting requests 2024-04-15T01:53:43.422 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.422 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.422 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.423 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.423 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.423 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.423 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:53:43.423 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.423 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.423 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.423 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.423 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:53:43.423 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.423 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.423 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.423 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.423 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:53:43.424 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.424 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.424 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.424 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.424 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:53:43.424 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.424 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.424 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.424 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.424 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:53:43.424 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.424 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.424 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.425 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.425 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:53:43.425 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.425 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.425 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.425 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:53:43.474 INFO:teuthology.orchestra.run.smithi073.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 92 kB/s | 22 kB 00:00 2024-04-15T01:53:43.486 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-04-15T01:53:43.487 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:53:43.487 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repository Size 2024-04-15T01:53:43.487 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:53:43.487 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2024-04-15T01:53:43.487 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mgr-rook noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 49 k 2024-04-15T01:53:43.487 INFO:teuthology.orchestra.run.smithi105.stdout:Installing dependencies: 2024-04-15T01:53:43.488 INFO:teuthology.orchestra.run.smithi105.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-15T01:53:43.488 INFO:teuthology.orchestra.run.smithi105.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-15T01:53:43.488 INFO:teuthology.orchestra.run.smithi105.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-15T01:53:43.488 INFO:teuthology.orchestra.run.smithi105.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-15T01:53:43.488 INFO:teuthology.orchestra.run.smithi105.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-15T01:53:43.488 INFO:teuthology.orchestra.run.smithi105.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-15T01:53:43.488 INFO:teuthology.orchestra.run.smithi105.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-15T01:53:43.488 INFO:teuthology.orchestra.run.smithi105.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-15T01:53:43.488 INFO:teuthology.orchestra.run.smithi105.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-15T01:53:43.488 INFO:teuthology.orchestra.run.smithi105.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-15T01:53:43.488 INFO:teuthology.orchestra.run.smithi105.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-15T01:53:43.488 INFO:teuthology.orchestra.run.smithi105.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-15T01:53:43.489 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:53:43.489 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-04-15T01:53:43.489 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:53:43.489 INFO:teuthology.orchestra.run.smithi105.stdout:Install 13 Packages 2024-04-15T01:53:43.489 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:53:43.489 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 2.2 M 2024-04-15T01:53:43.490 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 26 M 2024-04-15T01:53:43.490 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2024-04-15T01:53:43.501 INFO:teuthology.orchestra.run.smithi073.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 618 kB/s | 151 kB 00:00 2024-04-15T01:53:43.526 INFO:teuthology.orchestra.run.smithi073.stdout:(20/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 178 kB/s | 43 kB 00:00 2024-04-15T01:53:43.560 INFO:teuthology.orchestra.run.smithi073.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 321 kB/s | 11 kB 00:00 2024-04-15T01:53:43.585 INFO:teuthology.orchestra.run.smithi073.stdout:(22/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.5 MB/s | 172 kB 00:00 2024-04-15T01:53:43.611 INFO:teuthology.orchestra.run.smithi073.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 353 kB/s | 18 kB 00:00 2024-04-15T01:53:43.627 INFO:teuthology.orchestra.run.smithi073.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 553 kB/s | 23 kB 00:00 2024-04-15T01:53:43.653 INFO:teuthology.orchestra.run.smithi073.stdout:(25/36): python3-cherrypy-18.6.1-2.el9.noarch.r 2.8 MB/s | 358 kB 00:00 2024-04-15T01:53:43.670 INFO:teuthology.orchestra.run.smithi073.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 330 kB/s | 19 kB 00:00 2024-04-15T01:53:43.686 INFO:teuthology.orchestra.run.smithi073.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 335 kB/s | 20 kB 00:00 2024-04-15T01:53:43.703 INFO:teuthology.orchestra.run.smithi073.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 922 kB/s | 46 kB 00:00 2024-04-15T01:53:43.737 INFO:teuthology.orchestra.run.smithi073.stdout:(29/36): python3-portend-3.1.0-2.el9.noarch.rpm 493 kB/s | 16 kB 00:00 2024-04-15T01:53:43.762 INFO:teuthology.orchestra.run.smithi073.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 3.5 MB/s | 272 kB 00:00 2024-04-15T01:53:43.788 INFO:teuthology.orchestra.run.smithi073.stdout:(31/36): python3-more-itertools-8.12.0-2.el9.no 781 kB/s | 79 kB 00:00 2024-04-15T01:53:43.813 INFO:teuthology.orchestra.run.smithi073.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 710 kB/s | 36 kB 00:00 2024-04-15T01:53:43.838 INFO:teuthology.orchestra.run.smithi073.stdout:(33/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 892 kB/s | 90 kB 00:00 2024-04-15T01:53:43.863 INFO:teuthology.orchestra.run.smithi073.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 3.0 MB/s | 230 kB 00:00 2024-04-15T01:53:43.889 INFO:teuthology.orchestra.run.smithi073.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 397 kB/s | 20 kB 00:00 2024-04-15T01:53:43.922 INFO:teuthology.orchestra.run.smithi073.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.8 MB/s | 427 kB 00:00 2024-04-15T01:53:43.926 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:53:43.926 INFO:teuthology.orchestra.run.smithi073.stdout:Total 9.6 MB/s | 30 MB 00:03 2024-04-15T01:53:44.056 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-04-15T01:53:44.095 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-04-15T01:53:44.095 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-04-15T01:53:44.309 INFO:teuthology.orchestra.run.smithi105.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 100 kB/s | 19 kB 00:00 2024-04-15T01:53:44.334 INFO:teuthology.orchestra.run.smithi105.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 119 kB/s | 26 kB 00:00 2024-04-15T01:53:44.394 INFO:teuthology.orchestra.run.smithi105.stdout:(3/13): ceph-mgr-rook-19.0.0-2114.ga9a752df.el7 179 kB/s | 49 kB 00:00 2024-04-15T01:53:44.436 INFO:teuthology.orchestra.run.smithi105.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.7 MB/s | 222 kB 00:00 2024-04-15T01:53:44.486 INFO:teuthology.orchestra.run.smithi105.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.0 MB/s | 159 kB 00:00 2024-04-15T01:53:44.518 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-04-15T01:53:44.518 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-04-15T01:53:44.527 INFO:teuthology.orchestra.run.smithi105.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 788 kB/s | 54 kB 00:00 2024-04-15T01:53:44.628 INFO:teuthology.orchestra.run.smithi105.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.2 MB/s | 279 kB 00:00 2024-04-15T01:53:44.670 INFO:teuthology.orchestra.run.smithi105.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 176 kB/s | 32 kB 00:00 2024-04-15T01:53:44.695 INFO:teuthology.orchestra.run.smithi105.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 104 kB/s | 15 kB 00:00 2024-04-15T01:53:44.746 INFO:teuthology.orchestra.run.smithi105.stdout:(10/13): python3-google-auth-2.28.2-1.el9.noarc 1.7 MB/s | 203 kB 00:00 2024-04-15T01:53:44.821 INFO:teuthology.orchestra.run.smithi105.stdout:(11/13): python3-kubernetes-26.1.0-2.el9.noarch 6.8 MB/s | 1.0 MB 00:00 2024-04-15T01:53:44.829 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 36/36 2024-04-15T01:53:44.829 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 1/36 2024-04-15T01:53:44.829 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 2/36 2024-04-15T01:53:44.829 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 3/36 2024-04-15T01:53:44.829 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 4/36 2024-04-15T01:53:44.829 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 5/36 2024-04-15T01:53:44.829 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7. 6/36 2024-04-15T01:53:44.829 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-15T01:53:44.829 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-15T01:53:44.829 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-15T01:53:44.829 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-15T01:53:44.829 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-15T01:53:44.830 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-15T01:53:44.830 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-15T01:53:44.830 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-15T01:53:44.830 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-15T01:53:44.830 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-15T01:53:44.830 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-15T01:53:44.830 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-15T01:53:44.830 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-15T01:53:44.830 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-15T01:53:44.830 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-15T01:53:44.830 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-15T01:53:44.830 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-15T01:53:44.830 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-15T01:53:44.831 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-15T01:53:44.831 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-15T01:53:44.831 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-15T01:53:44.831 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-15T01:53:44.832 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-15T01:53:44.832 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-15T01:53:44.832 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-15T01:53:44.832 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-15T01:53:44.832 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-15T01:53:44.832 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-15T01:53:44.832 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-15T01:53:44.837 INFO:teuthology.orchestra.run.smithi105.stdout:(12/13): python3-rsa-4.9-2.el9.noarch.rpm 417 kB/s | 59 kB 00:00 2024-04-15T01:53:44.865 INFO:teuthology.orchestra.run.smithi105.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 771 kB/s | 90 kB 00:00 2024-04-15T01:53:44.867 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:53:44.867 INFO:teuthology.orchestra.run.smithi105.stdout:Total 1.6 MB/s | 2.2 MB 00:01 2024-04-15T01:53:44.930 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2024-04-15T01:53:44.945 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2024-04-15T01:53:44.945 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2024-04-15T01:53:45.040 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2024-04-15T01:53:45.041 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2024-04-15T01:53:45.569 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2024-04-15T01:53:45.734 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-15T01:53:45.789 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-15T01:53:45.844 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-15T01:53:45.862 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-04-15T01:53:45.881 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-15T01:53:45.922 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-15T01:53:45.925 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-15T01:53:45.938 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-15T01:53:45.938 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:53:45.938 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-15T01:53:45.938 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:45.938 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:45.938 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:45.938 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:53:45.938 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:45.938 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:45.938 INFO:teuthology.orchestra.run.smithi155.stdout: lua-5.4.4-4.el9.x86_64 2024-04-15T01:53:45.939 INFO:teuthology.orchestra.run.smithi155.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-15T01:53:45.939 INFO:teuthology.orchestra.run.smithi155.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-15T01:53:45.939 INFO:teuthology.orchestra.run.smithi155.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-15T01:53:45.939 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-15T01:53:45.939 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-15T01:53:45.939 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-15T01:53:45.939 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-15T01:53:45.939 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-15T01:53:45.939 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-15T01:53:45.939 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-15T01:53:45.939 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-15T01:53:45.939 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-15T01:53:45.940 INFO:teuthology.orchestra.run.smithi155.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-15T01:53:45.940 INFO:teuthology.orchestra.run.smithi155.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-15T01:53:45.940 INFO:teuthology.orchestra.run.smithi155.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-15T01:53:45.940 INFO:teuthology.orchestra.run.smithi155.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-15T01:53:45.940 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-15T01:53:45.940 INFO:teuthology.orchestra.run.smithi155.stdout: python3-ply-3.11-14.el9.noarch 2024-04-15T01:53:45.940 INFO:teuthology.orchestra.run.smithi155.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-15T01:53:45.940 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-15T01:53:45.940 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-15T01:53:45.940 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-15T01:53:45.940 INFO:teuthology.orchestra.run.smithi155.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-15T01:53:45.941 INFO:teuthology.orchestra.run.smithi155.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-15T01:53:45.941 INFO:teuthology.orchestra.run.smithi155.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-15T01:53:45.941 INFO:teuthology.orchestra.run.smithi155.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-15T01:53:45.941 INFO:teuthology.orchestra.run.smithi155.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-15T01:53:45.941 INFO:teuthology.orchestra.run.smithi155.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-15T01:53:45.941 INFO:teuthology.orchestra.run.smithi155.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-15T01:53:45.941 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:53:45.941 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:53:45.957 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-15T01:53:45.985 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-15T01:53:46.016 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-15T01:53:46.056 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-15T01:53:46.093 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-15T01:53:46.126 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-15T01:53:46.133 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-15T01:53:46.183 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-15T01:53:46.226 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-15T01:53:46.299 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-base 2024-04-15T01:53:46.304 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-15T01:53:46.345 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-15T01:53:46.380 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-15T01:53:46.410 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-15T01:53:46.444 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-15T01:53:46.478 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-15T01:53:46.518 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-15T01:53:46.553 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-15T01:53:46.587 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-15T01:53:46.631 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-15T01:53:46.706 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-15T01:53:46.843 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-15T01:53:46.902 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-15T01:53:46.914 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:00:59 ago on Mon 15 Apr 2024 01:52:47 AM UTC. 2024-04-15T01:53:46.925 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-15T01:53:46.946 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-15T01:53:46.978 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-15T01:53:46.980 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-15T01:53:47.017 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-15T01:53:47.027 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-15T01:53:47.050 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 13/13 2024-04-15T01:53:47.074 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-15T01:53:47.133 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-15T01:53:47.206 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:53:47.206 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:53:47.206 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:53:47.206 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.206 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:53:47.206 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.207 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:53:47.207 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.207 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:53:47.207 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.207 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:53:47.207 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.207 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:53:47.207 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.207 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:53:47.207 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.207 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:53:47.207 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.207 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:53:47.208 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.208 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:53:47.208 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.208 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:53:47.208 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.208 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:53:47.208 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.208 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:53:47.208 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.208 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:53:47.208 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.208 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:53:47.208 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.208 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:53:47.209 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.209 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:53:47.209 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.209 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:53:47.209 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.209 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:53:47.209 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.209 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:53:47.209 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.209 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:53:47.209 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.210 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:53:47.210 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.210 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:53:47.210 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.210 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:53:47.210 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.210 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:53:47.210 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.210 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:53:47.210 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.210 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:53:47.210 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.210 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:53:47.210 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.211 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:53:47.211 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.211 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:53:47.211 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.211 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:53:47.211 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.211 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:53:47.211 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.211 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:53:47.211 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.211 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:53:47.211 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.212 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:53:47.212 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.212 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:53:47.212 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.212 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:53:47.212 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.212 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.212 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.212 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:53:47.213 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.213 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.213 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.213 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.213 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:53:47.213 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.213 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.213 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.213 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.213 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.213 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.213 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:53:47.214 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.214 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.214 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.214 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.214 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:53:47.215 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.215 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.215 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.215 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.215 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:53:47.215 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.215 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.215 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.215 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.215 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:53:47.215 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.215 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.215 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.216 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.216 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:53:47.216 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.216 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.216 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.216 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.216 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:53:47.216 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.216 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.216 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.216 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:53:47.217 INFO:teuthology.orchestra.run.smithi155.stdout:Package ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:53:47.274 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:53:47.275 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2024-04-15T01:53:47.275 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:53:47.324 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-15T01:53:47.349 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install cephadm 2024-04-15T01:53:47.371 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-15T01:53:47.449 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-15T01:53:47.537 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-15T01:53:47.583 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-15T01:53:47.710 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-15T01:53:47.865 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 13/13 2024-04-15T01:53:47.865 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 1/13 2024-04-15T01:53:47.865 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-15T01:53:47.865 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-15T01:53:47.865 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-15T01:53:47.865 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-15T01:53:47.865 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-15T01:53:47.866 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-15T01:53:47.866 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-15T01:53:47.866 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-15T01:53:47.866 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-15T01:53:47.866 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-15T01:53:47.866 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-15T01:53:47.876 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7. 31/36 2024-04-15T01:53:47.914 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 32/36 2024-04-15T01:53:47.938 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 32/36 2024-04-15T01:53:47.938 INFO:teuthology.orchestra.run.smithi073.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:53:47.938 INFO:teuthology.orchestra.run.smithi073.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-15T01:53:47.939 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-15T01:53:47.939 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-15T01:53:47.939 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:53:47.944 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:00 ago on Mon 15 Apr 2024 01:52:47 AM UTC. 2024-04-15T01:53:48.237 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:53:48.237 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:53:48.237 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:53:48.237 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.237 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:53:48.237 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.238 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:53:48.238 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.238 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:53:48.238 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.238 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:53:48.238 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.238 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:53:48.238 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.238 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:53:48.238 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.238 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:53:48.238 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.239 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:53:48.239 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.239 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:53:48.239 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.239 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:53:48.239 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.239 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:53:48.239 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.239 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:53:48.239 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.239 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:53:48.239 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.240 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:53:48.240 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.240 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:53:48.240 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.240 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:53:48.240 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.240 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:53:48.240 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.240 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:53:48.240 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.240 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:53:48.240 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.240 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:53:48.240 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.241 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:53:48.241 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.241 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:53:48.241 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.241 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:53:48.241 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.241 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:53:48.241 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.241 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:53:48.241 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.241 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:53:48.241 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.241 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:53:48.241 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.242 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:53:48.242 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.242 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:53:48.242 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.242 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:53:48.242 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.242 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:53:48.242 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.242 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:53:48.242 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.242 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:53:48.242 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.242 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:53:48.243 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.243 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:53:48.243 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.243 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:53:48.243 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.243 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.243 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.243 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:53:48.243 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.243 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.243 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.243 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.243 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:53:48.243 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.244 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.244 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.244 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.244 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.244 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.244 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:53:48.244 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.244 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.244 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.244 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.244 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:53:48.244 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.244 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.244 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.244 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.245 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:53:48.245 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.245 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.245 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.245 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.245 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:53:48.245 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.245 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.245 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.245 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.245 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:53:48.245 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.245 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.245 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.245 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.246 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:53:48.246 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.246 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.246 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.246 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:53:48.252 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-15T01:53:48.252 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:53:48.252 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2024-04-15T01:53:48.253 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:53:48.253 INFO:teuthology.orchestra.run.smithi105.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-15T01:53:48.253 INFO:teuthology.orchestra.run.smithi105.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-15T01:53:48.253 INFO:teuthology.orchestra.run.smithi105.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-15T01:53:48.253 INFO:teuthology.orchestra.run.smithi105.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-15T01:53:48.253 INFO:teuthology.orchestra.run.smithi105.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-15T01:53:48.253 INFO:teuthology.orchestra.run.smithi105.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-15T01:53:48.253 INFO:teuthology.orchestra.run.smithi105.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-15T01:53:48.253 INFO:teuthology.orchestra.run.smithi105.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-15T01:53:48.253 INFO:teuthology.orchestra.run.smithi105.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-15T01:53:48.253 INFO:teuthology.orchestra.run.smithi105.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-15T01:53:48.253 INFO:teuthology.orchestra.run.smithi105.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-15T01:53:48.253 INFO:teuthology.orchestra.run.smithi105.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-15T01:53:48.253 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:53:48.253 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-04-15T01:53:48.305 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:53:48.305 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:53:48.305 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2024-04-15T01:53:48.306 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:53:48.306 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-15T01:53:48.306 INFO:teuthology.orchestra.run.smithi155.stdout: cephadm noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 749 k 2024-04-15T01:53:48.306 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:53:48.306 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-15T01:53:48.306 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:53:48.306 INFO:teuthology.orchestra.run.smithi155.stdout:Install 1 Package 2024-04-15T01:53:48.306 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:53:48.306 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 749 k 2024-04-15T01:53:48.306 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 755 k 2024-04-15T01:53:48.306 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-15T01:53:48.517 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install ceph-mgr-cephadm 2024-04-15T01:53:48.741 INFO:teuthology.orchestra.run.smithi155.stdout:cephadm-19.0.0-2114.ga9a752df.el7.noarch.rpm 1.7 MB/s | 749 kB 00:00 2024-04-15T01:53:48.742 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:53:48.742 INFO:teuthology.orchestra.run.smithi155.stdout:Total 1.7 MB/s | 749 kB 00:00 2024-04-15T01:53:48.742 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-15T01:53:48.744 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-15T01:53:48.744 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-15T01:53:48.750 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-15T01:53:48.751 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-15T01:53:48.821 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-15T01:53:49.117 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:32 ago on Mon 15 Apr 2024 01:52:17 AM UTC. 2024-04-15T01:53:49.221 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T01:53:49.310 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T01:53:49.373 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 33/36 2024-04-15T01:53:49.399 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 33/36 2024-04-15T01:53:49.400 INFO:teuthology.orchestra.run.smithi073.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:53:49.400 INFO:teuthology.orchestra.run.smithi073.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-15T01:53:49.400 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-15T01:53:49.400 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-15T01:53:49.400 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:53:49.409 INFO:teuthology.orchestra.run.smithi105.stderr:Modular dependency problems: 2024-04-15T01:53:49.409 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-04-15T01:53:49.409 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 1: conflicting requests 2024-04-15T01:53:49.409 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.409 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 2: conflicting requests 2024-04-15T01:53:49.409 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.409 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 3: conflicting requests 2024-04-15T01:53:49.409 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.409 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 4: conflicting requests 2024-04-15T01:53:49.409 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.410 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 5: conflicting requests 2024-04-15T01:53:49.410 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.410 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 6: conflicting requests 2024-04-15T01:53:49.410 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.410 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 7: conflicting requests 2024-04-15T01:53:49.410 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.410 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 8: conflicting requests 2024-04-15T01:53:49.410 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.410 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 9: conflicting requests 2024-04-15T01:53:49.410 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.410 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 10: conflicting requests 2024-04-15T01:53:49.410 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.410 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 11: conflicting requests 2024-04-15T01:53:49.410 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.411 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 12: conflicting requests 2024-04-15T01:53:49.411 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.411 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 13: conflicting requests 2024-04-15T01:53:49.411 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.411 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 14: conflicting requests 2024-04-15T01:53:49.411 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.411 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 15: conflicting requests 2024-04-15T01:53:49.411 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.411 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 16: conflicting requests 2024-04-15T01:53:49.411 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.411 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 17: conflicting requests 2024-04-15T01:53:49.411 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.411 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 18: conflicting requests 2024-04-15T01:53:49.411 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.412 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 19: conflicting requests 2024-04-15T01:53:49.412 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.412 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 20: conflicting requests 2024-04-15T01:53:49.412 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.412 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 21: conflicting requests 2024-04-15T01:53:49.412 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.412 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 22: conflicting requests 2024-04-15T01:53:49.412 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.412 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 23: conflicting requests 2024-04-15T01:53:49.412 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.412 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 24: conflicting requests 2024-04-15T01:53:49.412 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.412 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 25: conflicting requests 2024-04-15T01:53:49.412 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.413 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 26: conflicting requests 2024-04-15T01:53:49.413 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.413 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 27: conflicting requests 2024-04-15T01:53:49.413 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.413 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 28: conflicting requests 2024-04-15T01:53:49.413 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.413 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 29: conflicting requests 2024-04-15T01:53:49.413 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.413 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 30: conflicting requests 2024-04-15T01:53:49.413 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.413 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 31: conflicting requests 2024-04-15T01:53:49.413 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.413 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 32: conflicting requests 2024-04-15T01:53:49.413 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.414 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 33: conflicting requests 2024-04-15T01:53:49.414 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.414 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 34: conflicting requests 2024-04-15T01:53:49.414 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.414 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 35: conflicting requests 2024-04-15T01:53:49.414 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.414 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 36: conflicting requests 2024-04-15T01:53:49.414 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.414 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 37: conflicting requests 2024-04-15T01:53:49.414 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.414 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.414 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.414 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:53:49.415 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.415 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.415 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.415 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.415 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 39: conflicting requests 2024-04-15T01:53:49.415 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.415 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.415 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.415 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.415 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.415 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.415 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:53:49.415 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.416 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.416 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.416 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.416 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:53:49.416 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.416 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.416 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.416 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.416 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:53:49.416 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.416 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.416 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.416 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.417 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:53:49.417 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.417 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.417 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.417 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.417 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:53:49.418 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.418 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.418 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.418 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.418 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:53:49.418 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.418 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.418 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.418 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:53:49.479 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-04-15T01:53:49.480 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:53:49.480 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repository Size 2024-04-15T01:53:49.480 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:53:49.480 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2024-04-15T01:53:49.480 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 139 k 2024-04-15T01:53:49.480 INFO:teuthology.orchestra.run.smithi105.stdout:Installing dependencies: 2024-04-15T01:53:49.480 INFO:teuthology.orchestra.run.smithi105.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-15T01:53:49.480 INFO:teuthology.orchestra.run.smithi105.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-15T01:53:49.480 INFO:teuthology.orchestra.run.smithi105.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-15T01:53:49.480 INFO:teuthology.orchestra.run.smithi105.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-15T01:53:49.480 INFO:teuthology.orchestra.run.smithi105.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-15T01:53:49.481 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:53:49.481 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-04-15T01:53:49.481 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:53:49.481 INFO:teuthology.orchestra.run.smithi105.stdout:Install 6 Packages 2024-04-15T01:53:49.481 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:53:49.481 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 7.0 M 2024-04-15T01:53:49.482 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 33 M 2024-04-15T01:53:49.482 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2024-04-15T01:53:49.731 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T01:53:49.840 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 34/36 2024-04-15T01:53:49.863 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 34/36 2024-04-15T01:53:49.863 INFO:teuthology.orchestra.run.smithi073.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:53:49.864 INFO:teuthology.orchestra.run.smithi073.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-15T01:53:49.864 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-15T01:53:49.864 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-15T01:53:49.864 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:53:49.991 INFO:teuthology.orchestra.run.smithi105.stdout:(1/6): ceph-mgr-cephadm-19.0.0-2114.ga9a752df.e 608 kB/s | 139 kB 00:00 2024-04-15T01:53:50.051 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T01:53:50.051 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:53:50.051 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-15T01:53:50.051 INFO:teuthology.orchestra.run.smithi155.stdout: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:53:50.051 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:53:50.051 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:53:50.082 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 35/36 2024-04-15T01:53:50.106 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 35/36 2024-04-15T01:53:50.106 INFO:teuthology.orchestra.run.smithi073.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:53:50.107 INFO:teuthology.orchestra.run.smithi073.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-15T01:53:50.107 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-15T01:53:50.107 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-15T01:53:50.107 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:53:50.172 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 36/36 2024-04-15T01:53:50.291 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-immutable-object-cache 2024-04-15T01:53:50.458 INFO:teuthology.orchestra.run.smithi105.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.3 MB/s | 548 kB 00:00 2024-04-15T01:53:50.516 INFO:teuthology.orchestra.run.smithi105.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 990 kB/s | 58 kB 00:00 2024-04-15T01:53:50.583 INFO:teuthology.orchestra.run.smithi105.stdout:(4/6): python3-typing-extensions-4.4.0-2.el9.no 766 kB/s | 51 kB 00:00 2024-04-15T01:53:50.675 INFO:teuthology.orchestra.run.smithi105.stdout:(5/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 271 kB/s | 248 kB 00:00 2024-04-15T01:53:50.893 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:03 ago on Mon 15 Apr 2024 01:52:47 AM UTC. 2024-04-15T01:53:51.187 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:53:51.187 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:53:51.187 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:53:51.187 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.187 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:53:51.188 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.188 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:53:51.188 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.188 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:53:51.188 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.188 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:53:51.188 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.188 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:53:51.188 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.188 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:53:51.188 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.188 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:53:51.188 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.189 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:53:51.189 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.189 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:53:51.189 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.189 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:53:51.189 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.189 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:53:51.189 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.189 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:53:51.189 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.189 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:53:51.189 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.190 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:53:51.190 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.190 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:53:51.190 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.190 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:53:51.190 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.190 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:53:51.190 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.190 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:53:51.190 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.190 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:53:51.190 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.190 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:53:51.191 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.191 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:53:51.191 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.191 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:53:51.191 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.191 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:53:51.191 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.191 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:53:51.191 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.191 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:53:51.191 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.191 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:53:51.191 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.192 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:53:51.192 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.192 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:53:51.192 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.192 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:53:51.192 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.192 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:53:51.192 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.192 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:53:51.192 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.192 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:53:51.192 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.192 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:53:51.192 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.193 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:53:51.193 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.193 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:53:51.193 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.193 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:53:51.193 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.193 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.193 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.193 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:53:51.193 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.193 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.193 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.193 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.193 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:53:51.194 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.194 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.194 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.194 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.194 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.194 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.194 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:53:51.194 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.194 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.194 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.194 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.194 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:53:51.195 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.195 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.195 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.195 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.195 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:53:51.195 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.195 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.195 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.195 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.195 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:53:51.195 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.195 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.195 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.196 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.196 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:53:51.196 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.196 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.196 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.196 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.196 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:53:51.196 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.196 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.196 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.196 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:53:51.255 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:53:51.256 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:53:51.256 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repo Size 2024-04-15T01:53:51.256 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:53:51.256 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-15T01:53:51.256 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 145 k 2024-04-15T01:53:51.256 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:53:51.257 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-15T01:53:51.257 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:53:51.257 INFO:teuthology.orchestra.run.smithi155.stdout:Install 1 Package 2024-04-15T01:53:51.257 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:53:51.257 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 145 k 2024-04-15T01:53:51.257 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 435 k 2024-04-15T01:53:51.257 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-15T01:53:51.638 INFO:teuthology.orchestra.run.smithi155.stdout:ceph-immutable-object-cache-19.0.0-2114.ga9a752 381 kB/s | 145 kB 00:00 2024-04-15T01:53:51.638 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:53:51.639 INFO:teuthology.orchestra.run.smithi155.stdout:Total 379 kB/s | 145 kB 00:00 2024-04-15T01:53:51.639 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-15T01:53:51.647 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-15T01:53:51.647 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-15T01:53:51.702 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-15T01:53:51.703 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-15T01:53:51.870 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-15T01:53:51.930 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T01:53:51.957 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T01:53:51.958 INFO:teuthology.orchestra.run.smithi155.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:53:51.958 INFO:teuthology.orchestra.run.smithi155.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-15T01:53:51.958 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:53:51.968 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 36/36 2024-04-15T01:53:51.968 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 1/36 2024-04-15T01:53:51.968 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 2/36 2024-04-15T01:53:51.968 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 3/36 2024-04-15T01:53:51.969 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 4/36 2024-04-15T01:53:51.969 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 5/36 2024-04-15T01:53:51.969 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7. 6/36 2024-04-15T01:53:51.969 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-15T01:53:51.969 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-15T01:53:51.969 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-15T01:53:51.969 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-15T01:53:51.969 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-15T01:53:51.969 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-15T01:53:51.969 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-15T01:53:51.969 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-15T01:53:51.969 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-15T01:53:51.969 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-15T01:53:51.969 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-15T01:53:51.970 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-15T01:53:51.970 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-15T01:53:51.970 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-15T01:53:51.970 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-15T01:53:51.970 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-15T01:53:51.970 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-15T01:53:51.970 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-15T01:53:51.970 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-15T01:53:51.970 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-15T01:53:51.970 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-15T01:53:51.970 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-15T01:53:51.970 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-15T01:53:51.970 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-15T01:53:51.970 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-15T01:53:51.971 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-15T01:53:51.971 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-15T01:53:51.971 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-15T01:53:51.971 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-15T01:53:52.967 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-15T01:53:52.967 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:53:52.967 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-04-15T01:53:52.967 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:52.968 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:52.968 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:52.968 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:53:52.968 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:52.968 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:52.968 INFO:teuthology.orchestra.run.smithi073.stdout: lua-5.4.4-4.el9.x86_64 2024-04-15T01:53:52.968 INFO:teuthology.orchestra.run.smithi073.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-15T01:53:52.968 INFO:teuthology.orchestra.run.smithi073.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-15T01:53:52.968 INFO:teuthology.orchestra.run.smithi073.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-15T01:53:52.968 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-15T01:53:52.968 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-15T01:53:52.968 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-15T01:53:52.969 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-15T01:53:52.969 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-15T01:53:52.969 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-15T01:53:52.969 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-15T01:53:52.969 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-15T01:53:52.969 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-15T01:53:52.969 INFO:teuthology.orchestra.run.smithi073.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-15T01:53:52.969 INFO:teuthology.orchestra.run.smithi073.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-15T01:53:52.969 INFO:teuthology.orchestra.run.smithi073.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-15T01:53:52.969 INFO:teuthology.orchestra.run.smithi073.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-15T01:53:52.969 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-15T01:53:52.969 INFO:teuthology.orchestra.run.smithi073.stdout: python3-ply-3.11-14.el9.noarch 2024-04-15T01:53:52.969 INFO:teuthology.orchestra.run.smithi073.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-15T01:53:52.970 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-15T01:53:52.970 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-15T01:53:52.970 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-15T01:53:52.970 INFO:teuthology.orchestra.run.smithi073.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-15T01:53:52.970 INFO:teuthology.orchestra.run.smithi073.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-15T01:53:52.970 INFO:teuthology.orchestra.run.smithi073.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-15T01:53:52.970 INFO:teuthology.orchestra.run.smithi073.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-15T01:53:52.970 INFO:teuthology.orchestra.run.smithi073.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-15T01:53:52.970 INFO:teuthology.orchestra.run.smithi073.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-15T01:53:52.970 INFO:teuthology.orchestra.run.smithi073.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-15T01:53:52.970 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:53:52.970 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:53:53.002 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T01:53:53.002 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:53:53.003 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-15T01:53:53.003 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:53.003 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:53:53.003 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:53:53.245 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-mgr 2024-04-15T01:53:53.299 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph-base 2024-04-15T01:53:53.851 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:06 ago on Mon 15 Apr 2024 01:52:47 AM UTC. 2024-04-15T01:53:53.891 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:08 ago on Mon 15 Apr 2024 01:52:45 AM UTC. 2024-04-15T01:53:54.140 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:53:54.141 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:53:54.141 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:53:54.141 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.141 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:53:54.141 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.141 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:53:54.141 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.141 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:53:54.141 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.141 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:53:54.142 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.142 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:53:54.142 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.142 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:53:54.142 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.142 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:53:54.142 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.142 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:53:54.142 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.143 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:53:54.144 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.144 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:53:54.144 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.144 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:53:54.144 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.144 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:53:54.144 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.144 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:53:54.144 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.144 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:53:54.144 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.144 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:53:54.145 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.145 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:53:54.145 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.145 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:53:54.145 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.145 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:53:54.145 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.145 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:53:54.145 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.145 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:53:54.145 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.145 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:53:54.145 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.145 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:53:54.146 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.146 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:53:54.146 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.146 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:53:54.146 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.146 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:53:54.146 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.146 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:53:54.146 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.146 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:53:54.146 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.146 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:53:54.146 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.147 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:53:54.147 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.147 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:53:54.147 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.147 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:53:54.147 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.147 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:53:54.147 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.147 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:53:54.147 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.147 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:53:54.147 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.147 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:53:54.148 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.148 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:53:54.148 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.148 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.148 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.148 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:53:54.148 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.148 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.148 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.148 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.148 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:53:54.148 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.148 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.148 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.149 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.149 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.149 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.149 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:53:54.149 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.149 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.149 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.149 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.149 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:53:54.149 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.149 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.149 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.149 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.149 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:53:54.150 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.150 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.150 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.150 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.150 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:53:54.150 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.150 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.150 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.150 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.150 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:53:54.150 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.150 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.150 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.150 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.151 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:53:54.151 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.151 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.151 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.151 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.151 INFO:teuthology.orchestra.run.smithi155.stdout:Package ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:53:54.179 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:53:54.179 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:53:54.180 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:53:54.180 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.180 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:53:54.180 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.180 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:53:54.180 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.180 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:53:54.180 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.180 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:53:54.180 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.180 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:53:54.180 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.180 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:53:54.181 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.181 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:53:54.181 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.181 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:53:54.181 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.181 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:53:54.181 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.181 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:53:54.181 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.181 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:53:54.181 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.181 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:53:54.181 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.181 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:53:54.181 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.182 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:53:54.182 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.182 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:53:54.182 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.182 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:53:54.182 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.182 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:53:54.182 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.182 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:53:54.182 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.182 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:53:54.182 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.182 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:53:54.183 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.183 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:53:54.183 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.183 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:53:54.183 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.183 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:53:54.183 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.183 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:53:54.183 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.183 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:53:54.183 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.183 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:53:54.183 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.183 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:53:54.184 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.184 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:53:54.184 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.184 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:53:54.184 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.184 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:53:54.184 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.184 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:53:54.184 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.184 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:53:54.184 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.184 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:53:54.184 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.184 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:53:54.185 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.185 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:53:54.185 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.185 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:53:54.185 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.185 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.185 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.185 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:53:54.185 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.185 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.185 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.185 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.185 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:53:54.185 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.185 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.186 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.186 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.186 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.186 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.186 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:53:54.186 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.186 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.186 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.186 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.186 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:53:54.186 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.186 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.186 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.187 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.187 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:53:54.187 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.187 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.187 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.187 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.187 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:53:54.187 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.187 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.187 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.187 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.187 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:53:54.187 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.187 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.188 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.188 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.188 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:53:54.188 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.188 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.188 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.188 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:53:54.188 INFO:teuthology.orchestra.run.smithi073.stdout:Package ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:53:54.209 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:53:54.210 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2024-04-15T01:53:54.210 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:53:54.249 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:53:54.250 INFO:teuthology.orchestra.run.smithi073.stdout:Nothing to do. 2024-04-15T01:53:54.250 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:53:54.284 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-mgr-dashboard 2024-04-15T01:53:54.328 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install cephadm 2024-04-15T01:53:54.877 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:07 ago on Mon 15 Apr 2024 01:52:47 AM UTC. 2024-04-15T01:53:54.917 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:09 ago on Mon 15 Apr 2024 01:52:45 AM UTC. 2024-04-15T01:53:55.168 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:53:55.168 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:53:55.168 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:53:55.168 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.168 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:53:55.169 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.169 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:53:55.169 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.169 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:53:55.169 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.169 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:53:55.169 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.169 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:53:55.169 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.169 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:53:55.169 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.169 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:53:55.169 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.170 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:53:55.170 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.170 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:53:55.170 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.170 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:53:55.170 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.170 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:53:55.170 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.170 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:53:55.170 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.170 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:53:55.170 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.170 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:53:55.170 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.171 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:53:55.171 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.171 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:53:55.171 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.171 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:53:55.171 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.171 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:53:55.171 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.171 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:53:55.171 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.171 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:53:55.171 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.171 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:53:55.172 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.172 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:53:55.172 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.172 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:53:55.172 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.172 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:53:55.172 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.172 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:53:55.172 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.172 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:53:55.172 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.172 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:53:55.173 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.173 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:53:55.173 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.173 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:53:55.173 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.173 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:53:55.173 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.173 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:53:55.173 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.173 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:53:55.173 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.173 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:53:55.173 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.174 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:53:55.174 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.174 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:53:55.174 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.174 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:53:55.174 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.174 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.174 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.174 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:53:55.174 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.174 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.174 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.174 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.175 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:53:55.175 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.175 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.175 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.175 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.175 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.175 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.175 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:53:55.175 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.175 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.176 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.176 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.176 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:53:55.176 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.176 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.176 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.176 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.176 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:53:55.176 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.176 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.176 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.176 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.176 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:53:55.177 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.177 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.177 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.177 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.177 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:53:55.177 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.177 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.177 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.177 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.177 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:53:55.177 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.177 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.177 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.177 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.208 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:53:55.208 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:53:55.208 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:53:55.208 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.208 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:53:55.208 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.208 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:53:55.208 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.209 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:53:55.209 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.209 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:53:55.209 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.209 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:53:55.209 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.209 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:53:55.209 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.209 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:53:55.209 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.209 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:53:55.209 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.210 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:53:55.210 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.210 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:53:55.210 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.210 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:53:55.210 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.210 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:53:55.210 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.210 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:53:55.210 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.210 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:53:55.210 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.210 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:53:55.210 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.211 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:53:55.211 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.211 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:53:55.211 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.211 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:53:55.211 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.211 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:53:55.211 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.211 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:53:55.211 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.211 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:53:55.211 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.211 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:53:55.211 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.212 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:53:55.212 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.212 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:53:55.212 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.212 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:53:55.212 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.212 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:53:55.212 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.212 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:53:55.212 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.212 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:53:55.212 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.212 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:53:55.212 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.213 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:53:55.213 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.213 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:53:55.213 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.213 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:53:55.213 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.213 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:53:55.213 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.213 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:53:55.213 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.213 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:53:55.213 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.214 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:53:55.214 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.214 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.214 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.214 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:53:55.214 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.214 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.214 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.214 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.214 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:53:55.214 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.214 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.214 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.214 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.215 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.215 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.215 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:53:55.215 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.215 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.215 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.215 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.215 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:53:55.215 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.215 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.215 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.215 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.215 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:53:55.215 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.216 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.216 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.216 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.216 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:53:55.216 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.216 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.216 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.216 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.216 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:53:55.216 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.216 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.216 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.216 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.216 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:53:55.217 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.217 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.217 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.217 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:53:55.238 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:53:55.239 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:53:55.239 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2024-04-15T01:53:55.239 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:53:55.239 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-15T01:53:55.239 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 3.5 M 2024-04-15T01:53:55.239 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2024-04-15T01:53:55.239 INFO:teuthology.orchestra.run.smithi155.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-15T01:53:55.239 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 32 k 2024-04-15T01:53:55.239 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 15 k 2024-04-15T01:53:55.239 INFO:teuthology.orchestra.run.smithi155.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-15T01:53:55.239 INFO:teuthology.orchestra.run.smithi155.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-15T01:53:55.239 INFO:teuthology.orchestra.run.smithi155.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-15T01:53:55.240 INFO:teuthology.orchestra.run.smithi155.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-15T01:53:55.240 INFO:teuthology.orchestra.run.smithi155.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-15T01:53:55.240 INFO:teuthology.orchestra.run.smithi155.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-15T01:53:55.240 INFO:teuthology.orchestra.run.smithi155.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-15T01:53:55.240 INFO:teuthology.orchestra.run.smithi155.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-15T01:53:55.240 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:53:55.240 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-15T01:53:55.240 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:53:55.240 INFO:teuthology.orchestra.run.smithi155.stdout:Install 12 Packages 2024-04-15T01:53:55.240 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:53:55.241 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 8.6 M 2024-04-15T01:53:55.241 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 103 M 2024-04-15T01:53:55.241 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-15T01:53:55.277 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:53:55.278 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:53:55.278 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repository Size 2024-04-15T01:53:55.278 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:53:55.278 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-04-15T01:53:55.278 INFO:teuthology.orchestra.run.smithi073.stdout: cephadm noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 749 k 2024-04-15T01:53:55.278 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:53:55.278 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-04-15T01:53:55.278 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:53:55.278 INFO:teuthology.orchestra.run.smithi073.stdout:Install 1 Package 2024-04-15T01:53:55.278 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:53:55.278 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 749 k 2024-04-15T01:53:55.278 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 755 k 2024-04-15T01:53:55.278 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-04-15T01:53:55.599 INFO:teuthology.orchestra.run.smithi073.stdout:cephadm-19.0.0-2114.ga9a752df.el7.noarch.rpm 2.3 MB/s | 749 kB 00:00 2024-04-15T01:53:55.600 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:53:55.600 INFO:teuthology.orchestra.run.smithi073.stdout:Total 2.3 MB/s | 749 kB 00:00 2024-04-15T01:53:55.600 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-04-15T01:53:55.605 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-04-15T01:53:55.605 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-04-15T01:53:55.611 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-04-15T01:53:55.611 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-04-15T01:53:55.681 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-04-15T01:53:56.009 INFO:teuthology.orchestra.run.smithi155.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2114.ga9 167 kB/s | 32 kB 00:00 2024-04-15T01:53:56.035 INFO:teuthology.orchestra.run.smithi155.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2114.ga9a 71 kB/s | 15 kB 00:00 2024-04-15T01:53:56.157 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T01:53:56.193 INFO:teuthology.orchestra.run.smithi155.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.7 MB/s | 269 kB 00:00 2024-04-15T01:53:56.237 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T01:53:56.310 INFO:teuthology.orchestra.run.smithi155.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 3.4 MB/s | 1.0 MB 00:00 2024-04-15T01:53:56.469 INFO:teuthology.orchestra.run.smithi155.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 3.1 MB/s | 863 kB 00:00 2024-04-15T01:53:56.552 INFO:teuthology.orchestra.run.smithi155.stdout:(6/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 2.2 MB/s | 548 kB 00:00 2024-04-15T01:53:56.577 INFO:teuthology.orchestra.run.smithi155.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 179 kB/s | 19 kB 00:00 2024-04-15T01:53:56.621 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T01:53:56.678 INFO:teuthology.orchestra.run.smithi155.stdout:(8/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 16 MB/s | 2.0 MB 00:00 2024-04-15T01:53:56.703 INFO:teuthology.orchestra.run.smithi155.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.1 MB/s | 144 kB 00:00 2024-04-15T01:53:56.720 INFO:teuthology.orchestra.run.smithi155.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 730 kB/s | 31 kB 00:00 2024-04-15T01:53:56.779 INFO:teuthology.orchestra.run.smithi155.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.5 MB/s | 188 kB 00:00 2024-04-15T01:53:56.887 INFO:teuthology.orchestra.run.smithi155.stdout:(12/12): ceph-mgr-dashboard-19.0.0-2114.ga9a752 3.3 MB/s | 3.5 MB 00:01 2024-04-15T01:53:56.890 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:53:56.890 INFO:teuthology.orchestra.run.smithi155.stdout:Total 5.2 MB/s | 8.6 MB 00:01 2024-04-15T01:53:56.905 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T01:53:56.906 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:53:56.906 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-04-15T01:53:56.906 INFO:teuthology.orchestra.run.smithi073.stdout: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:53:56.906 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:53:56.906 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:53:56.938 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-15T01:53:56.956 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-15T01:53:56.956 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-15T01:53:57.146 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-15T01:53:57.147 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-15T01:53:57.152 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph-immutable-object-cache 2024-04-15T01:53:57.698 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-15T01:53:57.758 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:12 ago on Mon 15 Apr 2024 01:52:45 AM UTC. 2024-04-15T01:53:57.771 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-15T01:53:57.783 INFO:teuthology.orchestra.run.smithi105.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 761 kB/s | 6.0 MB 00:08 2024-04-15T01:53:57.785 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:53:57.786 INFO:teuthology.orchestra.run.smithi105.stdout:Total 861 kB/s | 7.0 MB 00:08 2024-04-15T01:53:57.806 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-15T01:53:57.854 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-15T01:53:57.860 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2024-04-15T01:53:57.871 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2024-04-15T01:53:57.871 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2024-04-15T01:53:57.884 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-15T01:53:57.976 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2024-04-15T01:53:57.977 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2024-04-15T01:53:57.987 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-15T01:53:58.047 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:53:58.047 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:53:58.047 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:53:58.047 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.047 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:53:58.047 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.047 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:53:58.047 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.047 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:53:58.048 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.048 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:53:58.048 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.048 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:53:58.048 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.048 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:53:58.048 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.048 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:53:58.048 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.048 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:53:58.048 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.048 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:53:58.049 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.049 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:53:58.049 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.049 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:53:58.049 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.049 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:53:58.049 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.049 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:53:58.049 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.049 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:53:58.049 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.049 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:53:58.050 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.050 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:53:58.050 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.050 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:53:58.050 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.050 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:53:58.050 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.050 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:53:58.050 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.050 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:53:58.050 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.050 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:53:58.051 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.051 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:53:58.051 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.051 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:53:58.051 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.051 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:53:58.051 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.051 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:53:58.051 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.051 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:53:58.051 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.051 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:53:58.051 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.051 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:53:58.052 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.052 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:53:58.052 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.052 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:53:58.052 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.052 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:53:58.052 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.052 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:53:58.052 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.052 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:53:58.052 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.052 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:53:58.052 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.052 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:53:58.052 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.053 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:53:58.053 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.053 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.053 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.053 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:53:58.053 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.053 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.053 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.053 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.053 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:53:58.053 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.053 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.053 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.053 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.054 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.054 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.054 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:53:58.054 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.054 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.054 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.054 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.054 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:53:58.054 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.054 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.054 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.055 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.055 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:53:58.055 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.055 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.055 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.055 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.055 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:53:58.055 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.055 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.055 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.055 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.055 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:53:58.055 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.055 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.056 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.056 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.056 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:53:58.056 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.056 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.056 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.056 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:53:58.110 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-15T01:53:58.114 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:53:58.115 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:53:58.115 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repo Size 2024-04-15T01:53:58.115 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:53:58.115 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-04-15T01:53:58.116 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 145 k 2024-04-15T01:53:58.116 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:53:58.116 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-04-15T01:53:58.116 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:53:58.116 INFO:teuthology.orchestra.run.smithi073.stdout:Install 1 Package 2024-04-15T01:53:58.116 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:53:58.117 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 145 k 2024-04-15T01:53:58.117 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 435 k 2024-04-15T01:53:58.117 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-04-15T01:53:58.221 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-15T01:53:58.272 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-15T01:53:58.283 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2024-04-15T01:53:58.301 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-15T01:53:58.332 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7 10/12 2024-04-15T01:53:58.430 INFO:teuthology.orchestra.run.smithi073.stdout:ceph-immutable-object-cache-19.0.0-2114.ga9a752 461 kB/s | 145 kB 00:00 2024-04-15T01:53:58.430 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:53:58.431 INFO:teuthology.orchestra.run.smithi073.stdout:Total 459 kB/s | 145 kB 00:00 2024-04-15T01:53:58.431 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-04-15T01:53:58.438 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-04-15T01:53:58.438 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-04-15T01:53:58.457 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-15T01:53:58.490 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-04-15T01:53:58.490 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-04-15T01:53:58.501 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-15T01:53:58.644 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-04-15T01:53:58.706 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T01:53:58.730 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T01:53:58.731 INFO:teuthology.orchestra.run.smithi073.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:53:58.731 INFO:teuthology.orchestra.run.smithi073.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-15T01:53:58.731 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:53:59.018 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-15T01:53:59.096 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-15T01:53:59.157 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-15T01:53:59.180 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 6/6 2024-04-15T01:53:59.384 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el 11/12 2024-04-15T01:53:59.425 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 12/12 2024-04-15T01:53:59.712 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T01:53:59.712 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:53:59.712 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-04-15T01:53:59.712 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:53:59.712 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:53:59.712 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:53:59.967 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph-mgr 2024-04-15T01:53:59.999 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 6/6 2024-04-15T01:53:59.999 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/6 2024-04-15T01:53:59.999 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-15T01:53:59.999 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-15T01:53:59.999 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-15T01:53:59.999 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-15T01:54:00.327 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-15T01:54:00.327 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:54:00.327 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2024-04-15T01:54:00.327 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:54:00.327 INFO:teuthology.orchestra.run.smithi105.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-15T01:54:00.327 INFO:teuthology.orchestra.run.smithi105.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-15T01:54:00.327 INFO:teuthology.orchestra.run.smithi105.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-15T01:54:00.327 INFO:teuthology.orchestra.run.smithi105.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-15T01:54:00.327 INFO:teuthology.orchestra.run.smithi105.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-15T01:54:00.327 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:54:00.327 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-04-15T01:54:00.567 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:15 ago on Mon 15 Apr 2024 01:52:45 AM UTC. 2024-04-15T01:54:00.612 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install ceph-fuse 2024-04-15T01:54:00.705 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 12/12 2024-04-15T01:54:00.705 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el 1/12 2024-04-15T01:54:00.705 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 2/12 2024-04-15T01:54:00.706 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7 3/12 2024-04-15T01:54:00.706 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-15T01:54:00.706 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-15T01:54:00.706 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-15T01:54:00.706 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-15T01:54:00.706 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-15T01:54:00.706 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-15T01:54:00.706 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-15T01:54:00.706 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-15T01:54:00.857 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:54:00.857 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:54:00.858 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:54:00.858 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.858 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:54:00.858 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.858 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:54:00.858 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.858 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:54:00.858 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.858 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:54:00.858 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.858 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:54:00.858 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.859 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:54:00.859 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.859 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:54:00.859 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.859 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:54:00.859 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.859 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:54:00.859 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.859 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:54:00.859 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.859 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:54:00.859 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.859 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:54:00.859 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.860 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:54:00.860 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.860 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:54:00.860 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.860 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:54:00.860 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.860 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:54:00.860 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.860 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:54:00.860 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.860 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:54:00.860 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.860 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:54:00.860 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.861 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:54:00.861 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.861 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:54:00.861 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.861 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:54:00.861 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.861 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:54:00.861 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.861 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:54:00.861 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.861 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:54:00.861 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.861 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:54:00.862 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.862 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:54:00.862 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.862 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:54:00.862 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.862 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:54:00.862 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.862 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:54:00.862 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.862 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:54:00.862 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.862 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:54:00.862 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.863 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:54:00.863 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.863 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:54:00.863 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.863 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:54:00.863 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.863 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:54:00.863 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.863 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.864 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.864 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:54:00.864 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.864 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.864 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.864 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.864 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:54:00.864 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.865 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.865 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.865 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.865 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.865 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.865 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:54:00.865 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.866 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.866 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.866 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.866 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:54:00.866 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.866 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.866 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.866 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.866 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:54:00.866 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.866 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.866 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.866 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.867 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:54:00.867 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.867 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.867 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.867 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.867 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:54:00.867 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.867 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.867 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.867 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.867 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:54:00.867 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.867 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.867 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.868 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:54:00.868 INFO:teuthology.orchestra.run.smithi073.stdout:Package ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:54:00.926 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:54:00.927 INFO:teuthology.orchestra.run.smithi073.stdout:Nothing to do. 2024-04-15T01:54:00.927 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:54:01.000 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph-mgr-dashboard 2024-04-15T01:54:01.086 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-15T01:54:01.086 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:54:01.086 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-15T01:54:01.087 INFO:teuthology.orchestra.run.smithi155.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-15T01:54:01.087 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:54:01.087 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:54:01.087 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:54:01.087 INFO:teuthology.orchestra.run.smithi155.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-15T01:54:01.087 INFO:teuthology.orchestra.run.smithi155.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-15T01:54:01.087 INFO:teuthology.orchestra.run.smithi155.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-15T01:54:01.087 INFO:teuthology.orchestra.run.smithi155.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-15T01:54:01.087 INFO:teuthology.orchestra.run.smithi155.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-15T01:54:01.087 INFO:teuthology.orchestra.run.smithi155.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-15T01:54:01.087 INFO:teuthology.orchestra.run.smithi155.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-15T01:54:01.087 INFO:teuthology.orchestra.run.smithi155.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-15T01:54:01.087 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:54:01.088 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:54:01.218 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:44 ago on Mon 15 Apr 2024 01:52:17 AM UTC. 2024-04-15T01:54:01.361 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-15T01:54:01.509 INFO:teuthology.orchestra.run.smithi105.stderr:Modular dependency problems: 2024-04-15T01:54:01.510 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-04-15T01:54:01.510 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 1: conflicting requests 2024-04-15T01:54:01.510 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.510 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 2: conflicting requests 2024-04-15T01:54:01.510 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.510 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 3: conflicting requests 2024-04-15T01:54:01.510 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.510 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 4: conflicting requests 2024-04-15T01:54:01.510 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.510 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 5: conflicting requests 2024-04-15T01:54:01.510 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.511 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 6: conflicting requests 2024-04-15T01:54:01.511 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.511 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 7: conflicting requests 2024-04-15T01:54:01.511 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.511 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 8: conflicting requests 2024-04-15T01:54:01.511 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.511 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 9: conflicting requests 2024-04-15T01:54:01.511 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.511 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 10: conflicting requests 2024-04-15T01:54:01.511 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.511 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 11: conflicting requests 2024-04-15T01:54:01.511 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.511 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 12: conflicting requests 2024-04-15T01:54:01.511 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.512 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 13: conflicting requests 2024-04-15T01:54:01.512 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.512 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 14: conflicting requests 2024-04-15T01:54:01.512 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.512 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 15: conflicting requests 2024-04-15T01:54:01.512 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.512 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 16: conflicting requests 2024-04-15T01:54:01.512 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.512 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 17: conflicting requests 2024-04-15T01:54:01.512 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.512 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 18: conflicting requests 2024-04-15T01:54:01.512 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.512 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 19: conflicting requests 2024-04-15T01:54:01.513 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.513 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 20: conflicting requests 2024-04-15T01:54:01.513 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.513 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 21: conflicting requests 2024-04-15T01:54:01.513 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.513 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 22: conflicting requests 2024-04-15T01:54:01.513 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.513 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 23: conflicting requests 2024-04-15T01:54:01.513 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.513 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 24: conflicting requests 2024-04-15T01:54:01.513 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.513 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 25: conflicting requests 2024-04-15T01:54:01.513 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.513 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 26: conflicting requests 2024-04-15T01:54:01.514 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.514 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 27: conflicting requests 2024-04-15T01:54:01.514 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.514 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 28: conflicting requests 2024-04-15T01:54:01.514 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.514 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 29: conflicting requests 2024-04-15T01:54:01.514 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.514 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 30: conflicting requests 2024-04-15T01:54:01.514 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.514 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 31: conflicting requests 2024-04-15T01:54:01.514 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.514 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 32: conflicting requests 2024-04-15T01:54:01.514 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.515 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 33: conflicting requests 2024-04-15T01:54:01.515 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.515 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 34: conflicting requests 2024-04-15T01:54:01.515 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.515 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 35: conflicting requests 2024-04-15T01:54:01.515 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.515 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 36: conflicting requests 2024-04-15T01:54:01.515 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.515 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 37: conflicting requests 2024-04-15T01:54:01.515 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.515 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.515 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.516 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:54:01.516 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.516 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.516 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.516 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.516 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 39: conflicting requests 2024-04-15T01:54:01.516 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.516 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.516 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.516 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.516 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.517 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.517 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:54:01.517 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.517 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.517 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.517 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.517 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:54:01.517 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.517 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.517 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.517 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.517 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:54:01.517 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.518 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.518 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.518 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.518 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:54:01.518 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.518 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.518 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.518 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.518 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:54:01.518 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.518 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.518 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.518 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.519 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:54:01.519 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.519 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.519 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.519 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.580 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-04-15T01:54:01.581 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:54:01.581 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repository Size 2024-04-15T01:54:01.581 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:54:01.581 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2024-04-15T01:54:01.582 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-fuse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 891 k 2024-04-15T01:54:01.582 INFO:teuthology.orchestra.run.smithi105.stdout:Installing dependencies: 2024-04-15T01:54:01.582 INFO:teuthology.orchestra.run.smithi105.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-15T01:54:01.582 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:54:01.582 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-04-15T01:54:01.582 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:54:01.582 INFO:teuthology.orchestra.run.smithi105.stdout:Install 2 Packages 2024-04-15T01:54:01.583 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:54:01.583 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 971 k 2024-04-15T01:54:01.583 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 2.8 M 2024-04-15T01:54:01.583 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2024-04-15T01:54:01.593 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:16 ago on Mon 15 Apr 2024 01:52:45 AM UTC. 2024-04-15T01:54:01.882 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:54:01.882 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:54:01.882 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:54:01.882 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.882 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:54:01.882 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.882 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:54:01.882 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.882 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:54:01.882 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.882 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:54:01.883 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.883 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:54:01.883 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.883 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:54:01.883 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.883 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:54:01.883 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.883 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:54:01.883 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.883 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:54:01.883 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.883 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:54:01.884 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.884 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:54:01.884 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.884 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:54:01.884 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.884 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:54:01.885 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.885 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:54:01.885 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.885 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:54:01.885 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.885 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:54:01.885 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.886 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:54:01.886 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.886 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:54:01.886 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.886 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:54:01.886 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.886 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:54:01.887 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.887 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:54:01.887 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.887 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:54:01.887 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.887 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:54:01.888 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.888 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:54:01.888 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.888 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:54:01.888 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.888 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:54:01.889 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.889 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:54:01.889 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.889 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:54:01.889 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.889 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:54:01.889 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.889 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:54:01.890 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.890 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:54:01.890 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.890 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:54:01.890 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.890 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:54:01.890 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.891 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:54:01.891 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.891 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:54:01.891 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.891 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:54:01.891 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.891 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.892 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.892 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:54:01.892 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.892 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.892 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.892 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.893 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:54:01.893 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.893 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.893 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.893 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.893 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.894 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.894 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:54:01.894 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.894 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.894 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.894 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.894 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:54:01.894 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.895 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.895 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.895 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.895 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:54:01.895 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.895 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.895 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.895 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.895 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:54:01.895 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.895 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.895 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.896 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.896 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:54:01.896 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.896 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.896 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.896 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.896 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:54:01.896 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.896 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.896 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.896 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:54:01.951 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:54:01.952 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:54:01.952 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repository Size 2024-04-15T01:54:01.952 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:54:01.952 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-04-15T01:54:01.953 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 3.5 M 2024-04-15T01:54:01.953 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2024-04-15T01:54:01.953 INFO:teuthology.orchestra.run.smithi073.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-15T01:54:01.953 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 32 k 2024-04-15T01:54:01.953 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 15 k 2024-04-15T01:54:01.953 INFO:teuthology.orchestra.run.smithi073.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-15T01:54:01.953 INFO:teuthology.orchestra.run.smithi073.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-15T01:54:01.953 INFO:teuthology.orchestra.run.smithi073.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-15T01:54:01.953 INFO:teuthology.orchestra.run.smithi073.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-15T01:54:01.953 INFO:teuthology.orchestra.run.smithi073.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-15T01:54:01.953 INFO:teuthology.orchestra.run.smithi073.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-15T01:54:01.953 INFO:teuthology.orchestra.run.smithi073.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-15T01:54:01.953 INFO:teuthology.orchestra.run.smithi073.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-15T01:54:01.954 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:54:01.954 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-04-15T01:54:01.954 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:54:01.954 INFO:teuthology.orchestra.run.smithi073.stdout:Install 12 Packages 2024-04-15T01:54:01.954 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:54:01.954 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:14 ago on Mon 15 Apr 2024 01:52:47 AM UTC. 2024-04-15T01:54:01.955 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 8.6 M 2024-04-15T01:54:01.955 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 103 M 2024-04-15T01:54:01.955 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-04-15T01:54:02.246 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:54:02.246 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:54:02.246 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:54:02.246 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.246 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:54:02.246 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.246 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:54:02.246 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.246 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:54:02.246 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.247 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:54:02.247 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.247 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:54:02.247 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.247 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:54:02.247 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.247 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:54:02.247 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.247 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:54:02.247 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.247 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:54:02.247 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.247 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:54:02.247 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.248 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:54:02.248 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.248 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:54:02.248 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.248 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:54:02.248 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.248 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:54:02.248 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.248 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:54:02.248 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.248 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:54:02.248 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.248 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:54:02.249 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.249 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:54:02.249 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.249 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:54:02.249 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.249 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:54:02.249 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.249 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:54:02.250 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.250 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:54:02.250 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.250 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:54:02.250 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.250 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:54:02.250 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.251 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:54:02.251 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.251 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:54:02.251 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.251 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:54:02.251 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.251 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:54:02.251 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.252 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:54:02.252 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.252 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:54:02.252 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.252 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:54:02.252 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.252 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:54:02.252 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.253 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:54:02.253 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.253 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:54:02.253 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.253 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:54:02.253 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.254 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:54:02.254 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.254 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.254 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.254 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:54:02.254 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.254 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.254 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.254 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.254 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:54:02.255 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.255 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.255 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.255 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.255 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.255 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.255 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:54:02.255 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.255 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.256 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.256 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.256 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:54:02.256 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.256 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.256 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.256 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.256 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:54:02.256 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.256 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.256 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.256 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.256 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:54:02.256 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.257 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.257 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.257 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.257 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:54:02.257 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.257 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.257 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.257 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.257 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:54:02.257 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.257 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.257 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.257 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:54:02.302 INFO:teuthology.orchestra.run.smithi105.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 193 kB/s | 80 kB 00:00 2024-04-15T01:54:02.315 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:54:02.317 INFO:teuthology.orchestra.run.smithi155.stdout:======================================================================================= 2024-04-15T01:54:02.317 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2024-04-15T01:54:02.317 INFO:teuthology.orchestra.run.smithi155.stdout:======================================================================================= 2024-04-15T01:54:02.317 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-15T01:54:02.317 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 7.4 M 2024-04-15T01:54:02.317 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2024-04-15T01:54:02.317 INFO:teuthology.orchestra.run.smithi155.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-15T01:54:02.317 INFO:teuthology.orchestra.run.smithi155.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-15T01:54:02.317 INFO:teuthology.orchestra.run.smithi155.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-15T01:54:02.317 INFO:teuthology.orchestra.run.smithi155.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-15T01:54:02.317 INFO:teuthology.orchestra.run.smithi155.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-15T01:54:02.317 INFO:teuthology.orchestra.run.smithi155.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-15T01:54:02.317 INFO:teuthology.orchestra.run.smithi155.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-15T01:54:02.318 INFO:teuthology.orchestra.run.smithi155.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-15T01:54:02.318 INFO:teuthology.orchestra.run.smithi155.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-15T01:54:02.318 INFO:teuthology.orchestra.run.smithi155.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-15T01:54:02.318 INFO:teuthology.orchestra.run.smithi155.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-15T01:54:02.318 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:54:02.318 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-15T01:54:02.318 INFO:teuthology.orchestra.run.smithi155.stdout:======================================================================================= 2024-04-15T01:54:02.318 INFO:teuthology.orchestra.run.smithi155.stdout:Install 12 Packages 2024-04-15T01:54:02.318 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:54:02.319 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 38 M 2024-04-15T01:54:02.319 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 209 M 2024-04-15T01:54:02.319 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-15T01:54:02.335 INFO:teuthology.orchestra.run.smithi105.stdout:(2/2): ceph-fuse-19.0.0-2114.ga9a752df.el7.x86_ 1.9 MB/s | 891 kB 00:00 2024-04-15T01:54:02.336 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:54:02.336 INFO:teuthology.orchestra.run.smithi105.stdout:Total 1.3 MB/s | 971 kB 00:00 2024-04-15T01:54:02.347 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2024-04-15T01:54:02.369 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2024-04-15T01:54:02.369 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2024-04-15T01:54:02.447 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2024-04-15T01:54:02.447 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2024-04-15T01:54:02.628 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2024-04-15T01:54:02.701 INFO:teuthology.orchestra.run.smithi073.stdout:(1/12): ceph-prometheus-alerts-19.0.0-2114.ga9a 75 kB/s | 15 kB 00:00 2024-04-15T01:54:02.779 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-15T01:54:02.801 INFO:teuthology.orchestra.run.smithi073.stdout:(2/12): ceph-grafana-dashboards-19.0.0-2114.ga9 104 kB/s | 32 kB 00:00 2024-04-15T01:54:02.852 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2/2 2024-04-15T01:54:02.943 INFO:teuthology.orchestra.run.smithi073.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.2 MB/s | 1.0 MB 00:00 2024-04-15T01:54:02.968 INFO:teuthology.orchestra.run.smithi073.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.6 MB/s | 269 kB 00:00 2024-04-15T01:54:02.971 INFO:teuthology.orchestra.run.smithi155.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 372 kB/s | 195 kB 00:00 2024-04-15T01:54:03.118 INFO:teuthology.orchestra.run.smithi073.stdout:(5/12): ceph-mgr-dashboard-19.0.0-2114.ga9a752d 5.7 MB/s | 3.5 MB 00:00 2024-04-15T01:54:03.235 INFO:teuthology.orchestra.run.smithi073.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 2.9 MB/s | 863 kB 00:00 2024-04-15T01:54:03.269 INFO:teuthology.orchestra.run.smithi073.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 129 kB/s | 19 kB 00:00 2024-04-15T01:54:03.271 INFO:teuthology.orchestra.run.smithi155.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 973 kB/s | 803 kB 00:00 2024-04-15T01:54:03.422 INFO:teuthology.orchestra.run.smithi155.stdout:(3/12): ceph-mgr-diskprediction-local-19.0.0-21 7.6 MB/s | 7.4 MB 00:00 2024-04-15T01:54:03.469 INFO:teuthology.orchestra.run.smithi073.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 722 kB/s | 144 kB 00:00 2024-04-15T01:54:03.495 INFO:teuthology.orchestra.run.smithi073.stdout:(9/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.0 MB/s | 548 kB 00:00 2024-04-15T01:54:03.520 INFO:teuthology.orchestra.run.smithi073.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 611 kB/s | 31 kB 00:00 2024-04-15T01:54:03.525 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2/2 2024-04-15T01:54:03.525 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/2 2024-04-15T01:54:03.620 INFO:teuthology.orchestra.run.smithi073.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.5 MB/s | 188 kB 00:00 2024-04-15T01:54:03.622 INFO:teuthology.orchestra.run.smithi155.stdout:(4/12): flexiblas-3.0.4-8.el9.x86_64.rpm 50 kB/s | 33 kB 00:00 2024-04-15T01:54:03.695 INFO:teuthology.orchestra.run.smithi073.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 4.4 MB/s | 2.0 MB 00:00 2024-04-15T01:54:03.804 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:54:03.804 INFO:teuthology.orchestra.run.smithi073.stdout:Total 4.9 MB/s | 8.6 MB 00:01 2024-04-15T01:54:03.804 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-04-15T01:54:03.805 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-04-15T01:54:03.805 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-04-15T01:54:03.879 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-15T01:54:03.880 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:54:03.880 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2024-04-15T01:54:03.880 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-15T01:54:03.880 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:54:03.880 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-04-15T01:54:03.945 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-04-15T01:54:03.945 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-04-15T01:54:03.964 INFO:teuthology.orchestra.run.smithi155.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 34 kB/s | 18 kB 00:00 2024-04-15T01:54:04.188 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install ceph-volume 2024-04-15T01:54:04.248 INFO:teuthology.orchestra.run.smithi155.stdout:(6/12): openblas-0.3.21-2.el9.x86_64.rpm 56 kB/s | 35 kB 00:00 2024-04-15T01:54:04.475 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-04-15T01:54:04.579 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-15T01:54:04.623 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-15T01:54:04.670 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-15T01:54:04.700 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-15T01:54:04.792 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-15T01:54:04.801 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:47 ago on Mon 15 Apr 2024 01:52:17 AM UTC. 2024-04-15T01:54:04.917 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-15T01:54:05.011 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-15T01:54:05.054 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-15T01:54:05.083 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-15T01:54:05.089 INFO:teuthology.orchestra.run.smithi105.stderr:Modular dependency problems: 2024-04-15T01:54:05.089 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-04-15T01:54:05.089 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 1: conflicting requests 2024-04-15T01:54:05.089 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.089 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 2: conflicting requests 2024-04-15T01:54:05.089 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.089 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 3: conflicting requests 2024-04-15T01:54:05.089 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.089 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 4: conflicting requests 2024-04-15T01:54:05.090 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.090 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 5: conflicting requests 2024-04-15T01:54:05.090 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.090 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 6: conflicting requests 2024-04-15T01:54:05.090 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.090 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 7: conflicting requests 2024-04-15T01:54:05.090 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.090 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 8: conflicting requests 2024-04-15T01:54:05.090 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.090 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 9: conflicting requests 2024-04-15T01:54:05.090 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.090 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 10: conflicting requests 2024-04-15T01:54:05.090 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.091 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 11: conflicting requests 2024-04-15T01:54:05.091 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.091 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 12: conflicting requests 2024-04-15T01:54:05.091 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.091 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 13: conflicting requests 2024-04-15T01:54:05.091 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.091 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 14: conflicting requests 2024-04-15T01:54:05.091 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.091 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 15: conflicting requests 2024-04-15T01:54:05.091 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.091 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 16: conflicting requests 2024-04-15T01:54:05.091 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.091 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 17: conflicting requests 2024-04-15T01:54:05.091 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.092 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 18: conflicting requests 2024-04-15T01:54:05.092 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.092 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 19: conflicting requests 2024-04-15T01:54:05.092 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.092 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 20: conflicting requests 2024-04-15T01:54:05.092 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.092 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 21: conflicting requests 2024-04-15T01:54:05.092 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.092 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 22: conflicting requests 2024-04-15T01:54:05.092 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.092 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 23: conflicting requests 2024-04-15T01:54:05.092 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.092 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 24: conflicting requests 2024-04-15T01:54:05.093 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.093 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 25: conflicting requests 2024-04-15T01:54:05.093 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.093 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 26: conflicting requests 2024-04-15T01:54:05.093 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.093 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 27: conflicting requests 2024-04-15T01:54:05.093 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.093 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 28: conflicting requests 2024-04-15T01:54:05.093 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.093 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 29: conflicting requests 2024-04-15T01:54:05.093 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.093 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 30: conflicting requests 2024-04-15T01:54:05.093 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.094 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 31: conflicting requests 2024-04-15T01:54:05.094 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.094 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 32: conflicting requests 2024-04-15T01:54:05.094 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.094 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 33: conflicting requests 2024-04-15T01:54:05.094 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.094 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 34: conflicting requests 2024-04-15T01:54:05.094 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.094 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 35: conflicting requests 2024-04-15T01:54:05.094 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.095 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 36: conflicting requests 2024-04-15T01:54:05.095 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.095 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 37: conflicting requests 2024-04-15T01:54:05.095 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.095 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.095 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.095 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:54:05.095 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.095 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.095 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.095 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.095 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 39: conflicting requests 2024-04-15T01:54:05.095 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.095 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.096 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.096 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.096 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.096 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.096 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:54:05.096 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.096 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.096 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.096 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.096 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:54:05.096 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.096 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.096 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.096 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.096 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:54:05.097 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.097 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.097 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.097 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.097 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:54:05.097 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.097 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.097 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.097 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.097 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:54:05.097 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.097 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.097 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.097 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.097 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:54:05.098 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.098 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.098 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.098 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:54:05.114 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7 10/12 2024-04-15T01:54:05.158 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-04-15T01:54:05.159 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:54:05.159 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repository Size 2024-04-15T01:54:05.161 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:54:05.161 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2024-04-15T01:54:05.161 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-volume noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 264 k 2024-04-15T01:54:05.161 INFO:teuthology.orchestra.run.smithi105.stdout:Installing dependencies: 2024-04-15T01:54:05.161 INFO:teuthology.orchestra.run.smithi105.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-15T01:54:05.161 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:54:05.161 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-04-15T01:54:05.162 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:54:05.162 INFO:teuthology.orchestra.run.smithi105.stdout:Install 2 Packages 2024-04-15T01:54:05.162 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:54:05.162 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 341 k 2024-04-15T01:54:05.162 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 1.5 M 2024-04-15T01:54:05.163 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2024-04-15T01:54:05.173 INFO:teuthology.orchestra.run.smithi155.stdout:(7/12): python3-devel-3.9.17-2.el9.x86_64.rpm 265 kB/s | 245 kB 00:00 2024-04-15T01:54:05.432 INFO:teuthology.orchestra.run.smithi105.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 380 kB/s | 77 kB 00:00 2024-04-15T01:54:05.499 INFO:teuthology.orchestra.run.smithi105.stdout:(2/2): ceph-volume-19.0.0-2114.ga9a752df.el7.no 976 kB/s | 264 kB 00:00 2024-04-15T01:54:05.500 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:54:05.500 INFO:teuthology.orchestra.run.smithi105.stdout:Total 1.0 MB/s | 341 kB 00:00 2024-04-15T01:54:05.512 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2024-04-15T01:54:05.521 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2024-04-15T01:54:05.522 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2024-04-15T01:54:05.565 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2024-04-15T01:54:05.566 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2024-04-15T01:54:05.713 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2024-04-15T01:54:05.883 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-15T01:54:05.927 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2/2 2024-04-15T01:54:05.943 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2/2 2024-04-15T01:54:05.943 INFO:teuthology.orchestra.run.smithi105.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:54:05.943 INFO:teuthology.orchestra.run.smithi105.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-15T01:54:05.943 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:54:06.158 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el 11/12 2024-04-15T01:54:06.199 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 12/12 2024-04-15T01:54:06.515 INFO:teuthology.orchestra.run.smithi155.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 944 kB/s | 3.0 MB 00:03 2024-04-15T01:54:06.658 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 1/2 2024-04-15T01:54:07.030 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-15T01:54:07.030 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:54:07.030 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2024-04-15T01:54:07.030 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:54:07.030 INFO:teuthology.orchestra.run.smithi105.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-15T01:54:07.030 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:54:07.030 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-04-15T01:54:07.348 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install librados-devel 2024-04-15T01:54:07.431 INFO:teuthology.orchestra.run.smithi155.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 273 kB/s | 250 kB 00:00 2024-04-15T01:54:07.507 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 12/12 2024-04-15T01:54:07.508 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el 1/12 2024-04-15T01:54:07.508 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 2/12 2024-04-15T01:54:07.508 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7 3/12 2024-04-15T01:54:07.508 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-15T01:54:07.508 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-15T01:54:07.508 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-15T01:54:07.508 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-15T01:54:07.508 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-15T01:54:07.508 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-15T01:54:07.508 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-15T01:54:07.508 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-15T01:54:07.905 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-15T01:54:07.905 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:54:07.905 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-04-15T01:54:07.905 INFO:teuthology.orchestra.run.smithi073.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-15T01:54:07.905 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:54:07.905 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:54:07.905 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:54:07.906 INFO:teuthology.orchestra.run.smithi073.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-15T01:54:07.906 INFO:teuthology.orchestra.run.smithi073.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-15T01:54:07.906 INFO:teuthology.orchestra.run.smithi073.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-15T01:54:07.906 INFO:teuthology.orchestra.run.smithi073.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-15T01:54:07.906 INFO:teuthology.orchestra.run.smithi073.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-15T01:54:07.906 INFO:teuthology.orchestra.run.smithi073.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-15T01:54:07.906 INFO:teuthology.orchestra.run.smithi073.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-15T01:54:07.906 INFO:teuthology.orchestra.run.smithi073.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-15T01:54:07.906 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:54:07.906 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:54:07.958 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:50 ago on Mon 15 Apr 2024 01:52:17 AM UTC. 2024-04-15T01:54:08.192 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-15T01:54:08.247 INFO:teuthology.orchestra.run.smithi105.stderr:Modular dependency problems: 2024-04-15T01:54:08.247 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-04-15T01:54:08.247 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 1: conflicting requests 2024-04-15T01:54:08.247 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.247 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 2: conflicting requests 2024-04-15T01:54:08.247 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.247 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 3: conflicting requests 2024-04-15T01:54:08.248 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.248 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 4: conflicting requests 2024-04-15T01:54:08.248 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.248 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 5: conflicting requests 2024-04-15T01:54:08.248 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.248 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 6: conflicting requests 2024-04-15T01:54:08.248 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.248 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 7: conflicting requests 2024-04-15T01:54:08.248 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.248 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 8: conflicting requests 2024-04-15T01:54:08.248 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.248 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 9: conflicting requests 2024-04-15T01:54:08.248 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.248 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 10: conflicting requests 2024-04-15T01:54:08.249 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.249 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 11: conflicting requests 2024-04-15T01:54:08.249 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.249 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 12: conflicting requests 2024-04-15T01:54:08.249 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.249 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 13: conflicting requests 2024-04-15T01:54:08.249 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.249 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 14: conflicting requests 2024-04-15T01:54:08.249 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.249 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 15: conflicting requests 2024-04-15T01:54:08.249 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.249 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 16: conflicting requests 2024-04-15T01:54:08.249 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.250 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 17: conflicting requests 2024-04-15T01:54:08.250 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.250 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 18: conflicting requests 2024-04-15T01:54:08.250 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.250 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 19: conflicting requests 2024-04-15T01:54:08.250 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.250 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 20: conflicting requests 2024-04-15T01:54:08.250 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.250 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 21: conflicting requests 2024-04-15T01:54:08.250 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.250 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 22: conflicting requests 2024-04-15T01:54:08.250 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.250 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 23: conflicting requests 2024-04-15T01:54:08.251 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.251 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 24: conflicting requests 2024-04-15T01:54:08.251 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.251 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 25: conflicting requests 2024-04-15T01:54:08.251 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.251 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 26: conflicting requests 2024-04-15T01:54:08.251 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.251 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 27: conflicting requests 2024-04-15T01:54:08.251 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.251 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 28: conflicting requests 2024-04-15T01:54:08.251 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.251 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 29: conflicting requests 2024-04-15T01:54:08.251 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.251 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 30: conflicting requests 2024-04-15T01:54:08.252 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.252 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 31: conflicting requests 2024-04-15T01:54:08.252 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.252 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 32: conflicting requests 2024-04-15T01:54:08.252 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.252 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 33: conflicting requests 2024-04-15T01:54:08.252 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.252 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 34: conflicting requests 2024-04-15T01:54:08.252 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.252 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 35: conflicting requests 2024-04-15T01:54:08.252 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.252 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 36: conflicting requests 2024-04-15T01:54:08.252 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.253 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 37: conflicting requests 2024-04-15T01:54:08.253 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.253 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.253 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.253 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:54:08.253 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.253 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.253 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.253 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.253 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 39: conflicting requests 2024-04-15T01:54:08.253 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.253 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.253 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.253 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.253 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.254 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.254 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:54:08.254 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.254 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.254 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.254 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.254 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:54:08.254 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.254 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.254 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.254 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.254 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:54:08.254 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.255 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.255 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.255 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.255 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:54:08.255 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.255 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.255 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.255 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.255 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:54:08.255 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.255 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.255 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.255 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.255 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:54:08.256 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.256 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.256 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.256 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:54:08.316 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-04-15T01:54:08.317 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:54:08.317 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repo Size 2024-04-15T01:54:08.317 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:54:08.317 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2024-04-15T01:54:08.317 INFO:teuthology.orchestra.run.smithi105.stdout: librados-devel x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 127 k 2024-04-15T01:54:08.317 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:54:08.317 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-04-15T01:54:08.317 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:54:08.317 INFO:teuthology.orchestra.run.smithi105.stdout:Install 1 Package 2024-04-15T01:54:08.317 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:54:08.318 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 127 k 2024-04-15T01:54:08.318 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 456 k 2024-04-15T01:54:08.318 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2024-04-15T01:54:08.546 INFO:teuthology.orchestra.run.smithi105.stdout:librados-devel-19.0.0-2114.ga9a752df.el7.x86_64 556 kB/s | 127 kB 00:00 2024-04-15T01:54:08.546 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:54:08.547 INFO:teuthology.orchestra.run.smithi105.stdout:Total 552 kB/s | 127 kB 00:00 2024-04-15T01:54:08.547 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2024-04-15T01:54:08.552 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2024-04-15T01:54:08.552 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2024-04-15T01:54:08.611 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2024-04-15T01:54:08.611 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2024-04-15T01:54:08.780 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:23 ago on Mon 15 Apr 2024 01:52:45 AM UTC. 2024-04-15T01:54:08.826 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2024-04-15T01:54:08.920 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:54:09.071 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:54:09.071 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:54:09.071 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:54:09.071 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.072 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:54:09.072 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.072 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:54:09.072 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.072 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:54:09.072 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.072 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:54:09.072 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.072 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:54:09.072 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.072 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:54:09.072 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.072 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:54:09.072 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.073 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:54:09.073 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.073 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:54:09.073 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.073 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:54:09.073 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.073 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:54:09.073 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.073 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:54:09.073 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.073 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:54:09.073 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.073 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:54:09.073 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.074 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:54:09.074 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.074 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:54:09.074 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.074 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:54:09.074 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.074 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:54:09.074 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.074 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:54:09.074 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.074 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:54:09.074 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.074 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:54:09.074 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.075 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:54:09.075 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.075 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:54:09.075 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.075 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:54:09.075 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.075 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:54:09.075 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.075 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:54:09.075 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.075 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:54:09.075 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.075 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:54:09.075 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.076 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:54:09.076 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.076 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:54:09.076 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.076 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:54:09.076 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.076 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:54:09.076 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.076 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:54:09.076 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.076 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:54:09.076 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.076 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:54:09.076 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.077 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:54:09.077 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.077 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.077 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.077 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:54:09.077 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.077 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.077 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.077 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.077 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:54:09.077 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.077 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.077 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.077 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.077 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.078 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.078 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:54:09.078 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.078 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.078 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.078 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.078 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:54:09.078 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.078 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.078 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.078 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.078 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:54:09.078 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.079 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.079 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.079 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.079 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:54:09.079 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.079 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.079 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.079 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.079 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:54:09.079 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.079 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.079 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.079 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.080 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:54:09.080 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.080 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.080 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.080 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:54:09.141 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:54:09.142 INFO:teuthology.orchestra.run.smithi073.stdout:======================================================================================= 2024-04-15T01:54:09.142 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repository Size 2024-04-15T01:54:09.143 INFO:teuthology.orchestra.run.smithi073.stdout:======================================================================================= 2024-04-15T01:54:09.143 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-04-15T01:54:09.143 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 7.4 M 2024-04-15T01:54:09.143 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2024-04-15T01:54:09.143 INFO:teuthology.orchestra.run.smithi073.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-15T01:54:09.143 INFO:teuthology.orchestra.run.smithi073.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-15T01:54:09.143 INFO:teuthology.orchestra.run.smithi073.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-15T01:54:09.143 INFO:teuthology.orchestra.run.smithi073.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-15T01:54:09.143 INFO:teuthology.orchestra.run.smithi073.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-15T01:54:09.143 INFO:teuthology.orchestra.run.smithi073.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-15T01:54:09.143 INFO:teuthology.orchestra.run.smithi073.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-15T01:54:09.143 INFO:teuthology.orchestra.run.smithi073.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-15T01:54:09.143 INFO:teuthology.orchestra.run.smithi073.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-15T01:54:09.143 INFO:teuthology.orchestra.run.smithi073.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-15T01:54:09.143 INFO:teuthology.orchestra.run.smithi073.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-15T01:54:09.144 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:54:09.144 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-04-15T01:54:09.144 INFO:teuthology.orchestra.run.smithi073.stdout:======================================================================================= 2024-04-15T01:54:09.144 INFO:teuthology.orchestra.run.smithi073.stdout:Install 12 Packages 2024-04-15T01:54:09.144 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:54:09.144 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 38 M 2024-04-15T01:54:09.144 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 209 M 2024-04-15T01:54:09.145 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-04-15T01:54:09.382 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:54:09.628 INFO:teuthology.orchestra.run.smithi073.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.3 MB/s | 195 kB 00:00 2024-04-15T01:54:09.687 INFO:teuthology.orchestra.run.smithi073.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 3.8 MB/s | 803 kB 00:00 2024-04-15T01:54:09.701 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:54:09.701 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:54:09.701 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2024-04-15T01:54:09.701 INFO:teuthology.orchestra.run.smithi105.stdout: librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:54:09.701 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:54:09.701 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-04-15T01:54:09.821 INFO:teuthology.orchestra.run.smithi073.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 170 kB/s | 33 kB 00:00 2024-04-15T01:54:09.879 INFO:teuthology.orchestra.run.smithi073.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 313 kB/s | 18 kB 00:00 2024-04-15T01:54:09.954 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install libcephfs2 2024-04-15T01:54:09.955 INFO:teuthology.orchestra.run.smithi073.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 469 kB/s | 35 kB 00:00 2024-04-15T01:54:10.005 INFO:teuthology.orchestra.run.smithi073.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 9.4 MB/s | 3.0 MB 00:00 2024-04-15T01:54:10.097 INFO:teuthology.orchestra.run.smithi073.stdout:(7/12): ceph-mgr-diskprediction-local-19.0.0-21 12 MB/s | 7.4 MB 00:00 2024-04-15T01:54:10.139 INFO:teuthology.orchestra.run.smithi073.stdout:(8/12): python3-devel-3.9.17-2.el9.x86_64.rpm 1.8 MB/s | 245 kB 00:00 2024-04-15T01:54:10.230 INFO:teuthology.orchestra.run.smithi073.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 3.6 MB/s | 250 kB 00:00 2024-04-15T01:54:10.562 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:53 ago on Mon 15 Apr 2024 01:52:17 AM UTC. 2024-04-15T01:54:10.607 INFO:teuthology.orchestra.run.smithi155.stdout:(10/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 731 kB/s | 4.7 MB 00:06 2024-04-15T01:54:10.631 INFO:teuthology.orchestra.run.smithi073.stdout:(10/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 41 MB/s | 16 MB 00:00 2024-04-15T01:54:10.859 INFO:teuthology.orchestra.run.smithi105.stderr:Modular dependency problems: 2024-04-15T01:54:10.860 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-04-15T01:54:10.860 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 1: conflicting requests 2024-04-15T01:54:10.860 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.860 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 2: conflicting requests 2024-04-15T01:54:10.860 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.861 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 3: conflicting requests 2024-04-15T01:54:10.861 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.861 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 4: conflicting requests 2024-04-15T01:54:10.861 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.861 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 5: conflicting requests 2024-04-15T01:54:10.861 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.861 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 6: conflicting requests 2024-04-15T01:54:10.862 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.862 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 7: conflicting requests 2024-04-15T01:54:10.862 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.862 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 8: conflicting requests 2024-04-15T01:54:10.862 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.862 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 9: conflicting requests 2024-04-15T01:54:10.863 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.863 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 10: conflicting requests 2024-04-15T01:54:10.863 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.863 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 11: conflicting requests 2024-04-15T01:54:10.863 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.863 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 12: conflicting requests 2024-04-15T01:54:10.863 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.864 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 13: conflicting requests 2024-04-15T01:54:10.864 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.864 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 14: conflicting requests 2024-04-15T01:54:10.864 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.865 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 15: conflicting requests 2024-04-15T01:54:10.865 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.865 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 16: conflicting requests 2024-04-15T01:54:10.865 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.865 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 17: conflicting requests 2024-04-15T01:54:10.865 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.866 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 18: conflicting requests 2024-04-15T01:54:10.866 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.866 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 19: conflicting requests 2024-04-15T01:54:10.866 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.869 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 20: conflicting requests 2024-04-15T01:54:10.869 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.869 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 21: conflicting requests 2024-04-15T01:54:10.869 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.870 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 22: conflicting requests 2024-04-15T01:54:10.870 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.870 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 23: conflicting requests 2024-04-15T01:54:10.870 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.870 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 24: conflicting requests 2024-04-15T01:54:10.870 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.870 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 25: conflicting requests 2024-04-15T01:54:10.870 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.871 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 26: conflicting requests 2024-04-15T01:54:10.871 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.871 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 27: conflicting requests 2024-04-15T01:54:10.871 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.871 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 28: conflicting requests 2024-04-15T01:54:10.871 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.872 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 29: conflicting requests 2024-04-15T01:54:10.872 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.872 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 30: conflicting requests 2024-04-15T01:54:10.872 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.872 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 31: conflicting requests 2024-04-15T01:54:10.872 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.873 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 32: conflicting requests 2024-04-15T01:54:10.873 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.873 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 33: conflicting requests 2024-04-15T01:54:10.873 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.873 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 34: conflicting requests 2024-04-15T01:54:10.873 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.874 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 35: conflicting requests 2024-04-15T01:54:10.874 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.874 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 36: conflicting requests 2024-04-15T01:54:10.874 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.874 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 37: conflicting requests 2024-04-15T01:54:10.875 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.875 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.875 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.875 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:54:10.875 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.875 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.876 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.876 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.876 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 39: conflicting requests 2024-04-15T01:54:10.876 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.876 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.876 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.877 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.877 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.877 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.877 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:54:10.877 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.877 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.878 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.878 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.878 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:54:10.878 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.878 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.879 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.879 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.879 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:54:10.879 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.879 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.879 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.880 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.880 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:54:10.880 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.880 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.880 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.880 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.881 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:54:10.881 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.881 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.881 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.881 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.881 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:54:10.882 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.882 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.882 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.882 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:54:10.883 INFO:teuthology.orchestra.run.smithi105.stdout:Package libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:54:10.914 INFO:teuthology.orchestra.run.smithi073.stdout:(11/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 4.9 MB/s | 4.7 MB 00:00 2024-04-15T01:54:10.926 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-04-15T01:54:10.927 INFO:teuthology.orchestra.run.smithi105.stdout:Nothing to do. 2024-04-15T01:54:10.927 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-04-15T01:54:10.995 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install libcephfs-devel 2024-04-15T01:54:11.031 INFO:teuthology.orchestra.run.smithi073.stdout:(12/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 5.5 MB/s | 5.1 MB 00:00 2024-04-15T01:54:11.034 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:54:11.035 INFO:teuthology.orchestra.run.smithi073.stdout:Total 20 MB/s | 38 MB 00:01 2024-04-15T01:54:11.384 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-04-15T01:54:11.411 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-04-15T01:54:11.411 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-04-15T01:54:11.590 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:54 ago on Mon 15 Apr 2024 01:52:17 AM UTC. 2024-04-15T01:54:11.835 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-04-15T01:54:11.836 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-04-15T01:54:11.878 INFO:teuthology.orchestra.run.smithi105.stderr:Modular dependency problems: 2024-04-15T01:54:11.878 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-04-15T01:54:11.878 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 1: conflicting requests 2024-04-15T01:54:11.878 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.878 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 2: conflicting requests 2024-04-15T01:54:11.879 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.879 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 3: conflicting requests 2024-04-15T01:54:11.879 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.879 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 4: conflicting requests 2024-04-15T01:54:11.879 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.879 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 5: conflicting requests 2024-04-15T01:54:11.879 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.879 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 6: conflicting requests 2024-04-15T01:54:11.879 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.879 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 7: conflicting requests 2024-04-15T01:54:11.879 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.879 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 8: conflicting requests 2024-04-15T01:54:11.879 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.879 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 9: conflicting requests 2024-04-15T01:54:11.880 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.880 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 10: conflicting requests 2024-04-15T01:54:11.880 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.880 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 11: conflicting requests 2024-04-15T01:54:11.880 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.880 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 12: conflicting requests 2024-04-15T01:54:11.880 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.880 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 13: conflicting requests 2024-04-15T01:54:11.880 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.880 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 14: conflicting requests 2024-04-15T01:54:11.880 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.880 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 15: conflicting requests 2024-04-15T01:54:11.880 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.880 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 16: conflicting requests 2024-04-15T01:54:11.881 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.881 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 17: conflicting requests 2024-04-15T01:54:11.881 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.881 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 18: conflicting requests 2024-04-15T01:54:11.881 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.881 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 19: conflicting requests 2024-04-15T01:54:11.881 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.881 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 20: conflicting requests 2024-04-15T01:54:11.881 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.881 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 21: conflicting requests 2024-04-15T01:54:11.881 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.881 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 22: conflicting requests 2024-04-15T01:54:11.881 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.881 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 23: conflicting requests 2024-04-15T01:54:11.882 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.882 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 24: conflicting requests 2024-04-15T01:54:11.882 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.882 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 25: conflicting requests 2024-04-15T01:54:11.882 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.882 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 26: conflicting requests 2024-04-15T01:54:11.882 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.882 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 27: conflicting requests 2024-04-15T01:54:11.882 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.882 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 28: conflicting requests 2024-04-15T01:54:11.882 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.882 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 29: conflicting requests 2024-04-15T01:54:11.882 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.882 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 30: conflicting requests 2024-04-15T01:54:11.883 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.883 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 31: conflicting requests 2024-04-15T01:54:11.883 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.883 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 32: conflicting requests 2024-04-15T01:54:11.883 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.883 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 33: conflicting requests 2024-04-15T01:54:11.883 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.883 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 34: conflicting requests 2024-04-15T01:54:11.883 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.883 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 35: conflicting requests 2024-04-15T01:54:11.883 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.883 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 36: conflicting requests 2024-04-15T01:54:11.883 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.883 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 37: conflicting requests 2024-04-15T01:54:11.884 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.884 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.884 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.884 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:54:11.884 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.884 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.884 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.884 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.884 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 39: conflicting requests 2024-04-15T01:54:11.884 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.884 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.884 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.884 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.884 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.885 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.885 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:54:11.885 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.885 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.885 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.885 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.885 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:54:11.885 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.885 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.885 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.885 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.885 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:54:11.885 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.885 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.885 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.886 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.886 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:54:11.886 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.886 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.886 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.886 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.886 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:54:11.886 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.886 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.886 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.886 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.886 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:54:11.886 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.887 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.887 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.887 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:54:11.945 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-04-15T01:54:11.946 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:54:11.946 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repo Size 2024-04-15T01:54:11.946 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:54:11.946 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2024-04-15T01:54:11.946 INFO:teuthology.orchestra.run.smithi105.stdout: libcephfs-devel x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 32 k 2024-04-15T01:54:11.947 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:54:11.947 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-04-15T01:54:11.947 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:54:11.947 INFO:teuthology.orchestra.run.smithi105.stdout:Install 1 Package 2024-04-15T01:54:11.947 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:54:11.947 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 32 k 2024-04-15T01:54:11.947 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 142 k 2024-04-15T01:54:11.947 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2024-04-15T01:54:12.065 INFO:teuthology.orchestra.run.smithi155.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 757 kB/s | 5.1 MB 00:06 2024-04-15T01:54:12.191 INFO:teuthology.orchestra.run.smithi105.stdout:libcephfs-devel-19.0.0-2114.ga9a752df.el7.x86_6 130 kB/s | 32 kB 00:00 2024-04-15T01:54:12.192 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:54:12.192 INFO:teuthology.orchestra.run.smithi105.stdout:Total 129 kB/s | 32 kB 00:00 2024-04-15T01:54:12.192 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2024-04-15T01:54:12.195 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2024-04-15T01:54:12.195 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2024-04-15T01:54:12.227 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2024-04-15T01:54:12.227 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2024-04-15T01:54:12.328 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2024-04-15T01:54:12.466 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:54:12.599 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-04-15T01:54:12.660 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-15T01:54:12.704 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-15T01:54:12.802 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-15T01:54:12.838 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-15T01:54:12.852 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:54:13.016 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-15T01:54:13.054 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-15T01:54:13.130 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-15T01:54:13.133 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:54:13.133 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:54:13.133 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2024-04-15T01:54:13.133 INFO:teuthology.orchestra.run.smithi105.stdout: libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:54:13.133 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:54:13.133 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-04-15T01:54:13.333 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install librados2 2024-04-15T01:54:13.780 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-15T01:54:13.899 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-15T01:54:13.932 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:56 ago on Mon 15 Apr 2024 01:52:17 AM UTC. 2024-04-15T01:54:14.222 INFO:teuthology.orchestra.run.smithi105.stderr:Modular dependency problems: 2024-04-15T01:54:14.222 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-04-15T01:54:14.223 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 1: conflicting requests 2024-04-15T01:54:14.223 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.223 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 2: conflicting requests 2024-04-15T01:54:14.223 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.223 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 3: conflicting requests 2024-04-15T01:54:14.223 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.223 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 4: conflicting requests 2024-04-15T01:54:14.223 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.223 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 5: conflicting requests 2024-04-15T01:54:14.223 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.223 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 6: conflicting requests 2024-04-15T01:54:14.223 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.223 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 7: conflicting requests 2024-04-15T01:54:14.223 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.224 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 8: conflicting requests 2024-04-15T01:54:14.224 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.224 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 9: conflicting requests 2024-04-15T01:54:14.224 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.224 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 10: conflicting requests 2024-04-15T01:54:14.224 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.224 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 11: conflicting requests 2024-04-15T01:54:14.224 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.224 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 12: conflicting requests 2024-04-15T01:54:14.224 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.224 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 13: conflicting requests 2024-04-15T01:54:14.224 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.224 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 14: conflicting requests 2024-04-15T01:54:14.224 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.225 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 15: conflicting requests 2024-04-15T01:54:14.225 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.225 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 16: conflicting requests 2024-04-15T01:54:14.225 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.225 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 17: conflicting requests 2024-04-15T01:54:14.225 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.225 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 18: conflicting requests 2024-04-15T01:54:14.225 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.225 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 19: conflicting requests 2024-04-15T01:54:14.225 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.225 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 20: conflicting requests 2024-04-15T01:54:14.225 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.225 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 21: conflicting requests 2024-04-15T01:54:14.226 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.226 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 22: conflicting requests 2024-04-15T01:54:14.226 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.226 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 23: conflicting requests 2024-04-15T01:54:14.226 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.226 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 24: conflicting requests 2024-04-15T01:54:14.226 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.226 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 25: conflicting requests 2024-04-15T01:54:14.226 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.226 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 26: conflicting requests 2024-04-15T01:54:14.227 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.227 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 27: conflicting requests 2024-04-15T01:54:14.227 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.227 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 28: conflicting requests 2024-04-15T01:54:14.227 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.227 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 29: conflicting requests 2024-04-15T01:54:14.227 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.227 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 30: conflicting requests 2024-04-15T01:54:14.227 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.227 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 31: conflicting requests 2024-04-15T01:54:14.227 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.227 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 32: conflicting requests 2024-04-15T01:54:14.227 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.228 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 33: conflicting requests 2024-04-15T01:54:14.228 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.228 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 34: conflicting requests 2024-04-15T01:54:14.228 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.228 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 35: conflicting requests 2024-04-15T01:54:14.228 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.228 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 36: conflicting requests 2024-04-15T01:54:14.228 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.228 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 37: conflicting requests 2024-04-15T01:54:14.228 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.228 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.228 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.229 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:54:14.229 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.229 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.229 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.229 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.229 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 39: conflicting requests 2024-04-15T01:54:14.229 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.229 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.229 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.229 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.229 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.229 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.229 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:54:14.230 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.230 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.230 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.230 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.230 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:54:14.230 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.230 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.230 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.230 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.230 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:54:14.230 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.230 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.230 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.230 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.231 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:54:14.231 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.231 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.231 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.231 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.231 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:54:14.231 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.231 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.231 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.231 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.231 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:54:14.231 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.231 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.232 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.232 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:54:14.232 INFO:teuthology.orchestra.run.smithi105.stdout:Package librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:54:14.290 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-04-15T01:54:14.291 INFO:teuthology.orchestra.run.smithi105.stdout:Nothing to do. 2024-04-15T01:54:14.291 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-04-15T01:54:14.365 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install librbd1 2024-04-15T01:54:14.965 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:57 ago on Mon 15 Apr 2024 01:52:17 AM UTC. 2024-04-15T01:54:15.102 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-15T01:54:15.257 INFO:teuthology.orchestra.run.smithi105.stderr:Modular dependency problems: 2024-04-15T01:54:15.258 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-04-15T01:54:15.258 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 1: conflicting requests 2024-04-15T01:54:15.258 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.258 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 2: conflicting requests 2024-04-15T01:54:15.258 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.258 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 3: conflicting requests 2024-04-15T01:54:15.258 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.258 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 4: conflicting requests 2024-04-15T01:54:15.258 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.258 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 5: conflicting requests 2024-04-15T01:54:15.258 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.258 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 6: conflicting requests 2024-04-15T01:54:15.259 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.259 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 7: conflicting requests 2024-04-15T01:54:15.259 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.259 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 8: conflicting requests 2024-04-15T01:54:15.259 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.259 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 9: conflicting requests 2024-04-15T01:54:15.259 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.259 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 10: conflicting requests 2024-04-15T01:54:15.259 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.259 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 11: conflicting requests 2024-04-15T01:54:15.259 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.259 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 12: conflicting requests 2024-04-15T01:54:15.259 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.260 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 13: conflicting requests 2024-04-15T01:54:15.260 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.260 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 14: conflicting requests 2024-04-15T01:54:15.260 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.260 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 15: conflicting requests 2024-04-15T01:54:15.260 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.260 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 16: conflicting requests 2024-04-15T01:54:15.260 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.260 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 17: conflicting requests 2024-04-15T01:54:15.260 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.260 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 18: conflicting requests 2024-04-15T01:54:15.260 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.260 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 19: conflicting requests 2024-04-15T01:54:15.261 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.261 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 20: conflicting requests 2024-04-15T01:54:15.261 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.261 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 21: conflicting requests 2024-04-15T01:54:15.261 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.261 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 22: conflicting requests 2024-04-15T01:54:15.261 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.261 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 23: conflicting requests 2024-04-15T01:54:15.261 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.261 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 24: conflicting requests 2024-04-15T01:54:15.261 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.261 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 25: conflicting requests 2024-04-15T01:54:15.261 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.261 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 26: conflicting requests 2024-04-15T01:54:15.262 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.262 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 27: conflicting requests 2024-04-15T01:54:15.262 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.262 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 28: conflicting requests 2024-04-15T01:54:15.262 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.262 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 29: conflicting requests 2024-04-15T01:54:15.262 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.262 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 30: conflicting requests 2024-04-15T01:54:15.262 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.262 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 31: conflicting requests 2024-04-15T01:54:15.262 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.262 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 32: conflicting requests 2024-04-15T01:54:15.262 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.263 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 33: conflicting requests 2024-04-15T01:54:15.263 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.263 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 34: conflicting requests 2024-04-15T01:54:15.263 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.263 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 35: conflicting requests 2024-04-15T01:54:15.263 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.263 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 36: conflicting requests 2024-04-15T01:54:15.263 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.263 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 37: conflicting requests 2024-04-15T01:54:15.263 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.263 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.263 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.264 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:54:15.264 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.264 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.264 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.264 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.264 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 39: conflicting requests 2024-04-15T01:54:15.264 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.264 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.264 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.264 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.264 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.264 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.264 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:54:15.264 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.265 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.265 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.265 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.265 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:54:15.265 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.265 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.265 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.265 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.265 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:54:15.265 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.265 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.265 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.265 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.265 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:54:15.266 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.266 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.266 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.266 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.266 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:54:15.266 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.266 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.266 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.266 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.266 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:54:15.266 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.266 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.266 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.267 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:54:15.267 INFO:teuthology.orchestra.run.smithi105.stdout:Package librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:54:15.326 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-04-15T01:54:15.327 INFO:teuthology.orchestra.run.smithi105.stdout:Nothing to do. 2024-04-15T01:54:15.327 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-04-15T01:54:15.407 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install python3-rados 2024-04-15T01:54:16.007 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:59 ago on Mon 15 Apr 2024 01:52:17 AM UTC. 2024-04-15T01:54:16.135 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-15T01:54:16.162 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 12/12 2024-04-15T01:54:16.296 INFO:teuthology.orchestra.run.smithi105.stderr:Modular dependency problems: 2024-04-15T01:54:16.296 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-04-15T01:54:16.296 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 1: conflicting requests 2024-04-15T01:54:16.296 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.297 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 2: conflicting requests 2024-04-15T01:54:16.297 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.297 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 3: conflicting requests 2024-04-15T01:54:16.297 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.297 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 4: conflicting requests 2024-04-15T01:54:16.297 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.297 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 5: conflicting requests 2024-04-15T01:54:16.297 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.297 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 6: conflicting requests 2024-04-15T01:54:16.297 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.297 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 7: conflicting requests 2024-04-15T01:54:16.297 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.297 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 8: conflicting requests 2024-04-15T01:54:16.298 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.298 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 9: conflicting requests 2024-04-15T01:54:16.298 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.298 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 10: conflicting requests 2024-04-15T01:54:16.298 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.298 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 11: conflicting requests 2024-04-15T01:54:16.298 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.298 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 12: conflicting requests 2024-04-15T01:54:16.298 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.298 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 13: conflicting requests 2024-04-15T01:54:16.298 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.298 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 14: conflicting requests 2024-04-15T01:54:16.299 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.299 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 15: conflicting requests 2024-04-15T01:54:16.299 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.299 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 16: conflicting requests 2024-04-15T01:54:16.299 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.299 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 17: conflicting requests 2024-04-15T01:54:16.299 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.299 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 18: conflicting requests 2024-04-15T01:54:16.299 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.299 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 19: conflicting requests 2024-04-15T01:54:16.299 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.299 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 20: conflicting requests 2024-04-15T01:54:16.299 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.299 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 21: conflicting requests 2024-04-15T01:54:16.300 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.300 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 22: conflicting requests 2024-04-15T01:54:16.300 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.300 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 23: conflicting requests 2024-04-15T01:54:16.300 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.300 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 24: conflicting requests 2024-04-15T01:54:16.300 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.300 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 25: conflicting requests 2024-04-15T01:54:16.300 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.300 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 26: conflicting requests 2024-04-15T01:54:16.300 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.300 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 27: conflicting requests 2024-04-15T01:54:16.301 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.301 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 28: conflicting requests 2024-04-15T01:54:16.301 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.301 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 29: conflicting requests 2024-04-15T01:54:16.301 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.301 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 30: conflicting requests 2024-04-15T01:54:16.301 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.301 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 31: conflicting requests 2024-04-15T01:54:16.301 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.301 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 32: conflicting requests 2024-04-15T01:54:16.301 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.301 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 33: conflicting requests 2024-04-15T01:54:16.301 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.301 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 34: conflicting requests 2024-04-15T01:54:16.302 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.302 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 35: conflicting requests 2024-04-15T01:54:16.302 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.302 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 36: conflicting requests 2024-04-15T01:54:16.302 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.302 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 37: conflicting requests 2024-04-15T01:54:16.302 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.302 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.302 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.302 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:54:16.302 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.302 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.303 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.303 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.303 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 39: conflicting requests 2024-04-15T01:54:16.303 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.303 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.303 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.303 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.303 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.303 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.303 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:54:16.303 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.303 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.303 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.303 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.304 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:54:16.304 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.304 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.304 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.304 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.304 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:54:16.304 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.304 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.304 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.304 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.304 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:54:16.304 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.304 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.305 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.305 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.305 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:54:16.305 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.305 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.305 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.305 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.305 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:54:16.305 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.305 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.305 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.305 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:54:16.306 INFO:teuthology.orchestra.run.smithi105.stdout:Package python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:54:16.365 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-04-15T01:54:16.366 INFO:teuthology.orchestra.run.smithi105.stdout:Nothing to do. 2024-04-15T01:54:16.366 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-04-15T01:54:16.441 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install python3-rgw 2024-04-15T01:54:17.038 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:02:00 ago on Mon 15 Apr 2024 01:52:17 AM UTC. 2024-04-15T01:54:17.324 INFO:teuthology.orchestra.run.smithi105.stderr:Modular dependency problems: 2024-04-15T01:54:17.325 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-04-15T01:54:17.325 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 1: conflicting requests 2024-04-15T01:54:17.325 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.325 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 2: conflicting requests 2024-04-15T01:54:17.325 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.325 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 3: conflicting requests 2024-04-15T01:54:17.325 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.325 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 4: conflicting requests 2024-04-15T01:54:17.325 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.325 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 5: conflicting requests 2024-04-15T01:54:17.325 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.325 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 6: conflicting requests 2024-04-15T01:54:17.326 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.326 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 7: conflicting requests 2024-04-15T01:54:17.326 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.326 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 8: conflicting requests 2024-04-15T01:54:17.326 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.326 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 9: conflicting requests 2024-04-15T01:54:17.326 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.326 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 10: conflicting requests 2024-04-15T01:54:17.326 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.326 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 11: conflicting requests 2024-04-15T01:54:17.327 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.327 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 12: conflicting requests 2024-04-15T01:54:17.327 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.327 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 13: conflicting requests 2024-04-15T01:54:17.327 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.327 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 14: conflicting requests 2024-04-15T01:54:17.327 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.327 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 15: conflicting requests 2024-04-15T01:54:17.327 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.327 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 16: conflicting requests 2024-04-15T01:54:17.327 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.327 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 17: conflicting requests 2024-04-15T01:54:17.328 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.328 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 18: conflicting requests 2024-04-15T01:54:17.328 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.328 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 19: conflicting requests 2024-04-15T01:54:17.328 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.328 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 20: conflicting requests 2024-04-15T01:54:17.328 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.328 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 21: conflicting requests 2024-04-15T01:54:17.328 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.328 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 22: conflicting requests 2024-04-15T01:54:17.328 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.329 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 23: conflicting requests 2024-04-15T01:54:17.329 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.329 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 24: conflicting requests 2024-04-15T01:54:17.329 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.329 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 25: conflicting requests 2024-04-15T01:54:17.329 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.329 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 26: conflicting requests 2024-04-15T01:54:17.329 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.329 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 27: conflicting requests 2024-04-15T01:54:17.329 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.329 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 28: conflicting requests 2024-04-15T01:54:17.329 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.330 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 29: conflicting requests 2024-04-15T01:54:17.330 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.330 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 30: conflicting requests 2024-04-15T01:54:17.330 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.330 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 31: conflicting requests 2024-04-15T01:54:17.330 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.330 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 32: conflicting requests 2024-04-15T01:54:17.330 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.330 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 33: conflicting requests 2024-04-15T01:54:17.330 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.330 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 34: conflicting requests 2024-04-15T01:54:17.330 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.331 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 35: conflicting requests 2024-04-15T01:54:17.331 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.331 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 36: conflicting requests 2024-04-15T01:54:17.331 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.331 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 37: conflicting requests 2024-04-15T01:54:17.331 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.331 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.331 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.331 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:54:17.331 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.331 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.332 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.332 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.332 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 39: conflicting requests 2024-04-15T01:54:17.332 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.332 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.332 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.332 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.332 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.332 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.332 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:54:17.332 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.332 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.333 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.333 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.333 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:54:17.333 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.333 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.333 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.333 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.333 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:54:17.333 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.333 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.333 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.333 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.334 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:54:17.334 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.334 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.334 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.334 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.334 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:54:17.334 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.334 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.334 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.334 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.334 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:54:17.335 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.335 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.335 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.335 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:54:17.335 INFO:teuthology.orchestra.run.smithi105.stdout:Package python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:54:17.394 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-04-15T01:54:17.395 INFO:teuthology.orchestra.run.smithi105.stdout:Nothing to do. 2024-04-15T01:54:17.395 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-04-15T01:54:17.470 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install python3-cephfs 2024-04-15T01:54:18.059 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:02:01 ago on Mon 15 Apr 2024 01:52:17 AM UTC. 2024-04-15T01:54:18.347 INFO:teuthology.orchestra.run.smithi105.stderr:Modular dependency problems: 2024-04-15T01:54:18.347 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-04-15T01:54:18.347 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 1: conflicting requests 2024-04-15T01:54:18.347 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.347 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 2: conflicting requests 2024-04-15T01:54:18.347 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.347 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 3: conflicting requests 2024-04-15T01:54:18.348 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.348 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 4: conflicting requests 2024-04-15T01:54:18.348 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.348 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 5: conflicting requests 2024-04-15T01:54:18.348 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.348 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 6: conflicting requests 2024-04-15T01:54:18.348 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.348 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 7: conflicting requests 2024-04-15T01:54:18.348 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.348 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 8: conflicting requests 2024-04-15T01:54:18.348 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.348 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 9: conflicting requests 2024-04-15T01:54:18.348 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.349 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 10: conflicting requests 2024-04-15T01:54:18.349 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.349 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 11: conflicting requests 2024-04-15T01:54:18.349 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.349 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 12: conflicting requests 2024-04-15T01:54:18.349 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.349 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 13: conflicting requests 2024-04-15T01:54:18.349 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.349 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 14: conflicting requests 2024-04-15T01:54:18.349 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.349 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 15: conflicting requests 2024-04-15T01:54:18.349 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.349 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 16: conflicting requests 2024-04-15T01:54:18.349 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.350 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 17: conflicting requests 2024-04-15T01:54:18.350 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.350 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 18: conflicting requests 2024-04-15T01:54:18.350 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.350 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 19: conflicting requests 2024-04-15T01:54:18.350 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.350 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 20: conflicting requests 2024-04-15T01:54:18.350 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.350 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 21: conflicting requests 2024-04-15T01:54:18.350 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.350 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 22: conflicting requests 2024-04-15T01:54:18.350 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.350 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 23: conflicting requests 2024-04-15T01:54:18.351 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.351 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 24: conflicting requests 2024-04-15T01:54:18.351 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.351 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 25: conflicting requests 2024-04-15T01:54:18.351 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.351 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 26: conflicting requests 2024-04-15T01:54:18.351 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.351 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 27: conflicting requests 2024-04-15T01:54:18.351 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.351 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 28: conflicting requests 2024-04-15T01:54:18.351 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.351 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 29: conflicting requests 2024-04-15T01:54:18.351 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.352 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 30: conflicting requests 2024-04-15T01:54:18.352 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.352 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 31: conflicting requests 2024-04-15T01:54:18.352 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.352 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 32: conflicting requests 2024-04-15T01:54:18.352 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.352 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 33: conflicting requests 2024-04-15T01:54:18.352 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.352 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 34: conflicting requests 2024-04-15T01:54:18.352 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.352 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 35: conflicting requests 2024-04-15T01:54:18.352 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.352 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 36: conflicting requests 2024-04-15T01:54:18.353 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.353 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 37: conflicting requests 2024-04-15T01:54:18.353 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.353 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.353 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.353 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:54:18.353 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.353 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.353 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.353 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.353 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 39: conflicting requests 2024-04-15T01:54:18.353 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.353 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.354 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.354 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.354 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.354 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.354 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:54:18.354 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.354 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.354 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.354 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.354 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:54:18.354 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.354 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.355 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.355 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.355 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:54:18.355 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.355 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.355 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.355 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.355 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:54:18.355 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.355 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.355 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.355 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.355 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:54:18.355 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.356 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.356 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.356 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.356 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:54:18.356 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.356 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.356 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.356 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:54:18.356 INFO:teuthology.orchestra.run.smithi105.stdout:Package python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:54:18.420 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-04-15T01:54:18.421 INFO:teuthology.orchestra.run.smithi105.stdout:Nothing to do. 2024-04-15T01:54:18.421 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-04-15T01:54:18.519 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install python3-rbd 2024-04-15T01:54:18.760 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 12/12 2024-04-15T01:54:18.760 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 1/12 2024-04-15T01:54:18.760 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-15T01:54:18.760 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-15T01:54:18.760 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-15T01:54:18.760 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-15T01:54:18.760 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-15T01:54:18.760 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-15T01:54:18.760 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-15T01:54:18.760 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 9/12 2024-04-15T01:54:18.760 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-15T01:54:18.760 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-15T01:54:19.118 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:02:02 ago on Mon 15 Apr 2024 01:52:17 AM UTC. 2024-04-15T01:54:19.197 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-15T01:54:19.198 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:54:19.198 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-04-15T01:54:19.198 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:54:19.198 INFO:teuthology.orchestra.run.smithi073.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-15T01:54:19.198 INFO:teuthology.orchestra.run.smithi073.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-15T01:54:19.198 INFO:teuthology.orchestra.run.smithi073.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-15T01:54:19.198 INFO:teuthology.orchestra.run.smithi073.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-15T01:54:19.198 INFO:teuthology.orchestra.run.smithi073.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-15T01:54:19.198 INFO:teuthology.orchestra.run.smithi073.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-15T01:54:19.198 INFO:teuthology.orchestra.run.smithi073.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-15T01:54:19.198 INFO:teuthology.orchestra.run.smithi073.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-15T01:54:19.198 INFO:teuthology.orchestra.run.smithi073.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-15T01:54:19.198 INFO:teuthology.orchestra.run.smithi073.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-15T01:54:19.199 INFO:teuthology.orchestra.run.smithi073.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-15T01:54:19.199 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:54:19.199 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:54:19.407 INFO:teuthology.orchestra.run.smithi105.stderr:Modular dependency problems: 2024-04-15T01:54:19.408 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-04-15T01:54:19.408 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 1: conflicting requests 2024-04-15T01:54:19.408 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.408 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 2: conflicting requests 2024-04-15T01:54:19.408 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.408 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 3: conflicting requests 2024-04-15T01:54:19.408 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.408 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 4: conflicting requests 2024-04-15T01:54:19.408 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.408 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 5: conflicting requests 2024-04-15T01:54:19.408 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.408 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 6: conflicting requests 2024-04-15T01:54:19.409 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.409 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 7: conflicting requests 2024-04-15T01:54:19.409 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.409 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 8: conflicting requests 2024-04-15T01:54:19.409 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.409 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 9: conflicting requests 2024-04-15T01:54:19.409 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.409 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 10: conflicting requests 2024-04-15T01:54:19.409 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.409 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 11: conflicting requests 2024-04-15T01:54:19.409 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.409 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 12: conflicting requests 2024-04-15T01:54:19.409 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.410 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 13: conflicting requests 2024-04-15T01:54:19.410 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.410 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 14: conflicting requests 2024-04-15T01:54:19.410 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.410 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 15: conflicting requests 2024-04-15T01:54:19.410 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.410 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 16: conflicting requests 2024-04-15T01:54:19.410 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.410 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 17: conflicting requests 2024-04-15T01:54:19.410 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.410 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 18: conflicting requests 2024-04-15T01:54:19.410 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.410 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 19: conflicting requests 2024-04-15T01:54:19.410 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.411 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 20: conflicting requests 2024-04-15T01:54:19.411 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.411 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 21: conflicting requests 2024-04-15T01:54:19.411 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.411 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 22: conflicting requests 2024-04-15T01:54:19.411 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.411 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 23: conflicting requests 2024-04-15T01:54:19.411 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.411 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 24: conflicting requests 2024-04-15T01:54:19.411 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.411 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 25: conflicting requests 2024-04-15T01:54:19.411 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.411 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 26: conflicting requests 2024-04-15T01:54:19.412 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.412 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 27: conflicting requests 2024-04-15T01:54:19.412 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.412 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 28: conflicting requests 2024-04-15T01:54:19.412 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.412 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 29: conflicting requests 2024-04-15T01:54:19.412 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.412 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 30: conflicting requests 2024-04-15T01:54:19.412 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.412 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 31: conflicting requests 2024-04-15T01:54:19.412 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.412 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 32: conflicting requests 2024-04-15T01:54:19.412 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.413 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 33: conflicting requests 2024-04-15T01:54:19.413 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.413 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 34: conflicting requests 2024-04-15T01:54:19.413 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.413 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 35: conflicting requests 2024-04-15T01:54:19.413 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.413 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 36: conflicting requests 2024-04-15T01:54:19.413 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.413 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 37: conflicting requests 2024-04-15T01:54:19.413 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.413 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.413 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.413 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:54:19.413 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.414 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.414 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.414 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.414 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 39: conflicting requests 2024-04-15T01:54:19.414 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.414 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.414 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.414 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.414 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.414 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.414 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:54:19.414 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.414 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.414 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.415 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.415 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:54:19.415 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.415 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.415 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.415 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.415 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:54:19.415 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.415 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.415 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.415 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.415 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:54:19.415 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.415 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.416 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.416 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.416 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:54:19.416 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.416 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.416 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.416 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.416 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:54:19.416 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.416 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.416 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.416 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:54:19.417 INFO:teuthology.orchestra.run.smithi105.stdout:Package python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:54:19.476 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-04-15T01:54:19.477 INFO:teuthology.orchestra.run.smithi105.stdout:Nothing to do. 2024-04-15T01:54:19.477 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-04-15T01:54:19.556 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install rbd-fuse 2024-04-15T01:54:19.610 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph-mgr-rook 2024-04-15T01:54:20.158 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:02:03 ago on Mon 15 Apr 2024 01:52:17 AM UTC. 2024-04-15T01:54:20.220 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:35 ago on Mon 15 Apr 2024 01:52:45 AM UTC. 2024-04-15T01:54:20.449 INFO:teuthology.orchestra.run.smithi105.stderr:Modular dependency problems: 2024-04-15T01:54:20.449 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-04-15T01:54:20.449 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 1: conflicting requests 2024-04-15T01:54:20.449 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.449 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 2: conflicting requests 2024-04-15T01:54:20.449 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.449 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 3: conflicting requests 2024-04-15T01:54:20.449 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.450 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 4: conflicting requests 2024-04-15T01:54:20.450 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.450 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 5: conflicting requests 2024-04-15T01:54:20.450 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.450 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 6: conflicting requests 2024-04-15T01:54:20.450 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.450 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 7: conflicting requests 2024-04-15T01:54:20.450 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.450 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 8: conflicting requests 2024-04-15T01:54:20.450 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.450 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 9: conflicting requests 2024-04-15T01:54:20.450 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.450 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 10: conflicting requests 2024-04-15T01:54:20.451 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.451 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 11: conflicting requests 2024-04-15T01:54:20.451 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.451 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 12: conflicting requests 2024-04-15T01:54:20.451 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.451 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 13: conflicting requests 2024-04-15T01:54:20.451 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.451 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 14: conflicting requests 2024-04-15T01:54:20.451 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.451 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 15: conflicting requests 2024-04-15T01:54:20.451 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.451 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 16: conflicting requests 2024-04-15T01:54:20.451 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.452 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 17: conflicting requests 2024-04-15T01:54:20.452 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.452 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 18: conflicting requests 2024-04-15T01:54:20.452 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.452 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 19: conflicting requests 2024-04-15T01:54:20.452 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.452 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 20: conflicting requests 2024-04-15T01:54:20.452 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.452 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 21: conflicting requests 2024-04-15T01:54:20.452 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.452 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 22: conflicting requests 2024-04-15T01:54:20.452 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.452 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 23: conflicting requests 2024-04-15T01:54:20.452 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.453 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 24: conflicting requests 2024-04-15T01:54:20.453 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.453 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 25: conflicting requests 2024-04-15T01:54:20.453 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.453 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 26: conflicting requests 2024-04-15T01:54:20.453 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.453 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 27: conflicting requests 2024-04-15T01:54:20.453 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.453 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 28: conflicting requests 2024-04-15T01:54:20.453 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.453 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 29: conflicting requests 2024-04-15T01:54:20.453 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.453 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 30: conflicting requests 2024-04-15T01:54:20.453 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.454 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 31: conflicting requests 2024-04-15T01:54:20.454 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.454 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 32: conflicting requests 2024-04-15T01:54:20.454 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.454 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 33: conflicting requests 2024-04-15T01:54:20.454 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.454 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 34: conflicting requests 2024-04-15T01:54:20.454 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.454 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 35: conflicting requests 2024-04-15T01:54:20.454 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.454 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 36: conflicting requests 2024-04-15T01:54:20.454 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.454 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 37: conflicting requests 2024-04-15T01:54:20.455 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.455 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.455 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.455 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:54:20.455 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.455 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.455 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.455 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.455 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 39: conflicting requests 2024-04-15T01:54:20.455 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.455 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.455 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.455 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.456 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.456 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.456 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:54:20.456 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.456 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.456 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.456 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.456 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:54:20.456 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.456 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.456 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.456 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.456 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:54:20.457 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.457 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.457 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.457 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.457 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:54:20.457 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.457 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.457 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.457 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.457 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:54:20.457 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.457 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.457 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.457 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.457 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:54:20.458 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.458 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.458 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.458 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.518 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-04-15T01:54:20.518 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:54:20.518 INFO:teuthology.orchestra.run.smithi105.stdout: Package Architecture Version Repository Size 2024-04-15T01:54:20.518 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:54:20.518 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2024-04-15T01:54:20.518 INFO:teuthology.orchestra.run.smithi105.stdout: rbd-fuse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 85 k 2024-04-15T01:54:20.518 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:54:20.518 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-04-15T01:54:20.519 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:54:20.519 INFO:teuthology.orchestra.run.smithi105.stdout:Install 1 Package 2024-04-15T01:54:20.519 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:54:20.519 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:54:20.519 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:54:20.519 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:54:20.519 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.520 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:54:20.520 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.520 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:54:20.520 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.520 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:54:20.520 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.520 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:54:20.520 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.520 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:54:20.520 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.520 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:54:20.520 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.520 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:54:20.520 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.520 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:54:20.521 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.521 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:54:20.521 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.521 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:54:20.521 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.521 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:54:20.521 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.521 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:54:20.521 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.521 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:54:20.521 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.521 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:54:20.521 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.521 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:54:20.521 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.522 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:54:20.522 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.522 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:54:20.522 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.522 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:54:20.522 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.522 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:54:20.522 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.522 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:54:20.522 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.522 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:54:20.522 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.522 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:54:20.523 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.523 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:54:20.523 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.523 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:54:20.523 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.523 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:54:20.523 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.523 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:54:20.523 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.523 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:54:20.523 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.523 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:54:20.523 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.523 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:54:20.523 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.524 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:54:20.524 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.524 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:54:20.524 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.524 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:54:20.524 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.524 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:54:20.524 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.524 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:54:20.524 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.524 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:54:20.524 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.524 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:54:20.524 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.524 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.524 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.525 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:54:20.525 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.525 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.525 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.525 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.525 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:54:20.525 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.525 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.525 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.525 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.525 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.525 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.525 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:54:20.525 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.525 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.525 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.526 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.526 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:54:20.526 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.526 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.526 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.526 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.526 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:54:20.526 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.526 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.526 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.526 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.526 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:54:20.526 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.526 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.527 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.527 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.527 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:54:20.527 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.527 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.527 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.527 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.527 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:54:20.527 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.527 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.527 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.527 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:54:20.528 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 85 k 2024-04-15T01:54:20.528 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 231 k 2024-04-15T01:54:20.528 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2024-04-15T01:54:20.592 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:54:20.593 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:54:20.593 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repository Size 2024-04-15T01:54:20.593 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:54:20.593 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-04-15T01:54:20.593 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr-rook noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 49 k 2024-04-15T01:54:20.593 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2024-04-15T01:54:20.593 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-15T01:54:20.593 INFO:teuthology.orchestra.run.smithi073.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-15T01:54:20.593 INFO:teuthology.orchestra.run.smithi073.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-15T01:54:20.593 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-15T01:54:20.593 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-15T01:54:20.593 INFO:teuthology.orchestra.run.smithi073.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-15T01:54:20.594 INFO:teuthology.orchestra.run.smithi073.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-15T01:54:20.594 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-15T01:54:20.594 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-15T01:54:20.594 INFO:teuthology.orchestra.run.smithi073.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-15T01:54:20.594 INFO:teuthology.orchestra.run.smithi073.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-15T01:54:20.594 INFO:teuthology.orchestra.run.smithi073.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-15T01:54:20.594 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:54:20.594 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-04-15T01:54:20.594 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:54:20.594 INFO:teuthology.orchestra.run.smithi073.stdout:Install 13 Packages 2024-04-15T01:54:20.594 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:54:20.595 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 2.2 M 2024-04-15T01:54:20.595 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 26 M 2024-04-15T01:54:20.595 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-04-15T01:54:20.719 INFO:teuthology.orchestra.run.smithi105.stdout:rbd-fuse-19.0.0-2114.ga9a752df.el7.x86_64.rpm 426 kB/s | 85 kB 00:00 2024-04-15T01:54:20.720 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:54:20.720 INFO:teuthology.orchestra.run.smithi105.stdout:Total 424 kB/s | 85 kB 00:00 2024-04-15T01:54:20.720 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2024-04-15T01:54:20.727 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2024-04-15T01:54:20.727 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2024-04-15T01:54:20.787 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2024-04-15T01:54:20.787 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2024-04-15T01:54:20.939 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2024-04-15T01:54:21.051 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:54:21.238 INFO:teuthology.orchestra.run.smithi073.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 91 kB/s | 26 kB 00:00 2024-04-15T01:54:21.263 INFO:teuthology.orchestra.run.smithi073.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 62 kB/s | 19 kB 00:00 2024-04-15T01:54:21.289 INFO:teuthology.orchestra.run.smithi073.stdout:(3/13): ceph-mgr-rook-19.0.0-2114.ga9a752df.el7 148 kB/s | 49 kB 00:00 2024-04-15T01:54:21.438 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:54:21.606 INFO:teuthology.orchestra.run.smithi073.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 464 kB/s | 159 kB 00:00 2024-04-15T01:54:21.681 INFO:teuthology.orchestra.run.smithi073.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 533 kB/s | 222 kB 00:00 2024-04-15T01:54:21.706 INFO:teuthology.orchestra.run.smithi073.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 535 kB/s | 54 kB 00:00 2024-04-15T01:54:21.759 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:54:21.759 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:54:21.759 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2024-04-15T01:54:21.759 INFO:teuthology.orchestra.run.smithi105.stdout: rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:54:21.759 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:54:21.759 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-04-15T01:54:21.890 INFO:teuthology.orchestra.run.smithi073.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 464 kB/s | 279 kB 00:00 2024-04-15T01:54:21.940 INFO:teuthology.orchestra.run.smithi073.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 124 kB/s | 32 kB 00:00 2024-04-15T01:54:21.990 INFO:teuthology.orchestra.run.smithi073.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 53 kB/s | 15 kB 00:00 2024-04-15T01:54:21.994 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install rbd-mirror 2024-04-15T01:54:22.149 INFO:teuthology.orchestra.run.smithi073.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 373 kB/s | 59 kB 00:00 2024-04-15T01:54:22.274 INFO:teuthology.orchestra.run.smithi073.stdout:(11/13): python3-websocket-client-1.2.3-2.el9.n 718 kB/s | 90 kB 00:00 2024-04-15T01:54:22.299 INFO:teuthology.orchestra.run.smithi073.stdout:(12/13): python3-google-auth-2.28.2-1.el9.noarc 496 kB/s | 203 kB 00:00 2024-04-15T01:54:22.333 INFO:teuthology.orchestra.run.smithi073.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 2.8 MB/s | 1.0 MB 00:00 2024-04-15T01:54:22.335 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:54:22.336 INFO:teuthology.orchestra.run.smithi073.stdout:Total 1.3 MB/s | 2.2 MB 00:01 2024-04-15T01:54:22.399 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-04-15T01:54:22.414 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-04-15T01:54:22.414 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-04-15T01:54:22.507 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-04-15T01:54:22.507 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-04-15T01:54:22.598 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:02:05 ago on Mon 15 Apr 2024 01:52:17 AM UTC. 2024-04-15T01:54:22.895 INFO:teuthology.orchestra.run.smithi105.stderr:Modular dependency problems: 2024-04-15T01:54:22.896 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-04-15T01:54:22.896 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 1: conflicting requests 2024-04-15T01:54:22.896 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.896 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 2: conflicting requests 2024-04-15T01:54:22.896 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.896 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 3: conflicting requests 2024-04-15T01:54:22.896 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.896 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 4: conflicting requests 2024-04-15T01:54:22.896 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.896 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 5: conflicting requests 2024-04-15T01:54:22.897 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.897 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 6: conflicting requests 2024-04-15T01:54:22.897 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.897 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 7: conflicting requests 2024-04-15T01:54:22.897 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.897 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 8: conflicting requests 2024-04-15T01:54:22.897 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.897 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 9: conflicting requests 2024-04-15T01:54:22.897 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.897 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 10: conflicting requests 2024-04-15T01:54:22.897 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.897 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 11: conflicting requests 2024-04-15T01:54:22.898 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.898 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 12: conflicting requests 2024-04-15T01:54:22.898 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.898 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 13: conflicting requests 2024-04-15T01:54:22.898 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.898 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 14: conflicting requests 2024-04-15T01:54:22.898 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.898 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 15: conflicting requests 2024-04-15T01:54:22.898 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.898 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 16: conflicting requests 2024-04-15T01:54:22.898 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.899 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 17: conflicting requests 2024-04-15T01:54:22.899 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.899 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 18: conflicting requests 2024-04-15T01:54:22.899 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.899 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 19: conflicting requests 2024-04-15T01:54:22.899 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.899 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 20: conflicting requests 2024-04-15T01:54:22.899 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.899 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 21: conflicting requests 2024-04-15T01:54:22.899 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.900 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 22: conflicting requests 2024-04-15T01:54:22.900 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.900 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 23: conflicting requests 2024-04-15T01:54:22.900 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.900 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 24: conflicting requests 2024-04-15T01:54:22.900 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.900 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 25: conflicting requests 2024-04-15T01:54:22.900 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.900 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 26: conflicting requests 2024-04-15T01:54:22.900 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.900 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 27: conflicting requests 2024-04-15T01:54:22.900 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.901 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 28: conflicting requests 2024-04-15T01:54:22.901 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.901 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 29: conflicting requests 2024-04-15T01:54:22.901 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.901 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 30: conflicting requests 2024-04-15T01:54:22.901 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.901 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 31: conflicting requests 2024-04-15T01:54:22.901 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.901 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 32: conflicting requests 2024-04-15T01:54:22.901 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.901 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 33: conflicting requests 2024-04-15T01:54:22.902 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.902 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 34: conflicting requests 2024-04-15T01:54:22.902 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.902 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 35: conflicting requests 2024-04-15T01:54:22.902 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.902 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 36: conflicting requests 2024-04-15T01:54:22.902 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.902 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 37: conflicting requests 2024-04-15T01:54:22.902 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.902 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.903 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.903 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:54:22.903 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.903 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.903 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.903 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.903 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 39: conflicting requests 2024-04-15T01:54:22.903 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.903 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.903 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.903 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.903 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.904 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.904 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:54:22.904 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.904 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.904 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.904 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.904 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:54:22.904 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.904 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.904 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.905 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.905 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:54:22.905 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.905 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.905 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.905 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.905 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:54:22.905 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.905 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.906 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.906 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.906 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:54:22.906 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.906 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.906 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.906 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.906 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:54:22.906 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.906 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.906 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.907 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:54:22.964 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-04-15T01:54:22.964 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:54:22.965 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repo Size 2024-04-15T01:54:22.965 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:54:22.965 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2024-04-15T01:54:22.965 INFO:teuthology.orchestra.run.smithi105.stdout: rbd-mirror x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.1 M 2024-04-15T01:54:22.965 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:54:22.965 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-04-15T01:54:22.965 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:54:22.965 INFO:teuthology.orchestra.run.smithi105.stdout:Install 1 Package 2024-04-15T01:54:22.965 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:54:22.966 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 3.1 M 2024-04-15T01:54:22.966 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 13 M 2024-04-15T01:54:22.966 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2024-04-15T01:54:23.025 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-04-15T01:54:23.198 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-15T01:54:23.251 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-15T01:54:23.306 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-15T01:54:23.343 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-15T01:54:23.385 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-15T01:54:23.487 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-15T01:54:23.506 INFO:teuthology.orchestra.run.smithi105.stdout:rbd-mirror-19.0.0-2114.ga9a752df.el7.x86_64.rpm 5.7 MB/s | 3.1 MB 00:00 2024-04-15T01:54:23.506 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:54:23.507 INFO:teuthology.orchestra.run.smithi105.stdout:Total 5.7 MB/s | 3.1 MB 00:00 2024-04-15T01:54:23.507 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2024-04-15T01:54:23.516 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2024-04-15T01:54:23.516 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2024-04-15T01:54:23.593 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2024-04-15T01:54:23.593 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2024-04-15T01:54:23.595 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-15T01:54:23.644 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-15T01:54:24.017 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2024-04-15T01:54:24.065 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:54:24.089 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:54:24.090 INFO:teuthology.orchestra.run.smithi105.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:54:24.090 INFO:teuthology.orchestra.run.smithi105.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-15T01:54:24.090 INFO:teuthology.orchestra.run.smithi105.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-15T01:54:24.090 INFO:teuthology.orchestra.run.smithi105.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-15T01:54:24.090 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:54:24.366 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-15T01:54:24.441 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-15T01:54:24.493 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-15T01:54:24.540 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-15T01:54:24.562 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 13/13 2024-04-15T01:54:25.193 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:54:25.193 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:54:25.193 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2024-04-15T01:54:25.193 INFO:teuthology.orchestra.run.smithi105.stdout: rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:54:25.193 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:54:25.193 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-04-15T01:54:25.368 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 13/13 2024-04-15T01:54:25.368 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 1/13 2024-04-15T01:54:25.368 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-15T01:54:25.368 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-15T01:54:25.368 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-15T01:54:25.369 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-15T01:54:25.369 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-15T01:54:25.369 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-15T01:54:25.369 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-15T01:54:25.369 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-15T01:54:25.369 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-15T01:54:25.369 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-15T01:54:25.369 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-15T01:54:25.454 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install rbd-nbd 2024-04-15T01:54:25.752 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-15T01:54:25.752 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:54:25.752 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-04-15T01:54:25.752 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:54:25.752 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-15T01:54:25.752 INFO:teuthology.orchestra.run.smithi073.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-15T01:54:25.752 INFO:teuthology.orchestra.run.smithi073.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-15T01:54:25.752 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-15T01:54:25.752 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-15T01:54:25.752 INFO:teuthology.orchestra.run.smithi073.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-15T01:54:25.752 INFO:teuthology.orchestra.run.smithi073.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-15T01:54:25.753 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-15T01:54:25.753 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-15T01:54:25.753 INFO:teuthology.orchestra.run.smithi073.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-15T01:54:25.753 INFO:teuthology.orchestra.run.smithi073.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-15T01:54:25.753 INFO:teuthology.orchestra.run.smithi073.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-15T01:54:25.753 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:54:25.753 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:54:26.019 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph-mgr-cephadm 2024-04-15T01:54:26.063 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:02:09 ago on Mon 15 Apr 2024 01:52:17 AM UTC. 2024-04-15T01:54:26.352 INFO:teuthology.orchestra.run.smithi105.stderr:Modular dependency problems: 2024-04-15T01:54:26.353 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-04-15T01:54:26.353 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 1: conflicting requests 2024-04-15T01:54:26.353 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.353 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 2: conflicting requests 2024-04-15T01:54:26.353 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.353 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 3: conflicting requests 2024-04-15T01:54:26.353 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.353 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 4: conflicting requests 2024-04-15T01:54:26.353 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.353 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 5: conflicting requests 2024-04-15T01:54:26.353 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.353 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 6: conflicting requests 2024-04-15T01:54:26.354 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.354 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 7: conflicting requests 2024-04-15T01:54:26.354 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.354 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 8: conflicting requests 2024-04-15T01:54:26.354 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.354 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 9: conflicting requests 2024-04-15T01:54:26.354 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.354 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 10: conflicting requests 2024-04-15T01:54:26.354 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.354 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 11: conflicting requests 2024-04-15T01:54:26.354 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.354 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 12: conflicting requests 2024-04-15T01:54:26.354 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.355 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 13: conflicting requests 2024-04-15T01:54:26.355 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.355 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 14: conflicting requests 2024-04-15T01:54:26.355 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.355 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 15: conflicting requests 2024-04-15T01:54:26.355 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.355 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 16: conflicting requests 2024-04-15T01:54:26.355 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.355 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 17: conflicting requests 2024-04-15T01:54:26.355 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.355 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 18: conflicting requests 2024-04-15T01:54:26.355 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.355 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 19: conflicting requests 2024-04-15T01:54:26.355 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.356 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 20: conflicting requests 2024-04-15T01:54:26.356 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.356 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 21: conflicting requests 2024-04-15T01:54:26.356 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.356 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 22: conflicting requests 2024-04-15T01:54:26.356 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.356 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 23: conflicting requests 2024-04-15T01:54:26.356 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.356 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 24: conflicting requests 2024-04-15T01:54:26.356 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.356 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 25: conflicting requests 2024-04-15T01:54:26.356 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.356 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 26: conflicting requests 2024-04-15T01:54:26.357 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.357 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 27: conflicting requests 2024-04-15T01:54:26.357 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.357 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 28: conflicting requests 2024-04-15T01:54:26.357 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.357 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 29: conflicting requests 2024-04-15T01:54:26.357 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.357 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 30: conflicting requests 2024-04-15T01:54:26.357 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.357 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 31: conflicting requests 2024-04-15T01:54:26.357 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.357 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 32: conflicting requests 2024-04-15T01:54:26.357 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.358 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 33: conflicting requests 2024-04-15T01:54:26.358 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.358 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 34: conflicting requests 2024-04-15T01:54:26.358 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.358 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 35: conflicting requests 2024-04-15T01:54:26.358 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.358 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 36: conflicting requests 2024-04-15T01:54:26.358 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.358 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 37: conflicting requests 2024-04-15T01:54:26.358 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.358 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.358 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.358 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:54:26.359 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.359 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.359 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.359 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.359 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 39: conflicting requests 2024-04-15T01:54:26.359 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.359 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.359 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.359 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.359 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.359 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.359 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:54:26.359 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.359 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.360 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.360 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.360 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:54:26.360 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.360 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.360 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.360 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.360 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:54:26.360 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.360 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.360 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.360 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.360 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:54:26.361 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.361 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.361 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.361 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.361 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:54:26.361 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.361 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.361 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.361 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.361 INFO:teuthology.orchestra.run.smithi105.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:54:26.361 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.361 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.361 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.361 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.421 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-04-15T01:54:26.422 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:54:26.422 INFO:teuthology.orchestra.run.smithi105.stdout: Package Architecture Version Repository Size 2024-04-15T01:54:26.422 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:54:26.422 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2024-04-15T01:54:26.422 INFO:teuthology.orchestra.run.smithi105.stdout: rbd-nbd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 171 k 2024-04-15T01:54:26.422 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:54:26.423 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-04-15T01:54:26.423 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-15T01:54:26.423 INFO:teuthology.orchestra.run.smithi105.stdout:Install 1 Package 2024-04-15T01:54:26.423 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:54:26.423 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 171 k 2024-04-15T01:54:26.423 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 494 k 2024-04-15T01:54:26.423 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2024-04-15T01:54:26.619 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:41 ago on Mon 15 Apr 2024 01:52:45 AM UTC. 2024-04-15T01:54:26.660 INFO:teuthology.orchestra.run.smithi105.stdout:rbd-nbd-19.0.0-2114.ga9a752df.el7.x86_64.rpm 722 kB/s | 171 kB 00:00 2024-04-15T01:54:26.660 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:54:26.660 INFO:teuthology.orchestra.run.smithi105.stdout:Total 717 kB/s | 171 kB 00:00 2024-04-15T01:54:26.661 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2024-04-15T01:54:26.669 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2024-04-15T01:54:26.669 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2024-04-15T01:54:26.729 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2024-04-15T01:54:26.729 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2024-04-15T01:54:26.891 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2024-04-15T01:54:26.909 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:54:26.910 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:54:26.910 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:54:26.910 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.910 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:54:26.910 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.910 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:54:26.910 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.910 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:54:26.910 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.910 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:54:26.910 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.910 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:54:26.911 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.911 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:54:26.911 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.911 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:54:26.911 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.911 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:54:26.911 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.911 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:54:26.911 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.911 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:54:26.911 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.911 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:54:26.912 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.912 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:54:26.912 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.912 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:54:26.912 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.912 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:54:26.912 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.912 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:54:26.912 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.912 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:54:26.912 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.912 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:54:26.912 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.913 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:54:26.913 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.913 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:54:26.913 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.913 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:54:26.913 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.913 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:54:26.913 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.913 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:54:26.913 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.913 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:54:26.913 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.913 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:54:26.914 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.914 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:54:26.914 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.914 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:54:26.914 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.914 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:54:26.914 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.914 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:54:26.914 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.914 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:54:26.914 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.914 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:54:26.914 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.915 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:54:26.915 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.915 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:54:26.915 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.915 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:54:26.915 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.915 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:54:26.915 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.915 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:54:26.915 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.915 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:54:26.915 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.915 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.915 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.916 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:54:26.916 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.916 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.916 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.916 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.916 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:54:26.916 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.916 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.916 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.916 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.916 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.916 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.916 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:54:26.916 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.917 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.917 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.917 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.917 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:54:26.917 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.917 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.917 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.917 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.917 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:54:26.917 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.917 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.917 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.917 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.918 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:54:26.918 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.918 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.918 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.918 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.918 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:54:26.918 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.918 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.918 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.918 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.918 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:54:26.918 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.918 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.918 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.919 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:54:26.980 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:54:26.981 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:54:26.981 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repository Size 2024-04-15T01:54:26.981 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:54:26.981 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-04-15T01:54:26.981 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 139 k 2024-04-15T01:54:26.981 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2024-04-15T01:54:26.981 INFO:teuthology.orchestra.run.smithi073.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-15T01:54:26.981 INFO:teuthology.orchestra.run.smithi073.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-15T01:54:26.981 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-15T01:54:26.981 INFO:teuthology.orchestra.run.smithi073.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-15T01:54:26.981 INFO:teuthology.orchestra.run.smithi073.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-15T01:54:26.982 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:54:26.982 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-04-15T01:54:26.982 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:54:26.982 INFO:teuthology.orchestra.run.smithi073.stdout:Install 6 Packages 2024-04-15T01:54:26.982 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:54:26.983 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 7.0 M 2024-04-15T01:54:26.983 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 33 M 2024-04-15T01:54:26.983 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-04-15T01:54:27.000 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:54:27.485 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:54:27.577 INFO:teuthology.orchestra.run.smithi073.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 2.2 MB/s | 248 kB 00:00 2024-04-15T01:54:27.815 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:54:27.815 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:54:27.815 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2024-04-15T01:54:27.815 INFO:teuthology.orchestra.run.smithi105.stdout: rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:54:27.815 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-15T01:54:27.816 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-04-15T01:54:27.852 INFO:teuthology.orchestra.run.smithi073.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 2.1 MB/s | 548 kB 00:00 2024-04-15T01:54:27.885 INFO:teuthology.orchestra.run.smithi073.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 1.7 MB/s | 58 kB 00:00 2024-04-15T01:54:27.986 INFO:teuthology.orchestra.run.smithi073.stdout:(4/6): python3-babel-2.9.1-2.el9.noarch.rpm 11 MB/s | 6.0 MB 00:00 2024-04-15T01:54:28.011 INFO:teuthology.orchestra.run.smithi073.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 407 kB/s | 51 kB 00:00 2024-04-15T01:54:28.061 DEBUG:teuthology.parallel:result is None 2024-04-15T01:54:28.119 INFO:teuthology.orchestra.run.smithi073.stdout:(6/6): ceph-mgr-cephadm-19.0.0-2114.ga9a752df.e 213 kB/s | 139 kB 00:00 2024-04-15T01:54:28.120 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:54:28.120 INFO:teuthology.orchestra.run.smithi073.stdout:Total 6.1 MB/s | 7.0 MB 00:01 2024-04-15T01:54:28.191 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-04-15T01:54:28.202 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-04-15T01:54:28.202 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-04-15T01:54:28.302 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-04-15T01:54:28.303 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-04-15T01:54:28.614 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-04-15T01:54:28.785 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-15T01:54:28.804 INFO:teuthology.orchestra.run.smithi155.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 779 kB/s | 16 MB 00:21 2024-04-15T01:54:28.806 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:54:28.806 INFO:teuthology.orchestra.run.smithi155.stdout:Total 1.4 MB/s | 38 MB 00:26 2024-04-15T01:54:28.837 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-15T01:54:29.159 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-15T01:54:29.187 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-15T01:54:29.187 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-15T01:54:29.351 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-15T01:54:29.440 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-15T01:54:29.503 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-15T01:54:29.533 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 6/6 2024-04-15T01:54:29.618 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-15T01:54:29.619 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-15T01:54:30.323 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 6/6 2024-04-15T01:54:30.323 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/6 2024-04-15T01:54:30.323 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-15T01:54:30.323 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-15T01:54:30.323 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-15T01:54:30.323 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-15T01:54:30.379 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-15T01:54:30.444 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-15T01:54:30.486 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-15T01:54:30.586 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-15T01:54:30.620 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-15T01:54:30.650 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-15T01:54:30.650 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:54:30.650 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-04-15T01:54:30.650 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:54:30.650 INFO:teuthology.orchestra.run.smithi073.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-15T01:54:30.650 INFO:teuthology.orchestra.run.smithi073.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-15T01:54:30.650 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-15T01:54:30.650 INFO:teuthology.orchestra.run.smithi073.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-15T01:54:30.650 INFO:teuthology.orchestra.run.smithi073.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-15T01:54:30.651 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:54:30.651 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:54:30.799 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-15T01:54:30.836 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-15T01:54:30.905 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph-fuse 2024-04-15T01:54:30.912 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-15T01:54:31.504 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:46 ago on Mon 15 Apr 2024 01:52:45 AM UTC. 2024-04-15T01:54:31.572 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-15T01:54:31.683 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-15T01:54:31.792 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:54:31.792 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:54:31.792 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:54:31.792 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.792 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:54:31.793 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.793 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:54:31.793 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.793 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:54:31.793 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.793 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:54:31.793 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.793 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:54:31.793 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.793 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:54:31.793 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.793 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:54:31.794 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.794 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:54:31.794 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.794 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:54:31.794 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.794 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:54:31.794 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.794 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:54:31.794 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.794 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:54:31.794 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.794 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:54:31.794 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.795 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:54:31.795 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.795 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:54:31.795 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.795 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:54:31.795 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.795 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:54:31.795 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.795 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:54:31.795 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.795 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:54:31.795 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.795 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:54:31.796 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.796 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:54:31.796 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.796 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:54:31.796 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.796 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:54:31.796 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.796 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:54:31.796 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.796 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:54:31.796 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.796 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:54:31.796 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.797 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:54:31.797 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.797 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:54:31.797 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.797 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:54:31.797 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.797 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:54:31.797 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.797 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:54:31.797 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.797 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:54:31.797 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.798 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:54:31.798 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.798 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:54:31.798 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.798 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:54:31.798 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.798 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:54:31.798 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.798 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.798 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.798 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:54:31.799 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.799 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.799 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.799 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.799 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:54:31.799 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.799 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.799 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.799 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.799 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.799 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.799 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:54:31.799 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.800 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.800 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.800 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.800 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:54:31.800 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.800 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.800 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.800 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.800 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:54:31.800 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.800 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.800 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.800 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.800 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:54:31.800 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.801 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.801 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.801 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.801 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:54:31.801 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.801 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.801 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.801 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.801 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:54:31.801 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.801 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.801 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.801 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:54:31.861 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:54:31.863 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:54:31.863 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repository Size 2024-04-15T01:54:31.863 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:54:31.863 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-04-15T01:54:31.863 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-fuse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 891 k 2024-04-15T01:54:31.863 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2024-04-15T01:54:31.863 INFO:teuthology.orchestra.run.smithi073.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-15T01:54:31.863 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:54:31.863 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-04-15T01:54:31.863 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:54:31.864 INFO:teuthology.orchestra.run.smithi073.stdout:Install 2 Packages 2024-04-15T01:54:31.864 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:54:31.864 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 971 k 2024-04-15T01:54:31.864 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 2.8 M 2024-04-15T01:54:31.864 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-04-15T01:54:32.047 INFO:teuthology.orchestra.run.smithi073.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 657 kB/s | 80 kB 00:00 2024-04-15T01:54:32.239 INFO:teuthology.orchestra.run.smithi073.stdout:(2/2): ceph-fuse-19.0.0-2114.ga9a752df.el7.x86_ 2.8 MB/s | 891 kB 00:00 2024-04-15T01:54:32.239 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:54:32.239 INFO:teuthology.orchestra.run.smithi073.stdout:Total 2.5 MB/s | 971 kB 00:00 2024-04-15T01:54:32.251 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-04-15T01:54:32.272 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-04-15T01:54:32.272 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-04-15T01:54:32.348 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-04-15T01:54:32.349 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-04-15T01:54:32.536 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-04-15T01:54:32.673 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-15T01:54:32.747 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2/2 2024-04-15T01:54:32.924 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-15T01:54:33.387 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2/2 2024-04-15T01:54:33.387 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/2 2024-04-15T01:54:33.709 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-15T01:54:33.710 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:54:33.710 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-04-15T01:54:33.710 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-15T01:54:33.710 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:54:33.710 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:54:33.976 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-15T01:54:33.996 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph-volume 2024-04-15T01:54:34.011 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 12/12 2024-04-15T01:54:34.604 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:49 ago on Mon 15 Apr 2024 01:52:45 AM UTC. 2024-04-15T01:54:34.892 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:54:34.892 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:54:34.892 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:54:34.892 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.892 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:54:34.892 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.892 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:54:34.892 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.892 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:54:34.893 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.893 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:54:34.893 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.893 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:54:34.893 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.893 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:54:34.893 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.893 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:54:34.893 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.894 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:54:34.894 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.894 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:54:34.894 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.894 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:54:34.894 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.894 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:54:34.894 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.894 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:54:34.894 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.894 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:54:34.895 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.895 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:54:34.895 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.895 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:54:34.895 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.895 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:54:34.895 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.895 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:54:34.895 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.895 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:54:34.895 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.895 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:54:34.896 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.896 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:54:34.896 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.896 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:54:34.896 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.896 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:54:34.896 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.896 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:54:34.896 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.896 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:54:34.897 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.897 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:54:34.897 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.897 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:54:34.897 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.897 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:54:34.897 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.897 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:54:34.897 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.897 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:54:34.897 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.897 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:54:34.897 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.897 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:54:34.898 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.898 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:54:34.898 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.898 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:54:34.898 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.898 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:54:34.898 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.898 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:54:34.898 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.899 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:54:34.899 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.899 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.899 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.899 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:54:34.899 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.899 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.899 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.899 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.899 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:54:34.899 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.899 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.899 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.900 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.900 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.900 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.900 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:54:34.900 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.900 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.900 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.900 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.900 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:54:34.900 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.900 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.900 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.900 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.901 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:54:34.901 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.901 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.901 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.901 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.901 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:54:34.901 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.901 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.901 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.901 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.901 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:54:34.901 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.901 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.901 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.901 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.902 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:54:34.902 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.902 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.902 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.902 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:54:34.959 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:54:34.960 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:54:34.960 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repository Size 2024-04-15T01:54:34.960 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:54:34.960 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-04-15T01:54:34.960 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-volume noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 264 k 2024-04-15T01:54:34.960 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2024-04-15T01:54:34.960 INFO:teuthology.orchestra.run.smithi073.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-15T01:54:34.960 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:54:34.960 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-04-15T01:54:34.961 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:54:34.961 INFO:teuthology.orchestra.run.smithi073.stdout:Install 2 Packages 2024-04-15T01:54:34.961 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:54:34.961 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 341 k 2024-04-15T01:54:34.961 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 1.5 M 2024-04-15T01:54:34.961 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-04-15T01:54:35.110 INFO:teuthology.orchestra.run.smithi073.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 953 kB/s | 77 kB 00:00 2024-04-15T01:54:35.285 INFO:teuthology.orchestra.run.smithi073.stdout:(2/2): ceph-volume-19.0.0-2114.ga9a752df.el7.no 1.0 MB/s | 264 kB 00:00 2024-04-15T01:54:35.286 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:54:35.286 INFO:teuthology.orchestra.run.smithi073.stdout:Total 1.0 MB/s | 341 kB 00:00 2024-04-15T01:54:35.297 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-04-15T01:54:35.307 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-04-15T01:54:35.307 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-04-15T01:54:35.347 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-04-15T01:54:35.348 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-04-15T01:54:35.497 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-04-15T01:54:35.683 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-15T01:54:35.721 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2/2 2024-04-15T01:54:35.736 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2/2 2024-04-15T01:54:35.736 INFO:teuthology.orchestra.run.smithi073.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:54:35.736 INFO:teuthology.orchestra.run.smithi073.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-15T01:54:35.736 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:54:36.472 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 1/2 2024-04-15T01:54:36.548 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 12/12 2024-04-15T01:54:36.548 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 1/12 2024-04-15T01:54:36.548 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-15T01:54:36.549 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-15T01:54:36.549 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-15T01:54:36.549 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-15T01:54:36.549 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-15T01:54:36.549 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-15T01:54:36.549 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-15T01:54:36.549 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 9/12 2024-04-15T01:54:36.549 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-15T01:54:36.549 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-15T01:54:36.831 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-15T01:54:36.831 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:54:36.831 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-04-15T01:54:36.831 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:54:36.831 INFO:teuthology.orchestra.run.smithi073.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-15T01:54:36.831 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:54:36.831 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:54:37.056 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-15T01:54:37.056 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:54:37.056 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-15T01:54:37.057 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:54:37.057 INFO:teuthology.orchestra.run.smithi155.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-15T01:54:37.057 INFO:teuthology.orchestra.run.smithi155.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-15T01:54:37.057 INFO:teuthology.orchestra.run.smithi155.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-15T01:54:37.057 INFO:teuthology.orchestra.run.smithi155.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-15T01:54:37.057 INFO:teuthology.orchestra.run.smithi155.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-15T01:54:37.057 INFO:teuthology.orchestra.run.smithi155.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-15T01:54:37.057 INFO:teuthology.orchestra.run.smithi155.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-15T01:54:37.057 INFO:teuthology.orchestra.run.smithi155.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-15T01:54:37.057 INFO:teuthology.orchestra.run.smithi155.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-15T01:54:37.057 INFO:teuthology.orchestra.run.smithi155.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-15T01:54:37.057 INFO:teuthology.orchestra.run.smithi155.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-15T01:54:37.057 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:54:37.057 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:54:37.188 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install librados-devel 2024-04-15T01:54:37.522 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-mgr-rook 2024-04-15T01:54:37.791 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:52 ago on Mon 15 Apr 2024 01:52:45 AM UTC. 2024-04-15T01:54:38.080 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:54:38.080 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:54:38.080 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:54:38.080 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.080 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:54:38.080 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.081 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:54:38.081 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.081 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:54:38.081 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.081 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:54:38.081 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.081 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:54:38.081 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.081 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:54:38.081 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.082 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:54:38.082 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.082 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:54:38.082 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.082 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:54:38.082 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.082 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:54:38.082 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.082 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:54:38.082 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.082 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:54:38.082 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.083 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:54:38.083 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.083 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:54:38.083 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.083 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:54:38.083 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.083 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:54:38.083 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.083 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:54:38.083 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.083 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:54:38.083 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.083 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:54:38.083 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.084 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:54:38.084 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.084 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:54:38.084 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.084 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:54:38.084 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.084 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:54:38.084 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.084 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:54:38.084 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.084 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:54:38.084 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.084 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:54:38.084 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.084 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:54:38.085 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.085 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:54:38.085 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.085 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:54:38.085 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.085 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:54:38.085 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.085 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:54:38.085 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.085 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:54:38.085 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.085 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:54:38.085 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.085 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:54:38.086 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.086 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:54:38.086 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.086 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:54:38.086 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.086 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.086 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.086 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:54:38.086 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.086 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.086 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.086 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.086 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:54:38.087 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.087 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.087 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.087 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.087 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.087 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.087 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:54:38.087 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.087 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.087 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.087 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.087 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:54:38.088 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.088 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.088 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.088 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.088 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:54:38.088 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.088 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.088 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.088 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.089 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:54:38.089 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.089 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.089 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.089 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.089 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:54:38.089 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.089 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.089 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.090 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.090 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:54:38.090 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.090 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.090 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.090 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.136 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:51 ago on Mon 15 Apr 2024 01:52:47 AM UTC. 2024-04-15T01:54:38.149 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:54:38.149 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:54:38.149 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repo Size 2024-04-15T01:54:38.149 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:54:38.149 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-04-15T01:54:38.149 INFO:teuthology.orchestra.run.smithi073.stdout: librados-devel x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 127 k 2024-04-15T01:54:38.150 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:54:38.150 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-04-15T01:54:38.150 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:54:38.150 INFO:teuthology.orchestra.run.smithi073.stdout:Install 1 Package 2024-04-15T01:54:38.150 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:54:38.150 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 127 k 2024-04-15T01:54:38.150 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 456 k 2024-04-15T01:54:38.151 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-04-15T01:54:38.426 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:54:38.426 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:54:38.426 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:54:38.426 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.426 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:54:38.427 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.427 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:54:38.427 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.427 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:54:38.427 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.427 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:54:38.427 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.427 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:54:38.427 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.427 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:54:38.427 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.427 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:54:38.428 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.428 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:54:38.428 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.428 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:54:38.428 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.428 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:54:38.428 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.428 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:54:38.428 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.428 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:54:38.428 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.428 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:54:38.428 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.429 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:54:38.429 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.429 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:54:38.429 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.429 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:54:38.429 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.429 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:54:38.429 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.429 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:54:38.429 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.429 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:54:38.429 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.429 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:54:38.429 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.430 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:54:38.430 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.430 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:54:38.430 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.430 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:54:38.430 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.430 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:54:38.430 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.430 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:54:38.430 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.430 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:54:38.430 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.431 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:54:38.431 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.431 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:54:38.431 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.431 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:54:38.431 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.431 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:54:38.431 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.431 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:54:38.431 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.431 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:54:38.431 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.431 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:54:38.431 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.432 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:54:38.432 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.432 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:54:38.432 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.432 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:54:38.432 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.432 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.432 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.432 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:54:38.432 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.432 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.432 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.432 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.433 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:54:38.433 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.433 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.433 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.433 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.433 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.433 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.433 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:54:38.433 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.433 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.433 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.433 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.433 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:54:38.434 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.434 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.434 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.434 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.434 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:54:38.434 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.434 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.434 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.434 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.434 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:54:38.434 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.434 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.434 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.435 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.435 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:54:38.435 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.435 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.435 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.435 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.435 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:54:38.435 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.435 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.435 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.435 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:54:38.496 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:54:38.497 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:54:38.497 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2024-04-15T01:54:38.497 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:54:38.497 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-15T01:54:38.497 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-rook noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 49 k 2024-04-15T01:54:38.497 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2024-04-15T01:54:38.497 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-15T01:54:38.497 INFO:teuthology.orchestra.run.smithi155.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-15T01:54:38.497 INFO:teuthology.orchestra.run.smithi155.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-15T01:54:38.497 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-15T01:54:38.498 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-15T01:54:38.498 INFO:teuthology.orchestra.run.smithi155.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-15T01:54:38.498 INFO:teuthology.orchestra.run.smithi155.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-15T01:54:38.498 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-15T01:54:38.498 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-15T01:54:38.498 INFO:teuthology.orchestra.run.smithi155.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-15T01:54:38.498 INFO:teuthology.orchestra.run.smithi155.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-15T01:54:38.498 INFO:teuthology.orchestra.run.smithi155.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-15T01:54:38.498 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:54:38.498 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-15T01:54:38.498 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:54:38.498 INFO:teuthology.orchestra.run.smithi155.stdout:Install 13 Packages 2024-04-15T01:54:38.498 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:54:38.499 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 2.2 M 2024-04-15T01:54:38.499 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 26 M 2024-04-15T01:54:38.499 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-15T01:54:38.500 INFO:teuthology.orchestra.run.smithi073.stdout:librados-devel-19.0.0-2114.ga9a752df.el7.x86_64 364 kB/s | 127 kB 00:00 2024-04-15T01:54:38.500 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:54:38.500 INFO:teuthology.orchestra.run.smithi073.stdout:Total 362 kB/s | 127 kB 00:00 2024-04-15T01:54:38.500 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-04-15T01:54:38.505 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-04-15T01:54:38.505 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-04-15T01:54:38.565 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-04-15T01:54:38.565 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-04-15T01:54:38.762 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-04-15T01:54:38.882 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:54:39.072 INFO:teuthology.orchestra.run.smithi155.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 200 kB/s | 19 kB 00:00 2024-04-15T01:54:39.097 INFO:teuthology.orchestra.run.smithi155.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 212 kB/s | 26 kB 00:00 2024-04-15T01:54:39.197 INFO:teuthology.orchestra.run.smithi155.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.7 MB/s | 222 kB 00:00 2024-04-15T01:54:39.214 INFO:teuthology.orchestra.run.smithi155.stdout:(4/13): ceph-mgr-rook-19.0.0-2114.ga9a752df.el7 207 kB/s | 49 kB 00:00 2024-04-15T01:54:39.239 INFO:teuthology.orchestra.run.smithi155.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.1 MB/s | 159 kB 00:00 2024-04-15T01:54:39.265 INFO:teuthology.orchestra.run.smithi155.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.0 MB/s | 279 kB 00:00 2024-04-15T01:54:39.315 INFO:teuthology.orchestra.run.smithi155.stdout:(7/13): python3-requests-oauthlib-1.3.0-12.el9. 534 kB/s | 54 kB 00:00 2024-04-15T01:54:39.319 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:54:39.374 INFO:teuthology.orchestra.run.smithi155.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 241 kB/s | 32 kB 00:00 2024-04-15T01:54:39.432 INFO:teuthology.orchestra.run.smithi155.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 104 kB/s | 15 kB 00:00 2024-04-15T01:54:39.457 INFO:teuthology.orchestra.run.smithi155.stdout:(10/13): python3-google-auth-2.28.2-1.el9.noarc 1.7 MB/s | 203 kB 00:00 2024-04-15T01:54:39.500 INFO:teuthology.orchestra.run.smithi155.stdout:(11/13): python3-kubernetes-26.1.0-2.el9.noarch 8.2 MB/s | 1.0 MB 00:00 2024-04-15T01:54:39.516 INFO:teuthology.orchestra.run.smithi155.stdout:(12/13): python3-rsa-4.9-2.el9.noarch.rpm 707 kB/s | 59 kB 00:00 2024-04-15T01:54:39.542 INFO:teuthology.orchestra.run.smithi155.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 1.1 MB/s | 90 kB 00:00 2024-04-15T01:54:39.544 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:54:39.544 INFO:teuthology.orchestra.run.smithi155.stdout:Total 2.1 MB/s | 2.2 MB 00:01 2024-04-15T01:54:39.603 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-15T01:54:39.613 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:54:39.613 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:54:39.613 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-04-15T01:54:39.613 INFO:teuthology.orchestra.run.smithi073.stdout: librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:54:39.613 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:54:39.614 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:54:39.617 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-15T01:54:39.617 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-15T01:54:39.714 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-15T01:54:39.715 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-15T01:54:39.853 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install libcephfs2 2024-04-15T01:54:40.238 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-15T01:54:40.404 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-15T01:54:40.454 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:55 ago on Mon 15 Apr 2024 01:52:45 AM UTC. 2024-04-15T01:54:40.459 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-15T01:54:40.514 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-15T01:54:40.544 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-15T01:54:40.585 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-15T01:54:40.678 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-15T01:54:40.750 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:54:40.751 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:54:40.751 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:54:40.751 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.751 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:54:40.751 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.751 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:54:40.752 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.752 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:54:40.752 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.752 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:54:40.752 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.752 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:54:40.753 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.753 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:54:40.753 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.753 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:54:40.753 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.754 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:54:40.754 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.754 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:54:40.754 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.754 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:54:40.754 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.755 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:54:40.755 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.755 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:54:40.755 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.755 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:54:40.755 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.756 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:54:40.756 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.756 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:54:40.756 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.756 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:54:40.756 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.757 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:54:40.757 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.757 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:54:40.757 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.757 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:54:40.757 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.757 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:54:40.758 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.758 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:54:40.758 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.758 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:54:40.758 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.759 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:54:40.759 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.759 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:54:40.759 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.759 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:54:40.759 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.760 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:54:40.760 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.760 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:54:40.760 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.760 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:54:40.760 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.760 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:54:40.761 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.761 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:54:40.761 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.761 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:54:40.761 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.761 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:54:40.762 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.762 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:54:40.762 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.762 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:54:40.762 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.763 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:54:40.763 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.763 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:54:40.763 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.763 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.763 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.764 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:54:40.764 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.764 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.764 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.764 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.764 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:54:40.764 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.765 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.765 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.765 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.765 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.765 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.765 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:54:40.766 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.766 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.766 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.766 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.766 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:54:40.766 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.767 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.767 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.767 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.767 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:54:40.767 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.767 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.768 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.768 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.768 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:54:40.768 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.768 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.768 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.768 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.769 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:54:40.769 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.769 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.769 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.769 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.769 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:54:40.770 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.770 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.770 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.770 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:54:40.771 INFO:teuthology.orchestra.run.smithi073.stdout:Package libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:54:40.789 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-15T01:54:40.817 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:54:40.818 INFO:teuthology.orchestra.run.smithi073.stdout:Nothing to do. 2024-04-15T01:54:40.818 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:54:40.845 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-15T01:54:40.876 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install libcephfs-devel 2024-04-15T01:54:41.466 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:56 ago on Mon 15 Apr 2024 01:52:45 AM UTC. 2024-04-15T01:54:41.569 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-15T01:54:41.618 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-15T01:54:41.652 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-15T01:54:41.700 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-15T01:54:41.721 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 13/13 2024-04-15T01:54:41.754 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:54:41.754 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:54:41.754 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:54:41.754 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.754 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:54:41.754 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.754 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:54:41.754 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.754 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:54:41.754 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.755 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:54:41.755 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.755 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:54:41.755 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.755 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:54:41.755 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.755 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:54:41.755 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.755 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:54:41.755 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.755 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:54:41.755 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.755 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:54:41.755 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.756 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:54:41.756 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.756 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:54:41.756 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.756 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:54:41.756 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.756 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:54:41.756 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.756 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:54:41.756 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.756 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:54:41.756 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.756 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:54:41.756 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.756 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:54:41.757 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.757 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:54:41.757 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.757 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:54:41.757 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.757 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:54:41.757 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.757 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:54:41.757 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.757 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:54:41.757 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.757 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:54:41.757 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.758 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:54:41.758 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.758 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:54:41.758 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.758 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:54:41.758 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.758 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:54:41.758 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.758 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:54:41.758 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.758 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:54:41.758 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.758 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:54:41.759 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.759 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:54:41.759 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.759 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:54:41.759 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.759 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:54:41.759 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.759 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:54:41.759 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.759 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:54:41.759 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.759 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.759 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.759 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:54:41.760 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.760 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.760 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.760 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.760 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:54:41.760 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.760 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.760 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.760 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.760 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.760 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.760 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:54:41.760 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.760 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.761 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.761 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.761 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:54:41.761 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.761 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.761 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.761 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.761 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:54:41.761 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.761 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.761 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.761 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.761 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:54:41.761 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.762 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.762 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.762 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.762 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:54:41.762 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.762 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.762 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.762 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.762 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:54:41.762 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.762 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.762 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.762 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:54:41.822 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:54:41.824 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:54:41.824 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repo Size 2024-04-15T01:54:41.824 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:54:41.824 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-04-15T01:54:41.824 INFO:teuthology.orchestra.run.smithi073.stdout: libcephfs-devel x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 32 k 2024-04-15T01:54:41.824 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:54:41.824 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-04-15T01:54:41.824 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:54:41.825 INFO:teuthology.orchestra.run.smithi073.stdout:Install 1 Package 2024-04-15T01:54:41.825 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:54:41.825 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 32 k 2024-04-15T01:54:41.825 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 142 k 2024-04-15T01:54:41.825 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-04-15T01:54:41.979 INFO:teuthology.orchestra.run.smithi073.stdout:libcephfs-devel-19.0.0-2114.ga9a752df.el7.x86_6 204 kB/s | 32 kB 00:00 2024-04-15T01:54:41.980 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:54:41.980 INFO:teuthology.orchestra.run.smithi073.stdout:Total 202 kB/s | 32 kB 00:00 2024-04-15T01:54:41.980 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-04-15T01:54:41.983 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-04-15T01:54:41.983 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-04-15T01:54:42.009 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-04-15T01:54:42.009 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-04-15T01:54:42.117 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-04-15T01:54:42.227 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:54:42.543 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 13/13 2024-04-15T01:54:42.543 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 1/13 2024-04-15T01:54:42.543 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-15T01:54:42.543 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-15T01:54:42.544 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-15T01:54:42.544 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-15T01:54:42.544 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-15T01:54:42.544 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-15T01:54:42.544 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-15T01:54:42.544 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-15T01:54:42.544 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-15T01:54:42.544 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-15T01:54:42.544 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-15T01:54:42.616 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:54:42.889 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:54:42.889 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:54:42.889 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-04-15T01:54:42.889 INFO:teuthology.orchestra.run.smithi073.stdout: libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:54:42.890 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:54:42.890 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:54:42.926 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-15T01:54:42.927 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:54:42.927 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-15T01:54:42.927 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:54:42.927 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-15T01:54:42.927 INFO:teuthology.orchestra.run.smithi155.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-15T01:54:42.927 INFO:teuthology.orchestra.run.smithi155.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-15T01:54:42.927 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-15T01:54:42.927 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-15T01:54:42.927 INFO:teuthology.orchestra.run.smithi155.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-15T01:54:42.927 INFO:teuthology.orchestra.run.smithi155.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-15T01:54:42.927 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-15T01:54:42.927 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-15T01:54:42.928 INFO:teuthology.orchestra.run.smithi155.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-15T01:54:42.928 INFO:teuthology.orchestra.run.smithi155.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-15T01:54:42.928 INFO:teuthology.orchestra.run.smithi155.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-15T01:54:42.928 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:54:42.928 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:54:43.069 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install librados2 2024-04-15T01:54:43.197 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-mgr-cephadm 2024-04-15T01:54:43.669 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:58 ago on Mon 15 Apr 2024 01:52:45 AM UTC. 2024-04-15T01:54:43.796 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:56 ago on Mon 15 Apr 2024 01:52:47 AM UTC. 2024-04-15T01:54:43.958 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:54:43.958 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:54:43.959 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:54:43.959 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.959 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:54:43.959 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.959 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:54:43.959 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.959 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:54:43.959 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.959 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:54:43.959 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.959 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:54:43.959 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.959 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:54:43.960 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.960 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:54:43.960 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.960 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:54:43.960 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.960 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:54:43.960 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.960 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:54:43.960 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.960 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:54:43.960 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.960 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:54:43.960 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.960 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:54:43.961 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.961 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:54:43.961 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.961 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:54:43.961 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.961 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:54:43.961 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.961 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:54:43.961 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.961 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:54:43.961 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.961 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:54:43.961 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.961 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:54:43.962 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.962 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:54:43.962 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.962 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:54:43.962 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.962 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:54:43.962 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.962 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:54:43.962 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.962 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:54:43.963 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.963 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:54:43.963 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.963 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:54:43.963 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.963 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:54:43.963 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.963 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:54:43.963 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.963 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:54:43.963 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.963 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:54:43.963 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.963 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:54:43.964 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.964 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:54:43.964 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.964 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:54:43.964 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.964 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:54:43.964 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.964 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:54:43.964 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.964 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.964 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.964 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:54:43.964 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.964 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.965 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.965 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.965 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:54:43.965 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.965 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.965 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.965 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.965 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.965 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.965 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:54:43.965 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.965 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.965 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.965 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.966 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:54:43.966 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.966 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.966 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.966 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.966 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:54:43.966 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.966 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.966 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.966 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.966 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:54:43.966 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.966 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.966 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.967 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.967 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:54:43.967 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.967 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.967 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.967 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.967 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:54:43.967 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.967 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.967 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.967 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:54:43.968 INFO:teuthology.orchestra.run.smithi073.stdout:Package librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:54:44.027 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:54:44.028 INFO:teuthology.orchestra.run.smithi073.stdout:Nothing to do. 2024-04-15T01:54:44.028 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:54:44.087 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:54:44.088 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:54:44.088 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:54:44.088 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.088 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:54:44.088 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.088 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:54:44.088 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.088 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:54:44.088 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.088 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:54:44.088 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.088 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:54:44.089 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.089 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:54:44.089 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.089 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:54:44.089 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.089 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:54:44.089 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.089 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:54:44.089 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.089 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:54:44.089 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.089 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:54:44.089 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.090 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:54:44.090 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.090 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:54:44.090 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.090 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:54:44.090 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.090 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:54:44.090 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.090 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:54:44.090 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.090 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:54:44.090 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.090 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:54:44.090 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.091 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:54:44.091 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.091 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:54:44.091 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.091 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:54:44.091 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.091 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:54:44.091 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.091 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:54:44.091 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.091 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:54:44.091 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.091 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:54:44.091 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.092 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:54:44.092 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.092 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:54:44.092 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.092 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:54:44.092 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.092 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:54:44.092 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.092 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:54:44.092 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.092 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:54:44.092 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.092 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:54:44.092 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.093 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:54:44.093 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.093 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:54:44.093 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.093 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:54:44.093 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.093 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:54:44.093 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.093 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.093 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.093 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:54:44.093 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.093 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.093 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.094 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.094 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:54:44.094 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.094 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.094 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.094 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.094 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.094 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.094 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:54:44.094 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.094 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.094 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.094 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.094 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:54:44.095 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.095 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.095 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.095 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.095 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:54:44.095 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.095 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.095 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.095 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.095 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:54:44.095 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.095 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.095 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.095 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.096 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:54:44.096 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.096 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.096 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.096 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.096 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:54:44.096 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.096 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.096 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.096 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.097 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install librbd1 2024-04-15T01:54:44.158 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:54:44.158 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:54:44.158 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2024-04-15T01:54:44.158 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:54:44.159 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-15T01:54:44.159 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 139 k 2024-04-15T01:54:44.159 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2024-04-15T01:54:44.159 INFO:teuthology.orchestra.run.smithi155.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-15T01:54:44.159 INFO:teuthology.orchestra.run.smithi155.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-15T01:54:44.159 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-15T01:54:44.159 INFO:teuthology.orchestra.run.smithi155.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-15T01:54:44.159 INFO:teuthology.orchestra.run.smithi155.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-15T01:54:44.159 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:54:44.159 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-15T01:54:44.159 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:54:44.159 INFO:teuthology.orchestra.run.smithi155.stdout:Install 6 Packages 2024-04-15T01:54:44.159 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:54:44.160 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 7.0 M 2024-04-15T01:54:44.160 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 33 M 2024-04-15T01:54:44.160 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-15T01:54:44.691 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:59 ago on Mon 15 Apr 2024 01:52:45 AM UTC. 2024-04-15T01:54:44.703 INFO:teuthology.orchestra.run.smithi155.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 2.4 MB/s | 248 kB 00:00 2024-04-15T01:54:44.837 INFO:teuthology.orchestra.run.smithi155.stdout:(2/6): ceph-mgr-cephadm-19.0.0-2114.ga9a752df.e 593 kB/s | 139 kB 00:00 2024-04-15T01:54:44.946 INFO:teuthology.orchestra.run.smithi155.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 17 MB/s | 6.0 MB 00:00 2024-04-15T01:54:44.971 INFO:teuthology.orchestra.run.smithi155.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 432 kB/s | 58 kB 00:00 2024-04-15T01:54:44.984 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:54:44.984 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:54:44.984 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:54:44.984 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.985 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:54:44.985 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.985 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:54:44.985 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.985 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:54:44.985 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.985 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:54:44.985 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.985 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:54:44.985 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.985 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:54:44.985 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.985 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:54:44.985 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.986 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:54:44.986 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.986 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:54:44.986 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.986 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:54:44.986 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.986 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:54:44.986 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.986 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:54:44.986 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.986 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:54:44.986 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.986 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:54:44.986 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.987 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:54:44.987 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.987 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:54:44.987 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.987 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:54:44.987 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.987 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:54:44.987 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.988 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:54:44.988 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.988 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:54:44.988 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.988 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:54:44.988 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.988 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:54:44.988 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.988 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:54:44.988 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.988 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:54:44.989 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.989 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:54:44.989 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.989 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:54:44.989 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.989 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:54:44.989 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.989 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:54:44.989 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.989 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:54:44.990 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.990 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:54:44.990 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.990 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:54:44.990 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.990 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:54:44.990 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.990 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:54:44.990 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.990 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:54:44.990 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.990 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:54:44.991 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.991 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:54:44.991 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.991 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.991 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.991 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:54:44.991 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.991 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.991 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.991 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.991 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:54:44.991 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.991 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.992 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.992 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.992 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.992 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.992 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:54:44.992 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.992 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.992 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.992 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.992 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:54:44.993 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.993 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.993 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.993 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.993 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:54:44.993 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.993 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.993 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.993 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.993 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:54:44.993 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.993 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.993 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.994 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.994 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:54:44.994 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.994 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.994 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.995 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.995 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:54:44.995 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.995 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.995 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.995 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:54:44.997 INFO:teuthology.orchestra.run.smithi155.stdout:(5/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.8 MB/s | 548 kB 00:00 2024-04-15T01:54:44.997 INFO:teuthology.orchestra.run.smithi073.stdout:Package librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:54:45.053 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:54:45.054 INFO:teuthology.orchestra.run.smithi073.stdout:Nothing to do. 2024-04-15T01:54:45.054 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:54:45.063 INFO:teuthology.orchestra.run.smithi155.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 436 kB/s | 51 kB 00:00 2024-04-15T01:54:45.064 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:54:45.065 INFO:teuthology.orchestra.run.smithi155.stdout:Total 7.7 MB/s | 7.0 MB 00:00 2024-04-15T01:54:45.116 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install python3-rados 2024-04-15T01:54:45.138 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-15T01:54:45.149 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-15T01:54:45.149 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-15T01:54:45.252 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-15T01:54:45.253 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-15T01:54:45.570 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-15T01:54:45.716 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:02:00 ago on Mon 15 Apr 2024 01:52:45 AM UTC. 2024-04-15T01:54:45.755 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-15T01:54:45.807 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-15T01:54:46.005 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:54:46.005 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:54:46.006 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:54:46.006 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.006 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:54:46.006 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.006 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:54:46.006 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.006 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:54:46.006 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.006 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:54:46.006 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.006 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:54:46.006 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.007 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:54:46.007 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.007 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:54:46.007 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.007 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:54:46.007 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.007 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:54:46.007 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.007 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:54:46.007 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.007 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:54:46.007 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.007 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:54:46.008 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.008 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:54:46.008 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.008 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:54:46.008 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.008 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:54:46.008 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.008 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:54:46.008 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.008 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:54:46.008 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.008 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:54:46.008 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.009 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:54:46.009 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.009 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:54:46.009 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.009 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:54:46.009 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.009 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:54:46.009 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.009 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:54:46.009 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.009 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:54:46.009 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.010 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:54:46.010 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.010 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:54:46.010 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.010 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:54:46.010 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.010 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:54:46.010 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.010 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:54:46.010 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.010 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:54:46.010 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.010 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:54:46.011 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.011 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:54:46.011 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.011 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:54:46.011 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.011 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:54:46.011 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.011 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:54:46.011 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.011 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:54:46.011 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.011 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.012 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.012 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:54:46.012 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.012 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.012 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.012 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.012 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:54:46.012 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.012 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.012 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.012 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.012 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.012 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.013 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:54:46.013 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.013 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.013 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.013 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.013 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:54:46.013 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.013 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.013 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.013 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.013 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:54:46.013 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.013 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.013 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.014 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.014 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:54:46.014 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.014 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.014 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.014 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.014 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:54:46.014 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.014 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.014 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.014 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.014 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:54:46.014 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.014 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.015 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.015 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:54:46.015 INFO:teuthology.orchestra.run.smithi073.stdout:Package python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:54:46.073 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:54:46.074 INFO:teuthology.orchestra.run.smithi073.stdout:Nothing to do. 2024-04-15T01:54:46.074 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:54:46.145 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install python3-rgw 2024-04-15T01:54:46.328 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-15T01:54:46.418 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-15T01:54:46.480 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-15T01:54:46.511 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 6/6 2024-04-15T01:54:46.733 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:02:01 ago on Mon 15 Apr 2024 01:52:45 AM UTC. 2024-04-15T01:54:47.020 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:54:47.020 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:54:47.020 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:54:47.021 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.021 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:54:47.021 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.021 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:54:47.021 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.021 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:54:47.021 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.021 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:54:47.021 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.022 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:54:47.022 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.022 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:54:47.022 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.022 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:54:47.022 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.023 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:54:47.023 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.023 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:54:47.023 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.023 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:54:47.023 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.024 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:54:47.024 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.024 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:54:47.024 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.024 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:54:47.024 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.024 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:54:47.024 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.025 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:54:47.025 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.025 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:54:47.025 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.025 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:54:47.025 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.025 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:54:47.025 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.026 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:54:47.026 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.026 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:54:47.026 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.026 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:54:47.026 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.026 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:54:47.026 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.027 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:54:47.027 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.027 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:54:47.027 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.027 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:54:47.027 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.027 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:54:47.028 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.028 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:54:47.028 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.028 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:54:47.028 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.028 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:54:47.028 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.029 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:54:47.029 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.030 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:54:47.030 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.030 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:54:47.030 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.030 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:54:47.030 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.030 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:54:47.030 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.030 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:54:47.030 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.030 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:54:47.031 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.031 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.031 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.031 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:54:47.031 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.031 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.031 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.031 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.031 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:54:47.031 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.031 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.031 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.032 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.032 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.032 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.032 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:54:47.032 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.032 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.032 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.032 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.032 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:54:47.032 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.032 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.032 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.032 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.032 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:54:47.033 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.033 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.033 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.033 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.033 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:54:47.033 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.033 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.033 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.033 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.033 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:54:47.033 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.033 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.033 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.033 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.034 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:54:47.034 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.034 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.034 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.034 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:54:47.034 INFO:teuthology.orchestra.run.smithi073.stdout:Package python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:54:47.087 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:54:47.088 INFO:teuthology.orchestra.run.smithi073.stdout:Nothing to do. 2024-04-15T01:54:47.088 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:54:47.150 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install python3-cephfs 2024-04-15T01:54:47.293 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 6/6 2024-04-15T01:54:47.293 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/6 2024-04-15T01:54:47.293 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-15T01:54:47.293 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-15T01:54:47.293 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-15T01:54:47.294 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-15T01:54:47.600 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-15T01:54:47.601 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:54:47.601 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-15T01:54:47.601 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:54:47.601 INFO:teuthology.orchestra.run.smithi155.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-15T01:54:47.601 INFO:teuthology.orchestra.run.smithi155.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-15T01:54:47.601 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-15T01:54:47.601 INFO:teuthology.orchestra.run.smithi155.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-15T01:54:47.601 INFO:teuthology.orchestra.run.smithi155.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-15T01:54:47.601 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:54:47.601 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:54:47.738 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:02:02 ago on Mon 15 Apr 2024 01:52:45 AM UTC. 2024-04-15T01:54:47.859 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-fuse 2024-04-15T01:54:48.029 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:54:48.029 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:54:48.029 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:54:48.029 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.029 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:54:48.029 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.029 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:54:48.029 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.029 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:54:48.030 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.030 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:54:48.030 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.030 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:54:48.030 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.030 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:54:48.030 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.030 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:54:48.030 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.030 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:54:48.030 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.030 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:54:48.030 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.031 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:54:48.031 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.031 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:54:48.031 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.031 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:54:48.031 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.031 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:54:48.031 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.031 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:54:48.031 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.031 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:54:48.032 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.032 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:54:48.032 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.032 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:54:48.032 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.032 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:54:48.032 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.032 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:54:48.032 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.032 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:54:48.032 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.032 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:54:48.032 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.033 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:54:48.033 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.033 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:54:48.033 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.033 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:54:48.033 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.033 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:54:48.033 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.033 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:54:48.033 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.033 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:54:48.033 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.033 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:54:48.034 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.034 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:54:48.034 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.034 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:54:48.034 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.034 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:54:48.034 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.034 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:54:48.034 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.034 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:54:48.034 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.034 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:54:48.034 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.035 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:54:48.035 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.035 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:54:48.035 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.035 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.035 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.035 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:54:48.035 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.035 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.035 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.035 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.035 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:54:48.035 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.036 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.036 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.036 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.036 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.036 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.036 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:54:48.036 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.036 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.036 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.036 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.036 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:54:48.036 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.037 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.037 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.037 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.037 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:54:48.037 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.037 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.037 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.037 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.037 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:54:48.037 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.037 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.037 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.038 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.038 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:54:48.038 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.038 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.038 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.038 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.038 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:54:48.038 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.038 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.038 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.038 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.039 INFO:teuthology.orchestra.run.smithi073.stdout:Package python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:54:48.099 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:54:48.100 INFO:teuthology.orchestra.run.smithi073.stdout:Nothing to do. 2024-04-15T01:54:48.100 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:54:48.211 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install python3-rbd 2024-04-15T01:54:48.458 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:02:01 ago on Mon 15 Apr 2024 01:52:47 AM UTC. 2024-04-15T01:54:48.749 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:54:48.749 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:54:48.749 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:54:48.749 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.749 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:54:48.749 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.749 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:54:48.749 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.749 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:54:48.749 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.749 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:54:48.750 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.750 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:54:48.750 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.750 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:54:48.750 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.750 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:54:48.750 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.750 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:54:48.750 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.750 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:54:48.750 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.750 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:54:48.750 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.751 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:54:48.751 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.751 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:54:48.751 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.751 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:54:48.751 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.751 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:54:48.751 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.751 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:54:48.751 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.751 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:54:48.751 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.751 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:54:48.752 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.752 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:54:48.752 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.752 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:54:48.752 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.752 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:54:48.752 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.752 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:54:48.752 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.752 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:54:48.752 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.752 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:54:48.752 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.753 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:54:48.753 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.753 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:54:48.753 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.753 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:54:48.753 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.753 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:54:48.753 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.753 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:54:48.753 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.753 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:54:48.753 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.753 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:54:48.754 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.754 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:54:48.754 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.754 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:54:48.754 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.754 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:54:48.754 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.754 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:54:48.754 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.754 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:54:48.754 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.754 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:54:48.754 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.755 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.755 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.755 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:54:48.755 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.755 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.755 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.755 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.755 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:54:48.755 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.755 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.755 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.755 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.755 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.755 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.756 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:54:48.756 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.756 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.756 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.756 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.756 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:54:48.756 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.756 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.756 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.756 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.756 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:54:48.756 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.756 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.756 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.757 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.757 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:54:48.757 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.757 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.757 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.757 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.757 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:54:48.757 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.757 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.757 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.757 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.758 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:54:48.758 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.758 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.758 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.758 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:54:48.806 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:02:03 ago on Mon 15 Apr 2024 01:52:45 AM UTC. 2024-04-15T01:54:48.819 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:54:48.819 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:54:48.819 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2024-04-15T01:54:48.819 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:54:48.820 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-15T01:54:48.820 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-fuse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 891 k 2024-04-15T01:54:48.820 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2024-04-15T01:54:48.820 INFO:teuthology.orchestra.run.smithi155.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-15T01:54:48.820 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:54:48.820 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-15T01:54:48.820 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:54:48.820 INFO:teuthology.orchestra.run.smithi155.stdout:Install 2 Packages 2024-04-15T01:54:48.820 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:54:48.821 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 971 k 2024-04-15T01:54:48.821 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 2.8 M 2024-04-15T01:54:48.821 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-15T01:54:48.965 INFO:teuthology.orchestra.run.smithi155.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 956 kB/s | 80 kB 00:00 2024-04-15T01:54:49.096 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:54:49.096 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:54:49.096 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:54:49.096 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.096 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:54:49.097 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.097 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:54:49.097 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.097 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:54:49.097 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.097 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:54:49.097 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.097 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:54:49.097 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.097 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:54:49.097 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.097 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:54:49.097 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.098 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:54:49.098 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.098 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:54:49.098 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.098 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:54:49.098 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.098 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:54:49.098 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.098 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:54:49.098 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.098 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:54:49.098 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.098 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:54:49.099 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.099 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:54:49.099 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.099 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:54:49.099 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.099 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:54:49.099 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.099 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:54:49.099 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.099 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:54:49.099 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.099 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:54:49.099 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.099 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:54:49.100 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.100 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:54:49.100 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.100 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:54:49.100 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.100 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:54:49.100 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.100 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:54:49.100 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.100 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:54:49.100 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.100 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:54:49.100 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.100 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:54:49.101 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.101 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:54:49.101 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.101 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:54:49.101 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.101 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:54:49.101 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.101 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:54:49.101 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.101 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:54:49.101 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.101 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:54:49.101 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.101 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:54:49.102 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.102 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:54:49.102 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.102 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.102 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.102 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:54:49.102 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.102 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.102 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.102 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.102 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:54:49.102 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.102 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.102 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.103 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.103 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.103 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.103 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:54:49.103 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.103 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.103 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.103 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.103 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:54:49.103 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.103 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.103 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.104 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.104 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:54:49.104 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.104 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.104 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.104 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.104 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:54:49.104 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.104 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.104 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.104 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.104 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:54:49.104 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.104 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.105 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.105 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.105 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:54:49.105 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.105 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.105 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.105 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:54:49.105 INFO:teuthology.orchestra.run.smithi073.stdout:Package python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:54:49.166 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:54:49.167 INFO:teuthology.orchestra.run.smithi073.stdout:Nothing to do. 2024-04-15T01:54:49.167 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:54:49.237 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install rbd-fuse 2024-04-15T01:54:49.282 INFO:teuthology.orchestra.run.smithi155.stdout:(2/2): ceph-fuse-19.0.0-2114.ga9a752df.el7.x86_ 2.2 MB/s | 891 kB 00:00 2024-04-15T01:54:49.282 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:54:49.283 INFO:teuthology.orchestra.run.smithi155.stdout:Total 2.1 MB/s | 971 kB 00:00 2024-04-15T01:54:49.295 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-15T01:54:49.318 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-15T01:54:49.318 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-15T01:54:49.396 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-15T01:54:49.397 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-15T01:54:49.582 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-15T01:54:49.700 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-15T01:54:49.773 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2/2 2024-04-15T01:54:49.835 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:02:04 ago on Mon 15 Apr 2024 01:52:45 AM UTC. 2024-04-15T01:54:50.127 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:54:50.128 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:54:50.128 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:54:50.128 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.128 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:54:50.128 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.128 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:54:50.128 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.128 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:54:50.128 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.128 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:54:50.128 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.128 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:54:50.129 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.129 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:54:50.129 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.129 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:54:50.129 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.129 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:54:50.129 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.129 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:54:50.129 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.129 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:54:50.129 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.129 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:54:50.129 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.130 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:54:50.130 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.130 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:54:50.130 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.130 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:54:50.130 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.130 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:54:50.130 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.130 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:54:50.130 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.130 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:54:50.131 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.131 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:54:50.131 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.131 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:54:50.131 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.131 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:54:50.131 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.131 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:54:50.131 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.131 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:54:50.131 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.131 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:54:50.131 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.132 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:54:50.132 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.132 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:54:50.132 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.132 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:54:50.132 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.132 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:54:50.132 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.132 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:54:50.132 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.132 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:54:50.132 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.132 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:54:50.132 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.133 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:54:50.133 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.133 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:54:50.133 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.133 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:54:50.133 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.133 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:54:50.133 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.133 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:54:50.133 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.133 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:54:50.134 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.134 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.134 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.134 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:54:50.134 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.134 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.134 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.134 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.134 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:54:50.134 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.135 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.135 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.135 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.135 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.135 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.135 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:54:50.135 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.135 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.135 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.136 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.136 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:54:50.136 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.136 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.136 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.136 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.136 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:54:50.136 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.137 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.137 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.137 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.138 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:54:50.138 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.138 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.138 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.138 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.138 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:54:50.138 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.138 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.138 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.138 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.138 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:54:50.138 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.139 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.139 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.139 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:54:50.196 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:54:50.196 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:54:50.197 INFO:teuthology.orchestra.run.smithi073.stdout: Package Architecture Version Repository Size 2024-04-15T01:54:50.197 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:54:50.197 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-04-15T01:54:50.197 INFO:teuthology.orchestra.run.smithi073.stdout: rbd-fuse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 85 k 2024-04-15T01:54:50.197 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:54:50.197 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-04-15T01:54:50.197 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:54:50.197 INFO:teuthology.orchestra.run.smithi073.stdout:Install 1 Package 2024-04-15T01:54:50.197 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:54:50.198 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 85 k 2024-04-15T01:54:50.198 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 231 k 2024-04-15T01:54:50.198 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-04-15T01:54:50.407 INFO:teuthology.orchestra.run.smithi073.stdout:rbd-fuse-19.0.0-2114.ga9a752df.el7.x86_64.rpm 407 kB/s | 85 kB 00:00 2024-04-15T01:54:50.408 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:54:50.408 INFO:teuthology.orchestra.run.smithi073.stdout:Total 405 kB/s | 85 kB 00:00 2024-04-15T01:54:50.408 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-04-15T01:54:50.415 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-04-15T01:54:50.415 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-04-15T01:54:50.475 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-04-15T01:54:50.475 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-04-15T01:54:50.488 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2/2 2024-04-15T01:54:50.488 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/2 2024-04-15T01:54:50.613 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-04-15T01:54:50.740 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:54:50.801 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-15T01:54:50.801 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:54:50.801 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-15T01:54:50.801 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-15T01:54:50.802 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:54:50.802 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:54:51.084 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-volume 2024-04-15T01:54:51.133 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:54:51.458 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:54:51.458 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:54:51.458 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-04-15T01:54:51.458 INFO:teuthology.orchestra.run.smithi073.stdout: rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:54:51.459 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:54:51.459 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:54:51.676 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install rbd-mirror 2024-04-15T01:54:51.696 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:02:04 ago on Mon 15 Apr 2024 01:52:47 AM UTC. 2024-04-15T01:54:51.989 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:54:51.989 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:54:51.989 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:54:51.989 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.989 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:54:51.989 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.989 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:54:51.989 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.990 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:54:51.990 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.990 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:54:51.990 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.990 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:54:51.990 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.990 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:54:51.990 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.990 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:54:51.990 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.990 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:54:51.990 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.990 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:54:51.991 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.991 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:54:51.991 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.991 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:54:51.991 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.991 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:54:51.991 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.991 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:54:51.991 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.991 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:54:51.991 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.991 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:54:51.991 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.992 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:54:51.992 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.992 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:54:51.992 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.992 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:54:51.992 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.992 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:54:51.992 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.992 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:54:51.992 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.992 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:54:51.992 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.992 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:54:51.992 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.993 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:54:51.993 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.993 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:54:51.993 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.993 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:54:51.993 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.993 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:54:51.993 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.993 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:54:51.993 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.993 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:54:51.993 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.993 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:54:51.993 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.994 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:54:51.994 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.994 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:54:51.994 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.994 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:54:51.994 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.994 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:54:51.994 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.994 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:54:51.994 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.994 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:54:51.994 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.994 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:54:51.994 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.995 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.995 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.995 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:54:51.995 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.995 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.995 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.995 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.995 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:54:51.995 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.995 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.995 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.995 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.995 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.995 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.996 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:54:51.996 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.996 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.996 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.996 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.996 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:54:51.996 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.996 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.996 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.996 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.996 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:54:51.996 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.996 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.996 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.997 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.997 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:54:51.997 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.997 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.997 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.997 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.997 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:54:51.997 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.997 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.997 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.997 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.997 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:54:51.997 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.997 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.998 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:54:51.998 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.058 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:54:52.058 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:54:52.058 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2024-04-15T01:54:52.058 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:54:52.058 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-15T01:54:52.059 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-volume noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 264 k 2024-04-15T01:54:52.059 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2024-04-15T01:54:52.059 INFO:teuthology.orchestra.run.smithi155.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-15T01:54:52.059 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:54:52.059 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-15T01:54:52.059 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:54:52.059 INFO:teuthology.orchestra.run.smithi155.stdout:Install 2 Packages 2024-04-15T01:54:52.059 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:54:52.060 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 341 k 2024-04-15T01:54:52.060 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 1.5 M 2024-04-15T01:54:52.060 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-15T01:54:52.301 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:02:07 ago on Mon 15 Apr 2024 01:52:45 AM UTC. 2024-04-15T01:54:52.348 INFO:teuthology.orchestra.run.smithi155.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 542 kB/s | 77 kB 00:00 2024-04-15T01:54:52.593 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:54:52.594 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:54:52.594 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:54:52.594 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.594 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:54:52.594 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.595 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:54:52.595 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.595 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:54:52.595 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.595 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:54:52.596 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.596 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:54:52.596 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.596 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:54:52.596 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.596 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:54:52.596 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.597 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:54:52.597 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.597 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:54:52.597 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.597 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:54:52.597 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.597 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:54:52.598 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.598 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:54:52.598 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.598 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:54:52.598 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.598 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:54:52.599 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.599 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:54:52.599 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.599 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:54:52.599 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.599 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:54:52.600 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.600 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:54:52.600 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.600 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:54:52.600 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.600 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:54:52.601 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.601 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:54:52.601 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.601 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:54:52.601 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.601 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:54:52.602 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.602 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:54:52.602 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.602 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:54:52.602 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.602 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:54:52.603 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.603 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:54:52.603 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.603 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:54:52.603 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.603 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:54:52.604 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.604 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:54:52.604 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.604 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:54:52.604 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.604 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:54:52.605 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.605 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:54:52.605 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.605 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:54:52.605 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.605 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:54:52.606 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.606 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:54:52.606 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.606 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.606 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.606 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:54:52.607 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.607 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.607 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.607 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.607 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:54:52.608 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.608 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.608 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.608 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.608 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.608 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.608 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:54:52.609 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.609 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.609 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.609 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.609 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:54:52.609 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.610 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.610 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.610 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.610 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:54:52.610 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.611 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.611 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.611 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.611 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:54:52.611 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.611 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.611 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.612 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.612 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:54:52.612 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.612 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.612 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.613 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.613 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:54:52.613 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.613 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.613 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.613 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:54:52.615 INFO:teuthology.orchestra.run.smithi155.stdout:(2/2): ceph-volume-19.0.0-2114.ga9a752df.el7.no 671 kB/s | 264 kB 00:00 2024-04-15T01:54:52.615 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:54:52.615 INFO:teuthology.orchestra.run.smithi155.stdout:Total 631 kB/s | 341 kB 00:00 2024-04-15T01:54:52.615 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-15T01:54:52.621 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-15T01:54:52.621 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-15T01:54:52.661 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:54:52.662 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:54:52.662 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repo Size 2024-04-15T01:54:52.662 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:54:52.662 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-04-15T01:54:52.662 INFO:teuthology.orchestra.run.smithi073.stdout: rbd-mirror x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.1 M 2024-04-15T01:54:52.662 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:54:52.662 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-04-15T01:54:52.662 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:54:52.662 INFO:teuthology.orchestra.run.smithi073.stdout:Install 1 Package 2024-04-15T01:54:52.662 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:54:52.663 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 3.1 M 2024-04-15T01:54:52.663 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 13 M 2024-04-15T01:54:52.663 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-04-15T01:54:52.666 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-15T01:54:52.666 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-15T01:54:52.817 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-15T01:54:52.997 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-15T01:54:53.034 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2/2 2024-04-15T01:54:53.050 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2/2 2024-04-15T01:54:53.050 INFO:teuthology.orchestra.run.smithi155.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:54:53.050 INFO:teuthology.orchestra.run.smithi155.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-15T01:54:53.050 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:54:53.732 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 1/2 2024-04-15T01:54:53.811 INFO:teuthology.orchestra.run.smithi073.stdout:rbd-mirror-19.0.0-2114.ga9a752df.el7.x86_64.rpm 2.7 MB/s | 3.1 MB 00:01 2024-04-15T01:54:53.811 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:54:53.812 INFO:teuthology.orchestra.run.smithi073.stdout:Total 2.7 MB/s | 3.1 MB 00:01 2024-04-15T01:54:53.812 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-04-15T01:54:53.821 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-04-15T01:54:53.821 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-04-15T01:54:53.899 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-04-15T01:54:53.899 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-04-15T01:54:54.107 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-15T01:54:54.107 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:54:54.107 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-15T01:54:54.108 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:54:54.108 INFO:teuthology.orchestra.run.smithi155.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-15T01:54:54.108 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:54:54.108 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:54:54.346 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-04-15T01:54:54.428 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:54:54.438 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install librados-devel 2024-04-15T01:54:54.454 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:54:54.454 INFO:teuthology.orchestra.run.smithi073.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:54:54.454 INFO:teuthology.orchestra.run.smithi073.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-15T01:54:54.454 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-15T01:54:54.454 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-15T01:54:54.454 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:54:55.046 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:02:08 ago on Mon 15 Apr 2024 01:52:47 AM UTC. 2024-04-15T01:54:55.336 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:54:55.336 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:54:55.336 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:54:55.336 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.336 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:54:55.336 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.336 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:54:55.336 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.336 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:54:55.336 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.336 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:54:55.337 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.337 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:54:55.337 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.337 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:54:55.337 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.337 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:54:55.337 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.337 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:54:55.337 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.337 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:54:55.337 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.337 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:54:55.338 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.338 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:54:55.338 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.338 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:54:55.338 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.338 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:54:55.338 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.338 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:54:55.338 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.338 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:54:55.338 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.338 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:54:55.338 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.339 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:54:55.339 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.339 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:54:55.339 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.339 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:54:55.339 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.339 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:54:55.339 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.339 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:54:55.339 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.339 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:54:55.339 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.340 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:54:55.340 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.340 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:54:55.340 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.340 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:54:55.340 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.340 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:54:55.340 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.340 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:54:55.340 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.340 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:54:55.340 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.340 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:54:55.341 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.341 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:54:55.341 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.341 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:54:55.341 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.341 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:54:55.341 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.341 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:54:55.341 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.341 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:54:55.341 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.341 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:54:55.342 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.342 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:54:55.342 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.342 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.342 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.342 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:54:55.342 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.342 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.342 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.342 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.342 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:54:55.342 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.342 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.343 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.343 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.343 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.343 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.343 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:54:55.343 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.344 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.344 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.344 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.344 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:54:55.344 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.344 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.344 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.344 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.344 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:54:55.344 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.344 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.344 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.344 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.345 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:54:55.345 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.345 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.345 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.345 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.345 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:54:55.345 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.345 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.345 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.345 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.345 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:54:55.345 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.345 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.346 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.346 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:54:55.404 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:54:55.405 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:54:55.405 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repo Size 2024-04-15T01:54:55.405 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:54:55.405 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-15T01:54:55.405 INFO:teuthology.orchestra.run.smithi155.stdout: librados-devel x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 127 k 2024-04-15T01:54:55.405 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:54:55.405 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-15T01:54:55.405 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:54:55.405 INFO:teuthology.orchestra.run.smithi155.stdout:Install 1 Package 2024-04-15T01:54:55.406 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:54:55.406 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 127 k 2024-04-15T01:54:55.406 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 456 k 2024-04-15T01:54:55.406 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-15T01:54:55.629 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:54:55.629 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:54:55.629 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-04-15T01:54:55.629 INFO:teuthology.orchestra.run.smithi073.stdout: rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:54:55.629 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:54:55.629 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:54:55.630 INFO:teuthology.orchestra.run.smithi155.stdout:librados-devel-19.0.0-2114.ga9a752df.el7.x86_64 566 kB/s | 127 kB 00:00 2024-04-15T01:54:55.630 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:54:55.631 INFO:teuthology.orchestra.run.smithi155.stdout:Total 562 kB/s | 127 kB 00:00 2024-04-15T01:54:55.631 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-15T01:54:55.636 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-15T01:54:55.636 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-15T01:54:55.697 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-15T01:54:55.697 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-15T01:54:55.879 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install rbd-nbd 2024-04-15T01:54:55.900 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-15T01:54:56.012 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:54:56.473 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:54:56.491 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:02:11 ago on Mon 15 Apr 2024 01:52:45 AM UTC. 2024-04-15T01:54:56.783 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:54:56.783 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:54:56.783 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:54:56.783 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.783 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:54:56.783 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.783 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:54:56.783 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.783 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:54:56.784 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.784 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:54:56.784 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.784 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:54:56.784 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.784 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:54:56.784 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.784 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:54:56.784 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.784 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:54:56.784 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.784 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:54:56.784 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.785 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:54:56.785 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.785 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:54:56.785 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.785 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:54:56.785 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.785 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:54:56.785 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.785 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:54:56.785 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.785 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:54:56.785 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.785 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:54:56.785 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.786 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:54:56.786 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.786 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:54:56.786 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.786 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:54:56.786 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.786 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:54:56.786 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.786 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:54:56.786 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.786 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:54:56.786 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.787 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:54:56.787 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.787 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:54:56.787 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.787 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:54:56.787 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.787 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:54:56.787 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.787 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:54:56.787 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.787 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:54:56.787 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.787 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:54:56.788 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.788 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:54:56.788 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.788 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:54:56.788 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.788 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:54:56.788 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.788 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:54:56.788 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.788 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:54:56.788 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.788 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:54:56.788 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.788 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:54:56.789 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.789 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.789 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.789 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:54:56.789 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.789 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.789 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.789 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.789 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:54:56.789 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.789 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.789 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.789 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.789 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.790 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.790 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:54:56.790 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.790 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.790 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.790 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.790 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:54:56.791 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.791 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.791 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.791 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.791 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:54:56.791 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.791 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.791 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.791 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.791 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:54:56.791 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.791 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.792 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.792 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.792 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:54:56.792 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.792 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.792 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.792 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.792 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:54:56.792 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.793 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.793 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.793 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:54:56.793 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:54:56.793 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:54:56.793 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-15T01:54:56.793 INFO:teuthology.orchestra.run.smithi155.stdout: librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:54:56.793 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:54:56.793 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:54:56.851 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:54:56.852 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:54:56.852 INFO:teuthology.orchestra.run.smithi073.stdout: Package Architecture Version Repository Size 2024-04-15T01:54:56.852 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:54:56.852 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-04-15T01:54:56.852 INFO:teuthology.orchestra.run.smithi073.stdout: rbd-nbd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 171 k 2024-04-15T01:54:56.852 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:54:56.852 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-04-15T01:54:56.852 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:54:56.852 INFO:teuthology.orchestra.run.smithi073.stdout:Install 1 Package 2024-04-15T01:54:56.853 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:54:56.853 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 171 k 2024-04-15T01:54:56.853 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 494 k 2024-04-15T01:54:56.853 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-04-15T01:54:57.020 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install libcephfs2 2024-04-15T01:54:57.073 INFO:teuthology.orchestra.run.smithi073.stdout:rbd-nbd-19.0.0-2114.ga9a752df.el7.x86_64.rpm 779 kB/s | 171 kB 00:00 2024-04-15T01:54:57.074 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:54:57.074 INFO:teuthology.orchestra.run.smithi073.stdout:Total 773 kB/s | 171 kB 00:00 2024-04-15T01:54:57.074 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-04-15T01:54:57.081 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-04-15T01:54:57.082 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-04-15T01:54:57.142 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-04-15T01:54:57.142 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-04-15T01:54:57.299 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-04-15T01:54:57.405 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:54:57.629 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:02:10 ago on Mon 15 Apr 2024 01:52:47 AM UTC. 2024-04-15T01:54:57.893 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:54:57.921 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:54:57.921 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:54:57.921 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:54:57.921 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.921 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:54:57.921 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.922 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:54:57.922 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.922 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:54:57.922 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.922 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:54:57.922 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.922 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:54:57.922 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.922 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:54:57.922 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.922 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:54:57.922 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.922 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:54:57.922 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.923 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:54:57.923 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.923 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:54:57.923 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.923 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:54:57.923 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.923 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:54:57.923 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.923 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:54:57.923 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.923 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:54:57.923 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.923 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:54:57.923 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.924 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:54:57.924 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.924 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:54:57.924 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.924 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:54:57.924 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.924 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:54:57.924 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.924 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:54:57.924 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.924 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:54:57.924 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.924 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:54:57.924 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.925 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:54:57.925 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.925 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:54:57.925 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.925 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:54:57.925 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.925 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:54:57.925 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.925 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:54:57.925 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.925 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:54:57.925 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.925 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:54:57.926 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.926 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:54:57.926 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.926 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:54:57.926 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.926 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:54:57.926 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.926 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:54:57.926 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.926 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:54:57.926 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.926 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:54:57.926 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.926 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:54:57.927 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.927 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.927 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.927 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:54:57.927 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.927 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.927 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.927 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.927 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:54:57.927 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.927 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.927 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.927 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.927 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.928 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.928 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:54:57.928 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.928 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.928 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.928 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.928 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:54:57.928 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.928 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.928 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.928 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.928 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:54:57.928 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.928 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.929 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.929 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.929 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:54:57.929 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.929 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.929 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.929 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.929 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:54:57.929 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.929 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.929 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.929 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.929 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:54:57.929 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.930 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.930 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.930 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:54:57.930 INFO:teuthology.orchestra.run.smithi155.stdout:Package libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:54:57.988 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:54:57.989 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2024-04-15T01:54:57.990 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:54:58.054 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install libcephfs-devel 2024-04-15T01:54:58.212 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:54:58.213 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:54:58.213 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-04-15T01:54:58.213 INFO:teuthology.orchestra.run.smithi073.stdout: rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:54:58.213 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:54:58.213 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:54:58.441 DEBUG:teuthology.parallel:result is None 2024-04-15T01:54:58.648 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:02:11 ago on Mon 15 Apr 2024 01:52:47 AM UTC. 2024-04-15T01:54:58.940 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:54:58.940 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:54:58.940 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:54:58.940 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.940 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:54:58.940 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.941 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:54:58.941 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.941 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:54:58.941 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.941 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:54:58.941 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.941 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:54:58.942 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.942 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:54:58.942 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.942 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:54:58.942 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.942 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:54:58.942 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.942 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:54:58.943 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.943 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:54:58.943 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.943 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:54:58.943 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.943 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:54:58.943 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.943 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:54:58.943 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.943 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:54:58.943 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.943 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:54:58.944 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.944 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:54:58.944 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.944 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:54:58.944 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.944 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:54:58.944 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.944 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:54:58.944 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.944 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:54:58.944 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.944 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:54:58.944 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.944 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:54:58.945 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.945 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:54:58.945 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.945 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:54:58.945 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.945 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:54:58.945 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.945 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:54:58.945 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.946 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:54:58.946 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.946 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:54:58.946 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.946 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:54:58.946 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.946 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:54:58.946 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.946 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:54:58.946 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.946 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:54:58.946 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.946 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:54:58.947 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.947 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:54:58.947 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.947 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:54:58.947 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.947 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:54:58.947 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.947 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.947 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.947 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:54:58.947 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.947 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.947 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.948 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.948 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:54:58.948 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.948 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.948 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.948 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.948 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.948 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.948 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:54:58.948 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.948 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.948 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.948 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.949 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:54:58.949 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.949 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.949 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.949 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.949 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:54:58.949 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.949 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.949 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.949 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.949 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:54:58.949 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.949 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.949 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.950 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.950 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:54:58.950 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.950 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.950 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.950 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.950 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:54:58.950 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.950 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.950 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:54:58.950 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:54:59.007 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:54:59.007 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:54:59.007 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repo Size 2024-04-15T01:54:59.007 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:54:59.008 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-15T01:54:59.008 INFO:teuthology.orchestra.run.smithi155.stdout: libcephfs-devel x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 32 k 2024-04-15T01:54:59.008 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:54:59.008 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-15T01:54:59.008 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:54:59.008 INFO:teuthology.orchestra.run.smithi155.stdout:Install 1 Package 2024-04-15T01:54:59.008 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:54:59.009 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 32 k 2024-04-15T01:54:59.009 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 142 k 2024-04-15T01:54:59.009 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-15T01:54:59.176 INFO:teuthology.orchestra.run.smithi155.stdout:libcephfs-devel-19.0.0-2114.ga9a752df.el7.x86_6 190 kB/s | 32 kB 00:00 2024-04-15T01:54:59.176 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:54:59.176 INFO:teuthology.orchestra.run.smithi155.stdout:Total 188 kB/s | 32 kB 00:00 2024-04-15T01:54:59.177 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-15T01:54:59.180 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-15T01:54:59.180 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-15T01:54:59.211 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-15T01:54:59.211 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-15T01:54:59.305 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-15T01:54:59.407 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:54:59.764 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:55:00.047 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:55:00.047 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:55:00.047 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-15T01:55:00.047 INFO:teuthology.orchestra.run.smithi155.stdout: libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:55:00.047 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:55:00.047 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:55:00.229 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install librados2 2024-04-15T01:55:00.829 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:02:13 ago on Mon 15 Apr 2024 01:52:47 AM UTC. 2024-04-15T01:55:01.121 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:55:01.121 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:55:01.121 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:55:01.121 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.121 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:55:01.121 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.121 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:55:01.121 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.122 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:55:01.122 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.122 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:55:01.122 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.122 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:55:01.122 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.122 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:55:01.122 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.122 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:55:01.122 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.122 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:55:01.122 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.122 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:55:01.123 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.123 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:55:01.123 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.123 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:55:01.123 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.123 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:55:01.123 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.123 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:55:01.123 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.123 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:55:01.123 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.123 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:55:01.123 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.123 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:55:01.124 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.124 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:55:01.124 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.124 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:55:01.124 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.124 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:55:01.124 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.124 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:55:01.124 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.124 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:55:01.124 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.124 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:55:01.124 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.125 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:55:01.125 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.125 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:55:01.125 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.125 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:55:01.125 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.125 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:55:01.125 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.125 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:55:01.125 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.125 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:55:01.125 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.125 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:55:01.125 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.126 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:55:01.126 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.126 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:55:01.126 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.126 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:55:01.126 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.126 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:55:01.126 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.126 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:55:01.126 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.126 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:55:01.126 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.126 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:55:01.126 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.127 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.127 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.127 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:55:01.127 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.127 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.127 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.127 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.127 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:55:01.127 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.127 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.127 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.127 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.127 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.128 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.128 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:55:01.128 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.128 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.128 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.128 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.128 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:55:01.128 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.128 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.128 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.128 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.128 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:55:01.128 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.128 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.129 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.129 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.129 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:55:01.129 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.129 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.129 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.129 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.129 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:55:01.129 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.129 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.129 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.129 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.129 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:55:01.129 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.130 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.130 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.130 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:55:01.130 INFO:teuthology.orchestra.run.smithi155.stdout:Package librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:55:01.189 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:55:01.190 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2024-04-15T01:55:01.191 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:55:01.262 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install librbd1 2024-04-15T01:55:01.865 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:02:14 ago on Mon 15 Apr 2024 01:52:47 AM UTC. 2024-04-15T01:55:02.152 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:55:02.152 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:55:02.152 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:55:02.153 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.153 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:55:02.153 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.153 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:55:02.153 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.153 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:55:02.153 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.153 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:55:02.153 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.153 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:55:02.153 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.153 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:55:02.153 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.154 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:55:02.154 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.154 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:55:02.154 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.154 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:55:02.154 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.154 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:55:02.154 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.154 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:55:02.154 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.154 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:55:02.154 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.154 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:55:02.154 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.155 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:55:02.155 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.155 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:55:02.155 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.155 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:55:02.155 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.155 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:55:02.155 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.155 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:55:02.155 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.155 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:55:02.155 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.155 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:55:02.156 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.156 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:55:02.156 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.156 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:55:02.156 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.156 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:55:02.156 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.156 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:55:02.156 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.156 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:55:02.156 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.156 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:55:02.156 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.156 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:55:02.157 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.157 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:55:02.157 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.157 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:55:02.157 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.157 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:55:02.157 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.157 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:55:02.157 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.157 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:55:02.157 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.157 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:55:02.157 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.157 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:55:02.157 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.158 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:55:02.158 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.158 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:55:02.158 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.158 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.158 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.158 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:55:02.158 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.158 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.158 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.158 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.158 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:55:02.158 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.159 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.159 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.159 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.159 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.159 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.159 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:55:02.159 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.159 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.159 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.159 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.159 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:55:02.159 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.159 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.159 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.160 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.160 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:55:02.160 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.160 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.160 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.160 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.160 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:55:02.160 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.160 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.160 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.160 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.160 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:55:02.160 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.160 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.162 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.162 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.162 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:55:02.162 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.162 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.162 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.162 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:55:02.163 INFO:teuthology.orchestra.run.smithi155.stdout:Package librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:55:02.219 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:55:02.221 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2024-04-15T01:55:02.221 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:55:02.296 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install python3-rados 2024-04-15T01:55:02.896 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:02:15 ago on Mon 15 Apr 2024 01:52:47 AM UTC. 2024-04-15T01:55:03.185 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:55:03.185 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:55:03.185 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:55:03.185 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.186 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:55:03.186 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.186 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:55:03.186 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.186 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:55:03.186 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.186 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:55:03.186 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.186 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:55:03.186 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.186 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:55:03.186 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.187 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:55:03.187 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.187 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:55:03.187 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.187 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:55:03.187 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.187 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:55:03.187 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.187 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:55:03.187 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.187 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:55:03.187 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.187 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:55:03.188 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.188 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:55:03.188 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.188 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:55:03.188 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.188 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:55:03.188 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.188 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:55:03.188 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.188 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:55:03.188 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.188 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:55:03.188 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.188 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:55:03.189 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.189 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:55:03.189 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.189 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:55:03.189 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.189 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:55:03.189 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.190 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:55:03.190 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.190 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:55:03.190 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.190 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:55:03.190 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.190 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:55:03.190 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.190 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:55:03.190 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.191 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:55:03.191 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.191 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:55:03.191 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.191 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:55:03.191 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.191 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:55:03.191 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.191 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:55:03.191 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.191 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:55:03.191 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.191 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:55:03.191 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.192 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:55:03.192 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.192 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.192 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.192 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:55:03.192 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.192 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.192 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.192 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.192 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:55:03.192 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.192 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.192 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.193 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.193 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.193 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.193 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:55:03.193 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.193 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.193 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.193 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.193 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:55:03.193 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.194 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.194 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.194 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.194 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:55:03.194 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.194 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.194 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.194 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.194 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:55:03.194 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.194 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.194 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.194 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.195 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:55:03.195 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.195 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.195 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.195 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.195 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:55:03.195 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.195 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.195 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.195 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:55:03.196 INFO:teuthology.orchestra.run.smithi155.stdout:Package python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:55:03.253 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:55:03.254 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2024-04-15T01:55:03.254 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:55:03.333 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install python3-rgw 2024-04-15T01:55:03.930 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:02:16 ago on Mon 15 Apr 2024 01:52:47 AM UTC. 2024-04-15T01:55:04.223 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:55:04.223 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:55:04.223 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:55:04.223 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.223 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:55:04.223 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.223 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:55:04.223 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.223 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:55:04.223 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.223 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:55:04.223 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.224 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:55:04.224 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.224 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:55:04.224 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.224 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:55:04.224 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.224 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:55:04.224 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.224 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:55:04.224 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.224 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:55:04.224 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.224 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:55:04.224 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.225 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:55:04.225 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.225 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:55:04.225 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.225 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:55:04.225 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.225 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:55:04.225 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.225 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:55:04.225 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.225 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:55:04.225 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.225 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:55:04.226 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.226 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:55:04.226 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.226 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:55:04.226 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.226 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:55:04.226 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.226 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:55:04.226 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.226 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:55:04.226 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.226 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:55:04.226 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.227 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:55:04.227 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.227 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:55:04.227 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.227 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:55:04.227 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.227 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:55:04.227 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.227 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:55:04.227 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.227 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:55:04.227 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.227 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:55:04.227 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.228 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:55:04.228 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.228 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:55:04.228 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.228 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:55:04.228 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.228 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:55:04.228 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.228 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:55:04.228 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.228 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.228 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.228 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:55:04.228 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.229 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.229 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.229 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.229 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:55:04.229 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.229 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.229 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.229 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.229 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.229 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.229 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:55:04.229 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.229 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.229 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.230 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.230 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:55:04.230 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.230 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.230 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.230 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.230 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:55:04.230 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.230 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.230 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.230 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.230 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:55:04.230 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.231 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.231 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.231 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.231 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:55:04.231 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.231 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.231 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.231 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.231 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:55:04.231 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.231 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.231 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.231 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:55:04.232 INFO:teuthology.orchestra.run.smithi155.stdout:Package python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:55:04.289 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:55:04.291 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2024-04-15T01:55:04.291 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:55:04.363 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install python3-cephfs 2024-04-15T01:55:04.983 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:02:17 ago on Mon 15 Apr 2024 01:52:47 AM UTC. 2024-04-15T01:55:05.285 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:55:05.285 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:55:05.285 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:55:05.285 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.285 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:55:05.285 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.285 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:55:05.285 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.285 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:55:05.286 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.286 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:55:05.286 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.286 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:55:05.286 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.286 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:55:05.286 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.286 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:55:05.286 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.286 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:55:05.286 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.286 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:55:05.286 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.287 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:55:05.287 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.287 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:55:05.287 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.287 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:55:05.287 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.287 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:55:05.287 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.287 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:55:05.287 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.287 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:55:05.287 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.287 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:55:05.288 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.288 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:55:05.288 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.288 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:55:05.288 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.288 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:55:05.288 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.288 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:55:05.288 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.288 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:55:05.288 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.288 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:55:05.288 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.288 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:55:05.289 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.289 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:55:05.289 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.289 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:55:05.289 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.289 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:55:05.289 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.289 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:55:05.289 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.289 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:55:05.289 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.289 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:55:05.289 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.289 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:55:05.290 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.290 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:55:05.290 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.290 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:55:05.290 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.290 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:55:05.290 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.290 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:55:05.290 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.290 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:55:05.290 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.290 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:55:05.291 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.291 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.291 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.291 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:55:05.291 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.291 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.291 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.291 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.291 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:55:05.291 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.291 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.291 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.291 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.292 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.292 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.292 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:55:05.292 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.292 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.292 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.292 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.292 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:55:05.292 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.292 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.292 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.292 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.292 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:55:05.293 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.293 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.293 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.293 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.293 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:55:05.293 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.293 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.293 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.293 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.293 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:55:05.293 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.293 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.293 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.294 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.294 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:55:05.294 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.294 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.294 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.294 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:55:05.294 INFO:teuthology.orchestra.run.smithi155.stdout:Package python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:55:05.355 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:55:05.356 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2024-04-15T01:55:05.356 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:55:05.439 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install python3-rbd 2024-04-15T01:55:06.052 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:02:19 ago on Mon 15 Apr 2024 01:52:47 AM UTC. 2024-04-15T01:55:06.340 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:55:06.340 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:55:06.340 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:55:06.341 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.341 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:55:06.341 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.341 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:55:06.341 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.341 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:55:06.341 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.341 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:55:06.341 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.341 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:55:06.341 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.341 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:55:06.341 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.342 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:55:06.342 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.342 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:55:06.342 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.342 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:55:06.342 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.342 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:55:06.342 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.342 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:55:06.342 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.342 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:55:06.342 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.342 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:55:06.343 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.343 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:55:06.343 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.343 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:55:06.343 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.343 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:55:06.343 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.343 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:55:06.343 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.343 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:55:06.343 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.343 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:55:06.343 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.344 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:55:06.344 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.344 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:55:06.344 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.344 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:55:06.344 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.344 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:55:06.344 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.344 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:55:06.344 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.344 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:55:06.344 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.344 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:55:06.345 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.345 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:55:06.345 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.345 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:55:06.345 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.345 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:55:06.345 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.345 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:55:06.345 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.345 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:55:06.345 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.345 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:55:06.345 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.346 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:55:06.346 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.346 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:55:06.346 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.346 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:55:06.346 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.346 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:55:06.346 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.346 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.346 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.346 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:55:06.346 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.346 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.347 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.347 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.347 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:55:06.347 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.347 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.347 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.347 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.347 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.347 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.347 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:55:06.347 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.347 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.347 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.348 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.348 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:55:06.348 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.348 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.348 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.348 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.348 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:55:06.348 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.348 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.348 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.348 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.348 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:55:06.348 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.348 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.349 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.349 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.349 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:55:06.349 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.349 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.349 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.349 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.349 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:55:06.349 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.349 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.349 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.349 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:55:06.350 INFO:teuthology.orchestra.run.smithi155.stdout:Package python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:55:06.408 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:55:06.409 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2024-04-15T01:55:06.409 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:55:06.486 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install rbd-fuse 2024-04-15T01:55:07.086 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:02:20 ago on Mon 15 Apr 2024 01:52:47 AM UTC. 2024-04-15T01:55:07.397 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:55:07.398 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:55:07.398 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:55:07.398 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.398 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:55:07.398 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.398 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:55:07.398 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.399 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:55:07.399 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.399 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:55:07.399 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.399 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:55:07.399 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.399 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:55:07.403 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.403 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:55:07.403 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.403 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:55:07.403 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.403 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:55:07.403 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.403 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:55:07.403 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.404 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:55:07.404 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.404 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:55:07.404 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.404 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:55:07.404 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.404 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:55:07.405 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.405 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:55:07.405 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.405 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:55:07.405 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.405 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:55:07.405 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.405 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:55:07.405 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.405 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:55:07.405 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.405 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:55:07.405 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.405 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:55:07.406 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.406 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:55:07.406 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.406 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:55:07.406 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.406 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:55:07.406 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.406 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:55:07.406 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.406 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:55:07.406 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.406 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:55:07.406 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.407 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:55:07.407 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.407 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:55:07.407 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.407 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:55:07.407 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.407 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:55:07.407 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.407 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:55:07.407 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.407 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:55:07.407 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.407 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:55:07.408 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.408 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:55:07.408 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.408 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:55:07.408 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.408 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.408 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.408 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:55:07.408 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.408 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.409 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.409 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.409 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:55:07.409 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.409 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.409 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.409 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.409 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.409 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.409 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:55:07.410 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.410 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.410 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.410 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.410 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:55:07.410 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.410 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.410 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.410 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.410 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:55:07.410 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.410 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.411 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.411 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.411 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:55:07.411 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.411 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.411 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.411 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.411 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:55:07.411 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.411 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.411 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.411 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.411 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:55:07.412 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.412 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.412 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.412 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:55:07.467 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:55:07.467 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:55:07.467 INFO:teuthology.orchestra.run.smithi155.stdout: Package Architecture Version Repository Size 2024-04-15T01:55:07.468 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:55:07.468 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-15T01:55:07.468 INFO:teuthology.orchestra.run.smithi155.stdout: rbd-fuse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 85 k 2024-04-15T01:55:07.468 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:55:07.468 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-15T01:55:07.468 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:55:07.468 INFO:teuthology.orchestra.run.smithi155.stdout:Install 1 Package 2024-04-15T01:55:07.469 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:55:07.469 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 85 k 2024-04-15T01:55:07.469 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 231 k 2024-04-15T01:55:07.469 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-15T01:55:07.687 INFO:teuthology.orchestra.run.smithi155.stdout:rbd-fuse-19.0.0-2114.ga9a752df.el7.x86_64.rpm 388 kB/s | 85 kB 00:00 2024-04-15T01:55:07.688 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:55:07.688 INFO:teuthology.orchestra.run.smithi155.stdout:Total 386 kB/s | 85 kB 00:00 2024-04-15T01:55:07.688 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-15T01:55:07.695 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-15T01:55:07.695 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-15T01:55:07.756 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-15T01:55:07.756 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-15T01:55:07.900 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-15T01:55:08.002 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:55:08.416 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:55:08.722 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:55:08.722 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:55:08.722 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-15T01:55:08.722 INFO:teuthology.orchestra.run.smithi155.stdout: rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:55:08.722 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:55:08.722 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:55:09.003 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install rbd-mirror 2024-04-15T01:55:09.615 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:02:22 ago on Mon 15 Apr 2024 01:52:47 AM UTC. 2024-04-15T01:55:09.915 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:55:09.915 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:55:09.915 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:55:09.915 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.915 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:55:09.915 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.916 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:55:09.916 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.916 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:55:09.916 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.916 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:55:09.916 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.916 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:55:09.916 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.916 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:55:09.916 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.916 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:55:09.916 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.916 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:55:09.917 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.917 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:55:09.917 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.917 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:55:09.917 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.917 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:55:09.917 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.917 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:55:09.917 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.917 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:55:09.917 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.917 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:55:09.917 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.917 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:55:09.918 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.918 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:55:09.918 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.918 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:55:09.918 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.918 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:55:09.918 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.918 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:55:09.918 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.918 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:55:09.918 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.918 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:55:09.918 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.919 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:55:09.919 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.919 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:55:09.919 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.919 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:55:09.919 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.919 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:55:09.919 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.919 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:55:09.919 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.919 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:55:09.919 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.919 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:55:09.919 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.920 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:55:09.920 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.920 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:55:09.920 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.920 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:55:09.920 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.920 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:55:09.920 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.920 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:55:09.920 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.920 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:55:09.920 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.921 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:55:09.921 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.921 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:55:09.921 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.921 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.921 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.922 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:55:09.922 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.922 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.922 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.922 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.922 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:55:09.922 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.923 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.923 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.923 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.923 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.923 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.923 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:55:09.923 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.923 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.923 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.923 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.923 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:55:09.923 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.923 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.924 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.924 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.924 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:55:09.924 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.924 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.924 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.924 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.924 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:55:09.924 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.924 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.924 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.924 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.924 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:55:09.924 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.925 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.925 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.925 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.925 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:55:09.925 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.925 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.925 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.925 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:55:09.982 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:55:09.983 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:55:09.983 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repo Size 2024-04-15T01:55:09.983 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:55:09.983 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-15T01:55:09.984 INFO:teuthology.orchestra.run.smithi155.stdout: rbd-mirror x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.1 M 2024-04-15T01:55:09.984 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:55:09.984 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-15T01:55:09.984 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:55:09.984 INFO:teuthology.orchestra.run.smithi155.stdout:Install 1 Package 2024-04-15T01:55:09.984 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:55:09.984 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 3.1 M 2024-04-15T01:55:09.984 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 13 M 2024-04-15T01:55:09.984 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-15T01:55:10.432 INFO:teuthology.orchestra.run.smithi155.stdout:rbd-mirror-19.0.0-2114.ga9a752df.el7.x86_64.rpm 6.9 MB/s | 3.1 MB 00:00 2024-04-15T01:55:10.433 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:55:10.433 INFO:teuthology.orchestra.run.smithi155.stdout:Total 6.9 MB/s | 3.1 MB 00:00 2024-04-15T01:55:10.433 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-15T01:55:10.443 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-15T01:55:10.443 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-15T01:55:10.520 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-15T01:55:10.521 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-15T01:55:10.943 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-15T01:55:11.000 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:55:11.025 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:55:11.026 INFO:teuthology.orchestra.run.smithi155.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:55:11.026 INFO:teuthology.orchestra.run.smithi155.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-15T01:55:11.026 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-15T01:55:11.026 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-15T01:55:11.026 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:55:12.199 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:55:12.199 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:55:12.199 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-15T01:55:12.199 INFO:teuthology.orchestra.run.smithi155.stdout: rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:55:12.199 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:55:12.199 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:55:12.495 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install rbd-nbd 2024-04-15T01:55:13.106 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:02:26 ago on Mon 15 Apr 2024 01:52:47 AM UTC. 2024-04-15T01:55:13.397 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:55:13.397 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:55:13.397 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:55:13.397 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.397 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:55:13.398 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.398 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:55:13.398 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.398 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:55:13.398 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.398 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:55:13.398 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.398 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:55:13.398 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.398 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:55:13.398 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.398 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:55:13.398 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.399 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:55:13.399 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.399 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:55:13.399 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.399 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:55:13.399 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.399 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:55:13.399 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.399 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:55:13.399 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.399 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:55:13.399 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.399 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:55:13.399 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.400 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:55:13.400 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.400 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:55:13.400 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.400 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:55:13.400 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.400 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:55:13.400 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.400 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:55:13.400 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.400 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:55:13.400 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.400 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:55:13.401 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.401 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:55:13.401 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.401 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:55:13.401 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.401 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:55:13.401 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.401 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:55:13.401 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.401 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:55:13.401 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.401 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:55:13.402 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.402 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:55:13.402 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.402 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:55:13.402 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.402 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:55:13.402 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.402 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:55:13.402 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.402 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:55:13.402 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.402 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:55:13.402 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.403 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:55:13.403 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.403 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:55:13.403 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.403 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:55:13.403 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.403 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.403 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.403 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:55:13.403 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.403 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.403 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.403 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.403 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:55:13.404 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.404 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.404 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.404 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.404 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.404 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.404 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:55:13.404 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.404 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.404 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.404 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.404 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:55:13.405 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.405 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.405 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.405 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.405 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:55:13.405 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.405 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.405 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.405 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.405 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:55:13.405 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.405 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.405 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.406 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.406 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:55:13.406 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.406 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.406 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.406 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.406 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:55:13.406 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.406 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.406 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.406 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:55:13.465 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:55:13.466 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:55:13.466 INFO:teuthology.orchestra.run.smithi155.stdout: Package Architecture Version Repository Size 2024-04-15T01:55:13.466 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:55:13.467 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-15T01:55:13.467 INFO:teuthology.orchestra.run.smithi155.stdout: rbd-nbd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 171 k 2024-04-15T01:55:13.467 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:55:13.467 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-15T01:55:13.467 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:55:13.467 INFO:teuthology.orchestra.run.smithi155.stdout:Install 1 Package 2024-04-15T01:55:13.467 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:55:13.468 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 171 k 2024-04-15T01:55:13.468 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 494 k 2024-04-15T01:55:13.468 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-15T01:55:13.787 INFO:teuthology.orchestra.run.smithi155.stdout:rbd-nbd-19.0.0-2114.ga9a752df.el7.x86_64.rpm 536 kB/s | 171 kB 00:00 2024-04-15T01:55:13.787 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:55:13.787 INFO:teuthology.orchestra.run.smithi155.stdout:Total 534 kB/s | 171 kB 00:00 2024-04-15T01:55:13.788 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-15T01:55:13.795 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-15T01:55:13.796 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-15T01:55:13.855 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-15T01:55:13.856 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-15T01:55:14.016 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-15T01:55:14.119 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:55:14.541 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:55:14.854 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:55:14.854 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:55:14.855 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-15T01:55:14.855 INFO:teuthology.orchestra.run.smithi155.stdout: rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:55:14.855 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:55:14.855 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:55:15.093 DEBUG:teuthology.parallel:result is None 2024-04-15T01:55:15.093 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:55:15.248 DEBUG:teuthology.orchestra.run.smithi073:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-15T01:55:15.273 INFO:teuthology.orchestra.run.smithi073.stdout:19.0.0-2114.ga9a752df.el7 2024-04-15T01:55:15.274 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2114.ga9a752df.el7 2024-04-15T01:55:15.274 INFO:teuthology.task.install:The correct ceph version 19.0.0-2114.ga9a752df is installed. 2024-04-15T01:55:15.275 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:55:15.489 DEBUG:teuthology.orchestra.run.smithi105:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-15T01:55:15.515 INFO:teuthology.orchestra.run.smithi105.stdout:19.0.0-2114.ga9a752df.el7 2024-04-15T01:55:15.515 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2114.ga9a752df.el7 2024-04-15T01:55:15.515 INFO:teuthology.task.install:The correct ceph version 19.0.0-2114.ga9a752df is installed. 2024-04-15T01:55:15.517 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:55:15.656 DEBUG:teuthology.orchestra.run.smithi155:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-15T01:55:15.677 INFO:teuthology.orchestra.run.smithi155.stdout:19.0.0-2114.ga9a752df.el7 2024-04-15T01:55:15.678 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2114.ga9a752df.el7 2024-04-15T01:55:15.678 INFO:teuthology.task.install:The correct ceph version 19.0.0-2114.ga9a752df is installed. 2024-04-15T01:55:15.680 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-15T01:55:15.680 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2024-04-15T01:55:15.680 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-15T01:55:15.712 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-04-15T01:55:15.713 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-15T01:55:15.746 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-04-15T01:55:15.746 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-15T01:55:15.775 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-15T01:55:15.776 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2024-04-15T01:55:15.776 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/usr/bin/daemon-helper 2024-04-15T01:55:15.807 DEBUG:teuthology.orchestra.run.smithi073:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-15T01:55:15.877 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-04-15T01:55:15.877 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/usr/bin/daemon-helper 2024-04-15T01:55:15.909 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-15T01:55:15.980 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-04-15T01:55:15.980 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/usr/bin/daemon-helper 2024-04-15T01:55:16.008 DEBUG:teuthology.orchestra.run.smithi155:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-15T01:55:16.075 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-15T01:55:16.075 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2024-04-15T01:55:16.076 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-15T01:55:16.107 DEBUG:teuthology.orchestra.run.smithi073:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-15T01:55:16.177 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-04-15T01:55:16.177 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-15T01:55:16.205 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-15T01:55:16.272 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-04-15T01:55:16.272 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-15T01:55:16.300 DEBUG:teuthology.orchestra.run.smithi155:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-15T01:55:16.366 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-15T01:55:16.367 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2024-04-15T01:55:16.367 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/usr/bin/stdin-killer 2024-04-15T01:55:16.398 DEBUG:teuthology.orchestra.run.smithi073:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-15T01:55:16.468 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-04-15T01:55:16.468 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/usr/bin/stdin-killer 2024-04-15T01:55:16.495 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-15T01:55:16.562 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-04-15T01:55:16.562 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/usr/bin/stdin-killer 2024-04-15T01:55:16.589 DEBUG:teuthology.orchestra.run.smithi155:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-15T01:55:16.659 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-15T01:55:16.761 INFO:tasks.cephadm:Config: {'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': 'a9a752df26c63acad72e1b3569fd79a515ca0765'} 2024-04-15T01:55:16.761 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:55:16.762 INFO:tasks.cephadm:Cluster fsid is 34e265ea-facb-11ee-bc8e-c7b262605968 2024-04-15T01:55:16.762 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-15T01:55:16.762 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.73', 'mon.b': '172.21.15.105', 'mon.c': '172.21.15.155'} 2024-04-15T01:55:16.763 INFO:tasks.cephadm:First mon is mon.a on smithi073 2024-04-15T01:55:16.763 INFO:tasks.cephadm:First mgr is a 2024-04-15T01:55:16.763 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-15T01:55:16.763 DEBUG:teuthology.orchestra.run.smithi073:> sudo hostname $(hostname -s) 2024-04-15T01:55:16.795 DEBUG:teuthology.orchestra.run.smithi105:> sudo hostname $(hostname -s) 2024-04-15T01:55:16.824 DEBUG:teuthology.orchestra.run.smithi155:> sudo hostname $(hostname -s) 2024-04-15T01:55:16.852 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-15T01:55:16.852 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:55:17.068 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/54895/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2114-ga9a752df', 'node_name': '172.21.5.39+adami09', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2114.ga9a752df'}, 'url': 'https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-04-14 16:04:37.608971', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-04-15T01:55:17.281 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref squid, sha1 a9a752df26c63acad72e1b3569fd79a515ca0765 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:55:17.282 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/x86_64/flavors/default/cephadm 2024-04-15T01:55:17.283 DEBUG:teuthology.orchestra.run.smithi073:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-15T01:55:17.753 INFO:teuthology.orchestra.run.smithi073.stdout:-rw-r--r--. 1 ubuntu ubuntu 767805 Apr 15 01:55 /home/ubuntu/cephtest/cephadm 2024-04-15T01:55:17.753 DEBUG:teuthology.orchestra.run.smithi105:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-15T01:55:18.210 INFO:teuthology.orchestra.run.smithi105.stdout:-rw-r--r--. 1 ubuntu ubuntu 767805 Apr 15 01:55 /home/ubuntu/cephtest/cephadm 2024-04-15T01:55:18.211 DEBUG:teuthology.orchestra.run.smithi155:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-15T01:55:19.009 INFO:teuthology.orchestra.run.smithi155.stdout:-rw-r--r--. 1 ubuntu ubuntu 767805 Apr 15 01:55 /home/ubuntu/cephtest/cephadm 2024-04-15T01:55:19.009 DEBUG:teuthology.orchestra.run.smithi073:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-15T01:55:19.029 DEBUG:teuthology.orchestra.run.smithi105:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-15T01:55:19.048 DEBUG:teuthology.orchestra.run.smithi155:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-15T01:55:19.078 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 on all hosts... 2024-04-15T01:55:19.079 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull 2024-04-15T01:55:19.081 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull 2024-04-15T01:55:19.090 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull 2024-04-15T01:55:19.857 INFO:teuthology.orchestra.run.smithi073.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T01:55:19.940 INFO:teuthology.orchestra.run.smithi105.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T01:55:20.015 INFO:teuthology.orchestra.run.smithi155.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T01:55:20.047 INFO:teuthology.orchestra.run.smithi073.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:55:20.048 INFO:teuthology.orchestra.run.smithi073.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T01:55:20.048 INFO:teuthology.orchestra.run.smithi073.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765: reading manifest a9a752df26c63acad72e1b3569fd79a515ca0765 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-15T01:55:20.048 INFO:teuthology.orchestra.run.smithi073.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:55:20.072 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T01:55:20.073 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_a9a752df26c63acad72e1b3569fd79a515ca0765/qa/tasks/cephadm.py", line 484, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 479, in wait proc.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 smithi073 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T01:55:20.074 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-15T01:55:20.075 DEBUG:teuthology.misc:Transferring archived files from smithi073:/var/lib/ceph/34e265ea-facb-11ee-bc8e-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656338/remote/smithi073/crash 2024-04-15T01:55:20.076 DEBUG:teuthology.orchestra.run.smithi073:> sudo tar c -f - -C /var/lib/ceph/34e265ea-facb-11ee-bc8e-c7b262605968/crash -- . 2024-04-15T01:55:20.123 INFO:teuthology.orchestra.run.smithi105.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:55:20.123 INFO:teuthology.orchestra.run.smithi105.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T01:55:20.123 INFO:teuthology.orchestra.run.smithi105.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765: reading manifest a9a752df26c63acad72e1b3569fd79a515ca0765 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-15T01:55:20.123 INFO:teuthology.orchestra.run.smithi105.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:55:20.186 INFO:teuthology.orchestra.run.smithi073.stderr:tar: /var/lib/ceph/34e265ea-facb-11ee-bc8e-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T01:55:20.186 INFO:teuthology.orchestra.run.smithi073.stderr:tar: Error is not recoverable: exiting now 2024-04-15T01:55:20.188 DEBUG:teuthology.misc:Transferring archived files from smithi105:/var/lib/ceph/34e265ea-facb-11ee-bc8e-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656338/remote/smithi105/crash 2024-04-15T01:55:20.189 DEBUG:teuthology.orchestra.run.smithi105:> sudo tar c -f - -C /var/lib/ceph/34e265ea-facb-11ee-bc8e-c7b262605968/crash -- . 2024-04-15T01:55:20.191 INFO:teuthology.orchestra.run.smithi155.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:55:20.191 INFO:teuthology.orchestra.run.smithi155.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T01:55:20.191 INFO:teuthology.orchestra.run.smithi155.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765: reading manifest a9a752df26c63acad72e1b3569fd79a515ca0765 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-15T01:55:20.191 INFO:teuthology.orchestra.run.smithi155.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:55:20.225 INFO:teuthology.orchestra.run.smithi105.stderr:tar: /var/lib/ceph/34e265ea-facb-11ee-bc8e-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T01:55:20.225 INFO:teuthology.orchestra.run.smithi105.stderr:tar: Error is not recoverable: exiting now 2024-04-15T01:55:20.227 DEBUG:teuthology.misc:Transferring archived files from smithi155:/var/lib/ceph/34e265ea-facb-11ee-bc8e-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656338/remote/smithi155/crash 2024-04-15T01:55:20.228 DEBUG:teuthology.orchestra.run.smithi155:> sudo tar c -f - -C /var/lib/ceph/34e265ea-facb-11ee-bc8e-c7b262605968/crash -- . 2024-04-15T01:55:20.267 INFO:teuthology.orchestra.run.smithi155.stderr:tar: /var/lib/ceph/34e265ea-facb-11ee-bc8e-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T01:55:20.267 INFO:teuthology.orchestra.run.smithi155.stderr:tar: Error is not recoverable: exiting now 2024-04-15T01:55:20.268 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-15T01:55:20.269 DEBUG:teuthology.orchestra.run.smithi073:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/34e265ea-facb-11ee-bc8e-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v POOL_APP_NOT_ENABLED | head -n 1 2024-04-15T01:55:20.298 INFO:teuthology.orchestra.run.smithi073.stderr:grep: /var/log/ceph/34e265ea-facb-11ee-bc8e-c7b262605968/ceph.log: No such file or directory 2024-04-15T01:55:20.300 INFO:tasks.cephadm:Compressing logs... 2024-04-15T01:55:20.300 DEBUG:teuthology.orchestra.run.smithi073:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-15T01:55:20.342 DEBUG:teuthology.orchestra.run.smithi105:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-15T01:55:20.346 DEBUG:teuthology.orchestra.run.smithi155:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-15T01:55:20.366 INFO:teuthology.orchestra.run.smithi073.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-15T01:55:20.366 INFO:teuthology.orchestra.run.smithi073.stderr:: No such file or directory 2024-04-15T01:55:20.367 INFO:teuthology.orchestra.run.smithi073.stderr:/var/log/ceph/cephadm.log: 73.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-15T01:55:20.368 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:55:20.369 INFO:teuthology.orchestra.run.smithi073.stderr:real 0m0.015s 2024-04-15T01:55:20.369 INFO:teuthology.orchestra.run.smithi073.stderr:user 0m0.010s 2024-04-15T01:55:20.369 INFO:teuthology.orchestra.run.smithi073.stderr:sys 0m0.017s 2024-04-15T01:55:20.369 INFO:teuthology.orchestra.run.smithi105.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-15T01:55:20.369 INFO:teuthology.orchestra.run.smithi105.stderr:: No such file or directory 2024-04-15T01:55:20.370 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/cephadm.log: 73.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-15T01:55:20.371 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-04-15T01:55:20.371 INFO:teuthology.orchestra.run.smithi105.stderr:real 0m0.014s 2024-04-15T01:55:20.372 INFO:teuthology.orchestra.run.smithi105.stderr:user 0m0.015s 2024-04-15T01:55:20.372 INFO:teuthology.orchestra.run.smithi105.stderr:sys 0m0.011s 2024-04-15T01:55:20.373 INFO:teuthology.orchestra.run.smithi155.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-15T01:55:20.373 INFO:teuthology.orchestra.run.smithi155.stderr:: No such file or directory 2024-04-15T01:55:20.374 INFO:teuthology.orchestra.run.smithi155.stderr:/var/log/ceph/cephadm.log: 73.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-15T01:55:20.377 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:55:20.377 INFO:teuthology.orchestra.run.smithi155.stderr:real 0m0.016s 2024-04-15T01:55:20.377 INFO:teuthology.orchestra.run.smithi155.stderr:user 0m0.013s 2024-04-15T01:55:20.377 INFO:teuthology.orchestra.run.smithi155.stderr:sys 0m0.015s 2024-04-15T01:55:20.377 INFO:tasks.cephadm:Archiving logs... 2024-04-15T01:55:20.377 DEBUG:teuthology.misc:Transferring archived files from smithi073:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656338/remote/smithi073/log 2024-04-15T01:55:20.378 DEBUG:teuthology.orchestra.run.smithi073:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T01:55:20.436 DEBUG:teuthology.misc:Transferring archived files from smithi105:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656338/remote/smithi105/log 2024-04-15T01:55:20.437 DEBUG:teuthology.orchestra.run.smithi105:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T01:55:20.465 DEBUG:teuthology.misc:Transferring archived files from smithi155:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656338/remote/smithi155/log 2024-04-15T01:55:20.466 DEBUG:teuthology.orchestra.run.smithi155:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T01:55:20.494 INFO:tasks.cephadm:Removing cluster... 2024-04-15T01:55:20.495 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 34e265ea-facb-11ee-bc8e-c7b262605968 --force 2024-04-15T01:55:20.674 INFO:teuthology.orchestra.run.smithi073.stdout:Deleting cluster with fsid: 34e265ea-facb-11ee-bc8e-c7b262605968 2024-04-15T01:55:20.937 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 34e265ea-facb-11ee-bc8e-c7b262605968 --force 2024-04-15T01:55:21.113 INFO:teuthology.orchestra.run.smithi105.stdout:Deleting cluster with fsid: 34e265ea-facb-11ee-bc8e-c7b262605968 2024-04-15T01:55:21.371 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 34e265ea-facb-11ee-bc8e-c7b262605968 --force 2024-04-15T01:55:21.548 INFO:teuthology.orchestra.run.smithi155.stdout:Deleting cluster with fsid: 34e265ea-facb-11ee-bc8e-c7b262605968 2024-04-15T01:55:21.804 INFO:tasks.cephadm:Removing cephadm ... 2024-04-15T01:55:21.804 DEBUG:teuthology.orchestra.run.smithi073:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T01:55:21.821 DEBUG:teuthology.orchestra.run.smithi105:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T01:55:21.836 DEBUG:teuthology.orchestra.run.smithi155:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T01:55:21.851 INFO:tasks.cephadm:Teardown complete 2024-04-15T01:55:21.852 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_ceph_a9a752df26c63acad72e1b3569fd79a515ca0765/qa/tasks/cephadm.py", line 1771, in task with contextutil.nested( 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/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph_a9a752df26c63acad72e1b3569fd79a515ca0765/qa/tasks/cephadm.py", line 1686, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_a9a752df26c63acad72e1b3569fd79a515ca0765/qa/tasks/cephadm.py", line 484, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 479, in wait proc.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 smithi073 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T01:55:22.061 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=7461246891054c68997466cd838fbab6 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_ceph_a9a752df26c63acad72e1b3569fd79a515ca0765/qa/tasks/cephadm.py", line 1771, in task with contextutil.nested( 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/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph_a9a752df26c63acad72e1b3569fd79a515ca0765/qa/tasks/cephadm.py", line 1686, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_a9a752df26c63acad72e1b3569fd79a515ca0765/qa/tasks/cephadm.py", line 484, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 479, in wait proc.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 smithi073 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T01:55:22.064 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-15T01:55:22.077 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-15T01:55:22.141 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-04-15T01:55:22.142 DEBUG:teuthology.orchestra.run.smithi073:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-15T01:55:22.156 DEBUG:teuthology.orchestra.run.smithi105:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-15T01:55:22.160 DEBUG:teuthology.orchestra.run.smithi155:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-15T01:55:22.265 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-15T01:55:22.274 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-15T01:55:22.275 DEBUG:teuthology.orchestra.run.smithi073:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T01:55:22.277 DEBUG:teuthology.orchestra.run.smithi105:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T01:55:22.279 DEBUG:teuthology.orchestra.run.smithi155:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T01:55:22.290 INFO:teuthology.orchestra.run.smithi073.stderr:bash: line 1: ntpq: command not found 2024-04-15T01:55:22.291 INFO:teuthology.orchestra.run.smithi105.stderr:bash: line 1: ntpq: command not found 2024-04-15T01:55:22.293 INFO:teuthology.orchestra.run.smithi155.stderr:bash: line 1: ntpq: command not found 2024-04-15T01:55:22.295 INFO:teuthology.orchestra.run.smithi073.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T01:55:22.295 INFO:teuthology.orchestra.run.smithi073.stdout:=============================================================================== 2024-04-15T01:55:22.295 INFO:teuthology.orchestra.run.smithi073.stdout:^* hv01.front.sepia.ceph.com 3 6 177 11 +914us[ +905us] +/- 49ms 2024-04-15T01:55:22.295 INFO:teuthology.orchestra.run.smithi073.stdout:^+ hv02.front.sepia.ceph.com 3 6 177 10 -706us[ -706us] +/- 52ms 2024-04-15T01:55:22.295 INFO:teuthology.orchestra.run.smithi073.stdout:^+ hv03.front.sepia.ceph.com 3 6 177 11 -338us[ -347us] +/- 65ms 2024-04-15T01:55:22.295 INFO:teuthology.orchestra.run.smithi073.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T01:55:22.297 INFO:teuthology.orchestra.run.smithi105.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T01:55:22.297 INFO:teuthology.orchestra.run.smithi105.stdout:=============================================================================== 2024-04-15T01:55:22.298 INFO:teuthology.orchestra.run.smithi105.stdout:^* hv01.front.sepia.ceph.com 3 6 177 12 +925us[ +881us] +/- 49ms 2024-04-15T01:55:22.298 INFO:teuthology.orchestra.run.smithi105.stdout:^+ hv02.front.sepia.ceph.com 3 6 177 11 -708us[ -708us] +/- 52ms 2024-04-15T01:55:22.298 INFO:teuthology.orchestra.run.smithi105.stdout:^+ hv03.front.sepia.ceph.com 3 6 177 11 -354us[ -354us] +/- 65ms 2024-04-15T01:55:22.298 INFO:teuthology.orchestra.run.smithi105.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T01:55:22.299 INFO:teuthology.orchestra.run.smithi155.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T01:55:22.299 INFO:teuthology.orchestra.run.smithi155.stdout:=============================================================================== 2024-04-15T01:55:22.299 INFO:teuthology.orchestra.run.smithi155.stdout:^* hv01.front.sepia.ceph.com 3 6 177 11 +911us[ +904us] +/- 49ms 2024-04-15T01:55:22.299 INFO:teuthology.orchestra.run.smithi155.stdout:^+ hv02.front.sepia.ceph.com 3 6 177 11 -724us[ -732us] +/- 52ms 2024-04-15T01:55:22.299 INFO:teuthology.orchestra.run.smithi155.stdout:^+ hv03.front.sepia.ceph.com 3 6 177 9 -363us[ -363us] +/- 65ms 2024-04-15T01:55:22.300 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T01:55:22.301 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-15T01:55:22.310 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-15T01:55:22.311 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-15T01:55:22.321 DEBUG:teuthology.orchestra.run.smithi073:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-15T01:55:22.401 DEBUG:teuthology.orchestra.run.smithi105:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-15T01:55:22.464 DEBUG:teuthology.orchestra.run.smithi155:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-15T01:55:22.527 DEBUG:teuthology.orchestra.run.smithi073:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-15T01:55:22.557 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T01:55:22.558 DEBUG:teuthology.orchestra.run.smithi105:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-15T01:55:22.587 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T01:55:22.588 DEBUG:teuthology.orchestra.run.smithi155:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-15T01:55:22.617 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T01:55:22.618 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-15T01:55:22.627 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-15T01:55:22.654 INFO:teuthology.task.internal:Duration was 482.013231 seconds 2024-04-15T01:55:22.654 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-15T01:55:22.664 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-15T01:55:22.665 DEBUG:teuthology.orchestra.run.smithi073:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T01:55:22.668 DEBUG:teuthology.orchestra.run.smithi105:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T01:55:22.670 DEBUG:teuthology.orchestra.run.smithi155:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T01:55:22.709 INFO:teuthology.orchestra.run.smithi073.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T01:55:22.710 INFO:teuthology.orchestra.run.smithi105.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T01:55:22.713 INFO:teuthology.orchestra.run.smithi155.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T01:55:23.074 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-15T01:55:23.074 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi073.front.sepia.ceph.com 2024-04-15T01:55:23.075 DEBUG:teuthology.orchestra.run.smithi073:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-15T01:55:23.094 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi105.front.sepia.ceph.com 2024-04-15T01:55:23.095 DEBUG:teuthology.orchestra.run.smithi105:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-15T01:55:23.141 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi155.front.sepia.ceph.com 2024-04-15T01:55:23.142 DEBUG:teuthology.orchestra.run.smithi155:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-15T01:55:23.175 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-15T01:55:23.175 DEBUG:teuthology.orchestra.run.smithi073:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T01:55:23.177 DEBUG:teuthology.orchestra.run.smithi105:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T01:55:23.184 DEBUG:teuthology.orchestra.run.smithi155:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T01:55:23.245 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-15T01:55:23.245 DEBUG:teuthology.orchestra.run.smithi073:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T01:55:23.247 DEBUG:teuthology.orchestra.run.smithi105:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T01:55:23.253 DEBUG:teuthology.orchestra.run.smithi155:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T01:55:23.378 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-15T01:55:23.388 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-15T01:55:23.388 DEBUG:teuthology.orchestra.run.smithi073:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T01:55:23.415 DEBUG:teuthology.orchestra.run.smithi105:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T01:55:23.442 DEBUG:teuthology.orchestra.run.smithi155:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T01:55:23.470 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-15T01:55:23.480 DEBUG:teuthology.orchestra.run.smithi073:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-15T01:55:23.482 DEBUG:teuthology.orchestra.run.smithi105:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-15T01:55:23.484 DEBUG:teuthology.orchestra.run.smithi155:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-15T01:55:23.505 INFO:teuthology.orchestra.run.smithi073.stdout:kernel.core_pattern = core 2024-04-15T01:55:23.507 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern = core 2024-04-15T01:55:23.535 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern = core 2024-04-15T01:55:23.553 DEBUG:teuthology.orchestra.run.smithi073:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T01:55:23.586 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T01:55:23.587 DEBUG:teuthology.orchestra.run.smithi105:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T01:55:23.600 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T01:55:23.600 DEBUG:teuthology.orchestra.run.smithi155:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T01:55:23.614 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T01:55:23.615 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-15T01:55:23.624 INFO:teuthology.task.internal:Transferring archived files... 2024-04-15T01:55:23.625 DEBUG:teuthology.misc:Transferring archived files from smithi073:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656338/remote/smithi073 2024-04-15T01:55:23.625 DEBUG:teuthology.orchestra.run.smithi073:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T01:55:23.663 DEBUG:teuthology.misc:Transferring archived files from smithi105:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656338/remote/smithi105 2024-04-15T01:55:23.663 DEBUG:teuthology.orchestra.run.smithi105:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T01:55:23.699 DEBUG:teuthology.misc:Transferring archived files from smithi155:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656338/remote/smithi155 2024-04-15T01:55:23.699 DEBUG:teuthology.orchestra.run.smithi155:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T01:55:23.734 INFO:teuthology.task.internal:Removing archive directory... 2024-04-15T01:55:23.735 DEBUG:teuthology.orchestra.run.smithi073:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T01:55:23.737 DEBUG:teuthology.orchestra.run.smithi105:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T01:55:23.740 DEBUG:teuthology.orchestra.run.smithi155:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T01:55:23.784 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-15T01:55:23.797 INFO:teuthology.task.internal:Not uploading archives. 2024-04-15T01:55:23.797 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-15T01:55:23.808 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-15T01:55:23.808 DEBUG:teuthology.orchestra.run.smithi073:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T01:55:23.810 DEBUG:teuthology.orchestra.run.smithi105:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T01:55:23.814 DEBUG:teuthology.orchestra.run.smithi155:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T01:55:23.822 INFO:teuthology.orchestra.run.smithi073.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 01:55 /home/ubuntu/cephtest 2024-04-15T01:55:23.824 INFO:teuthology.orchestra.run.smithi105.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 01:55 /home/ubuntu/cephtest 2024-04-15T01:55:23.839 INFO:teuthology.orchestra.run.smithi155.stdout: 265306 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 01:55 /home/ubuntu/cephtest 2024-04-15T01:55:23.840 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-15T01:55:23.851 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-15T01:55:23.870 INFO:teuthology.nuke:Checking targets against current locks 2024-04-15T01:55:23.895 DEBUG:teuthology.nuke:shortname: smithi073 2024-04-15T01:55:23.896 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T01:55:23.917 DEBUG:teuthology.nuke:shortname: smithi105 2024-04-15T01:55:23.917 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T01:55:23.923 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi073.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656338', '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-15 01:38:26.696301', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKHLjMdK2wlQjhoo5sUgRPZLz5r4PWmKT1w94lw8vKTWz+1IP62hO71lHy+6pXl3yXfWVy/6ogo8YGxlG2eZdX8='} 2024-04-15T01:55:23.941 DEBUG:teuthology.nuke:shortname: smithi155 2024-04-15T01:55:23.941 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T01:55:23.948 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi105.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656338', '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-15 01:38:26.694836', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNaaxe0vS5X+adPSt176EgypVhHUv49S6oKW+GGOLxan/8sCotoVtyqHx0fpsAbM0A/JCj+akq/6q/RzPktVkXo='} 2024-04-15T01:55:23.966 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi155.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656338', '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-15 01:38:26.693157', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMe8xU1QKuYHVO20Bz4p2fM395VYPahDqooxKJ4z6HMpvXXxOM+2JsXHjvpDUml5AoLPZlrsquFJ4gtO48bXNQE='} 2024-04-15T01:55:23.981 INFO:teuthology.orchestra.console.smithi073:Power off 2024-04-15T01:55:23.982 DEBUG:teuthology.orchestra.console.smithi073:pexpect command: ipmitool -H smithi073.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T01:55:24.009 DEBUG:teuthology.orchestra.console.smithi073:power off output: Chassis Power Control: Down/Off 2024-04-15T01:55:24.009 DEBUG:teuthology.orchestra.console.smithi073:pexpect command: ipmitool -H smithi073.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T01:55:24.029 INFO:teuthology.orchestra.console.smithi155:Power off 2024-04-15T01:55:24.029 DEBUG:teuthology.orchestra.console.smithi155:pexpect command: ipmitool -H smithi155.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T01:55:24.042 INFO:teuthology.orchestra.console.smithi105:Power off 2024-04-15T01:55:24.043 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T01:55:24.052 DEBUG:teuthology.orchestra.console.smithi155:power off output: Chassis Power Control: Down/Off 2024-04-15T01:55:24.053 DEBUG:teuthology.orchestra.console.smithi155:pexpect command: ipmitool -H smithi155.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T01:55:24.061 DEBUG:teuthology.orchestra.console.smithi073:check power output: Chassis Power is on 2024-04-15T01:55:24.066 DEBUG:teuthology.orchestra.console.smithi105:power off output: Chassis Power Control: Down/Off 2024-04-15T01:55:24.066 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T01:55:24.080 DEBUG:teuthology.orchestra.console.smithi155:check power output: Chassis Power is on 2024-04-15T01:55:24.091 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is on 2024-04-15T01:55:28.062 DEBUG:teuthology.orchestra.console.smithi073:pexpect command: ipmitool -H smithi073.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T01:55:28.081 DEBUG:teuthology.orchestra.console.smithi155:pexpect command: ipmitool -H smithi155.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T01:55:28.093 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T01:55:28.172 DEBUG:teuthology.orchestra.console.smithi073:check power output: Chassis Power is on 2024-04-15T01:55:28.192 DEBUG:teuthology.orchestra.console.smithi155:check power output: Chassis Power is on 2024-04-15T01:55:28.203 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is on 2024-04-15T01:55:32.177 DEBUG:teuthology.orchestra.console.smithi073:pexpect command: ipmitool -H smithi073.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T01:55:32.194 DEBUG:teuthology.orchestra.console.smithi155:pexpect command: ipmitool -H smithi155.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T01:55:32.204 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T01:55:32.289 DEBUG:teuthology.orchestra.console.smithi073:check power output: Chassis Power is off 2024-04-15T01:55:32.304 DEBUG:teuthology.orchestra.console.smithi155:check power output: Chassis Power is off 2024-04-15T01:55:32.315 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is off 2024-04-15T01:55:32.390 INFO:teuthology.orchestra.console.smithi073:Power off completed 2024-04-15T01:55:32.405 INFO:teuthology.orchestra.console.smithi155:Power off completed 2024-04-15T01:55:32.417 INFO:teuthology.orchestra.console.smithi105:Power off completed 2024-04-15T01:55:32.522 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_set_mon_crush_locations} duration: 482.01323080062866 failure_reason: 'Command failed on smithi073 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull''' flavor: default owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=7461246891054c68997466cd838fbab6 status: fail success: false 2024-04-15T01:55:32.523 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-15T01:55:32.601 INFO:teuthology.run:FAIL