2024-04-07T20:37:39.591 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-04-07T20:37:39.591 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634283 --owner scheduled_teuthology@teuthology --description orch/cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/connectivity task/test_set_mon_crush_locations} --verbose --name teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi -- /home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634283/orig.config.yaml 2024-04-07T20:37:39.622 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-07T20:37:39.706 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634283 branch: main description: orch/cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/connectivity task/test_set_mon_crush_locations} email: ceph-qa@ceph.com first_in_suite: false job_id: '7634283' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: main ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - POOL_APP_NOT_ENABLED sha1: e5c885fe95ee982ff7b45214daa61b1a6d09d57d ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: e5c885fe95ee982ff7b45214daa61b1a6d09d57d selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: main sha1: e5c885fe95ee982ff7b45214daa61b1a6d09d57d owner: scheduled_teuthology@teuthology priority: 950 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: 7151 sha1: e5c885fe95ee982ff7b45214daa61b1a6d09d57d sleep_before_teardown: 0 subset: 39/64 suite: orch suite_branch: main suite_path: /home/teuthworker/src/git.ceph.com_ceph_e5c885fe95ee982ff7b45214daa61b1a6d09d57d/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: e5c885fe95ee982ff7b45214daa61b1a6d09d57d targets: smithi136.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE9V6Zw2ZoBdC419JlQzSDx5HEBc92jVviOdJsDKW4LrW1CFaKVVNzhRmL6UXGqipmf15OaI0oKeWD7rMIR3hek= smithi181.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIcPToEQXO9/0Er8eLhA3VokjgJQmh+wrymgNhCMDmBRcz2ZISMsaAJP2Li9jYPa3nS5VJK2hJAyihY+HTgrLrI= smithi203.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFzcXivFkuNPQZwOSBGhlVsXQsqggnsu9pJOdNihXJgTqlHfe4597HxIJ4UapR8l8BbPdFXuwT+BmSlB0zUTZ50= 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 0x7f2288289f70>, signals=[15]) 2024-04-07T20:37:40.224 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-07T20:37:40.231 INFO:teuthology.task.internal:Opening connections... 2024-04-07T20:37:40.232 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi136.front.sepia.ceph.com 2024-04-07T20:37:40.234 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T20:37:40.326 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi181.front.sepia.ceph.com 2024-04-07T20:37:40.327 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi181.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T20:37:40.415 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi203.front.sepia.ceph.com 2024-04-07T20:37:40.416 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T20:37:40.506 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-07T20:37:40.513 DEBUG:teuthology.orchestra.run.smithi136:> uname -m 2024-04-07T20:37:40.531 INFO:teuthology.orchestra.run.smithi136.stdout:x86_64 2024-04-07T20:37:40.531 DEBUG:teuthology.orchestra.run.smithi136:> cat /etc/os-release 2024-04-07T20:37:40.588 INFO:teuthology.orchestra.run.smithi136.stdout:NAME="CentOS Stream" 2024-04-07T20:37:40.589 INFO:teuthology.orchestra.run.smithi136.stdout:VERSION="9" 2024-04-07T20:37:40.589 INFO:teuthology.orchestra.run.smithi136.stdout:ID="centos" 2024-04-07T20:37:40.589 INFO:teuthology.orchestra.run.smithi136.stdout:ID_LIKE="rhel fedora" 2024-04-07T20:37:40.589 INFO:teuthology.orchestra.run.smithi136.stdout:VERSION_ID="9" 2024-04-07T20:37:40.589 INFO:teuthology.orchestra.run.smithi136.stdout:PLATFORM_ID="platform:el9" 2024-04-07T20:37:40.589 INFO:teuthology.orchestra.run.smithi136.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-07T20:37:40.589 INFO:teuthology.orchestra.run.smithi136.stdout:ANSI_COLOR="0;31" 2024-04-07T20:37:40.589 INFO:teuthology.orchestra.run.smithi136.stdout:LOGO="fedora-logo-icon" 2024-04-07T20:37:40.589 INFO:teuthology.orchestra.run.smithi136.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-07T20:37:40.589 INFO:teuthology.orchestra.run.smithi136.stdout:HOME_URL="https://centos.org/" 2024-04-07T20:37:40.589 INFO:teuthology.orchestra.run.smithi136.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-07T20:37:40.589 INFO:teuthology.orchestra.run.smithi136.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-07T20:37:40.590 INFO:teuthology.orchestra.run.smithi136.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-07T20:37:40.590 INFO:teuthology.lock.ops:Updating smithi136.front.sepia.ceph.com on lock server 2024-04-07T20:37:40.615 DEBUG:teuthology.orchestra.run.smithi181:> uname -m 2024-04-07T20:37:40.634 INFO:teuthology.orchestra.run.smithi181.stdout:x86_64 2024-04-07T20:37:40.634 DEBUG:teuthology.orchestra.run.smithi181:> cat /etc/os-release 2024-04-07T20:37:40.691 INFO:teuthology.orchestra.run.smithi181.stdout:NAME="CentOS Stream" 2024-04-07T20:37:40.691 INFO:teuthology.orchestra.run.smithi181.stdout:VERSION="9" 2024-04-07T20:37:40.691 INFO:teuthology.orchestra.run.smithi181.stdout:ID="centos" 2024-04-07T20:37:40.691 INFO:teuthology.orchestra.run.smithi181.stdout:ID_LIKE="rhel fedora" 2024-04-07T20:37:40.691 INFO:teuthology.orchestra.run.smithi181.stdout:VERSION_ID="9" 2024-04-07T20:37:40.691 INFO:teuthology.orchestra.run.smithi181.stdout:PLATFORM_ID="platform:el9" 2024-04-07T20:37:40.691 INFO:teuthology.orchestra.run.smithi181.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-07T20:37:40.691 INFO:teuthology.orchestra.run.smithi181.stdout:ANSI_COLOR="0;31" 2024-04-07T20:37:40.691 INFO:teuthology.orchestra.run.smithi181.stdout:LOGO="fedora-logo-icon" 2024-04-07T20:37:40.691 INFO:teuthology.orchestra.run.smithi181.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-07T20:37:40.691 INFO:teuthology.orchestra.run.smithi181.stdout:HOME_URL="https://centos.org/" 2024-04-07T20:37:40.692 INFO:teuthology.orchestra.run.smithi181.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-07T20:37:40.692 INFO:teuthology.orchestra.run.smithi181.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-07T20:37:40.692 INFO:teuthology.orchestra.run.smithi181.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-07T20:37:40.692 INFO:teuthology.lock.ops:Updating smithi181.front.sepia.ceph.com on lock server 2024-04-07T20:37:40.715 DEBUG:teuthology.orchestra.run.smithi203:> uname -m 2024-04-07T20:37:40.732 INFO:teuthology.orchestra.run.smithi203.stdout:x86_64 2024-04-07T20:37:40.732 DEBUG:teuthology.orchestra.run.smithi203:> cat /etc/os-release 2024-04-07T20:37:40.790 INFO:teuthology.orchestra.run.smithi203.stdout:NAME="CentOS Stream" 2024-04-07T20:37:40.790 INFO:teuthology.orchestra.run.smithi203.stdout:VERSION="9" 2024-04-07T20:37:40.791 INFO:teuthology.orchestra.run.smithi203.stdout:ID="centos" 2024-04-07T20:37:40.791 INFO:teuthology.orchestra.run.smithi203.stdout:ID_LIKE="rhel fedora" 2024-04-07T20:37:40.792 INFO:teuthology.orchestra.run.smithi203.stdout:VERSION_ID="9" 2024-04-07T20:37:40.792 INFO:teuthology.orchestra.run.smithi203.stdout:PLATFORM_ID="platform:el9" 2024-04-07T20:37:40.792 INFO:teuthology.orchestra.run.smithi203.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-07T20:37:40.792 INFO:teuthology.orchestra.run.smithi203.stdout:ANSI_COLOR="0;31" 2024-04-07T20:37:40.792 INFO:teuthology.orchestra.run.smithi203.stdout:LOGO="fedora-logo-icon" 2024-04-07T20:37:40.792 INFO:teuthology.orchestra.run.smithi203.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-07T20:37:40.792 INFO:teuthology.orchestra.run.smithi203.stdout:HOME_URL="https://centos.org/" 2024-04-07T20:37:40.792 INFO:teuthology.orchestra.run.smithi203.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-07T20:37:40.792 INFO:teuthology.orchestra.run.smithi203.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-07T20:37:40.792 INFO:teuthology.orchestra.run.smithi203.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-07T20:37:40.793 INFO:teuthology.lock.ops:Updating smithi203.front.sepia.ceph.com on lock server 2024-04-07T20:37:40.815 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-07T20:37:40.825 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-07T20:37:40.830 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-07T20:37:40.831 DEBUG:teuthology.orchestra.run.smithi136:> test '!' -e /home/ubuntu/cephtest 2024-04-07T20:37:40.833 DEBUG:teuthology.orchestra.run.smithi181:> test '!' -e /home/ubuntu/cephtest 2024-04-07T20:37:40.836 DEBUG:teuthology.orchestra.run.smithi203:> test '!' -e /home/ubuntu/cephtest 2024-04-07T20:37:40.853 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-07T20:37:40.859 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-07T20:37:40.860 DEBUG:teuthology.orchestra.run.smithi136:> test -z $(ls -A /var/lib/ceph) 2024-04-07T20:37:40.892 DEBUG:teuthology.orchestra.run.smithi181:> test -z $(ls -A /var/lib/ceph) 2024-04-07T20:37:40.894 DEBUG:teuthology.orchestra.run.smithi203:> test -z $(ls -A /var/lib/ceph) 2024-04-07T20:37:41.015 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-07T20:37:41.090 INFO:teuthology.run_tasks:Running task kernel... 2024-04-07T20:37:41.107 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-04-07T20:37:41.107 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-04-07T20:37:41.108 DEBUG:teuthology.orchestra.run.smithi136:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-07T20:37:41.108 DEBUG:teuthology.orchestra.run.smithi181:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-07T20:37:41.109 DEBUG:teuthology.orchestra.run.smithi203:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-07T20:37:41.124 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T20:37:41.125 DEBUG:teuthology.orchestra.run.smithi181:> uname -r 2024-04-07T20:37:41.126 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T20:37:41.126 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T20:37:41.127 DEBUG:teuthology.orchestra.run.smithi203:> uname -r 2024-04-07T20:37:41.127 DEBUG:teuthology.orchestra.run.smithi136:> uname -r 2024-04-07T20:37:41.181 INFO:teuthology.orchestra.run.smithi181.stdout:5.14.0-361.el9.x86_64 2024-04-07T20:37:41.182 INFO:teuthology.task.kernel:Running kernel on smithi181: 5.14.0-361.el9.x86_64 2024-04-07T20:37:41.182 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum install -y kernel 2024-04-07T20:37:41.183 INFO:teuthology.orchestra.run.smithi203.stdout:5.14.0-361.el9.x86_64 2024-04-07T20:37:41.183 INFO:teuthology.task.kernel:Running kernel on smithi203: 5.14.0-361.el9.x86_64 2024-04-07T20:37:41.183 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum install -y kernel 2024-04-07T20:37:41.184 INFO:teuthology.orchestra.run.smithi136.stdout:5.14.0-361.el9.x86_64 2024-04-07T20:37:41.185 INFO:teuthology.task.kernel:Running kernel on smithi136: 5.14.0-361.el9.x86_64 2024-04-07T20:37:41.185 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum install -y kernel 2024-04-07T20:37:43.350 INFO:teuthology.orchestra.run.smithi181.stdout:CentOS-9 - AppStream 16 MB/s | 8.1 MB 00:00 2024-04-07T20:37:43.358 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS-9 - AppStream 17 MB/s | 8.1 MB 00:00 2024-04-07T20:37:43.648 INFO:teuthology.orchestra.run.smithi203.stdout:CentOS-9 - AppStream 11 MB/s | 8.1 MB 00:00 2024-04-07T20:37:45.034 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS-9 - BaseOS 7.1 MB/s | 2.5 MB 00:00 2024-04-07T20:37:45.067 INFO:teuthology.orchestra.run.smithi181.stdout:CentOS-9 - BaseOS 6.5 MB/s | 2.5 MB 00:00 2024-04-07T20:37:45.348 INFO:teuthology.orchestra.run.smithi203.stdout:CentOS-9 - BaseOS 6.8 MB/s | 2.5 MB 00:00 2024-04-07T20:37:46.141 INFO:teuthology.orchestra.run.smithi181.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.0 MB 00:00 2024-04-07T20:37:46.291 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS Stream 9 - BaseOS 10 MB/s | 8.0 MB 00:00 2024-04-07T20:37:46.691 INFO:teuthology.orchestra.run.smithi203.stdout:CentOS Stream 9 - BaseOS 9.0 MB/s | 8.0 MB 00:00 2024-04-07T20:37:57.882 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS Stream 9 - AppStream 1.8 MB/s | 19 MB 00:10 2024-04-07T20:37:58.732 INFO:teuthology.orchestra.run.smithi181.stdout:CentOS Stream 9 - AppStream 1.6 MB/s | 19 MB 00:11 2024-04-07T20:38:02.134 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS Stream 9 - CRB 9.7 MB/s | 6.1 MB 00:00 2024-04-07T20:38:02.699 INFO:teuthology.orchestra.run.smithi181.stdout:CentOS Stream 9 - CRB 16 MB/s | 6.1 MB 00:00 2024-04-07T20:38:03.749 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS Stream 9 - Extras packages 33 kB/s | 16 kB 00:00 2024-04-07T20:38:04.200 INFO:teuthology.orchestra.run.smithi181.stdout:CentOS Stream 9 - Extras packages 48 kB/s | 16 kB 00:00 2024-04-07T20:38:05.562 INFO:teuthology.orchestra.run.smithi181.stdout:Extra Packages for Enterprise Linux 17 MB/s | 21 MB 00:01 2024-04-07T20:38:06.692 INFO:teuthology.orchestra.run.smithi136.stdout:Extra Packages for Enterprise Linux 7.4 MB/s | 21 MB 00:02 2024-04-07T20:38:08.445 INFO:teuthology.orchestra.run.smithi203.stdout:CentOS Stream 9 - AppStream 936 kB/s | 19 MB 00:20 2024-04-07T20:38:10.659 INFO:teuthology.orchestra.run.smithi181.stdout:lab-extras 16 kB/s | 1.7 kB 00:00 2024-04-07T20:38:11.834 INFO:teuthology.orchestra.run.smithi136.stdout:lab-extras 15 kB/s | 1.7 kB 00:00 2024-04-07T20:38:12.571 INFO:teuthology.orchestra.run.smithi203.stdout:CentOS Stream 9 - CRB 12 MB/s | 6.1 MB 00:00 2024-04-07T20:38:12.790 INFO:teuthology.orchestra.run.smithi181.stderr:Modular dependency problems: 2024-04-07T20:38:12.790 INFO:teuthology.orchestra.run.smithi181.stderr: 2024-04-07T20:38:12.790 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 1: conflicting requests 2024-04-07T20:38:12.790 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.791 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 2: conflicting requests 2024-04-07T20:38:12.791 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.791 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 3: conflicting requests 2024-04-07T20:38:12.791 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.791 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 4: conflicting requests 2024-04-07T20:38:12.791 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.791 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 5: conflicting requests 2024-04-07T20:38:12.791 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.791 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 6: conflicting requests 2024-04-07T20:38:12.791 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.791 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 7: conflicting requests 2024-04-07T20:38:12.791 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.791 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 8: conflicting requests 2024-04-07T20:38:12.792 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.792 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 9: conflicting requests 2024-04-07T20:38:12.792 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.792 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 10: conflicting requests 2024-04-07T20:38:12.792 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.792 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 11: conflicting requests 2024-04-07T20:38:12.792 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.792 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 12: conflicting requests 2024-04-07T20:38:12.792 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.792 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 13: conflicting requests 2024-04-07T20:38:12.792 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.792 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 14: conflicting requests 2024-04-07T20:38:12.792 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.793 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 15: conflicting requests 2024-04-07T20:38:12.793 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.793 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 16: conflicting requests 2024-04-07T20:38:12.793 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.793 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 17: conflicting requests 2024-04-07T20:38:12.793 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.793 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 18: conflicting requests 2024-04-07T20:38:12.793 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.793 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 19: conflicting requests 2024-04-07T20:38:12.793 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.793 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 20: conflicting requests 2024-04-07T20:38:12.793 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.793 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 21: conflicting requests 2024-04-07T20:38:12.793 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.794 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 22: conflicting requests 2024-04-07T20:38:12.794 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.794 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 23: conflicting requests 2024-04-07T20:38:12.794 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.794 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 24: conflicting requests 2024-04-07T20:38:12.794 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.794 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 25: conflicting requests 2024-04-07T20:38:12.794 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.794 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 26: conflicting requests 2024-04-07T20:38:12.794 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.794 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 27: conflicting requests 2024-04-07T20:38:12.794 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.794 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 28: conflicting requests 2024-04-07T20:38:12.794 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.795 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 29: conflicting requests 2024-04-07T20:38:12.795 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.795 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 30: conflicting requests 2024-04-07T20:38:12.795 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.795 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 31: conflicting requests 2024-04-07T20:38:12.795 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.795 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 32: conflicting requests 2024-04-07T20:38:12.795 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.795 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 33: conflicting requests 2024-04-07T20:38:12.795 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.795 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 34: conflicting requests 2024-04-07T20:38:12.795 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.795 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 35: conflicting requests 2024-04-07T20:38:12.795 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.795 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 36: conflicting requests 2024-04-07T20:38:12.795 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.796 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 37: conflicting requests 2024-04-07T20:38:12.796 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.796 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.796 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.796 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:38:12.796 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.796 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.796 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.796 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.796 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 39: conflicting requests 2024-04-07T20:38:12.796 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.796 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.796 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.796 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.796 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.797 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.797 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:38:12.797 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.797 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.797 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.797 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.797 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:38:12.797 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.797 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.797 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.797 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.797 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:38:12.797 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.797 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.797 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.798 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.798 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:38:12.798 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.798 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.798 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.798 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.798 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:38:12.798 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.798 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.798 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.798 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.798 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:38:12.798 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.799 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.799 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:38:12.799 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.141 INFO:teuthology.orchestra.run.smithi181.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-07T20:38:13.142 INFO:teuthology.orchestra.run.smithi181.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-07T20:38:13.263 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-04-07T20:38:13.268 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:38:13.268 INFO:teuthology.orchestra.run.smithi181.stdout: Package Architecture Version Repository Size 2024-04-07T20:38:13.268 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:38:13.268 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-04-07T20:38:13.268 INFO:teuthology.orchestra.run.smithi181.stdout: kernel x86_64 5.14.0-432.el9 baseos 66 k 2024-04-07T20:38:13.268 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2024-04-07T20:38:13.268 INFO:teuthology.orchestra.run.smithi181.stdout: kernel-core x86_64 5.14.0-432.el9 baseos 15 M 2024-04-07T20:38:13.268 INFO:teuthology.orchestra.run.smithi181.stdout: kernel-modules x86_64 5.14.0-432.el9 baseos 33 M 2024-04-07T20:38:13.268 INFO:teuthology.orchestra.run.smithi181.stdout: kernel-modules-core x86_64 5.14.0-432.el9 baseos 27 M 2024-04-07T20:38:13.268 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:38:13.269 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-04-07T20:38:13.269 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:38:13.269 INFO:teuthology.orchestra.run.smithi181.stdout:Install 4 Packages 2024-04-07T20:38:13.269 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:38:13.269 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 76 M 2024-04-07T20:38:13.269 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 123 M 2024-04-07T20:38:13.269 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-04-07T20:38:13.452 INFO:teuthology.orchestra.run.smithi181.stdout:(1/4): kernel-5.14.0-432.el9.x86_64.rpm 529 kB/s | 66 kB 00:00 2024-04-07T20:38:13.919 INFO:teuthology.orchestra.run.smithi181.stdout:(2/4): kernel-core-5.14.0-432.el9.x86_64.rpm 25 MB/s | 15 MB 00:00 2024-04-07T20:38:13.967 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T20:38:13.967 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T20:38:13.967 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T20:38:13.967 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.967 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T20:38:13.967 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.967 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T20:38:13.967 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.967 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T20:38:13.968 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.968 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T20:38:13.968 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.968 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T20:38:13.968 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.968 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T20:38:13.968 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.968 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T20:38:13.968 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.968 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T20:38:13.968 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.968 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T20:38:13.968 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.968 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T20:38:13.969 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.969 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T20:38:13.969 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.969 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T20:38:13.969 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.969 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T20:38:13.969 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.969 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T20:38:13.969 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.969 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T20:38:13.969 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.969 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T20:38:13.969 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.969 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T20:38:13.970 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.970 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T20:38:13.970 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.970 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T20:38:13.970 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.970 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T20:38:13.970 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.970 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T20:38:13.970 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.970 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T20:38:13.970 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.970 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T20:38:13.970 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.970 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T20:38:13.970 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.971 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T20:38:13.971 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.971 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T20:38:13.971 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.971 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T20:38:13.971 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.971 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T20:38:13.971 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.971 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T20:38:13.971 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.971 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T20:38:13.971 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.971 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T20:38:13.971 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.971 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T20:38:13.972 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.972 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T20:38:13.972 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.972 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T20:38:13.972 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.972 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T20:38:13.972 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.972 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T20:38:13.972 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.972 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.972 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.972 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:38:13.972 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.972 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.972 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.973 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.973 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T20:38:13.973 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.973 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.973 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.973 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.973 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.973 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.973 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:38:13.973 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.973 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.973 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.973 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.973 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:38:13.973 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.974 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.974 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.974 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.974 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:38:13.974 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.974 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.974 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.974 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.974 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:38:13.974 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.974 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.974 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.974 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.974 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:38:13.974 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.975 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.975 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.975 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.975 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:38:13.975 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.975 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.975 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:38:13.975 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:38:14.383 INFO:teuthology.orchestra.run.smithi136.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-07T20:38:14.383 INFO:teuthology.orchestra.run.smithi136.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-07T20:38:14.492 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T20:38:14.497 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:38:14.497 INFO:teuthology.orchestra.run.smithi136.stdout: Package Architecture Version Repository Size 2024-04-07T20:38:14.497 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:38:14.497 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-04-07T20:38:14.498 INFO:teuthology.orchestra.run.smithi136.stdout: kernel x86_64 5.14.0-432.el9 baseos 66 k 2024-04-07T20:38:14.498 INFO:teuthology.orchestra.run.smithi136.stdout:Installing dependencies: 2024-04-07T20:38:14.498 INFO:teuthology.orchestra.run.smithi136.stdout: kernel-core x86_64 5.14.0-432.el9 baseos 15 M 2024-04-07T20:38:14.498 INFO:teuthology.orchestra.run.smithi136.stdout: kernel-modules x86_64 5.14.0-432.el9 baseos 33 M 2024-04-07T20:38:14.498 INFO:teuthology.orchestra.run.smithi136.stdout: kernel-modules-core x86_64 5.14.0-432.el9 baseos 27 M 2024-04-07T20:38:14.498 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:38:14.498 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-04-07T20:38:14.498 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:38:14.498 INFO:teuthology.orchestra.run.smithi136.stdout:Install 4 Packages 2024-04-07T20:38:14.498 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:38:14.499 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 76 M 2024-04-07T20:38:14.499 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 123 M 2024-04-07T20:38:14.499 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-04-07T20:38:14.502 INFO:teuthology.orchestra.run.smithi181.stdout:(3/4): kernel-modules-5.14.0-432.el9.x86_64.rpm 28 MB/s | 33 MB 00:01 2024-04-07T20:38:14.807 INFO:teuthology.orchestra.run.smithi203.stdout:CentOS Stream 9 - Extras packages 14 kB/s | 16 kB 00:01 2024-04-07T20:38:15.153 INFO:teuthology.orchestra.run.smithi181.stdout:(4/4): kernel-modules-core-5.14.0-432.el9.x86_6 16 MB/s | 27 MB 00:01 2024-04-07T20:38:15.153 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:38:15.153 INFO:teuthology.orchestra.run.smithi181.stdout:Total 40 MB/s | 76 MB 00:01 2024-04-07T20:38:15.318 INFO:teuthology.orchestra.run.smithi136.stdout:(1/4): kernel-5.14.0-432.el9.x86_64.rpm 85 kB/s | 66 kB 00:00 2024-04-07T20:38:15.525 INFO:teuthology.orchestra.run.smithi203.stdout:Extra Packages for Enterprise Linux 36 MB/s | 21 MB 00:00 2024-04-07T20:38:15.822 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-04-07T20:38:16.159 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-04-07T20:38:16.160 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-04-07T20:38:17.199 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-04-07T20:38:17.200 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-04-07T20:38:19.679 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-04-07T20:38:20.394 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : kernel-modules-core-5.14.0-432.el9.x86_64 1/4 2024-04-07T20:38:20.478 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : kernel-core-5.14.0-432.el9.x86_64 2/4 2024-04-07T20:38:20.634 INFO:teuthology.orchestra.run.smithi203.stdout:lab-extras 13 kB/s | 1.7 kB 00:00 2024-04-07T20:38:22.763 INFO:teuthology.orchestra.run.smithi203.stderr:Modular dependency problems: 2024-04-07T20:38:22.764 INFO:teuthology.orchestra.run.smithi203.stderr: 2024-04-07T20:38:22.764 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 1: conflicting requests 2024-04-07T20:38:22.764 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.764 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 2: conflicting requests 2024-04-07T20:38:22.764 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.764 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 3: conflicting requests 2024-04-07T20:38:22.764 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.764 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 4: conflicting requests 2024-04-07T20:38:22.764 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.764 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 5: conflicting requests 2024-04-07T20:38:22.764 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.764 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 6: conflicting requests 2024-04-07T20:38:22.764 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.764 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 7: conflicting requests 2024-04-07T20:38:22.765 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.765 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 8: conflicting requests 2024-04-07T20:38:22.765 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.765 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 9: conflicting requests 2024-04-07T20:38:22.765 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.765 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 10: conflicting requests 2024-04-07T20:38:22.765 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.765 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 11: conflicting requests 2024-04-07T20:38:22.765 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.765 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 12: conflicting requests 2024-04-07T20:38:22.765 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.765 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 13: conflicting requests 2024-04-07T20:38:22.765 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.765 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 14: conflicting requests 2024-04-07T20:38:22.765 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.766 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 15: conflicting requests 2024-04-07T20:38:22.766 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.766 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 16: conflicting requests 2024-04-07T20:38:22.766 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.766 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 17: conflicting requests 2024-04-07T20:38:22.766 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.766 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 18: conflicting requests 2024-04-07T20:38:22.766 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.766 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 19: conflicting requests 2024-04-07T20:38:22.766 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.766 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 20: conflicting requests 2024-04-07T20:38:22.766 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.766 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 21: conflicting requests 2024-04-07T20:38:22.767 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.767 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 22: conflicting requests 2024-04-07T20:38:22.767 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.767 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 23: conflicting requests 2024-04-07T20:38:22.767 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.767 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 24: conflicting requests 2024-04-07T20:38:22.767 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.767 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 25: conflicting requests 2024-04-07T20:38:22.767 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.767 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 26: conflicting requests 2024-04-07T20:38:22.767 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.767 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 27: conflicting requests 2024-04-07T20:38:22.767 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.767 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 28: conflicting requests 2024-04-07T20:38:22.767 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.768 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 29: conflicting requests 2024-04-07T20:38:22.768 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.768 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 30: conflicting requests 2024-04-07T20:38:22.768 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.768 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 31: conflicting requests 2024-04-07T20:38:22.768 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.768 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 32: conflicting requests 2024-04-07T20:38:22.768 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.768 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 33: conflicting requests 2024-04-07T20:38:22.768 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.768 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 34: conflicting requests 2024-04-07T20:38:22.768 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.768 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 35: conflicting requests 2024-04-07T20:38:22.768 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.768 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 36: conflicting requests 2024-04-07T20:38:22.769 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.769 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 37: conflicting requests 2024-04-07T20:38:22.769 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.769 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.769 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.769 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:38:22.769 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.769 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.769 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.769 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.769 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 39: conflicting requests 2024-04-07T20:38:22.769 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.769 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.769 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.769 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.770 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.770 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.770 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:38:22.770 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.770 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.770 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.770 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.770 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:38:22.770 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.770 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.770 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.770 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.770 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:38:22.770 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.771 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.771 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.771 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.771 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:38:22.771 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.771 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.771 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.771 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.771 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:38:22.771 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.771 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.771 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.771 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.771 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:38:22.771 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.772 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.772 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:38:22.772 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:38:23.211 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: kernel-core-5.14.0-432.el9.x86_64 2/4 2024-04-07T20:38:23.241 INFO:teuthology.orchestra.run.smithi203.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-07T20:38:23.241 INFO:teuthology.orchestra.run.smithi203.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-07T20:38:23.347 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : kernel-modules-5.14.0-432.el9.x86_64 3/4 2024-04-07T20:38:23.353 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-04-07T20:38:23.365 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:38:23.365 INFO:teuthology.orchestra.run.smithi203.stdout: Package Architecture Version Repository Size 2024-04-07T20:38:23.365 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:38:23.365 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-04-07T20:38:23.365 INFO:teuthology.orchestra.run.smithi203.stdout: kernel x86_64 5.14.0-432.el9 baseos 66 k 2024-04-07T20:38:23.365 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2024-04-07T20:38:23.365 INFO:teuthology.orchestra.run.smithi203.stdout: kernel-core x86_64 5.14.0-432.el9 baseos 15 M 2024-04-07T20:38:23.365 INFO:teuthology.orchestra.run.smithi203.stdout: kernel-modules x86_64 5.14.0-432.el9 baseos 33 M 2024-04-07T20:38:23.365 INFO:teuthology.orchestra.run.smithi203.stdout: kernel-modules-core x86_64 5.14.0-432.el9 baseos 27 M 2024-04-07T20:38:23.365 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:38:23.366 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-04-07T20:38:23.366 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:38:23.366 INFO:teuthology.orchestra.run.smithi203.stdout:Install 4 Packages 2024-04-07T20:38:23.366 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:38:23.366 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 76 M 2024-04-07T20:38:23.367 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 123 M 2024-04-07T20:38:23.367 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-04-07T20:38:23.618 INFO:teuthology.orchestra.run.smithi203.stdout:(1/4): kernel-5.14.0-432.el9.x86_64.rpm 306 kB/s | 66 kB 00:00 2024-04-07T20:38:24.435 INFO:teuthology.orchestra.run.smithi203.stdout:(2/4): kernel-modules-5.14.0-432.el9.x86_64.rpm 32 MB/s | 33 MB 00:01 2024-04-07T20:38:24.669 INFO:teuthology.orchestra.run.smithi203.stdout:(3/4): kernel-core-5.14.0-432.el9.x86_64.rpm 12 MB/s | 15 MB 00:01 2024-04-07T20:38:25.685 INFO:teuthology.orchestra.run.smithi203.stdout:(4/4): kernel-modules-core-5.14.0-432.el9.x86_6 13 MB/s | 27 MB 00:02 2024-04-07T20:38:25.688 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:38:25.689 INFO:teuthology.orchestra.run.smithi203.stdout:Total 33 MB/s | 76 MB 00:02 2024-04-07T20:38:26.355 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-04-07T20:38:26.756 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-04-07T20:38:26.756 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-04-07T20:38:27.760 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-04-07T20:38:27.761 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-04-07T20:38:28.047 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: kernel-modules-5.14.0-432.el9.x86_64 3/4 2024-04-07T20:38:28.089 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : kernel-5.14.0-432.el9.x86_64 4/4 2024-04-07T20:38:30.218 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-04-07T20:38:30.944 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : kernel-modules-core-5.14.0-432.el9.x86_64 1/4 2024-04-07T20:38:31.029 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : kernel-core-5.14.0-432.el9.x86_64 2/4 2024-04-07T20:38:32.796 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: kernel-modules-core-5.14.0-432.el9.x86_64 4/4 2024-04-07T20:38:33.769 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: kernel-core-5.14.0-432.el9.x86_64 2/4 2024-04-07T20:38:33.910 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : kernel-modules-5.14.0-432.el9.x86_64 3/4 2024-04-07T20:38:34.148 INFO:teuthology.orchestra.run.smithi136.stdout:(2/4): kernel-core-5.14.0-432.el9.x86_64.rpm 779 kB/s | 15 MB 00:19 2024-04-07T20:38:38.583 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: kernel-modules-5.14.0-432.el9.x86_64 3/4 2024-04-07T20:38:38.685 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : kernel-5.14.0-432.el9.x86_64 4/4 2024-04-07T20:38:39.556 INFO:teuthology.orchestra.run.smithi136.stdout:(3/4): kernel-modules-core-5.14.0-432.el9.x86_6 1.1 MB/s | 27 MB 00:24 2024-04-07T20:38:43.390 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: kernel-modules-core-5.14.0-432.el9.x86_64 4/4 2024-04-07T20:38:57.078 INFO:teuthology.orchestra.run.smithi136.stdout:(4/4): kernel-modules-5.14.0-432.el9.x86_64.rpm 806 kB/s | 33 MB 00:42 2024-04-07T20:38:57.079 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:38:57.079 INFO:teuthology.orchestra.run.smithi136.stdout:Total 1.8 MB/s | 76 MB 00:42 2024-04-07T20:38:57.741 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-04-07T20:38:58.118 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-04-07T20:38:58.144 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-04-07T20:38:59.115 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-04-07T20:38:59.116 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-04-07T20:39:01.574 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-04-07T20:39:02.016 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: kernel-core-5.14.0-432.el9.x86_64 4/4 2024-04-07T20:39:02.016 INFO:teuthology.orchestra.run.smithi181.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-07T20:39:02.016 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:39:02.061 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: kernel-modules-5.14.0-432.el9.x86_64 4/4 2024-04-07T20:39:02.239 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : kernel-modules-core-5.14.0-432.el9.x86_64 1/4 2024-04-07T20:39:02.331 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : kernel-core-5.14.0-432.el9.x86_64 2/4 2024-04-07T20:39:02.472 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: kernel-5.14.0-432.el9.x86_64 4/4 2024-04-07T20:39:02.472 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : kernel-5.14.0-432.el9.x86_64 1/4 2024-04-07T20:39:02.472 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : kernel-core-5.14.0-432.el9.x86_64 2/4 2024-04-07T20:39:02.472 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : kernel-modules-5.14.0-432.el9.x86_64 3/4 2024-04-07T20:39:02.913 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : kernel-modules-core-5.14.0-432.el9.x86_64 4/4 2024-04-07T20:39:02.913 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:39:02.913 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-04-07T20:39:02.913 INFO:teuthology.orchestra.run.smithi181.stdout: kernel-5.14.0-432.el9.x86_64 2024-04-07T20:39:02.913 INFO:teuthology.orchestra.run.smithi181.stdout: kernel-core-5.14.0-432.el9.x86_64 2024-04-07T20:39:02.913 INFO:teuthology.orchestra.run.smithi181.stdout: kernel-modules-5.14.0-432.el9.x86_64 2024-04-07T20:39:02.913 INFO:teuthology.orchestra.run.smithi181.stdout: kernel-modules-core-5.14.0-432.el9.x86_64 2024-04-07T20:39:02.913 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:39:02.913 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-04-07T20:39:03.249 DEBUG:teuthology.orchestra.run.smithi181:> rpm -q kernel | sort -rV | head -n 1 2024-04-07T20:39:03.351 INFO:teuthology.orchestra.run.smithi181.stdout:kernel-5.14.0-432.el9.x86_64 2024-04-07T20:39:03.351 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-432.el9.x86_64 2024-04-07T20:39:03.352 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-432.el9.x86_64 2024-04-07T20:39:03.352 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-07T20:39:03.352 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-07T20:39:03.352 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-07T20:39:03.352 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi181.front.sepia.ceph.com, path=None, version=distro) 2024-04-07T20:39:03.352 DEBUG:teuthology.orchestra.run.smithi181:> rpm -q kernel | sort -rV | head -n 1 2024-04-07T20:39:03.433 INFO:teuthology.orchestra.run.smithi181.stdout:kernel-5.14.0-432.el9.x86_64 2024-04-07T20:39:03.433 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-432.el9.x86_64 2024-04-07T20:39:03.433 DEBUG:teuthology.orchestra.run.smithi181:> sudo rpm -qi grub2-tools 2024-04-07T20:39:03.468 INFO:teuthology.orchestra.run.smithi181.stdout:Name : grub2-tools 2024-04-07T20:39:03.468 INFO:teuthology.orchestra.run.smithi181.stdout:Epoch : 1 2024-04-07T20:39:03.468 INFO:teuthology.orchestra.run.smithi181.stdout:Version : 2.06 2024-04-07T20:39:03.468 INFO:teuthology.orchestra.run.smithi181.stdout:Release : 68.el9 2024-04-07T20:39:03.468 INFO:teuthology.orchestra.run.smithi181.stdout:Architecture: x86_64 2024-04-07T20:39:03.468 INFO:teuthology.orchestra.run.smithi181.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-07T20:39:03.468 INFO:teuthology.orchestra.run.smithi181.stdout:Group : Unspecified 2024-04-07T20:39:03.468 INFO:teuthology.orchestra.run.smithi181.stdout:Size : 8264254 2024-04-07T20:39:03.468 INFO:teuthology.orchestra.run.smithi181.stdout:License : GPLv3+ 2024-04-07T20:39:03.468 INFO:teuthology.orchestra.run.smithi181.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-07T20:39:03.469 INFO:teuthology.orchestra.run.smithi181.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-07T20:39:03.469 INFO:teuthology.orchestra.run.smithi181.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-07T20:39:03.469 INFO:teuthology.orchestra.run.smithi181.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-07T20:39:03.469 INFO:teuthology.orchestra.run.smithi181.stdout:Packager : builder@centos.org 2024-04-07T20:39:03.469 INFO:teuthology.orchestra.run.smithi181.stdout:Vendor : CentOS 2024-04-07T20:39:03.469 INFO:teuthology.orchestra.run.smithi181.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-07T20:39:03.469 INFO:teuthology.orchestra.run.smithi181.stdout:Summary : Support tools for GRUB. 2024-04-07T20:39:03.469 INFO:teuthology.orchestra.run.smithi181.stdout:Description : 2024-04-07T20:39:03.469 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:39:03.469 INFO:teuthology.orchestra.run.smithi181.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-07T20:39:03.469 INFO:teuthology.orchestra.run.smithi181.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-07T20:39:03.470 INFO:teuthology.orchestra.run.smithi181.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-07T20:39:03.470 INFO:teuthology.orchestra.run.smithi181.stdout:hardware devices. 2024-04-07T20:39:03.470 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:39:03.470 INFO:teuthology.orchestra.run.smithi181.stdout:This subpackage provides tools for support of all platforms. 2024-04-07T20:39:03.471 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-07T20:39:03.471 INFO:teuthology.task.kernel:Updating grub on smithi181 to boot 5.14.0-432.el9.x86_64 2024-04-07T20:39:03.471 DEBUG:teuthology.orchestra.run.smithi181:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-07T20:39:04.107 INFO:teuthology.orchestra.run.smithi181.stderr:Generating grub configuration file ... 2024-04-07T20:39:05.085 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: kernel-core-5.14.0-432.el9.x86_64 2/4 2024-04-07T20:39:05.218 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : kernel-modules-5.14.0-432.el9.x86_64 3/4 2024-04-07T20:39:05.591 INFO:teuthology.orchestra.run.smithi181.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-07T20:39:05.627 INFO:teuthology.orchestra.run.smithi181.stderr:done 2024-04-07T20:39:05.630 DEBUG:teuthology.orchestra.run.smithi181:> mktemp 2024-04-07T20:39:05.654 INFO:teuthology.orchestra.run.smithi181.stdout:/tmp/tmp.hVW5wk9brr 2024-04-07T20:39:05.654 DEBUG:teuthology.orchestra.run.smithi181:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.hVW5wk9brr 2024-04-07T20:39:05.722 DEBUG:teuthology.orchestra.run.smithi181:> sudo chmod 0666 /tmp/tmp.hVW5wk9brr 2024-04-07T20:39:05.860 DEBUG:teuthology.orchestra.remote:smithi181:/tmp/tmp.hVW5wk9brr is 6KB 2024-04-07T20:39:05.910 DEBUG:teuthology.orchestra.run.smithi181:> rm -fr /tmp/tmp.hVW5wk9brr 2024-04-07T20:39:05.925 DEBUG:teuthology.orchestra.run.smithi181:> sudo /bin/ls /boot/loader/entries || true 2024-04-07T20:39:05.988 INFO:teuthology.orchestra.run.smithi181.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-07T20:39:05.989 INFO:teuthology.orchestra.run.smithi181.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-07T20:39:05.989 INFO:teuthology.orchestra.run.smithi181.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-07T20:39:05.989 INFO:teuthology.orchestra.run.smithi181.stdout:15949e3c88704300882482eddfd7baae-5.14.0-432.el9.x86_64.conf 2024-04-07T20:39:05.990 DEBUG:teuthology.orchestra.run.smithi181:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-432.el9.x86_64 2024-04-07T20:39:06.144 DEBUG:teuthology.orchestra.run.smithi181:> sudo shutdown -r now 2024-04-07T20:39:09.925 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: kernel-modules-5.14.0-432.el9.x86_64 3/4 2024-04-07T20:39:10.034 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : kernel-5.14.0-432.el9.x86_64 4/4 2024-04-07T20:39:13.187 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: kernel-core-5.14.0-432.el9.x86_64 4/4 2024-04-07T20:39:13.187 INFO:teuthology.orchestra.run.smithi203.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-07T20:39:13.187 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:39:13.232 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: kernel-modules-5.14.0-432.el9.x86_64 4/4 2024-04-07T20:39:13.653 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: kernel-5.14.0-432.el9.x86_64 4/4 2024-04-07T20:39:13.654 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : kernel-5.14.0-432.el9.x86_64 1/4 2024-04-07T20:39:13.654 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : kernel-core-5.14.0-432.el9.x86_64 2/4 2024-04-07T20:39:13.654 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : kernel-modules-5.14.0-432.el9.x86_64 3/4 2024-04-07T20:39:14.078 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : kernel-modules-core-5.14.0-432.el9.x86_64 4/4 2024-04-07T20:39:14.078 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:39:14.078 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-04-07T20:39:14.078 INFO:teuthology.orchestra.run.smithi203.stdout: kernel-5.14.0-432.el9.x86_64 2024-04-07T20:39:14.078 INFO:teuthology.orchestra.run.smithi203.stdout: kernel-core-5.14.0-432.el9.x86_64 2024-04-07T20:39:14.078 INFO:teuthology.orchestra.run.smithi203.stdout: kernel-modules-5.14.0-432.el9.x86_64 2024-04-07T20:39:14.078 INFO:teuthology.orchestra.run.smithi203.stdout: kernel-modules-core-5.14.0-432.el9.x86_64 2024-04-07T20:39:14.078 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:39:14.078 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-04-07T20:39:14.421 DEBUG:teuthology.orchestra.run.smithi203:> rpm -q kernel | sort -rV | head -n 1 2024-04-07T20:39:14.518 INFO:teuthology.orchestra.run.smithi203.stdout:kernel-5.14.0-432.el9.x86_64 2024-04-07T20:39:14.518 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-432.el9.x86_64 2024-04-07T20:39:14.519 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-432.el9.x86_64 2024-04-07T20:39:14.519 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-07T20:39:14.519 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-07T20:39:14.519 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-04-07T20:39:14.519 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi203.front.sepia.ceph.com, path=None, version=distro) 2024-04-07T20:39:14.519 DEBUG:teuthology.orchestra.run.smithi203:> rpm -q kernel | sort -rV | head -n 1 2024-04-07T20:39:14.599 INFO:teuthology.orchestra.run.smithi203.stdout:kernel-5.14.0-432.el9.x86_64 2024-04-07T20:39:14.599 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-432.el9.x86_64 2024-04-07T20:39:14.600 DEBUG:teuthology.orchestra.run.smithi203:> sudo rpm -qi grub2-tools 2024-04-07T20:39:14.633 INFO:teuthology.orchestra.run.smithi203.stdout:Name : grub2-tools 2024-04-07T20:39:14.633 INFO:teuthology.orchestra.run.smithi203.stdout:Epoch : 1 2024-04-07T20:39:14.634 INFO:teuthology.orchestra.run.smithi203.stdout:Version : 2.06 2024-04-07T20:39:14.634 INFO:teuthology.orchestra.run.smithi203.stdout:Release : 68.el9 2024-04-07T20:39:14.634 INFO:teuthology.orchestra.run.smithi203.stdout:Architecture: x86_64 2024-04-07T20:39:14.634 INFO:teuthology.orchestra.run.smithi203.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-07T20:39:14.634 INFO:teuthology.orchestra.run.smithi203.stdout:Group : Unspecified 2024-04-07T20:39:14.634 INFO:teuthology.orchestra.run.smithi203.stdout:Size : 8264254 2024-04-07T20:39:14.634 INFO:teuthology.orchestra.run.smithi203.stdout:License : GPLv3+ 2024-04-07T20:39:14.634 INFO:teuthology.orchestra.run.smithi203.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-07T20:39:14.634 INFO:teuthology.orchestra.run.smithi203.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-07T20:39:14.635 INFO:teuthology.orchestra.run.smithi203.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-07T20:39:14.635 INFO:teuthology.orchestra.run.smithi203.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-07T20:39:14.635 INFO:teuthology.orchestra.run.smithi203.stdout:Packager : builder@centos.org 2024-04-07T20:39:14.635 INFO:teuthology.orchestra.run.smithi203.stdout:Vendor : CentOS 2024-04-07T20:39:14.635 INFO:teuthology.orchestra.run.smithi203.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-07T20:39:14.635 INFO:teuthology.orchestra.run.smithi203.stdout:Summary : Support tools for GRUB. 2024-04-07T20:39:14.635 INFO:teuthology.orchestra.run.smithi203.stdout:Description : 2024-04-07T20:39:14.635 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:39:14.635 INFO:teuthology.orchestra.run.smithi203.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-07T20:39:14.635 INFO:teuthology.orchestra.run.smithi203.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-07T20:39:14.635 INFO:teuthology.orchestra.run.smithi203.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-07T20:39:14.635 INFO:teuthology.orchestra.run.smithi203.stdout:hardware devices. 2024-04-07T20:39:14.636 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:39:14.636 INFO:teuthology.orchestra.run.smithi203.stdout:This subpackage provides tools for support of all platforms. 2024-04-07T20:39:14.636 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-07T20:39:14.637 INFO:teuthology.task.kernel:Updating grub on smithi203 to boot 5.14.0-432.el9.x86_64 2024-04-07T20:39:14.637 DEBUG:teuthology.orchestra.run.smithi203:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-07T20:39:14.788 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: kernel-modules-core-5.14.0-432.el9.x86_64 4/4 2024-04-07T20:39:15.281 INFO:teuthology.orchestra.run.smithi203.stderr:Generating grub configuration file ... 2024-04-07T20:39:16.638 INFO:teuthology.orchestra.run.smithi203.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-07T20:39:16.677 INFO:teuthology.orchestra.run.smithi203.stderr:done 2024-04-07T20:39:16.679 DEBUG:teuthology.orchestra.run.smithi203:> mktemp 2024-04-07T20:39:16.694 INFO:teuthology.orchestra.run.smithi203.stdout:/tmp/tmp.2DJ2vibssK 2024-04-07T20:39:16.695 DEBUG:teuthology.orchestra.run.smithi203:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.2DJ2vibssK 2024-04-07T20:39:16.763 DEBUG:teuthology.orchestra.run.smithi203:> sudo chmod 0666 /tmp/tmp.2DJ2vibssK 2024-04-07T20:39:16.898 DEBUG:teuthology.orchestra.remote:smithi203:/tmp/tmp.2DJ2vibssK is 6KB 2024-04-07T20:39:16.947 DEBUG:teuthology.orchestra.run.smithi203:> rm -fr /tmp/tmp.2DJ2vibssK 2024-04-07T20:39:16.961 DEBUG:teuthology.orchestra.run.smithi203:> sudo /bin/ls /boot/loader/entries || true 2024-04-07T20:39:17.027 INFO:teuthology.orchestra.run.smithi203.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-07T20:39:17.027 INFO:teuthology.orchestra.run.smithi203.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-07T20:39:17.027 INFO:teuthology.orchestra.run.smithi203.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-07T20:39:17.027 INFO:teuthology.orchestra.run.smithi203.stdout:15949e3c88704300882482eddfd7baae-5.14.0-432.el9.x86_64.conf 2024-04-07T20:39:17.028 DEBUG:teuthology.orchestra.run.smithi203:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-432.el9.x86_64 2024-04-07T20:39:17.171 DEBUG:teuthology.orchestra.run.smithi203:> sudo shutdown -r now 2024-04-07T20:39:36.147 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-07T20:39:36.148 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi181.front.sepia.ceph.com' 2024-04-07T20:39:36.149 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi181.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T20:39:44.426 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: kernel-core-5.14.0-432.el9.x86_64 4/4 2024-04-07T20:39:44.426 INFO:teuthology.orchestra.run.smithi136.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-07T20:39:44.426 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:39:44.470 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: kernel-modules-5.14.0-432.el9.x86_64 4/4 2024-04-07T20:39:44.849 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: kernel-5.14.0-432.el9.x86_64 4/4 2024-04-07T20:39:44.849 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : kernel-5.14.0-432.el9.x86_64 1/4 2024-04-07T20:39:44.849 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : kernel-core-5.14.0-432.el9.x86_64 2/4 2024-04-07T20:39:44.849 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : kernel-modules-5.14.0-432.el9.x86_64 3/4 2024-04-07T20:39:45.289 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : kernel-modules-core-5.14.0-432.el9.x86_64 4/4 2024-04-07T20:39:45.289 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:39:45.290 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-04-07T20:39:45.290 INFO:teuthology.orchestra.run.smithi136.stdout: kernel-5.14.0-432.el9.x86_64 2024-04-07T20:39:45.290 INFO:teuthology.orchestra.run.smithi136.stdout: kernel-core-5.14.0-432.el9.x86_64 2024-04-07T20:39:45.290 INFO:teuthology.orchestra.run.smithi136.stdout: kernel-modules-5.14.0-432.el9.x86_64 2024-04-07T20:39:45.290 INFO:teuthology.orchestra.run.smithi136.stdout: kernel-modules-core-5.14.0-432.el9.x86_64 2024-04-07T20:39:45.290 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:39:45.290 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T20:39:45.622 DEBUG:teuthology.orchestra.run.smithi136:> rpm -q kernel | sort -rV | head -n 1 2024-04-07T20:39:45.719 INFO:teuthology.orchestra.run.smithi136.stdout:kernel-5.14.0-432.el9.x86_64 2024-04-07T20:39:45.719 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-432.el9.x86_64 2024-04-07T20:39:45.719 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-432.el9.x86_64 2024-04-07T20:39:45.719 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-07T20:39:45.719 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-07T20:39:45.719 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-07T20:39:45.719 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi136.front.sepia.ceph.com, path=None, version=distro) 2024-04-07T20:39:45.719 DEBUG:teuthology.orchestra.run.smithi136:> rpm -q kernel | sort -rV | head -n 1 2024-04-07T20:39:45.799 INFO:teuthology.orchestra.run.smithi136.stdout:kernel-5.14.0-432.el9.x86_64 2024-04-07T20:39:45.799 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-432.el9.x86_64 2024-04-07T20:39:45.799 DEBUG:teuthology.orchestra.run.smithi136:> sudo rpm -qi grub2-tools 2024-04-07T20:39:45.833 INFO:teuthology.orchestra.run.smithi136.stdout:Name : grub2-tools 2024-04-07T20:39:45.833 INFO:teuthology.orchestra.run.smithi136.stdout:Epoch : 1 2024-04-07T20:39:45.833 INFO:teuthology.orchestra.run.smithi136.stdout:Version : 2.06 2024-04-07T20:39:45.834 INFO:teuthology.orchestra.run.smithi136.stdout:Release : 68.el9 2024-04-07T20:39:45.834 INFO:teuthology.orchestra.run.smithi136.stdout:Architecture: x86_64 2024-04-07T20:39:45.834 INFO:teuthology.orchestra.run.smithi136.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-07T20:39:45.834 INFO:teuthology.orchestra.run.smithi136.stdout:Group : Unspecified 2024-04-07T20:39:45.834 INFO:teuthology.orchestra.run.smithi136.stdout:Size : 8264254 2024-04-07T20:39:45.834 INFO:teuthology.orchestra.run.smithi136.stdout:License : GPLv3+ 2024-04-07T20:39:45.834 INFO:teuthology.orchestra.run.smithi136.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-07T20:39:45.834 INFO:teuthology.orchestra.run.smithi136.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-07T20:39:45.834 INFO:teuthology.orchestra.run.smithi136.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-07T20:39:45.834 INFO:teuthology.orchestra.run.smithi136.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-07T20:39:45.834 INFO:teuthology.orchestra.run.smithi136.stdout:Packager : builder@centos.org 2024-04-07T20:39:45.834 INFO:teuthology.orchestra.run.smithi136.stdout:Vendor : CentOS 2024-04-07T20:39:45.834 INFO:teuthology.orchestra.run.smithi136.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-07T20:39:45.834 INFO:teuthology.orchestra.run.smithi136.stdout:Summary : Support tools for GRUB. 2024-04-07T20:39:45.835 INFO:teuthology.orchestra.run.smithi136.stdout:Description : 2024-04-07T20:39:45.835 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:39:45.835 INFO:teuthology.orchestra.run.smithi136.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-07T20:39:45.835 INFO:teuthology.orchestra.run.smithi136.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-07T20:39:45.835 INFO:teuthology.orchestra.run.smithi136.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-07T20:39:45.835 INFO:teuthology.orchestra.run.smithi136.stdout:hardware devices. 2024-04-07T20:39:45.835 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:39:45.835 INFO:teuthology.orchestra.run.smithi136.stdout:This subpackage provides tools for support of all platforms. 2024-04-07T20:39:45.836 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-07T20:39:45.836 INFO:teuthology.task.kernel:Updating grub on smithi136 to boot 5.14.0-432.el9.x86_64 2024-04-07T20:39:45.836 DEBUG:teuthology.orchestra.run.smithi136:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-07T20:39:46.465 INFO:teuthology.orchestra.run.smithi136.stderr:Generating grub configuration file ... 2024-04-07T20:39:47.174 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-04-07T20:39:47.174 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi203.front.sepia.ceph.com' 2024-04-07T20:39:47.175 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T20:39:47.848 INFO:teuthology.orchestra.run.smithi136.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-07T20:39:47.882 INFO:teuthology.orchestra.run.smithi136.stderr:done 2024-04-07T20:39:47.884 DEBUG:teuthology.orchestra.run.smithi136:> mktemp 2024-04-07T20:39:47.899 INFO:teuthology.orchestra.run.smithi136.stdout:/tmp/tmp.z17ZSpouuA 2024-04-07T20:39:47.899 DEBUG:teuthology.orchestra.run.smithi136:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.z17ZSpouuA 2024-04-07T20:39:47.968 DEBUG:teuthology.orchestra.run.smithi136:> sudo chmod 0666 /tmp/tmp.z17ZSpouuA 2024-04-07T20:39:48.106 DEBUG:teuthology.orchestra.remote:smithi136:/tmp/tmp.z17ZSpouuA is 6KB 2024-04-07T20:39:48.154 DEBUG:teuthology.orchestra.run.smithi136:> rm -fr /tmp/tmp.z17ZSpouuA 2024-04-07T20:39:48.168 DEBUG:teuthology.orchestra.run.smithi136:> sudo /bin/ls /boot/loader/entries || true 2024-04-07T20:39:48.233 INFO:teuthology.orchestra.run.smithi136.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-07T20:39:48.233 INFO:teuthology.orchestra.run.smithi136.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-07T20:39:48.233 INFO:teuthology.orchestra.run.smithi136.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-07T20:39:48.233 INFO:teuthology.orchestra.run.smithi136.stdout:15949e3c88704300882482eddfd7baae-5.14.0-432.el9.x86_64.conf 2024-04-07T20:39:48.234 DEBUG:teuthology.orchestra.run.smithi136:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-432.el9.x86_64 2024-04-07T20:39:48.381 DEBUG:teuthology.orchestra.run.smithi136:> sudo shutdown -r now 2024-04-07T20:39:54.654 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.181 2024-04-07T20:40:03.661 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi181.front.sepia.ceph.com' 2024-04-07T20:40:03.662 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi181.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T20:40:05.666 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.203 2024-04-07T20:40:06.718 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.181 2024-04-07T20:40:14.674 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi203.front.sepia.ceph.com' 2024-04-07T20:40:14.675 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T20:40:17.726 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.203 2024-04-07T20:40:18.384 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-07T20:40:18.385 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-04-07T20:40:18.385 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T20:40:18.719 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi181.front.sepia.ceph.com' 2024-04-07T20:40:18.720 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi181.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T20:40:29.732 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi203.front.sepia.ceph.com' 2024-04-07T20:40:29.733 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T20:40:32.798 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.203 2024-04-07T20:40:36.894 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.136 2024-04-07T20:40:37.150 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.181 2024-04-07T20:40:45.902 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-04-07T20:40:45.903 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T20:40:47.801 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi203.front.sepia.ceph.com' 2024-04-07T20:40:47.802 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T20:40:48.958 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.136 2024-04-07T20:40:50.878 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.203 2024-04-07T20:40:52.153 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi181.front.sepia.ceph.com' 2024-04-07T20:40:52.153 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi181.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T20:40:52.546 DEBUG:teuthology.orchestra.run.smithi181:> true 2024-04-07T20:40:52.944 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi181.front.sepia.ceph.com' 2024-04-07T20:40:52.944 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-432.el9.x86_64"... 2024-04-07T20:40:52.944 DEBUG:teuthology.orchestra.run.smithi181:> uname -r 2024-04-07T20:40:52.959 INFO:teuthology.orchestra.run.smithi181.stdout:5.14.0-432.el9.x86_64 2024-04-07T20:40:52.959 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-432.el9.x86_64 vs 5.14.0-432.el9.x86_64 2024-04-07T20:40:52.959 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-07T20:40:52.959 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-07T20:40:53.960 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-07T20:40:53.961 DEBUG:teuthology.orchestra.run.smithi181:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-07T20:40:54.041 INFO:teuthology.orchestra.run.smithi181.stdout:ttyS1 2024-04-07T20:40:54.079 DEBUG:teuthology.parallel:result is None 2024-04-07T20:41:00.960 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-04-07T20:41:00.960 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T20:41:08.879 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi203.front.sepia.ceph.com' 2024-04-07T20:41:08.879 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T20:41:11.938 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.203 2024-04-07T20:41:19.390 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.136 2024-04-07T20:41:32.939 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi203.front.sepia.ceph.com' 2024-04-07T20:41:32.941 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T20:41:34.391 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-04-07T20:41:34.392 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T20:41:34.646 DEBUG:teuthology.orchestra.run.smithi136:> true 2024-04-07T20:41:35.095 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-04-07T20:41:35.095 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-432.el9.x86_64"... 2024-04-07T20:41:35.095 DEBUG:teuthology.orchestra.run.smithi136:> uname -r 2024-04-07T20:41:35.109 INFO:teuthology.orchestra.run.smithi136.stdout:5.14.0-432.el9.x86_64 2024-04-07T20:41:35.109 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-432.el9.x86_64 vs 5.14.0-432.el9.x86_64 2024-04-07T20:41:35.109 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-07T20:41:35.109 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-07T20:41:36.110 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-07T20:41:36.111 DEBUG:teuthology.orchestra.run.smithi136:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-07T20:41:36.265 INFO:teuthology.orchestra.run.smithi136.stdout:ttyS1 2024-04-07T20:41:36.301 DEBUG:teuthology.parallel:result is None 2024-04-07T20:41:48.689 DEBUG:teuthology.orchestra.run.smithi203:> true 2024-04-07T20:41:49.160 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi203.front.sepia.ceph.com' 2024-04-07T20:41:49.160 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-432.el9.x86_64"... 2024-04-07T20:41:49.160 DEBUG:teuthology.orchestra.run.smithi203:> uname -r 2024-04-07T20:41:49.174 INFO:teuthology.orchestra.run.smithi203.stdout:5.14.0-432.el9.x86_64 2024-04-07T20:41:49.174 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-432.el9.x86_64 vs 5.14.0-432.el9.x86_64 2024-04-07T20:41:49.174 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-07T20:41:49.174 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-07T20:41:50.175 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-07T20:41:50.175 DEBUG:teuthology.orchestra.run.smithi203:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-07T20:41:50.285 INFO:teuthology.orchestra.run.smithi203.stdout:ttyS1 2024-04-07T20:41:50.327 DEBUG:teuthology.parallel:result is None 2024-04-07T20:41:50.327 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-07T20:41:50.334 INFO:teuthology.task.internal:Creating test directory... 2024-04-07T20:41:50.334 DEBUG:teuthology.orchestra.run.smithi136:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-07T20:41:50.337 DEBUG:teuthology.orchestra.run.smithi181:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-07T20:41:50.339 DEBUG:teuthology.orchestra.run.smithi203:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-07T20:41:50.355 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-07T20:41:50.361 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-07T20:41:50.367 INFO:teuthology.task.internal:Creating archive directory... 2024-04-07T20:41:50.368 DEBUG:teuthology.orchestra.run.smithi136:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-07T20:41:50.396 DEBUG:teuthology.orchestra.run.smithi181:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-07T20:41:50.398 DEBUG:teuthology.orchestra.run.smithi203:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-07T20:41:50.474 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-07T20:41:50.481 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-07T20:41:50.482 DEBUG:teuthology.orchestra.run.smithi136:> 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-07T20:41:50.484 DEBUG:teuthology.orchestra.run.smithi181:> 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-07T20:41:50.486 DEBUG:teuthology.orchestra.run.smithi203:> 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-07T20:41:50.523 INFO:teuthology.orchestra.run.smithi181.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-07T20:41:50.524 INFO:teuthology.orchestra.run.smithi203.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-07T20:41:50.525 INFO:teuthology.orchestra.run.smithi136.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-07T20:41:50.537 INFO:teuthology.orchestra.run.smithi203.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-07T20:41:50.537 INFO:teuthology.orchestra.run.smithi181.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-07T20:41:50.540 INFO:teuthology.orchestra.run.smithi136.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-07T20:41:50.541 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-07T20:41:50.548 INFO:teuthology.task.internal:Configuring sudo... 2024-04-07T20:41:50.548 DEBUG:teuthology.orchestra.run.smithi136:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-07T20:41:50.584 DEBUG:teuthology.orchestra.run.smithi181:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-07T20:41:50.587 DEBUG:teuthology.orchestra.run.smithi203:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-07T20:41:50.615 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-07T20:41:50.623 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-07T20:41:50.623 DEBUG:teuthology.orchestra.run.smithi136:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-07T20:41:50.654 DEBUG:teuthology.orchestra.run.smithi181:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-07T20:41:50.657 DEBUG:teuthology.orchestra.run.smithi203:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-07T20:41:50.671 DEBUG:teuthology.orchestra.run.smithi136:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-07T20:41:50.753 DEBUG:teuthology.orchestra.run.smithi136:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-07T20:41:50.801 DEBUG:teuthology.orchestra.run.smithi136:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-07T20:41:50.884 DEBUG:teuthology.orchestra.run.smithi136:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-07T20:41:50.928 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-04-07T20:41:50.928 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-07T20:41:50.999 DEBUG:teuthology.orchestra.run.smithi181:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-07T20:41:51.044 DEBUG:teuthology.orchestra.run.smithi181:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-07T20:41:51.094 DEBUG:teuthology.orchestra.run.smithi181:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-07T20:41:51.177 DEBUG:teuthology.orchestra.run.smithi181:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-07T20:41:51.224 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2024-04-07T20:41:51.224 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-07T20:41:51.293 DEBUG:teuthology.orchestra.run.smithi203:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-07T20:41:51.332 DEBUG:teuthology.orchestra.run.smithi203:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-07T20:41:51.387 DEBUG:teuthology.orchestra.run.smithi203:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-07T20:41:51.470 DEBUG:teuthology.orchestra.run.smithi203:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-07T20:41:51.511 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2024-04-07T20:41:51.511 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-07T20:41:51.580 DEBUG:teuthology.orchestra.run.smithi136:> sudo service rsyslog restart 2024-04-07T20:41:51.583 DEBUG:teuthology.orchestra.run.smithi181:> sudo service rsyslog restart 2024-04-07T20:41:51.585 DEBUG:teuthology.orchestra.run.smithi203:> sudo service rsyslog restart 2024-04-07T20:41:51.632 INFO:teuthology.orchestra.run.smithi181.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-07T20:41:51.649 INFO:teuthology.orchestra.run.smithi136.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-07T20:41:51.672 INFO:teuthology.orchestra.run.smithi203.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-07T20:41:52.145 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-07T20:41:52.152 INFO:teuthology.task.internal:Starting timer... 2024-04-07T20:41:52.152 INFO:teuthology.run_tasks:Running task pcp... 2024-04-07T20:41:52.164 INFO:teuthology.run_tasks:Running task selinux... 2024-04-07T20:41:52.172 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-07T20:41:52.173 DEBUG:teuthology.orchestra.run.smithi136:> sudo service auditd rotate 2024-04-07T20:41:52.225 INFO:teuthology.orchestra.run.smithi136.stdout:Rotating logs: 2024-04-07T20:41:52.227 DEBUG:teuthology.orchestra.run.smithi181:> sudo service auditd rotate 2024-04-07T20:41:52.301 INFO:teuthology.orchestra.run.smithi181.stdout:Rotating logs: 2024-04-07T20:41:52.302 DEBUG:teuthology.orchestra.run.smithi203:> sudo service auditd rotate 2024-04-07T20:41:52.377 INFO:teuthology.orchestra.run.smithi203.stdout:Rotating logs: 2024-04-07T20:41:52.379 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-07T20:41:52.379 DEBUG:teuthology.orchestra.run.smithi136:> /usr/sbin/getenforce 2024-04-07T20:41:52.399 INFO:teuthology.orchestra.run.smithi136.stdout:Permissive 2024-04-07T20:41:52.399 DEBUG:teuthology.orchestra.run.smithi181:> /usr/sbin/getenforce 2024-04-07T20:41:52.425 INFO:teuthology.orchestra.run.smithi181.stdout:Permissive 2024-04-07T20:41:52.426 DEBUG:teuthology.orchestra.run.smithi203:> /usr/sbin/getenforce 2024-04-07T20:41:52.451 INFO:teuthology.orchestra.run.smithi203.stdout:Permissive 2024-04-07T20:41:52.452 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi136.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi181.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi203.front.sepia.ceph.com': 'permissive'} 2024-04-07T20:41:52.452 DEBUG:teuthology.orchestra.run.smithi136:> 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-07T20:41:52.484 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T20:41:52.484 DEBUG:teuthology.orchestra.run.smithi181:> 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-07T20:41:52.514 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T20:41:52.514 DEBUG:teuthology.orchestra.run.smithi203:> 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-07T20:41:52.541 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T20:41:52.541 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-07T20:41:52.542 DEBUG:teuthology.orchestra.run.smithi136:> sudo /usr/sbin/setenforce permissive 2024-04-07T20:41:52.576 DEBUG:teuthology.orchestra.run.smithi181:> sudo /usr/sbin/setenforce permissive 2024-04-07T20:41:52.611 DEBUG:teuthology.orchestra.run.smithi203:> sudo /usr/sbin/setenforce permissive 2024-04-07T20:41:52.653 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-07T20:41:52.663 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-04-07T20:41:52.668 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-04-07T20:41:52.792 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-07T20:41:52.807 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-07T20:41:52.808 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi136.front.sepia.ceph.com,smithi181.front.sepia.ceph.com,smithi203.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-07T20:46:21.039 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi136.front.sepia.ceph.com'), Remote(name='ubuntu@smithi181.front.sepia.ceph.com'), Remote(name='ubuntu@smithi203.front.sepia.ceph.com')] 2024-04-07T20:46:21.041 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-04-07T20:46:21.042 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T20:46:21.131 DEBUG:teuthology.orchestra.run.smithi136:> true 2024-04-07T20:46:21.212 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-04-07T20:46:21.212 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi181.front.sepia.ceph.com' 2024-04-07T20:46:21.212 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi181.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T20:46:21.299 DEBUG:teuthology.orchestra.run.smithi181:> true 2024-04-07T20:46:21.372 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi181.front.sepia.ceph.com' 2024-04-07T20:46:21.373 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi203.front.sepia.ceph.com' 2024-04-07T20:46:21.373 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T20:46:21.460 DEBUG:teuthology.orchestra.run.smithi203:> true 2024-04-07T20:46:21.537 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi203.front.sepia.ceph.com' 2024-04-07T20:46:21.538 INFO:teuthology.run_tasks:Running task clock... 2024-04-07T20:46:21.550 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-07T20:46:21.550 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-07T20:46:21.550 DEBUG:teuthology.orchestra.run.smithi136:> 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-07T20:46:21.552 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-07T20:46:21.553 DEBUG:teuthology.orchestra.run.smithi181:> 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-07T20:46:21.555 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-07T20:46:21.555 DEBUG:teuthology.orchestra.run.smithi203:> 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-07T20:46:21.580 INFO:teuthology.orchestra.run.smithi136.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-07T20:46:21.583 INFO:teuthology.orchestra.run.smithi181.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-07T20:46:21.597 INFO:teuthology.orchestra.run.smithi136.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-07T20:46:21.600 INFO:teuthology.orchestra.run.smithi181.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-07T20:46:21.609 INFO:teuthology.orchestra.run.smithi203.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-07T20:46:21.625 INFO:teuthology.orchestra.run.smithi136.stderr:sudo: ntpd: command not found 2024-04-07T20:46:21.627 INFO:teuthology.orchestra.run.smithi203.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-07T20:46:21.628 INFO:teuthology.orchestra.run.smithi181.stderr:sudo: ntpd: command not found 2024-04-07T20:46:21.639 INFO:teuthology.orchestra.run.smithi136.stdout:506 Cannot talk to daemon 2024-04-07T20:46:21.642 INFO:teuthology.orchestra.run.smithi181.stdout:506 Cannot talk to daemon 2024-04-07T20:46:21.655 INFO:teuthology.orchestra.run.smithi136.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-07T20:46:21.656 INFO:teuthology.orchestra.run.smithi203.stderr:sudo: ntpd: command not found 2024-04-07T20:46:21.659 INFO:teuthology.orchestra.run.smithi181.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-07T20:46:21.670 INFO:teuthology.orchestra.run.smithi203.stdout:506 Cannot talk to daemon 2024-04-07T20:46:21.671 INFO:teuthology.orchestra.run.smithi136.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-07T20:46:21.675 INFO:teuthology.orchestra.run.smithi181.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-07T20:46:21.687 INFO:teuthology.orchestra.run.smithi203.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-07T20:46:21.703 INFO:teuthology.orchestra.run.smithi203.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-07T20:46:21.721 INFO:teuthology.orchestra.run.smithi136.stderr:bash: line 1: ntpq: command not found 2024-04-07T20:46:21.724 INFO:teuthology.orchestra.run.smithi136.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-07T20:46:21.725 INFO:teuthology.orchestra.run.smithi136.stdout:=============================================================================== 2024-04-07T20:46:21.725 INFO:teuthology.orchestra.run.smithi136.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-07T20:46:21.725 INFO:teuthology.orchestra.run.smithi136.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-07T20:46:21.725 INFO:teuthology.orchestra.run.smithi136.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-07T20:46:21.725 INFO:teuthology.orchestra.run.smithi136.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-07T20:46:21.726 INFO:teuthology.orchestra.run.smithi181.stderr:bash: line 1: ntpq: command not found 2024-04-07T20:46:21.729 INFO:teuthology.orchestra.run.smithi181.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-07T20:46:21.730 INFO:teuthology.orchestra.run.smithi181.stdout:=============================================================================== 2024-04-07T20:46:21.730 INFO:teuthology.orchestra.run.smithi181.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-07T20:46:21.730 INFO:teuthology.orchestra.run.smithi181.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-07T20:46:21.730 INFO:teuthology.orchestra.run.smithi181.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-07T20:46:21.730 INFO:teuthology.orchestra.run.smithi181.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-07T20:46:21.762 INFO:teuthology.orchestra.run.smithi203.stderr:bash: line 1: ntpq: command not found 2024-04-07T20:46:21.766 INFO:teuthology.orchestra.run.smithi203.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-07T20:46:21.766 INFO:teuthology.orchestra.run.smithi203.stdout:=============================================================================== 2024-04-07T20:46:21.766 INFO:teuthology.orchestra.run.smithi203.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-07T20:46:21.766 INFO:teuthology.orchestra.run.smithi203.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-07T20:46:21.766 INFO:teuthology.orchestra.run.smithi203.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-07T20:46:21.766 INFO:teuthology.orchestra.run.smithi203.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-07T20:46:21.766 INFO:teuthology.run_tasks:Running task pexec... 2024-04-07T20:46:21.775 INFO:teuthology.task.pexec:Executing custom commands... 2024-04-07T20:46:21.775 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi136.front.sepia.ceph.com 2024-04-07T20:46:21.775 DEBUG:teuthology.orchestra.run.smithi136:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-07T20:46:21.776 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi181.front.sepia.ceph.com 2024-04-07T20:46:21.776 DEBUG:teuthology.orchestra.run.smithi181:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-07T20:46:21.776 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi203.front.sepia.ceph.com 2024-04-07T20:46:21.776 DEBUG:teuthology.orchestra.run.smithi203:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-07T20:46:22.397 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:05 ago on Sun 07 Apr 2024 08:45:17 PM UTC. 2024-04-07T20:46:22.402 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:02 ago on Sun 07 Apr 2024 08:45:20 PM UTC. 2024-04-07T20:46:22.422 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:05 ago on Sun 07 Apr 2024 08:45:17 PM UTC. 2024-04-07T20:46:22.685 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T20:46:22.685 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T20:46:22.685 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T20:46:22.685 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.686 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T20:46:22.686 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.686 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T20:46:22.686 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.686 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T20:46:22.686 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.686 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T20:46:22.686 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.686 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T20:46:22.686 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.686 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T20:46:22.686 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.686 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T20:46:22.686 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.686 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T20:46:22.687 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.687 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T20:46:22.687 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.687 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T20:46:22.687 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.687 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T20:46:22.687 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.687 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T20:46:22.687 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.687 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T20:46:22.687 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.687 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T20:46:22.687 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.687 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T20:46:22.687 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.687 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T20:46:22.688 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.688 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T20:46:22.688 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.688 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T20:46:22.688 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.688 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T20:46:22.688 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.688 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T20:46:22.688 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.688 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T20:46:22.688 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.688 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T20:46:22.688 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.688 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T20:46:22.688 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.688 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T20:46:22.688 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.689 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T20:46:22.689 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.689 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T20:46:22.689 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.689 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T20:46:22.689 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.689 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T20:46:22.689 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.689 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T20:46:22.689 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.689 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T20:46:22.689 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.689 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T20:46:22.689 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.689 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T20:46:22.689 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.689 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T20:46:22.689 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.690 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T20:46:22.690 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.690 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T20:46:22.690 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.690 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T20:46:22.690 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.690 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.690 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.690 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:46:22.690 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.690 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.690 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.690 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.690 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T20:46:22.690 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.690 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.691 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.691 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.691 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.691 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.691 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:46:22.691 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.691 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.691 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.691 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.691 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:46:22.691 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.691 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.691 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.691 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.691 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:46:22.691 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.691 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.692 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.692 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.692 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:46:22.692 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.692 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.692 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.692 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.692 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:46:22.692 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.692 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.692 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.692 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.692 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:46:22.692 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.692 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.692 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.693 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.693 INFO:teuthology.orchestra.run.smithi181.stderr:Modular dependency problems: 2024-04-07T20:46:22.693 INFO:teuthology.orchestra.run.smithi181.stderr: 2024-04-07T20:46:22.693 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 1: conflicting requests 2024-04-07T20:46:22.693 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.693 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 2: conflicting requests 2024-04-07T20:46:22.693 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.693 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 3: conflicting requests 2024-04-07T20:46:22.693 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.693 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 4: conflicting requests 2024-04-07T20:46:22.693 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.693 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 5: conflicting requests 2024-04-07T20:46:22.694 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.694 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 6: conflicting requests 2024-04-07T20:46:22.694 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.694 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 7: conflicting requests 2024-04-07T20:46:22.694 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.694 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 8: conflicting requests 2024-04-07T20:46:22.694 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.694 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 9: conflicting requests 2024-04-07T20:46:22.694 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.694 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 10: conflicting requests 2024-04-07T20:46:22.694 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.694 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 11: conflicting requests 2024-04-07T20:46:22.694 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.694 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 12: conflicting requests 2024-04-07T20:46:22.694 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.694 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 13: conflicting requests 2024-04-07T20:46:22.694 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.695 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 14: conflicting requests 2024-04-07T20:46:22.695 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.695 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 15: conflicting requests 2024-04-07T20:46:22.695 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.695 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 16: conflicting requests 2024-04-07T20:46:22.695 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.695 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 17: conflicting requests 2024-04-07T20:46:22.695 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.695 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 18: conflicting requests 2024-04-07T20:46:22.695 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.695 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 19: conflicting requests 2024-04-07T20:46:22.695 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.695 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 20: conflicting requests 2024-04-07T20:46:22.695 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.695 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 21: conflicting requests 2024-04-07T20:46:22.695 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.695 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 22: conflicting requests 2024-04-07T20:46:22.696 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.696 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 23: conflicting requests 2024-04-07T20:46:22.696 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.696 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 24: conflicting requests 2024-04-07T20:46:22.696 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.696 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 25: conflicting requests 2024-04-07T20:46:22.696 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.696 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 26: conflicting requests 2024-04-07T20:46:22.696 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.696 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 27: conflicting requests 2024-04-07T20:46:22.696 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.696 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 28: conflicting requests 2024-04-07T20:46:22.696 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.696 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 29: conflicting requests 2024-04-07T20:46:22.696 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.696 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 30: conflicting requests 2024-04-07T20:46:22.696 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.697 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 31: conflicting requests 2024-04-07T20:46:22.697 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.697 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 32: conflicting requests 2024-04-07T20:46:22.697 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.697 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 33: conflicting requests 2024-04-07T20:46:22.697 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.697 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 34: conflicting requests 2024-04-07T20:46:22.697 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.697 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 35: conflicting requests 2024-04-07T20:46:22.697 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.697 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 36: conflicting requests 2024-04-07T20:46:22.697 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.697 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 37: conflicting requests 2024-04-07T20:46:22.697 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.697 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.697 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.697 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:46:22.698 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.698 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.698 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.698 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.698 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 39: conflicting requests 2024-04-07T20:46:22.698 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.698 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.698 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.698 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.698 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.698 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.698 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:46:22.698 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.698 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.698 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.698 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.698 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:46:22.699 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.699 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.699 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.699 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.699 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:46:22.699 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.699 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.699 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.699 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.699 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:46:22.699 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.699 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.699 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.699 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.699 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:46:22.699 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.699 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.700 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.700 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.700 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:46:22.700 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.700 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.700 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.700 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.709 INFO:teuthology.orchestra.run.smithi203.stderr:Modular dependency problems: 2024-04-07T20:46:22.710 INFO:teuthology.orchestra.run.smithi203.stderr: 2024-04-07T20:46:22.710 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 1: conflicting requests 2024-04-07T20:46:22.710 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.710 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 2: conflicting requests 2024-04-07T20:46:22.710 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.710 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 3: conflicting requests 2024-04-07T20:46:22.710 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.710 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 4: conflicting requests 2024-04-07T20:46:22.710 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.710 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 5: conflicting requests 2024-04-07T20:46:22.710 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.710 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 6: conflicting requests 2024-04-07T20:46:22.710 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.710 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 7: conflicting requests 2024-04-07T20:46:22.711 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.711 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 8: conflicting requests 2024-04-07T20:46:22.711 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.711 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 9: conflicting requests 2024-04-07T20:46:22.711 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.711 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 10: conflicting requests 2024-04-07T20:46:22.711 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.711 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 11: conflicting requests 2024-04-07T20:46:22.711 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.711 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 12: conflicting requests 2024-04-07T20:46:22.711 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.711 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 13: conflicting requests 2024-04-07T20:46:22.711 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.711 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 14: conflicting requests 2024-04-07T20:46:22.711 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.711 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 15: conflicting requests 2024-04-07T20:46:22.712 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.712 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 16: conflicting requests 2024-04-07T20:46:22.712 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.712 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 17: conflicting requests 2024-04-07T20:46:22.712 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.712 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 18: conflicting requests 2024-04-07T20:46:22.712 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.712 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 19: conflicting requests 2024-04-07T20:46:22.712 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.712 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 20: conflicting requests 2024-04-07T20:46:22.712 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.712 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 21: conflicting requests 2024-04-07T20:46:22.712 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.712 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 22: conflicting requests 2024-04-07T20:46:22.712 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.713 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 23: conflicting requests 2024-04-07T20:46:22.713 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.713 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 24: conflicting requests 2024-04-07T20:46:22.713 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.713 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 25: conflicting requests 2024-04-07T20:46:22.713 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.713 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 26: conflicting requests 2024-04-07T20:46:22.713 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.713 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 27: conflicting requests 2024-04-07T20:46:22.713 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.713 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 28: conflicting requests 2024-04-07T20:46:22.713 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.713 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 29: conflicting requests 2024-04-07T20:46:22.713 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.713 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 30: conflicting requests 2024-04-07T20:46:22.713 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.713 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 31: conflicting requests 2024-04-07T20:46:22.713 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.714 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 32: conflicting requests 2024-04-07T20:46:22.714 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.714 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 33: conflicting requests 2024-04-07T20:46:22.714 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.714 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 34: conflicting requests 2024-04-07T20:46:22.714 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.714 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 35: conflicting requests 2024-04-07T20:46:22.714 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.714 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 36: conflicting requests 2024-04-07T20:46:22.714 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.714 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 37: conflicting requests 2024-04-07T20:46:22.714 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.714 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.714 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.714 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:46:22.714 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.715 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.715 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.715 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.715 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 39: conflicting requests 2024-04-07T20:46:22.715 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.715 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.715 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.715 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.715 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.715 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.715 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:46:22.715 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.715 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.715 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.715 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.715 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:46:22.715 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.716 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.716 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.716 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.716 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:46:22.716 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.716 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.716 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.716 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.716 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:46:22.716 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.716 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.716 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.716 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.716 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:46:22.716 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.717 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.717 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.717 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.717 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:46:22.717 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.717 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.717 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.717 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:46:22.751 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T20:46:22.753 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:46:22.753 INFO:teuthology.orchestra.run.smithi136.stdout: Package Architecture Version Repository Size 2024-04-07T20:46:22.753 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:46:22.753 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-04-07T20:46:22.753 INFO:teuthology.orchestra.run.smithi136.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-07T20:46:22.753 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:46:22.753 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-04-07T20:46:22.753 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:46:22.753 INFO:teuthology.orchestra.run.smithi136.stdout:Install 1 Package 2024-04-07T20:46:22.753 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:46:22.754 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-04-07T20:46:22.754 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 3.1 M 2024-04-07T20:46:22.754 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 9.8 M 2024-04-07T20:46:22.755 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-04-07T20:46:22.755 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:46:22.755 INFO:teuthology.orchestra.run.smithi181.stdout: Package Architecture Version Repository Size 2024-04-07T20:46:22.755 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:46:22.755 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-04-07T20:46:22.755 INFO:teuthology.orchestra.run.smithi181.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-07T20:46:22.755 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:46:22.755 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-04-07T20:46:22.755 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:46:22.755 INFO:teuthology.orchestra.run.smithi181.stdout:Install 1 Package 2024-04-07T20:46:22.756 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:46:22.756 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 3.1 M 2024-04-07T20:46:22.756 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 9.8 M 2024-04-07T20:46:22.756 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-04-07T20:46:22.777 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-04-07T20:46:22.778 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:46:22.778 INFO:teuthology.orchestra.run.smithi203.stdout: Package Architecture Version Repository Size 2024-04-07T20:46:22.778 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:46:22.778 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-04-07T20:46:22.778 INFO:teuthology.orchestra.run.smithi203.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-07T20:46:22.779 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:46:22.779 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-04-07T20:46:22.779 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:46:22.779 INFO:teuthology.orchestra.run.smithi203.stdout:Install 1 Package 2024-04-07T20:46:22.779 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:46:22.779 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 3.1 M 2024-04-07T20:46:22.779 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 9.8 M 2024-04-07T20:46:22.779 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-04-07T20:46:23.150 INFO:teuthology.orchestra.run.smithi203.stdout:runc-1.1.12-2.el9.x86_64.rpm 10 MB/s | 3.1 MB 00:00 2024-04-07T20:46:23.151 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:46:23.151 INFO:teuthology.orchestra.run.smithi203.stdout:Total 8.4 MB/s | 3.1 MB 00:00 2024-04-07T20:46:23.187 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-04-07T20:46:23.194 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-04-07T20:46:23.194 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-04-07T20:46:23.237 INFO:teuthology.orchestra.run.smithi136.stdout:runc-1.1.12-2.el9.x86_64.rpm 7.5 MB/s | 3.1 MB 00:00 2024-04-07T20:46:23.238 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:46:23.238 INFO:teuthology.orchestra.run.smithi136.stdout:Total 6.5 MB/s | 3.1 MB 00:00 2024-04-07T20:46:23.274 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-04-07T20:46:23.274 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-04-07T20:46:23.274 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-04-07T20:46:23.276 INFO:teuthology.orchestra.run.smithi181.stdout:runc-1.1.12-2.el9.x86_64.rpm 13 MB/s | 3.1 MB 00:00 2024-04-07T20:46:23.277 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:46:23.277 INFO:teuthology.orchestra.run.smithi181.stdout:Total 6.0 MB/s | 3.1 MB 00:00 2024-04-07T20:46:23.280 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-04-07T20:46:23.280 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-04-07T20:46:23.313 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-04-07T20:46:23.319 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-04-07T20:46:23.319 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-04-07T20:46:23.361 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-04-07T20:46:23.361 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-04-07T20:46:23.399 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-04-07T20:46:23.400 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-04-07T20:46:23.490 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-04-07T20:46:23.565 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-04-07T20:46:23.586 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-07T20:46:23.618 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-04-07T20:46:23.648 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-07T20:46:23.714 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-07T20:46:24.204 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-07T20:46:24.211 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-07T20:46:24.264 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-07T20:46:24.513 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-07T20:46:24.513 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:46:24.513 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-04-07T20:46:24.513 INFO:teuthology.orchestra.run.smithi203.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-07T20:46:24.513 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:46:24.513 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-04-07T20:46:24.539 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-07T20:46:24.539 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:46:24.539 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-04-07T20:46:24.539 INFO:teuthology.orchestra.run.smithi136.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-07T20:46:24.539 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:46:24.539 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T20:46:24.563 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-07T20:46:24.563 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:46:24.563 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-04-07T20:46:24.563 INFO:teuthology.orchestra.run.smithi181.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-07T20:46:24.563 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:46:24.563 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-04-07T20:46:24.784 DEBUG:teuthology.parallel:result is None 2024-04-07T20:46:24.789 DEBUG:teuthology.parallel:result is None 2024-04-07T20:46:24.815 DEBUG:teuthology.parallel:result is None 2024-04-07T20:46:24.815 INFO:teuthology.run_tasks:Running task install... 2024-04-07T20:46:24.842 DEBUG:teuthology.task.install:project ceph 2024-04-07T20:46:24.842 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'e5c885fe95ee982ff7b45214daa61b1a6d09d57d'}} 2024-04-07T20:46:24.842 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'e5c885fe95ee982ff7b45214daa61b1a6d09d57d'} 2024-04-07T20:46:24.842 INFO:teuthology.task.install:Using flavor: default 2024-04-07T20:46:24.848 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-07T20:46:24.848 INFO:teuthology.task.install:extra packages: [] 2024-04-07T20:46:24.849 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': 'e5c885fe95ee982ff7b45214daa61b1a6d09d57d', 'tag': None, 'wait_for_package': False} 2024-04-07T20:46:24.849 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e5c885fe95ee982ff7b45214daa61b1a6d09d57d 2024-04-07T20:46:24.851 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': 'e5c885fe95ee982ff7b45214daa61b1a6d09d57d', 'tag': None, 'wait_for_package': False} 2024-04-07T20:46:24.852 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e5c885fe95ee982ff7b45214daa61b1a6d09d57d 2024-04-07T20:46:24.852 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': 'e5c885fe95ee982ff7b45214daa61b1a6d09d57d', 'tag': None, 'wait_for_package': False} 2024-04-07T20:46:24.853 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e5c885fe95ee982ff7b45214daa61b1a6d09d57d 2024-04-07T20:46:25.002 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/main/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/centos/9/flavors/default/ 2024-04-07T20:46:25.002 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2578.ge5c885fe 2024-04-07T20:46:25.070 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/main/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/centos/9/flavors/default/ 2024-04-07T20:46:25.071 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2578.ge5c885fe 2024-04-07T20:46:25.083 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/main/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/centos/9/flavors/default/ 2024-04-07T20:46:25.083 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2578.ge5c885fe 2024-04-07T20:46:25.120 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/main/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/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/main/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/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/main/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-07T20:46:25.120 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2024-04-07T20:46:25.120 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-07T20:46:25.149 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-07T20:46:25.149 DEBUG:teuthology.orchestra.run.smithi203:> 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/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-07T20:46:25.204 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/main/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/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/main/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/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/main/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-07T20:46:25.204 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2024-04-07T20:46:25.204 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-07T20:46:25.217 DEBUG:teuthology.orchestra.run.smithi203:> 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-07T20:46:25.231 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-07T20:46:25.231 DEBUG:teuthology.orchestra.run.smithi181:> 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/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-07T20:46:25.240 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/main/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/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/main/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/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/main/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-07T20:46:25.240 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-04-07T20:46:25.240 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-07T20:46:25.267 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-07T20:46:25.267 DEBUG:teuthology.orchestra.run.smithi136:> 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/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-07T20:46:25.297 DEBUG:teuthology.orchestra.run.smithi203:> 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-07T20:46:25.299 DEBUG:teuthology.orchestra.run.smithi181:> 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-07T20:46:25.334 DEBUG:teuthology.orchestra.run.smithi136:> 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-07T20:46:25.364 INFO:teuthology.orchestra.run.smithi203.stdout:check_obsoletes = 1 2024-04-07T20:46:25.365 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum clean all 2024-04-07T20:46:25.378 DEBUG:teuthology.orchestra.run.smithi181:> 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-07T20:46:25.428 DEBUG:teuthology.orchestra.run.smithi136:> 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-07T20:46:25.453 INFO:teuthology.orchestra.run.smithi136.stdout:check_obsoletes = 1 2024-04-07T20:46:25.455 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum clean all 2024-04-07T20:46:25.464 INFO:teuthology.orchestra.run.smithi181.stdout:check_obsoletes = 1 2024-04-07T20:46:25.465 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum clean all 2024-04-07T20:46:25.615 INFO:teuthology.orchestra.run.smithi203.stdout:74 files removed 2024-04-07T20:46:25.642 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph-radosgw 2024-04-07T20:46:25.677 INFO:teuthology.orchestra.run.smithi181.stdout:74 files removed 2024-04-07T20:46:25.699 INFO:teuthology.orchestra.run.smithi136.stdout:74 files removed 2024-04-07T20:46:25.704 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-radosgw 2024-04-07T20:46:25.726 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph-radosgw 2024-04-07T20:46:26.316 INFO:teuthology.orchestra.run.smithi181.stdout:ceph packages for x86_64 266 kB/s | 83 kB 00:00 2024-04-07T20:46:26.331 INFO:teuthology.orchestra.run.smithi203.stdout:ceph packages for x86_64 213 kB/s | 83 kB 00:00 2024-04-07T20:46:26.434 INFO:teuthology.orchestra.run.smithi136.stdout:ceph packages for x86_64 203 kB/s | 83 kB 00:00 2024-04-07T20:46:26.675 INFO:teuthology.orchestra.run.smithi181.stdout:ceph noarch packages 37 kB/s | 11 kB 00:00 2024-04-07T20:46:26.765 INFO:teuthology.orchestra.run.smithi203.stdout:ceph noarch packages 30 kB/s | 11 kB 00:00 2024-04-07T20:46:26.776 INFO:teuthology.orchestra.run.smithi136.stdout:ceph noarch packages 39 kB/s | 11 kB 00:00 2024-04-07T20:46:27.093 INFO:teuthology.orchestra.run.smithi181.stdout:ceph source packages 5.0 kB/s | 1.9 kB 00:00 2024-04-07T20:46:27.166 INFO:teuthology.orchestra.run.smithi203.stdout:ceph source packages 5.2 kB/s | 1.9 kB 00:00 2024-04-07T20:46:27.185 INFO:teuthology.orchestra.run.smithi136.stdout:ceph source packages 5.1 kB/s | 1.9 kB 00:00 2024-04-07T20:46:27.579 INFO:teuthology.orchestra.run.smithi181.stdout:CentOS-9 - AppStream 18 MB/s | 8.1 MB 00:00 2024-04-07T20:46:27.685 INFO:teuthology.orchestra.run.smithi203.stdout:CentOS-9 - AppStream 17 MB/s | 8.1 MB 00:00 2024-04-07T20:46:27.687 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS-9 - AppStream 17 MB/s | 8.1 MB 00:00 2024-04-07T20:46:29.171 INFO:teuthology.orchestra.run.smithi181.stdout:CentOS-9 - BaseOS 8.8 MB/s | 2.5 MB 00:00 2024-04-07T20:46:29.288 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS-9 - BaseOS 8.6 MB/s | 2.5 MB 00:00 2024-04-07T20:46:29.318 INFO:teuthology.orchestra.run.smithi203.stdout:CentOS-9 - BaseOS 8.3 MB/s | 2.5 MB 00:00 2024-04-07T20:46:30.036 INFO:teuthology.orchestra.run.smithi181.stdout:CentOS Stream 9 - BaseOS 20 MB/s | 8.0 MB 00:00 2024-04-07T20:46:30.551 INFO:teuthology.orchestra.run.smithi203.stdout:CentOS Stream 9 - BaseOS 10 MB/s | 8.0 MB 00:00 2024-04-07T20:46:31.678 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS Stream 9 - BaseOS 4.1 MB/s | 8.0 MB 00:01 2024-04-07T20:46:32.260 INFO:teuthology.orchestra.run.smithi203.stdout:CentOS Stream 9 - AppStream 30 MB/s | 19 MB 00:00 2024-04-07T20:46:34.095 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS Stream 9 - AppStream 14 MB/s | 19 MB 00:01 2024-04-07T20:46:36.578 INFO:teuthology.orchestra.run.smithi203.stdout:CentOS Stream 9 - CRB 8.0 MB/s | 6.1 MB 00:00 2024-04-07T20:46:37.962 INFO:teuthology.orchestra.run.smithi203.stdout:CentOS Stream 9 - Extras packages 72 kB/s | 16 kB 00:00 2024-04-07T20:46:38.096 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS Stream 9 - CRB 13 MB/s | 6.1 MB 00:00 2024-04-07T20:46:39.391 INFO:teuthology.orchestra.run.smithi203.stdout:Extra Packages for Enterprise Linux 16 MB/s | 21 MB 00:01 2024-04-07T20:46:39.889 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS Stream 9 - Extras packages 38 kB/s | 16 kB 00:00 2024-04-07T20:46:41.090 INFO:teuthology.orchestra.run.smithi136.stdout:Extra Packages for Enterprise Linux 20 MB/s | 21 MB 00:01 2024-04-07T20:46:44.513 INFO:teuthology.orchestra.run.smithi203.stdout:lab-extras 33 kB/s | 1.7 kB 00:00 2024-04-07T20:46:46.106 INFO:teuthology.orchestra.run.smithi136.stdout:lab-extras 15 kB/s | 1.7 kB 00:00 2024-04-07T20:46:46.943 INFO:teuthology.orchestra.run.smithi203.stderr:Modular dependency problems: 2024-04-07T20:46:46.943 INFO:teuthology.orchestra.run.smithi203.stderr: 2024-04-07T20:46:46.943 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 1: conflicting requests 2024-04-07T20:46:46.943 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.943 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 2: conflicting requests 2024-04-07T20:46:46.943 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.943 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 3: conflicting requests 2024-04-07T20:46:46.943 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.943 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 4: conflicting requests 2024-04-07T20:46:46.944 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.944 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 5: conflicting requests 2024-04-07T20:46:46.944 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.944 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 6: conflicting requests 2024-04-07T20:46:46.944 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.944 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 7: conflicting requests 2024-04-07T20:46:46.944 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.944 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 8: conflicting requests 2024-04-07T20:46:46.944 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.944 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 9: conflicting requests 2024-04-07T20:46:46.944 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.944 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 10: conflicting requests 2024-04-07T20:46:46.944 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.944 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 11: conflicting requests 2024-04-07T20:46:46.944 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.944 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 12: conflicting requests 2024-04-07T20:46:46.945 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.945 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 13: conflicting requests 2024-04-07T20:46:46.945 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.945 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 14: conflicting requests 2024-04-07T20:46:46.945 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.945 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 15: conflicting requests 2024-04-07T20:46:46.945 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.945 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 16: conflicting requests 2024-04-07T20:46:46.945 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.945 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 17: conflicting requests 2024-04-07T20:46:46.945 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.945 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 18: conflicting requests 2024-04-07T20:46:46.945 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.945 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 19: conflicting requests 2024-04-07T20:46:46.946 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.946 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 20: conflicting requests 2024-04-07T20:46:46.946 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.946 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 21: conflicting requests 2024-04-07T20:46:46.946 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.946 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 22: conflicting requests 2024-04-07T20:46:46.946 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.946 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 23: conflicting requests 2024-04-07T20:46:46.946 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.946 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 24: conflicting requests 2024-04-07T20:46:46.946 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.946 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 25: conflicting requests 2024-04-07T20:46:46.946 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.947 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 26: conflicting requests 2024-04-07T20:46:46.947 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.947 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 27: conflicting requests 2024-04-07T20:46:46.947 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.947 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 28: conflicting requests 2024-04-07T20:46:46.947 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.947 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 29: conflicting requests 2024-04-07T20:46:46.947 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.947 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 30: conflicting requests 2024-04-07T20:46:46.947 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.947 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 31: conflicting requests 2024-04-07T20:46:46.947 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.947 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 32: conflicting requests 2024-04-07T20:46:46.947 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.947 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 33: conflicting requests 2024-04-07T20:46:46.948 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.948 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 34: conflicting requests 2024-04-07T20:46:46.948 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.948 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 35: conflicting requests 2024-04-07T20:46:46.948 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.948 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 36: conflicting requests 2024-04-07T20:46:46.948 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.948 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 37: conflicting requests 2024-04-07T20:46:46.948 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.948 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.948 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.948 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:46:46.948 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.948 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.948 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.948 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.949 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 39: conflicting requests 2024-04-07T20:46:46.949 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.949 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.949 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.949 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.949 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.949 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.949 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:46:46.949 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.949 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.949 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.949 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.949 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:46:46.949 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.949 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.950 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.950 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.950 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:46:46.950 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.950 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.950 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.950 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.950 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:46:46.950 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.950 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.950 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.950 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.950 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:46:46.950 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.951 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.951 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.951 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.951 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:46:46.951 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.951 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.951 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:46:46.951 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:46:47.469 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-04-07T20:46:47.472 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:46:47.472 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2024-04-07T20:46:47.472 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:46:47.472 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-04-07T20:46:47.472 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-radosgw x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 9.8 M 2024-04-07T20:46:47.472 INFO:teuthology.orchestra.run.smithi203.stdout:Upgrading: 2024-04-07T20:46:47.472 INFO:teuthology.orchestra.run.smithi203.stdout: librados2 x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 3.4 M 2024-04-07T20:46:47.472 INFO:teuthology.orchestra.run.smithi203.stdout: librbd1 x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 3.1 M 2024-04-07T20:46:47.472 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2024-04-07T20:46:47.472 INFO:teuthology.orchestra.run.smithi203.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-07T20:46:47.473 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-base x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 5.4 M 2024-04-07T20:46:47.473 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-common x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 21 M 2024-04-07T20:46:47.473 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-selinux x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 25 k 2024-04-07T20:46:47.473 INFO:teuthology.orchestra.run.smithi203.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-07T20:46:47.473 INFO:teuthology.orchestra.run.smithi203.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-07T20:46:47.473 INFO:teuthology.orchestra.run.smithi203.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-07T20:46:47.473 INFO:teuthology.orchestra.run.smithi203.stdout: libcephfs2 x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 746 k 2024-04-07T20:46:47.473 INFO:teuthology.orchestra.run.smithi203.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-07T20:46:47.473 INFO:teuthology.orchestra.run.smithi203.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-07T20:46:47.473 INFO:teuthology.orchestra.run.smithi203.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-07T20:46:47.473 INFO:teuthology.orchestra.run.smithi203.stdout: libradosstriper1 x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 500 k 2024-04-07T20:46:47.473 INFO:teuthology.orchestra.run.smithi203.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-07T20:46:47.473 INFO:teuthology.orchestra.run.smithi203.stdout: librgw2 x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 5.1 M 2024-04-07T20:46:47.473 INFO:teuthology.orchestra.run.smithi203.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-07T20:46:47.474 INFO:teuthology.orchestra.run.smithi203.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-07T20:46:47.474 INFO:teuthology.orchestra.run.smithi203.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-07T20:46:47.474 INFO:teuthology.orchestra.run.smithi203.stdout: python3-ceph-argparse x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 45 k 2024-04-07T20:46:47.474 INFO:teuthology.orchestra.run.smithi203.stdout: python3-ceph-common x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 134 k 2024-04-07T20:46:47.474 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cephfs x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 161 k 2024-04-07T20:46:47.474 INFO:teuthology.orchestra.run.smithi203.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-07T20:46:47.474 INFO:teuthology.orchestra.run.smithi203.stdout: python3-rados x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 320 k 2024-04-07T20:46:47.474 INFO:teuthology.orchestra.run.smithi203.stdout: python3-rbd x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 299 k 2024-04-07T20:46:47.474 INFO:teuthology.orchestra.run.smithi203.stdout: python3-rgw x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 99 k 2024-04-07T20:46:47.474 INFO:teuthology.orchestra.run.smithi203.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-07T20:46:47.474 INFO:teuthology.orchestra.run.smithi203.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-07T20:46:47.474 INFO:teuthology.orchestra.run.smithi203.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-07T20:46:47.474 INFO:teuthology.orchestra.run.smithi203.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-07T20:46:47.474 INFO:teuthology.orchestra.run.smithi203.stdout:Installing weak dependencies: 2024-04-07T20:46:47.474 INFO:teuthology.orchestra.run.smithi203.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-07T20:46:47.475 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:46:47.475 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-04-07T20:46:47.475 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:46:47.475 INFO:teuthology.orchestra.run.smithi203.stdout:Install 30 Packages 2024-04-07T20:46:47.475 INFO:teuthology.orchestra.run.smithi203.stdout:Upgrade 2 Packages 2024-04-07T20:46:47.475 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:46:47.475 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 59 M 2024-04-07T20:46:47.475 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-04-07T20:46:48.521 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T20:46:48.521 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T20:46:48.521 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T20:46:48.521 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.521 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T20:46:48.521 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.522 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T20:46:48.522 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.522 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T20:46:48.522 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.522 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T20:46:48.522 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.522 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T20:46:48.522 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.522 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T20:46:48.522 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.522 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T20:46:48.522 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.522 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T20:46:48.522 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.523 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T20:46:48.523 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.523 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T20:46:48.523 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.523 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T20:46:48.523 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.523 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T20:46:48.523 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.523 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T20:46:48.523 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.523 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T20:46:48.523 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.523 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T20:46:48.523 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.524 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T20:46:48.524 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.524 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T20:46:48.524 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.524 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T20:46:48.524 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.524 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T20:46:48.524 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.524 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T20:46:48.524 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.524 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T20:46:48.524 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.524 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T20:46:48.524 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.525 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T20:46:48.525 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.525 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T20:46:48.525 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.525 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T20:46:48.525 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.525 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T20:46:48.525 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.525 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T20:46:48.525 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.525 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T20:46:48.525 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.525 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T20:46:48.526 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.526 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T20:46:48.526 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.526 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T20:46:48.526 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.526 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T20:46:48.526 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.526 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T20:46:48.526 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.526 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T20:46:48.526 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.526 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T20:46:48.526 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.527 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T20:46:48.527 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.527 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.527 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.527 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:46:48.527 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.527 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.527 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.527 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.527 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T20:46:48.527 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.527 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.527 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.527 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.528 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.528 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.528 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:46:48.528 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.528 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.528 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.528 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.528 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:46:48.528 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.528 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.528 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.528 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.528 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:46:48.529 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.529 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.529 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.529 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.529 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:46:48.529 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.529 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.529 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.529 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.529 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:46:48.529 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.530 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.530 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.530 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.530 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:46:48.530 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.530 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.530 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.530 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:46:48.672 INFO:teuthology.orchestra.run.smithi203.stdout:(1/32): ceph-base-19.0.0-2578.ge5c885fe.el9.x86 6.3 MB/s | 5.4 MB 00:00 2024-04-07T20:46:48.731 INFO:teuthology.orchestra.run.smithi203.stdout:(2/32): ceph-selinux-19.0.0-2578.ge5c885fe.el9. 432 kB/s | 25 kB 00:00 2024-04-07T20:46:48.865 INFO:teuthology.orchestra.run.smithi203.stdout:(3/32): libcephfs2-19.0.0-2578.ge5c885fe.el9.x8 5.5 MB/s | 746 kB 00:00 2024-04-07T20:46:49.006 INFO:teuthology.orchestra.run.smithi203.stdout:(4/32): libradosstriper1-19.0.0-2578.ge5c885fe. 3.5 MB/s | 500 kB 00:00 2024-04-07T20:46:49.049 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T20:46:49.051 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:46:49.051 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repository Size 2024-04-07T20:46:49.051 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:46:49.051 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-04-07T20:46:49.052 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-radosgw x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 9.8 M 2024-04-07T20:46:49.052 INFO:teuthology.orchestra.run.smithi136.stdout:Upgrading: 2024-04-07T20:46:49.052 INFO:teuthology.orchestra.run.smithi136.stdout: librados2 x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 3.4 M 2024-04-07T20:46:49.052 INFO:teuthology.orchestra.run.smithi136.stdout: librbd1 x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 3.1 M 2024-04-07T20:46:49.052 INFO:teuthology.orchestra.run.smithi136.stdout:Installing dependencies: 2024-04-07T20:46:49.052 INFO:teuthology.orchestra.run.smithi136.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-07T20:46:49.052 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-base x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 5.4 M 2024-04-07T20:46:49.052 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-common x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 21 M 2024-04-07T20:46:49.052 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-selinux x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 25 k 2024-04-07T20:46:49.052 INFO:teuthology.orchestra.run.smithi136.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-07T20:46:49.052 INFO:teuthology.orchestra.run.smithi136.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-07T20:46:49.052 INFO:teuthology.orchestra.run.smithi136.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-07T20:46:49.052 INFO:teuthology.orchestra.run.smithi136.stdout: libcephfs2 x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 746 k 2024-04-07T20:46:49.052 INFO:teuthology.orchestra.run.smithi136.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-07T20:46:49.052 INFO:teuthology.orchestra.run.smithi136.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-07T20:46:49.053 INFO:teuthology.orchestra.run.smithi136.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-07T20:46:49.053 INFO:teuthology.orchestra.run.smithi136.stdout: libradosstriper1 x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 500 k 2024-04-07T20:46:49.053 INFO:teuthology.orchestra.run.smithi136.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-07T20:46:49.053 INFO:teuthology.orchestra.run.smithi136.stdout: librgw2 x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 5.1 M 2024-04-07T20:46:49.053 INFO:teuthology.orchestra.run.smithi136.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-07T20:46:49.053 INFO:teuthology.orchestra.run.smithi136.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-07T20:46:49.053 INFO:teuthology.orchestra.run.smithi136.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-07T20:46:49.053 INFO:teuthology.orchestra.run.smithi136.stdout: python3-ceph-argparse x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 45 k 2024-04-07T20:46:49.053 INFO:teuthology.orchestra.run.smithi136.stdout: python3-ceph-common x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 134 k 2024-04-07T20:46:49.053 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cephfs x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 161 k 2024-04-07T20:46:49.053 INFO:teuthology.orchestra.run.smithi136.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-07T20:46:49.053 INFO:teuthology.orchestra.run.smithi136.stdout: python3-rados x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 320 k 2024-04-07T20:46:49.053 INFO:teuthology.orchestra.run.smithi136.stdout: python3-rbd x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 299 k 2024-04-07T20:46:49.053 INFO:teuthology.orchestra.run.smithi136.stdout: python3-rgw x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 99 k 2024-04-07T20:46:49.053 INFO:teuthology.orchestra.run.smithi136.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-07T20:46:49.053 INFO:teuthology.orchestra.run.smithi136.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-07T20:46:49.054 INFO:teuthology.orchestra.run.smithi136.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-07T20:46:49.054 INFO:teuthology.orchestra.run.smithi136.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-07T20:46:49.054 INFO:teuthology.orchestra.run.smithi136.stdout:Installing weak dependencies: 2024-04-07T20:46:49.054 INFO:teuthology.orchestra.run.smithi136.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-07T20:46:49.054 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:46:49.054 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-04-07T20:46:49.054 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:46:49.054 INFO:teuthology.orchestra.run.smithi136.stdout:Install 30 Packages 2024-04-07T20:46:49.054 INFO:teuthology.orchestra.run.smithi136.stdout:Upgrade 2 Packages 2024-04-07T20:46:49.054 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:46:49.055 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 59 M 2024-04-07T20:46:49.055 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-04-07T20:46:49.123 INFO:teuthology.orchestra.run.smithi203.stdout:(5/32): ceph-radosgw-19.0.0-2578.ge5c885fe.el9. 7.6 MB/s | 9.8 MB 00:01 2024-04-07T20:46:49.207 INFO:teuthology.orchestra.run.smithi203.stdout:(6/32): python3-ceph-argparse-19.0.0-2578.ge5c8 543 kB/s | 45 kB 00:00 2024-04-07T20:46:49.291 INFO:teuthology.orchestra.run.smithi203.stdout:(7/32): python3-ceph-common-19.0.0-2578.ge5c885 1.6 MB/s | 134 kB 00:00 2024-04-07T20:46:49.383 INFO:teuthology.orchestra.run.smithi203.stdout:(8/32): python3-cephfs-19.0.0-2578.ge5c885fe.el 1.7 MB/s | 161 kB 00:00 2024-04-07T20:46:49.483 INFO:teuthology.orchestra.run.smithi203.stdout:(9/32): python3-rados-19.0.0-2578.ge5c885fe.el9 3.1 MB/s | 320 kB 00:00 2024-04-07T20:46:49.608 INFO:teuthology.orchestra.run.smithi203.stdout:(10/32): librgw2-19.0.0-2578.ge5c885fe.el9.x86_ 8.6 MB/s | 5.1 MB 00:00 2024-04-07T20:46:49.633 INFO:teuthology.orchestra.run.smithi203.stdout:(11/32): python3-rbd-19.0.0-2578.ge5c885fe.el9. 1.9 MB/s | 299 kB 00:00 2024-04-07T20:46:49.650 INFO:teuthology.orchestra.run.smithi203.stdout:(12/32): python3-rgw-19.0.0-2578.ge5c885fe.el9. 2.3 MB/s | 99 kB 00:00 2024-04-07T20:46:49.876 INFO:teuthology.orchestra.run.smithi203.stdout:(13/32): ceph-common-19.0.0-2578.ge5c885fe.el9. 10 MB/s | 21 MB 00:02 2024-04-07T20:46:50.001 INFO:teuthology.orchestra.run.smithi203.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 291 kB/s | 107 kB 00:00 2024-04-07T20:46:50.026 INFO:teuthology.orchestra.run.smithi203.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 459 kB/s | 45 kB 00:00 2024-04-07T20:46:50.076 INFO:teuthology.orchestra.run.smithi203.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 376 kB/s | 160 kB 00:00 2024-04-07T20:46:50.169 INFO:teuthology.orchestra.run.smithi203.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 3.9 MB/s | 662 kB 00:00 2024-04-07T20:46:50.227 INFO:teuthology.orchestra.run.smithi203.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 339 kB/s | 42 kB 00:00 2024-04-07T20:46:50.252 INFO:teuthology.orchestra.run.smithi203.stdout:(19/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.4 MB/s | 292 kB 00:00 2024-04-07T20:46:50.352 INFO:teuthology.orchestra.run.smithi203.stdout:(20/32): qatlib-24.02.0-1.el9.x86_64.rpm 1.2 MB/s | 221 kB 00:00 2024-04-07T20:46:50.377 INFO:teuthology.orchestra.run.smithi203.stdout:(21/32): qatlib-service-24.02.0-1.el9.x86_64.rp 240 kB/s | 36 kB 00:00 2024-04-07T20:46:50.403 INFO:teuthology.orchestra.run.smithi203.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 374 kB/s | 47 kB 00:00 2024-04-07T20:46:50.595 INFO:teuthology.orchestra.run.smithi203.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 181 kB/s | 26 kB 00:00 2024-04-07T20:46:50.598 INFO:teuthology.orchestra.run.smithi136.stdout:(1/32): ceph-radosgw-19.0.0-2578.ge5c885fe.el9. 8.3 MB/s | 9.8 MB 00:01 2024-04-07T20:46:50.620 INFO:teuthology.orchestra.run.smithi203.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.1 MB/s | 309 kB 00:00 2024-04-07T20:46:50.646 INFO:teuthology.orchestra.run.smithi203.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 970 kB/s | 49 kB 00:00 2024-04-07T20:46:50.671 INFO:teuthology.orchestra.run.smithi203.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-04-07T20:46:50.673 INFO:teuthology.orchestra.run.smithi136.stdout:(2/32): ceph-base-19.0.0-2578.ge5c885fe.el9.x86 4.2 MB/s | 5.4 MB 00:01 2024-04-07T20:46:50.698 INFO:teuthology.orchestra.run.smithi136.stdout:(3/32): ceph-selinux-19.0.0-2578.ge5c885fe.el9. 251 kB/s | 25 kB 00:00 2024-04-07T20:46:50.746 INFO:teuthology.orchestra.run.smithi203.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 2.5 MB/s | 192 kB 00:00 2024-04-07T20:46:50.757 INFO:teuthology.orchestra.run.smithi136.stdout:(4/32): libradosstriper1-19.0.0-2578.ge5c885fe. 8.4 MB/s | 500 kB 00:00 2024-04-07T20:46:50.799 INFO:teuthology.orchestra.run.smithi136.stdout:(5/32): libcephfs2-19.0.0-2578.ge5c885fe.el9.x8 5.8 MB/s | 746 kB 00:00 2024-04-07T20:46:50.871 INFO:teuthology.orchestra.run.smithi203.stdout:(28/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 3.6 MB/s | 838 kB 00:00 2024-04-07T20:46:50.891 INFO:teuthology.orchestra.run.smithi136.stdout:(6/32): python3-ceph-argparse-19.0.0-2578.ge5c8 493 kB/s | 45 kB 00:00 2024-04-07T20:46:50.974 INFO:teuthology.orchestra.run.smithi136.stdout:(7/32): python3-ceph-common-19.0.0-2578.ge5c885 1.6 MB/s | 134 kB 00:00 2024-04-07T20:46:51.066 INFO:teuthology.orchestra.run.smithi136.stdout:(8/32): python3-cephfs-19.0.0-2578.ge5c885fe.el 1.7 MB/s | 161 kB 00:00 2024-04-07T20:46:51.138 INFO:teuthology.orchestra.run.smithi203.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 4.0 MB/s | 1.6 MB 00:00 2024-04-07T20:46:51.150 INFO:teuthology.orchestra.run.smithi136.stdout:(9/32): librgw2-19.0.0-2578.ge5c885fe.el9.x86_6 13 MB/s | 5.1 MB 00:00 2024-04-07T20:46:51.175 INFO:teuthology.orchestra.run.smithi136.stdout:(10/32): python3-rados-19.0.0-2578.ge5c885fe.el 2.9 MB/s | 320 kB 00:00 2024-04-07T20:46:51.217 INFO:teuthology.orchestra.run.smithi136.stdout:(11/32): python3-rbd-19.0.0-2578.ge5c885fe.el9. 4.4 MB/s | 299 kB 00:00 2024-04-07T20:46:51.250 INFO:teuthology.orchestra.run.smithi136.stdout:(12/32): python3-rgw-19.0.0-2578.ge5c885fe.el9. 1.3 MB/s | 99 kB 00:00 2024-04-07T20:46:51.597 INFO:teuthology.orchestra.run.smithi203.stdout:(30/32): librados2-19.0.0-2578.ge5c885fe.el9.x8 4.7 MB/s | 3.4 MB 00:00 2024-04-07T20:46:51.642 INFO:teuthology.orchestra.run.smithi136.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 251 kB/s | 107 kB 00:00 2024-04-07T20:46:51.663 INFO:teuthology.orchestra.run.smithi203.stdout:(31/32): libarrow-9.0.0-10.el9.x86_64.rpm 3.4 MB/s | 4.4 MB 00:01 2024-04-07T20:46:51.756 INFO:teuthology.orchestra.run.smithi203.stdout:(32/32): librbd1-19.0.0-2578.ge5c885fe.el9.x86_ 5.1 MB/s | 3.1 MB 00:00 2024-04-07T20:46:51.760 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:46:51.760 INFO:teuthology.orchestra.run.smithi203.stdout:Total 14 MB/s | 59 MB 00:04 2024-04-07T20:46:51.856 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-04-07T20:46:51.891 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-04-07T20:46:51.891 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-04-07T20:46:51.893 INFO:teuthology.orchestra.run.smithi136.stdout:(14/32): ceph-common-19.0.0-2578.ge5c885fe.el9. 8.3 MB/s | 21 MB 00:02 2024-04-07T20:46:51.918 INFO:teuthology.orchestra.run.smithi136.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 240 kB/s | 160 kB 00:00 2024-04-07T20:46:51.935 INFO:teuthology.orchestra.run.smithi136.stdout:(16/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 155 kB/s | 45 kB 00:00 2024-04-07T20:46:52.035 INFO:teuthology.orchestra.run.smithi136.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 424 kB/s | 42 kB 00:00 2024-04-07T20:46:52.244 INFO:teuthology.orchestra.run.smithi136.stdout:(18/32): librdkafka-1.6.1-102.el9.x86_64.rpm 1.8 MB/s | 662 kB 00:00 2024-04-07T20:46:52.302 INFO:teuthology.orchestra.run.smithi136.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 827 kB/s | 221 kB 00:00 2024-04-07T20:46:52.336 INFO:teuthology.orchestra.run.smithi136.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 391 kB/s | 36 kB 00:00 2024-04-07T20:46:52.380 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-04-07T20:46:52.380 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-04-07T20:46:52.403 INFO:teuthology.orchestra.run.smithi136.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 472 kB/s | 47 kB 00:00 2024-04-07T20:46:52.519 INFO:teuthology.orchestra.run.smithi136.stdout:(22/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 486 kB/s | 292 kB 00:00 2024-04-07T20:46:52.778 INFO:teuthology.orchestra.run.smithi136.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 101 kB/s | 26 kB 00:00 2024-04-07T20:46:52.809 INFO:teuthology.orchestra.run.smithi181.stdout:CentOS Stream 9 - AppStream 891 kB/s | 19 MB 00:21 2024-04-07T20:46:52.870 INFO:teuthology.orchestra.run.smithi136.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 578 kB/s | 309 kB 00:00 2024-04-07T20:46:52.970 INFO:teuthology.orchestra.run.smithi136.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 253 kB/s | 49 kB 00:00 2024-04-07T20:46:52.987 INFO:teuthology.orchestra.run.smithi136.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 575 kB/s | 67 kB 00:00 2024-04-07T20:46:53.112 INFO:teuthology.orchestra.run.smithi136.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 1.5 MB/s | 192 kB 00:00 2024-04-07T20:46:53.263 INFO:teuthology.orchestra.run.smithi136.stdout:(28/32): libarrow-9.0.0-10.el9.x86_64.rpm 5.1 MB/s | 4.4 MB 00:00 2024-04-07T20:46:53.363 INFO:teuthology.orchestra.run.smithi136.stdout:(29/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 2.1 MB/s | 838 kB 00:00 2024-04-07T20:46:53.496 INFO:teuthology.orchestra.run.smithi136.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 4.1 MB/s | 1.6 MB 00:00 2024-04-07T20:46:53.793 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-04-07T20:46:53.805 INFO:teuthology.orchestra.run.smithi136.stdout:(31/32): librbd1-19.0.0-2578.ge5c885fe.el9.x86_ 7.1 MB/s | 3.1 MB 00:00 2024-04-07T20:46:53.855 INFO:teuthology.orchestra.run.smithi136.stdout:(32/32): librados2-19.0.0-2578.ge5c885fe.el9.x8 5.7 MB/s | 3.4 MB 00:00 2024-04-07T20:46:53.858 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:46:53.858 INFO:teuthology.orchestra.run.smithi136.stdout:Total 12 MB/s | 59 MB 00:04 2024-04-07T20:46:53.869 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-07T20:46:53.919 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-07T20:46:53.956 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-04-07T20:46:53.958 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-07T20:46:53.985 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-07T20:46:53.992 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-04-07T20:46:53.992 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-04-07T20:46:53.999 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-07T20:46:54.159 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-07T20:46:54.214 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-07T20:46:54.492 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-04-07T20:46:54.492 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-04-07T20:46:54.601 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-07T20:46:54.637 INFO:teuthology.orchestra.run.smithi203.stdout: Upgrading : librados2-2:19.0.0-2578.ge5c885fe.el9.x86_64 7/34 2024-04-07T20:46:54.713 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: librados2-2:19.0.0-2578.ge5c885fe.el9.x86_64 7/34 2024-04-07T20:46:54.802 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-rados-2:19.0.0-2578.ge5c885fe.el9.x86_64 8/34 2024-04-07T20:46:54.839 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : libcephfs2-2:19.0.0-2578.ge5c885fe.el9.x86_64 9/34 2024-04-07T20:46:54.890 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: libcephfs2-2:19.0.0-2578.ge5c885fe.el9.x86_64 9/34 2024-04-07T20:46:54.922 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-07T20:46:54.966 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-ceph-argparse-2:19.0.0-2578.ge5c885fe.el9. 11/34 2024-04-07T20:46:55.035 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-cephfs-2:19.0.0-2578.ge5c885fe.el9.x86_64 12/34 2024-04-07T20:46:55.091 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : libradosstriper1-2:19.0.0-2578.ge5c885fe.el9.x86_6 13/34 2024-04-07T20:46:55.155 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2578.ge5c885fe.el9.x86_6 13/34 2024-04-07T20:46:55.189 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-07T20:46:55.300 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-07T20:46:55.340 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-07T20:46:55.381 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-07T20:46:55.414 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-07T20:46:55.443 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-07T20:46:55.476 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-07T20:46:55.790 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-07T20:46:55.822 INFO:teuthology.orchestra.run.smithi203.stdout: Upgrading : librbd1-2:19.0.0-2578.ge5c885fe.el9.x86_64 22/34 2024-04-07T20:46:55.921 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: librbd1-2:19.0.0-2578.ge5c885fe.el9.x86_64 22/34 2024-04-07T20:46:55.952 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-rbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 23/34 2024-04-07T20:46:55.974 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-04-07T20:46:55.995 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-07T20:46:56.060 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-07T20:46:56.093 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-07T20:46:56.118 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-07T20:46:56.133 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-07T20:46:56.148 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-07T20:46:56.341 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-07T20:46:56.396 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-07T20:46:56.453 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-07T20:46:56.483 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : librgw2-2:19.0.0-2578.ge5c885fe.el9.x86_64 26/34 2024-04-07T20:46:56.554 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: librgw2-2:19.0.0-2578.ge5c885fe.el9.x86_64 26/34 2024-04-07T20:46:56.623 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-rgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 27/34 2024-04-07T20:46:56.652 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-ceph-common-2:19.0.0-2578.ge5c885fe.el9.x8 28/34 2024-04-07T20:46:56.734 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-07T20:46:56.794 INFO:teuthology.orchestra.run.smithi136.stdout: Upgrading : librados2-2:19.0.0-2578.ge5c885fe.el9.x86_64 7/34 2024-04-07T20:46:56.895 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: librados2-2:19.0.0-2578.ge5c885fe.el9.x86_64 7/34 2024-04-07T20:46:56.984 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-rados-2:19.0.0-2578.ge5c885fe.el9.x86_64 8/34 2024-04-07T20:46:56.994 INFO:teuthology.orchestra.run.smithi181.stdout:CentOS Stream 9 - CRB 10 MB/s | 6.1 MB 00:00 2024-04-07T20:46:57.021 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : libcephfs2-2:19.0.0-2578.ge5c885fe.el9.x86_64 9/34 2024-04-07T20:46:57.069 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: libcephfs2-2:19.0.0-2578.ge5c885fe.el9.x86_64 9/34 2024-04-07T20:46:57.109 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-07T20:46:57.157 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-ceph-argparse-2:19.0.0-2578.ge5c885fe.el9. 11/34 2024-04-07T20:46:57.237 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-cephfs-2:19.0.0-2578.ge5c885fe.el9.x86_64 12/34 2024-04-07T20:46:57.265 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : libradosstriper1-2:19.0.0-2578.ge5c885fe.el9.x86_6 13/34 2024-04-07T20:46:57.329 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2578.ge5c885fe.el9.x86_6 13/34 2024-04-07T20:46:57.363 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-07T20:46:57.475 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-07T20:46:57.506 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-07T20:46:57.547 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-07T20:46:57.579 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-07T20:46:57.608 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-07T20:46:57.641 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-07T20:46:57.963 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-07T20:46:57.987 INFO:teuthology.orchestra.run.smithi136.stdout: Upgrading : librbd1-2:19.0.0-2578.ge5c885fe.el9.x86_64 22/34 2024-04-07T20:46:58.061 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: librbd1-2:19.0.0-2578.ge5c885fe.el9.x86_64 22/34 2024-04-07T20:46:58.092 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-rbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 23/34 2024-04-07T20:46:58.133 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-07T20:46:58.596 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-07T20:46:58.632 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : librgw2-2:19.0.0-2578.ge5c885fe.el9.x86_64 26/34 2024-04-07T20:46:58.702 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: librgw2-2:19.0.0-2578.ge5c885fe.el9.x86_64 26/34 2024-04-07T20:46:58.744 INFO:teuthology.orchestra.run.smithi181.stdout:CentOS Stream 9 - Extras packages 43 kB/s | 16 kB 00:00 2024-04-07T20:46:58.770 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-rgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 27/34 2024-04-07T20:46:58.800 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-ceph-common-2:19.0.0-2578.ge5c885fe.el9.x8 28/34 2024-04-07T20:46:58.848 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-common-2:19.0.0-2578.ge5c885fe.el9.x86_64 29/34 2024-04-07T20:46:58.890 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-common-2:19.0.0-2578.ge5c885fe.el9.x86_64 29/34 2024-04-07T20:46:59.442 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-common-2:19.0.0-2578.ge5c885fe.el9.x86_64 29/34 2024-04-07T20:46:59.476 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-base-2:19.0.0-2578.ge5c885fe.el9.x86_64 30/34 2024-04-07T20:46:59.568 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-base-2:19.0.0-2578.ge5c885fe.el9.x86_64 30/34 2024-04-07T20:46:59.568 INFO:teuthology.orchestra.run.smithi203.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-07T20:46:59.568 INFO:teuthology.orchestra.run.smithi203.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-07T20:46:59.568 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:46:59.611 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-selinux-2:19.0.0-2578.ge5c885fe.el9.x86_64 31/34 2024-04-07T20:47:00.124 INFO:teuthology.orchestra.run.smithi181.stdout:Extra Packages for Enterprise Linux 17 MB/s | 21 MB 00:01 2024-04-07T20:47:00.977 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-common-2:19.0.0-2578.ge5c885fe.el9.x86_64 29/34 2024-04-07T20:47:01.038 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-common-2:19.0.0-2578.ge5c885fe.el9.x86_64 29/34 2024-04-07T20:47:01.617 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-common-2:19.0.0-2578.ge5c885fe.el9.x86_64 29/34 2024-04-07T20:47:01.658 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-base-2:19.0.0-2578.ge5c885fe.el9.x86_64 30/34 2024-04-07T20:47:01.769 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-base-2:19.0.0-2578.ge5c885fe.el9.x86_64 30/34 2024-04-07T20:47:01.770 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-07T20:47:01.770 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-07T20:47:01.770 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:47:01.817 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-selinux-2:19.0.0-2578.ge5c885fe.el9.x86_64 31/34 2024-04-07T20:47:05.216 INFO:teuthology.orchestra.run.smithi181.stdout:lab-extras 12 kB/s | 1.7 kB 00:00 2024-04-07T20:47:07.668 INFO:teuthology.orchestra.run.smithi181.stderr:Modular dependency problems: 2024-04-07T20:47:07.669 INFO:teuthology.orchestra.run.smithi181.stderr: 2024-04-07T20:47:07.669 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 1: conflicting requests 2024-04-07T20:47:07.669 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.669 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 2: conflicting requests 2024-04-07T20:47:07.669 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.669 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 3: conflicting requests 2024-04-07T20:47:07.669 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.669 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 4: conflicting requests 2024-04-07T20:47:07.669 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.669 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 5: conflicting requests 2024-04-07T20:47:07.669 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.669 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 6: conflicting requests 2024-04-07T20:47:07.669 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.670 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 7: conflicting requests 2024-04-07T20:47:07.670 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.670 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 8: conflicting requests 2024-04-07T20:47:07.670 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.670 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 9: conflicting requests 2024-04-07T20:47:07.670 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.670 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 10: conflicting requests 2024-04-07T20:47:07.670 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.670 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 11: conflicting requests 2024-04-07T20:47:07.670 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.670 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 12: conflicting requests 2024-04-07T20:47:07.670 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.670 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 13: conflicting requests 2024-04-07T20:47:07.671 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.671 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 14: conflicting requests 2024-04-07T20:47:07.671 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.671 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 15: conflicting requests 2024-04-07T20:47:07.671 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.671 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 16: conflicting requests 2024-04-07T20:47:07.671 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.671 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 17: conflicting requests 2024-04-07T20:47:07.671 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.671 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 18: conflicting requests 2024-04-07T20:47:07.671 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.671 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 19: conflicting requests 2024-04-07T20:47:07.671 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.671 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 20: conflicting requests 2024-04-07T20:47:07.672 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.672 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 21: conflicting requests 2024-04-07T20:47:07.672 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.672 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 22: conflicting requests 2024-04-07T20:47:07.672 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.672 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 23: conflicting requests 2024-04-07T20:47:07.672 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.672 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 24: conflicting requests 2024-04-07T20:47:07.672 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.672 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 25: conflicting requests 2024-04-07T20:47:07.672 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.672 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 26: conflicting requests 2024-04-07T20:47:07.672 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.672 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 27: conflicting requests 2024-04-07T20:47:07.673 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.673 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 28: conflicting requests 2024-04-07T20:47:07.673 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.673 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 29: conflicting requests 2024-04-07T20:47:07.673 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.673 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 30: conflicting requests 2024-04-07T20:47:07.673 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.673 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 31: conflicting requests 2024-04-07T20:47:07.673 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.673 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 32: conflicting requests 2024-04-07T20:47:07.673 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.673 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 33: conflicting requests 2024-04-07T20:47:07.674 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.674 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 34: conflicting requests 2024-04-07T20:47:07.674 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.674 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 35: conflicting requests 2024-04-07T20:47:07.674 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.674 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 36: conflicting requests 2024-04-07T20:47:07.674 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.674 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 37: conflicting requests 2024-04-07T20:47:07.674 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.674 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.674 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.674 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:47:07.674 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.675 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.675 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.675 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.675 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 39: conflicting requests 2024-04-07T20:47:07.675 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.675 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.675 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.675 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.675 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.675 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.675 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:47:07.675 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.675 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.675 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.675 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.676 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:47:07.676 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.676 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.676 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.676 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.676 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:47:07.676 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.676 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.676 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.676 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.676 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:47:07.676 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.677 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.677 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.677 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.677 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:47:07.677 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.677 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.677 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.677 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.677 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:47:07.677 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.677 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.677 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:47:07.677 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:47:08.209 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-04-07T20:47:08.211 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:47:08.211 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2024-04-07T20:47:08.211 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:47:08.211 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-04-07T20:47:08.211 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-radosgw x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 9.8 M 2024-04-07T20:47:08.211 INFO:teuthology.orchestra.run.smithi181.stdout:Upgrading: 2024-04-07T20:47:08.212 INFO:teuthology.orchestra.run.smithi181.stdout: librados2 x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 3.4 M 2024-04-07T20:47:08.212 INFO:teuthology.orchestra.run.smithi181.stdout: librbd1 x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 3.1 M 2024-04-07T20:47:08.212 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2024-04-07T20:47:08.212 INFO:teuthology.orchestra.run.smithi181.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-07T20:47:08.212 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-base x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 5.4 M 2024-04-07T20:47:08.212 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-common x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 21 M 2024-04-07T20:47:08.212 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-selinux x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 25 k 2024-04-07T20:47:08.212 INFO:teuthology.orchestra.run.smithi181.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-07T20:47:08.212 INFO:teuthology.orchestra.run.smithi181.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-07T20:47:08.212 INFO:teuthology.orchestra.run.smithi181.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-07T20:47:08.212 INFO:teuthology.orchestra.run.smithi181.stdout: libcephfs2 x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 746 k 2024-04-07T20:47:08.212 INFO:teuthology.orchestra.run.smithi181.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-07T20:47:08.212 INFO:teuthology.orchestra.run.smithi181.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-07T20:47:08.212 INFO:teuthology.orchestra.run.smithi181.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-07T20:47:08.213 INFO:teuthology.orchestra.run.smithi181.stdout: libradosstriper1 x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 500 k 2024-04-07T20:47:08.213 INFO:teuthology.orchestra.run.smithi181.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-07T20:47:08.213 INFO:teuthology.orchestra.run.smithi181.stdout: librgw2 x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 5.1 M 2024-04-07T20:47:08.213 INFO:teuthology.orchestra.run.smithi181.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-07T20:47:08.213 INFO:teuthology.orchestra.run.smithi181.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-07T20:47:08.213 INFO:teuthology.orchestra.run.smithi181.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-07T20:47:08.213 INFO:teuthology.orchestra.run.smithi181.stdout: python3-ceph-argparse x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 45 k 2024-04-07T20:47:08.213 INFO:teuthology.orchestra.run.smithi181.stdout: python3-ceph-common x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 134 k 2024-04-07T20:47:08.213 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cephfs x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 161 k 2024-04-07T20:47:08.213 INFO:teuthology.orchestra.run.smithi181.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-07T20:47:08.213 INFO:teuthology.orchestra.run.smithi181.stdout: python3-rados x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 320 k 2024-04-07T20:47:08.213 INFO:teuthology.orchestra.run.smithi181.stdout: python3-rbd x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 299 k 2024-04-07T20:47:08.213 INFO:teuthology.orchestra.run.smithi181.stdout: python3-rgw x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 99 k 2024-04-07T20:47:08.213 INFO:teuthology.orchestra.run.smithi181.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-07T20:47:08.213 INFO:teuthology.orchestra.run.smithi181.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-07T20:47:08.214 INFO:teuthology.orchestra.run.smithi181.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-07T20:47:08.214 INFO:teuthology.orchestra.run.smithi181.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-07T20:47:08.214 INFO:teuthology.orchestra.run.smithi181.stdout:Installing weak dependencies: 2024-04-07T20:47:08.214 INFO:teuthology.orchestra.run.smithi181.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-07T20:47:08.214 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:47:08.214 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-04-07T20:47:08.214 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:47:08.214 INFO:teuthology.orchestra.run.smithi181.stdout:Install 30 Packages 2024-04-07T20:47:08.214 INFO:teuthology.orchestra.run.smithi181.stdout:Upgrade 2 Packages 2024-04-07T20:47:08.214 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:47:08.215 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 59 M 2024-04-07T20:47:08.215 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-04-07T20:47:08.848 INFO:teuthology.orchestra.run.smithi181.stdout:(1/32): ceph-base-19.0.0-2578.ge5c885fe.el9.x86 9.8 MB/s | 5.4 MB 00:00 2024-04-07T20:47:08.890 INFO:teuthology.orchestra.run.smithi181.stdout:(2/32): ceph-selinux-19.0.0-2578.ge5c885fe.el9. 607 kB/s | 25 kB 00:00 2024-04-07T20:47:08.973 INFO:teuthology.orchestra.run.smithi181.stdout:(3/32): libcephfs2-19.0.0-2578.ge5c885fe.el9.x8 8.8 MB/s | 746 kB 00:00 2024-04-07T20:47:09.040 INFO:teuthology.orchestra.run.smithi181.stdout:(4/32): libradosstriper1-19.0.0-2578.ge5c885fe. 7.3 MB/s | 500 kB 00:00 2024-04-07T20:47:09.312 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2578.ge5c885fe.el9.x86_64 31/34 2024-04-07T20:47:09.312 INFO:teuthology.orchestra.run.smithi203.stdout:skipping the directory /sys 2024-04-07T20:47:09.312 INFO:teuthology.orchestra.run.smithi203.stdout:skipping the directory /proc 2024-04-07T20:47:09.312 INFO:teuthology.orchestra.run.smithi203.stdout:skipping the directory /mnt 2024-04-07T20:47:09.312 INFO:teuthology.orchestra.run.smithi203.stdout:skipping the directory /var/tmp 2024-04-07T20:47:09.312 INFO:teuthology.orchestra.run.smithi203.stdout:skipping the directory /home 2024-04-07T20:47:09.312 INFO:teuthology.orchestra.run.smithi203.stdout:skipping the directory /root 2024-04-07T20:47:09.312 INFO:teuthology.orchestra.run.smithi203.stdout:skipping the directory /tmp 2024-04-07T20:47:09.312 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:47:09.365 INFO:teuthology.orchestra.run.smithi181.stdout:(5/32): librgw2-19.0.0-2578.ge5c885fe.el9.x86_6 16 MB/s | 5.1 MB 00:00 2024-04-07T20:47:09.415 INFO:teuthology.orchestra.run.smithi181.stdout:(6/32): python3-ceph-argparse-19.0.0-2578.ge5c8 903 kB/s | 45 kB 00:00 2024-04-07T20:47:09.482 INFO:teuthology.orchestra.run.smithi181.stdout:(7/32): python3-ceph-common-19.0.0-2578.ge5c885 2.0 MB/s | 134 kB 00:00 2024-04-07T20:47:09.533 INFO:teuthology.orchestra.run.smithi181.stdout:(8/32): python3-cephfs-19.0.0-2578.ge5c885fe.el 3.2 MB/s | 161 kB 00:00 2024-04-07T20:47:09.599 INFO:teuthology.orchestra.run.smithi181.stdout:(9/32): python3-rados-19.0.0-2578.ge5c885fe.el9 4.7 MB/s | 320 kB 00:00 2024-04-07T20:47:09.666 INFO:teuthology.orchestra.run.smithi181.stdout:(10/32): python3-rbd-19.0.0-2578.ge5c885fe.el9. 4.4 MB/s | 299 kB 00:00 2024-04-07T20:47:09.733 INFO:teuthology.orchestra.run.smithi181.stdout:(11/32): python3-rgw-19.0.0-2578.ge5c885fe.el9. 1.5 MB/s | 99 kB 00:00 2024-04-07T20:47:10.200 INFO:teuthology.orchestra.run.smithi181.stdout:(12/32): ceph-radosgw-19.0.0-2578.ge5c885fe.el9 5.2 MB/s | 9.8 MB 00:01 2024-04-07T20:47:10.247 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-radosgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 32/34 2024-04-07T20:47:10.272 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 32/34 2024-04-07T20:47:10.272 INFO:teuthology.orchestra.run.smithi203.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T20:47:10.272 INFO:teuthology.orchestra.run.smithi203.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-07T20:47:10.272 INFO:teuthology.orchestra.run.smithi203.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-07T20:47:10.272 INFO:teuthology.orchestra.run.smithi203.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-07T20:47:10.273 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:47:10.274 INFO:teuthology.orchestra.run.smithi203.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-07T20:47:10.351 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-07T20:47:10.351 INFO:teuthology.orchestra.run.smithi203.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-07T20:47:10.601 INFO:teuthology.orchestra.run.smithi181.stdout:(13/32): ceph-common-19.0.0-2578.ge5c885fe.el9. 9.0 MB/s | 21 MB 00:02 2024-04-07T20:47:10.650 INFO:teuthology.orchestra.run.smithi181.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 116 kB/s | 107 kB 00:00 2024-04-07T20:47:11.201 INFO:teuthology.orchestra.run.smithi181.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 160 kB/s | 160 kB 00:00 2024-04-07T20:47:11.243 INFO:teuthology.orchestra.run.smithi181.stdout:(16/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 73 kB/s | 45 kB 00:00 2024-04-07T20:47:11.513 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-07T20:47:11.513 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-base-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/34 2024-04-07T20:47:11.513 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-common-2:19.0.0-2578.ge5c885fe.el9.x86_64 2/34 2024-04-07T20:47:11.514 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-radosgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 3/34 2024-04-07T20:47:11.514 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-selinux-2:19.0.0-2578.ge5c885fe.el9.x86_64 4/34 2024-04-07T20:47:11.514 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : libcephfs2-2:19.0.0-2578.ge5c885fe.el9.x86_64 5/34 2024-04-07T20:47:11.514 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : libradosstriper1-2:19.0.0-2578.ge5c885fe.el9.x86_6 6/34 2024-04-07T20:47:11.514 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : librgw2-2:19.0.0-2578.ge5c885fe.el9.x86_64 7/34 2024-04-07T20:47:11.514 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2578.ge5c885fe.el9. 8/34 2024-04-07T20:47:11.514 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-ceph-common-2:19.0.0-2578.ge5c885fe.el9.x8 9/34 2024-04-07T20:47:11.514 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-cephfs-2:19.0.0-2578.ge5c885fe.el9.x86_64 10/34 2024-04-07T20:47:11.514 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-rados-2:19.0.0-2578.ge5c885fe.el9.x86_64 11/34 2024-04-07T20:47:11.514 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-rbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 12/34 2024-04-07T20:47:11.514 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-rgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 13/34 2024-04-07T20:47:11.514 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-07T20:47:11.514 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-07T20:47:11.514 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-07T20:47:11.514 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-07T20:47:11.514 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-07T20:47:11.515 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-07T20:47:11.515 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-07T20:47:11.515 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-07T20:47:11.515 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-07T20:47:11.515 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-07T20:47:11.515 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-07T20:47:11.515 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-07T20:47:11.515 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-07T20:47:11.515 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-07T20:47:11.515 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-07T20:47:11.515 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-07T20:47:11.515 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-07T20:47:11.516 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : librados2-2:19.0.0-2578.ge5c885fe.el9.x86_64 31/34 2024-04-07T20:47:11.516 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-07T20:47:11.516 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : librbd1-2:19.0.0-2578.ge5c885fe.el9.x86_64 33/34 2024-04-07T20:47:11.546 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2578.ge5c885fe.el9.x86_64 31/34 2024-04-07T20:47:11.546 INFO:teuthology.orchestra.run.smithi136.stdout:skipping the directory /sys 2024-04-07T20:47:11.547 INFO:teuthology.orchestra.run.smithi136.stdout:skipping the directory /proc 2024-04-07T20:47:11.547 INFO:teuthology.orchestra.run.smithi136.stdout:skipping the directory /mnt 2024-04-07T20:47:11.547 INFO:teuthology.orchestra.run.smithi136.stdout:skipping the directory /var/tmp 2024-04-07T20:47:11.547 INFO:teuthology.orchestra.run.smithi136.stdout:skipping the directory /home 2024-04-07T20:47:11.547 INFO:teuthology.orchestra.run.smithi136.stdout:skipping the directory /root 2024-04-07T20:47:11.547 INFO:teuthology.orchestra.run.smithi136.stdout:skipping the directory /tmp 2024-04-07T20:47:11.547 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:47:11.860 INFO:teuthology.orchestra.run.smithi181.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 68 kB/s | 42 kB 00:00 2024-04-07T20:47:12.085 INFO:teuthology.orchestra.run.smithi181.stdout:(18/32): librdkafka-1.6.1-102.el9.x86_64.rpm 462 kB/s | 662 kB 00:01 2024-04-07T20:47:12.186 INFO:teuthology.orchestra.run.smithi181.stdout:(19/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 297 kB/s | 292 kB 00:00 2024-04-07T20:47:12.466 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-radosgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 32/34 2024-04-07T20:47:12.491 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 32/34 2024-04-07T20:47:12.491 INFO:teuthology.orchestra.run.smithi136.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T20:47:12.491 INFO:teuthology.orchestra.run.smithi136.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-07T20:47:12.491 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-07T20:47:12.491 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-07T20:47:12.491 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:47:12.493 INFO:teuthology.orchestra.run.smithi136.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-07T20:47:12.496 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-07T20:47:12.496 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:47:12.496 INFO:teuthology.orchestra.run.smithi203.stdout:Upgraded: 2024-04-07T20:47:12.496 INFO:teuthology.orchestra.run.smithi203.stdout: librados2-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:12.497 INFO:teuthology.orchestra.run.smithi203.stdout: librbd1-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:12.497 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-04-07T20:47:12.497 INFO:teuthology.orchestra.run.smithi203.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-07T20:47:12.497 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-base-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:12.497 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-common-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:12.497 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-radosgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:12.497 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-selinux-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:12.497 INFO:teuthology.orchestra.run.smithi203.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-07T20:47:12.497 INFO:teuthology.orchestra.run.smithi203.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-07T20:47:12.497 INFO:teuthology.orchestra.run.smithi203.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-07T20:47:12.497 INFO:teuthology.orchestra.run.smithi203.stdout: libcephfs2-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:12.497 INFO:teuthology.orchestra.run.smithi203.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-07T20:47:12.497 INFO:teuthology.orchestra.run.smithi203.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-07T20:47:12.497 INFO:teuthology.orchestra.run.smithi203.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-07T20:47:12.497 INFO:teuthology.orchestra.run.smithi203.stdout: libradosstriper1-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:12.498 INFO:teuthology.orchestra.run.smithi203.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-07T20:47:12.498 INFO:teuthology.orchestra.run.smithi203.stdout: librgw2-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:12.498 INFO:teuthology.orchestra.run.smithi203.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-07T20:47:12.498 INFO:teuthology.orchestra.run.smithi203.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-07T20:47:12.498 INFO:teuthology.orchestra.run.smithi203.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-07T20:47:12.498 INFO:teuthology.orchestra.run.smithi203.stdout: python3-ceph-argparse-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:12.498 INFO:teuthology.orchestra.run.smithi203.stdout: python3-ceph-common-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:12.498 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cephfs-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:12.498 INFO:teuthology.orchestra.run.smithi203.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-07T20:47:12.498 INFO:teuthology.orchestra.run.smithi203.stdout: python3-rados-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:12.498 INFO:teuthology.orchestra.run.smithi203.stdout: python3-rbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:12.498 INFO:teuthology.orchestra.run.smithi203.stdout: python3-rgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:12.498 INFO:teuthology.orchestra.run.smithi203.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-07T20:47:12.498 INFO:teuthology.orchestra.run.smithi203.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-07T20:47:12.499 INFO:teuthology.orchestra.run.smithi203.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-07T20:47:12.499 INFO:teuthology.orchestra.run.smithi203.stdout: re2-1:20211101-3.el9.x86_64 2024-04-07T20:47:12.499 INFO:teuthology.orchestra.run.smithi203.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-07T20:47:12.499 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:47:12.499 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-04-07T20:47:12.594 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-07T20:47:12.595 INFO:teuthology.orchestra.run.smithi136.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-07T20:47:12.719 INFO:teuthology.orchestra.run.smithi181.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 59 kB/s | 36 kB 00:00 2024-04-07T20:47:12.757 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph-test 2024-04-07T20:47:12.769 INFO:teuthology.orchestra.run.smithi181.stdout:(21/32): qatlib-24.02.0-1.el9.x86_64.rpm 243 kB/s | 221 kB 00:00 2024-04-07T20:47:12.803 INFO:teuthology.orchestra.run.smithi181.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 77 kB/s | 47 kB 00:00 2024-04-07T20:47:13.112 INFO:teuthology.orchestra.run.smithi181.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 84 kB/s | 26 kB 00:00 2024-04-07T20:47:13.349 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:00:29 ago on Sun 07 Apr 2024 08:46:44 PM UTC. 2024-04-07T20:47:13.403 INFO:teuthology.orchestra.run.smithi181.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 167 kB/s | 49 kB 00:00 2024-04-07T20:47:13.637 INFO:teuthology.orchestra.run.smithi203.stderr:Modular dependency problems: 2024-04-07T20:47:13.637 INFO:teuthology.orchestra.run.smithi203.stderr: 2024-04-07T20:47:13.637 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 1: conflicting requests 2024-04-07T20:47:13.638 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.638 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 2: conflicting requests 2024-04-07T20:47:13.638 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.638 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 3: conflicting requests 2024-04-07T20:47:13.638 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.638 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 4: conflicting requests 2024-04-07T20:47:13.638 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.638 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 5: conflicting requests 2024-04-07T20:47:13.638 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.638 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 6: conflicting requests 2024-04-07T20:47:13.638 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.638 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 7: conflicting requests 2024-04-07T20:47:13.638 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.638 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 8: conflicting requests 2024-04-07T20:47:13.639 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.639 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 9: conflicting requests 2024-04-07T20:47:13.639 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.639 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 10: conflicting requests 2024-04-07T20:47:13.639 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.639 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 11: conflicting requests 2024-04-07T20:47:13.639 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.639 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 12: conflicting requests 2024-04-07T20:47:13.639 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.639 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 13: conflicting requests 2024-04-07T20:47:13.639 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.639 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 14: conflicting requests 2024-04-07T20:47:13.639 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.639 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 15: conflicting requests 2024-04-07T20:47:13.640 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.640 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 16: conflicting requests 2024-04-07T20:47:13.640 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.640 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 17: conflicting requests 2024-04-07T20:47:13.640 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.640 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 18: conflicting requests 2024-04-07T20:47:13.640 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.640 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 19: conflicting requests 2024-04-07T20:47:13.640 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.640 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 20: conflicting requests 2024-04-07T20:47:13.640 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.640 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 21: conflicting requests 2024-04-07T20:47:13.640 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.640 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 22: conflicting requests 2024-04-07T20:47:13.640 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.641 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 23: conflicting requests 2024-04-07T20:47:13.641 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.641 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 24: conflicting requests 2024-04-07T20:47:13.641 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.641 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 25: conflicting requests 2024-04-07T20:47:13.641 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.641 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 26: conflicting requests 2024-04-07T20:47:13.641 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.641 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 27: conflicting requests 2024-04-07T20:47:13.641 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.641 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 28: conflicting requests 2024-04-07T20:47:13.641 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.641 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 29: conflicting requests 2024-04-07T20:47:13.641 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.641 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 30: conflicting requests 2024-04-07T20:47:13.642 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.642 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 31: conflicting requests 2024-04-07T20:47:13.642 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.642 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 32: conflicting requests 2024-04-07T20:47:13.642 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.642 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 33: conflicting requests 2024-04-07T20:47:13.642 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.642 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 34: conflicting requests 2024-04-07T20:47:13.642 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.642 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 35: conflicting requests 2024-04-07T20:47:13.642 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.642 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 36: conflicting requests 2024-04-07T20:47:13.642 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.643 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 37: conflicting requests 2024-04-07T20:47:13.643 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.643 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.643 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.643 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:47:13.643 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.643 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.643 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.643 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.643 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 39: conflicting requests 2024-04-07T20:47:13.643 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.643 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.643 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.644 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.644 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.644 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.644 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:47:13.644 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.644 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.644 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.644 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.644 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:47:13.644 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.644 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.644 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.645 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.645 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:47:13.645 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.645 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.645 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.645 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.645 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:47:13.645 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.645 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.645 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.645 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.645 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:47:13.646 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.646 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.646 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.646 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.646 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:47:13.646 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.646 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.646 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.646 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:47:13.705 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-04-07T20:47:13.706 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:47:13.706 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2024-04-07T20:47:13.706 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:47:13.706 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-04-07T20:47:13.707 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-test x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 48 M 2024-04-07T20:47:13.707 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2024-04-07T20:47:13.707 INFO:teuthology.orchestra.run.smithi203.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-07T20:47:13.707 INFO:teuthology.orchestra.run.smithi203.stdout: libcephsqlite x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 163 k 2024-04-07T20:47:13.707 INFO:teuthology.orchestra.run.smithi203.stdout: oniguruma x86_64 6.9.6-1.el9.5 baseos 218 k 2024-04-07T20:47:13.707 INFO:teuthology.orchestra.run.smithi203.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-07T20:47:13.707 INFO:teuthology.orchestra.run.smithi203.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-07T20:47:13.707 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:47:13.707 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-04-07T20:47:13.707 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:47:13.707 INFO:teuthology.orchestra.run.smithi203.stdout:Install 6 Packages 2024-04-07T20:47:13.707 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:47:13.708 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 49 M 2024-04-07T20:47:13.708 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 206 M 2024-04-07T20:47:13.708 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-04-07T20:47:13.783 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-07T20:47:13.784 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-base-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/34 2024-04-07T20:47:13.784 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-common-2:19.0.0-2578.ge5c885fe.el9.x86_64 2/34 2024-04-07T20:47:13.784 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-radosgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 3/34 2024-04-07T20:47:13.784 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-selinux-2:19.0.0-2578.ge5c885fe.el9.x86_64 4/34 2024-04-07T20:47:13.784 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : libcephfs2-2:19.0.0-2578.ge5c885fe.el9.x86_64 5/34 2024-04-07T20:47:13.784 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : libradosstriper1-2:19.0.0-2578.ge5c885fe.el9.x86_6 6/34 2024-04-07T20:47:13.784 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : librgw2-2:19.0.0-2578.ge5c885fe.el9.x86_64 7/34 2024-04-07T20:47:13.784 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2578.ge5c885fe.el9. 8/34 2024-04-07T20:47:13.784 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-ceph-common-2:19.0.0-2578.ge5c885fe.el9.x8 9/34 2024-04-07T20:47:13.784 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-cephfs-2:19.0.0-2578.ge5c885fe.el9.x86_64 10/34 2024-04-07T20:47:13.784 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-rados-2:19.0.0-2578.ge5c885fe.el9.x86_64 11/34 2024-04-07T20:47:13.784 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-rbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 12/34 2024-04-07T20:47:13.784 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-rgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 13/34 2024-04-07T20:47:13.785 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-07T20:47:13.785 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-07T20:47:13.785 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-07T20:47:13.785 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-07T20:47:13.785 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-07T20:47:13.785 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-07T20:47:13.785 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-07T20:47:13.785 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-07T20:47:13.785 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-07T20:47:13.785 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-07T20:47:13.785 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-07T20:47:13.785 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-07T20:47:13.785 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-07T20:47:13.785 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-07T20:47:13.786 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-07T20:47:13.786 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-07T20:47:13.786 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-07T20:47:13.787 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : librados2-2:19.0.0-2578.ge5c885fe.el9.x86_64 31/34 2024-04-07T20:47:13.787 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-07T20:47:13.787 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : librbd1-2:19.0.0-2578.ge5c885fe.el9.x86_64 33/34 2024-04-07T20:47:13.787 INFO:teuthology.orchestra.run.smithi181.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 176 kB/s | 67 kB 00:00 2024-04-07T20:47:14.104 INFO:teuthology.orchestra.run.smithi181.stdout:(26/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 223 kB/s | 309 kB 00:01 2024-04-07T20:47:14.248 INFO:teuthology.orchestra.run.smithi203.stdout:(1/6): jq-1.6-16.el9.x86_64.rpm 1.2 MB/s | 187 kB 00:00 2024-04-07T20:47:14.306 INFO:teuthology.orchestra.run.smithi203.stdout:(2/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 3.7 MB/s | 218 kB 00:00 2024-04-07T20:47:14.331 INFO:teuthology.orchestra.run.smithi203.stdout:(3/6): libcephsqlite-19.0.0-2578.ge5c885fe.el9. 693 kB/s | 163 kB 00:00 2024-04-07T20:47:14.515 INFO:teuthology.orchestra.run.smithi203.stdout:(4/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 347 kB/s | 64 kB 00:00 2024-04-07T20:47:14.590 INFO:teuthology.orchestra.run.smithi203.stdout:(5/6): socat-1.7.4.1-5.el9.x86_64.rpm 1.0 MB/s | 305 kB 00:00 2024-04-07T20:47:14.762 INFO:teuthology.orchestra.run.smithi181.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 291 kB/s | 192 kB 00:00 2024-04-07T20:47:14.996 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-07T20:47:14.996 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:47:14.996 INFO:teuthology.orchestra.run.smithi136.stdout:Upgraded: 2024-04-07T20:47:14.996 INFO:teuthology.orchestra.run.smithi136.stdout: librados2-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:14.996 INFO:teuthology.orchestra.run.smithi136.stdout: librbd1-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:14.996 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-04-07T20:47:14.996 INFO:teuthology.orchestra.run.smithi136.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-07T20:47:14.996 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-base-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:14.996 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-common-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:14.996 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-radosgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:14.996 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-selinux-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:14.996 INFO:teuthology.orchestra.run.smithi136.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-07T20:47:14.997 INFO:teuthology.orchestra.run.smithi136.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-07T20:47:14.997 INFO:teuthology.orchestra.run.smithi136.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-07T20:47:14.997 INFO:teuthology.orchestra.run.smithi136.stdout: libcephfs2-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:14.997 INFO:teuthology.orchestra.run.smithi136.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-07T20:47:14.997 INFO:teuthology.orchestra.run.smithi136.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-07T20:47:14.997 INFO:teuthology.orchestra.run.smithi136.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-07T20:47:14.997 INFO:teuthology.orchestra.run.smithi136.stdout: libradosstriper1-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:14.997 INFO:teuthology.orchestra.run.smithi136.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-07T20:47:14.997 INFO:teuthology.orchestra.run.smithi136.stdout: librgw2-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:14.997 INFO:teuthology.orchestra.run.smithi136.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-07T20:47:14.997 INFO:teuthology.orchestra.run.smithi136.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-07T20:47:14.997 INFO:teuthology.orchestra.run.smithi136.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-07T20:47:14.997 INFO:teuthology.orchestra.run.smithi136.stdout: python3-ceph-argparse-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:14.997 INFO:teuthology.orchestra.run.smithi136.stdout: python3-ceph-common-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:14.997 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cephfs-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:14.997 INFO:teuthology.orchestra.run.smithi136.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-07T20:47:14.998 INFO:teuthology.orchestra.run.smithi136.stdout: python3-rados-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:14.998 INFO:teuthology.orchestra.run.smithi136.stdout: python3-rbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:14.998 INFO:teuthology.orchestra.run.smithi136.stdout: python3-rgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:14.998 INFO:teuthology.orchestra.run.smithi136.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-07T20:47:14.998 INFO:teuthology.orchestra.run.smithi136.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-07T20:47:14.998 INFO:teuthology.orchestra.run.smithi136.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-07T20:47:14.998 INFO:teuthology.orchestra.run.smithi136.stdout: re2-1:20211101-3.el9.x86_64 2024-04-07T20:47:14.998 INFO:teuthology.orchestra.run.smithi136.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-07T20:47:14.998 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:47:14.998 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T20:47:15.354 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph-test 2024-04-07T20:47:15.947 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:00:29 ago on Sun 07 Apr 2024 08:46:46 PM UTC. 2024-04-07T20:47:16.236 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T20:47:16.236 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T20:47:16.236 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T20:47:16.236 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.236 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T20:47:16.236 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.236 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T20:47:16.236 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.236 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T20:47:16.237 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.237 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T20:47:16.237 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.237 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T20:47:16.237 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.237 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T20:47:16.237 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.237 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T20:47:16.237 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.237 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T20:47:16.237 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.237 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T20:47:16.237 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.237 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T20:47:16.238 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.238 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T20:47:16.238 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.238 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T20:47:16.238 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.238 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T20:47:16.238 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.238 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T20:47:16.238 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.238 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T20:47:16.238 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.238 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T20:47:16.239 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.239 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T20:47:16.239 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.239 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T20:47:16.239 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.239 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T20:47:16.239 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.239 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T20:47:16.239 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.239 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T20:47:16.239 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.239 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T20:47:16.239 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.240 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T20:47:16.240 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.240 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T20:47:16.240 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.240 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T20:47:16.240 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.240 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T20:47:16.240 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.240 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T20:47:16.240 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.240 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T20:47:16.240 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.240 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T20:47:16.241 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.241 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T20:47:16.241 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.241 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T20:47:16.241 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.241 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T20:47:16.241 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.241 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T20:47:16.241 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.241 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T20:47:16.241 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.241 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T20:47:16.241 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.241 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T20:47:16.242 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.242 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.242 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.242 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:47:16.242 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.242 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.242 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.242 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.242 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T20:47:16.242 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.242 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.242 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.242 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.243 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.243 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.243 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:47:16.243 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.243 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.243 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.243 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.243 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:47:16.243 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.243 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.243 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.243 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.243 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:47:16.244 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.244 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.244 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.244 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.244 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:47:16.244 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.244 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.244 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.244 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.244 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:47:16.244 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.244 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.244 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.245 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.245 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:47:16.245 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.245 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.245 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.245 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:47:16.306 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T20:47:16.307 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:47:16.307 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repository Size 2024-04-07T20:47:16.307 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:47:16.307 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-04-07T20:47:16.307 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-test x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 48 M 2024-04-07T20:47:16.307 INFO:teuthology.orchestra.run.smithi136.stdout:Installing dependencies: 2024-04-07T20:47:16.307 INFO:teuthology.orchestra.run.smithi136.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-07T20:47:16.308 INFO:teuthology.orchestra.run.smithi136.stdout: libcephsqlite x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 163 k 2024-04-07T20:47:16.308 INFO:teuthology.orchestra.run.smithi136.stdout: oniguruma x86_64 6.9.6-1.el9.5 baseos 218 k 2024-04-07T20:47:16.308 INFO:teuthology.orchestra.run.smithi136.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-07T20:47:16.308 INFO:teuthology.orchestra.run.smithi136.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-07T20:47:16.308 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:47:16.308 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-04-07T20:47:16.308 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:47:16.308 INFO:teuthology.orchestra.run.smithi136.stdout:Install 6 Packages 2024-04-07T20:47:16.308 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:47:16.309 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 49 M 2024-04-07T20:47:16.309 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 206 M 2024-04-07T20:47:16.309 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-04-07T20:47:16.587 INFO:teuthology.orchestra.run.smithi181.stdout:(28/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 299 kB/s | 838 kB 00:02 2024-04-07T20:47:16.624 INFO:teuthology.orchestra.run.smithi203.stdout:(6/6): ceph-test-19.0.0-2578.ge5c885fe.el9.x86_ 19 MB/s | 48 MB 00:02 2024-04-07T20:47:16.628 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:47:16.629 INFO:teuthology.orchestra.run.smithi203.stdout:Total 17 MB/s | 49 MB 00:02 2024-04-07T20:47:16.679 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-04-07T20:47:16.700 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-04-07T20:47:16.700 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-04-07T20:47:16.798 INFO:teuthology.orchestra.run.smithi136.stdout:(1/6): jq-1.6-16.el9.x86_64.rpm 710 kB/s | 187 kB 00:00 2024-04-07T20:47:16.871 INFO:teuthology.orchestra.run.smithi181.stdout:(29/32): librados2-19.0.0-2578.ge5c885fe.el9.x8 12 MB/s | 3.4 MB 00:00 2024-04-07T20:47:16.899 INFO:teuthology.orchestra.run.smithi136.stdout:(2/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 2.1 MB/s | 218 kB 00:00 2024-04-07T20:47:16.991 INFO:teuthology.orchestra.run.smithi136.stdout:(3/6): libcephsqlite-19.0.0-2578.ge5c885fe.el9. 358 kB/s | 163 kB 00:00 2024-04-07T20:47:17.046 INFO:teuthology.orchestra.run.smithi181.stdout:(30/32): librbd1-19.0.0-2578.ge5c885fe.el9.x86_ 18 MB/s | 3.1 MB 00:00 2024-04-07T20:47:17.085 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-04-07T20:47:17.085 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-04-07T20:47:17.124 INFO:teuthology.orchestra.run.smithi136.stdout:(4/6): socat-1.7.4.1-5.el9.x86_64.rpm 1.3 MB/s | 305 kB 00:00 2024-04-07T20:47:17.141 INFO:teuthology.orchestra.run.smithi136.stdout:(5/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 424 kB/s | 64 kB 00:00 2024-04-07T20:47:17.651 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-04-07T20:47:17.739 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-07T20:47:17.783 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-07T20:47:17.825 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-07T20:47:17.874 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-07T20:47:17.903 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : libcephsqlite-2:19.0.0-2578.ge5c885fe.el9.x86_64 5/6 2024-04-07T20:47:18.888 INFO:teuthology.orchestra.run.smithi181.stdout:(31/32): thrift-0.15.0-2.el9.x86_64.rpm 393 kB/s | 1.6 MB 00:04 2024-04-07T20:47:20.374 INFO:teuthology.orchestra.run.smithi136.stdout:(6/6): ceph-test-19.0.0-2578.ge5c885fe.el9.x86_ 12 MB/s | 48 MB 00:03 2024-04-07T20:47:20.377 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:47:20.378 INFO:teuthology.orchestra.run.smithi136.stdout:Total 12 MB/s | 49 MB 00:04 2024-04-07T20:47:20.429 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-04-07T20:47:20.449 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-04-07T20:47:20.449 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-04-07T20:47:20.848 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-04-07T20:47:20.848 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-04-07T20:47:21.436 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-04-07T20:47:21.527 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-07T20:47:21.572 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-07T20:47:21.608 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-07T20:47:21.658 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-07T20:47:21.679 INFO:teuthology.orchestra.run.smithi181.stdout:(32/32): libarrow-9.0.0-10.el9.x86_64.rpm 508 kB/s | 4.4 MB 00:08 2024-04-07T20:47:21.681 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:47:21.682 INFO:teuthology.orchestra.run.smithi181.stdout:Total 4.4 MB/s | 59 MB 00:13 2024-04-07T20:47:21.686 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : libcephsqlite-2:19.0.0-2578.ge5c885fe.el9.x86_64 5/6 2024-04-07T20:47:21.773 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-04-07T20:47:21.807 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-04-07T20:47:21.807 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-04-07T20:47:22.303 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-04-07T20:47:22.304 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-04-07T20:47:22.394 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2578.ge5c885fe.el9.x86_64 5/6 2024-04-07T20:47:22.469 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-test-2:19.0.0-2578.ge5c885fe.el9.x86_64 6/6 2024-04-07T20:47:23.758 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-04-07T20:47:23.840 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-07T20:47:23.867 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-07T20:47:23.893 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-07T20:47:23.915 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-07T20:47:23.932 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-07T20:47:24.082 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-07T20:47:24.137 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-07T20:47:24.459 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-07T20:47:24.519 INFO:teuthology.orchestra.run.smithi181.stdout: Upgrading : librados2-2:19.0.0-2578.ge5c885fe.el9.x86_64 7/34 2024-04-07T20:47:24.594 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: librados2-2:19.0.0-2578.ge5c885fe.el9.x86_64 7/34 2024-04-07T20:47:24.681 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-rados-2:19.0.0-2578.ge5c885fe.el9.x86_64 8/34 2024-04-07T20:47:24.712 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : libcephfs2-2:19.0.0-2578.ge5c885fe.el9.x86_64 9/34 2024-04-07T20:47:24.758 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: libcephfs2-2:19.0.0-2578.ge5c885fe.el9.x86_64 9/34 2024-04-07T20:47:24.787 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-07T20:47:24.830 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-ceph-argparse-2:19.0.0-2578.ge5c885fe.el9. 11/34 2024-04-07T20:47:24.908 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-cephfs-2:19.0.0-2578.ge5c885fe.el9.x86_64 12/34 2024-04-07T20:47:24.931 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : libradosstriper1-2:19.0.0-2578.ge5c885fe.el9.x86_6 13/34 2024-04-07T20:47:24.951 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-test-2:19.0.0-2578.ge5c885fe.el9.x86_64 6/6 2024-04-07T20:47:24.951 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-test-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/6 2024-04-07T20:47:24.951 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : libcephsqlite-2:19.0.0-2578.ge5c885fe.el9.x86_64 2/6 2024-04-07T20:47:24.951 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : jq-1.6-16.el9.x86_64 3/6 2024-04-07T20:47:24.951 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 4/6 2024-04-07T20:47:24.951 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 5/6 2024-04-07T20:47:24.995 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2578.ge5c885fe.el9.x86_6 13/34 2024-04-07T20:47:25.030 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-07T20:47:25.137 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-07T20:47:25.173 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-07T20:47:25.214 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-07T20:47:25.246 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-07T20:47:25.275 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-07T20:47:25.308 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-07T20:47:25.438 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 6/6 2024-04-07T20:47:25.438 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:47:25.438 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-04-07T20:47:25.438 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-test-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:25.438 INFO:teuthology.orchestra.run.smithi203.stdout: jq-1.6-16.el9.x86_64 2024-04-07T20:47:25.438 INFO:teuthology.orchestra.run.smithi203.stdout: libcephsqlite-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:25.438 INFO:teuthology.orchestra.run.smithi203.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-07T20:47:25.438 INFO:teuthology.orchestra.run.smithi203.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-07T20:47:25.438 INFO:teuthology.orchestra.run.smithi203.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-07T20:47:25.439 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:47:25.439 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-04-07T20:47:25.621 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-07T20:47:25.654 INFO:teuthology.orchestra.run.smithi181.stdout: Upgrading : librbd1-2:19.0.0-2578.ge5c885fe.el9.x86_64 22/34 2024-04-07T20:47:25.662 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph 2024-04-07T20:47:25.732 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: librbd1-2:19.0.0-2578.ge5c885fe.el9.x86_64 22/34 2024-04-07T20:47:25.768 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-rbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 23/34 2024-04-07T20:47:25.806 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-07T20:47:26.215 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2578.ge5c885fe.el9.x86_64 5/6 2024-04-07T20:47:26.265 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-07T20:47:26.277 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:00:42 ago on Sun 07 Apr 2024 08:46:44 PM UTC. 2024-04-07T20:47:26.290 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : librgw2-2:19.0.0-2578.ge5c885fe.el9.x86_64 26/34 2024-04-07T20:47:26.294 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-test-2:19.0.0-2578.ge5c885fe.el9.x86_64 6/6 2024-04-07T20:47:26.361 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: librgw2-2:19.0.0-2578.ge5c885fe.el9.x86_64 26/34 2024-04-07T20:47:26.430 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-rgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 27/34 2024-04-07T20:47:26.459 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-ceph-common-2:19.0.0-2578.ge5c885fe.el9.x8 28/34 2024-04-07T20:47:26.582 INFO:teuthology.orchestra.run.smithi203.stderr:Modular dependency problems: 2024-04-07T20:47:26.582 INFO:teuthology.orchestra.run.smithi203.stderr: 2024-04-07T20:47:26.582 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 1: conflicting requests 2024-04-07T20:47:26.582 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.583 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 2: conflicting requests 2024-04-07T20:47:26.583 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.583 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 3: conflicting requests 2024-04-07T20:47:26.583 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.583 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 4: conflicting requests 2024-04-07T20:47:26.583 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.583 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 5: conflicting requests 2024-04-07T20:47:26.583 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.583 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 6: conflicting requests 2024-04-07T20:47:26.583 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.583 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 7: conflicting requests 2024-04-07T20:47:26.583 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.583 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 8: conflicting requests 2024-04-07T20:47:26.583 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.584 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 9: conflicting requests 2024-04-07T20:47:26.584 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.584 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 10: conflicting requests 2024-04-07T20:47:26.584 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.584 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 11: conflicting requests 2024-04-07T20:47:26.584 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.584 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 12: conflicting requests 2024-04-07T20:47:26.584 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.584 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 13: conflicting requests 2024-04-07T20:47:26.584 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.584 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 14: conflicting requests 2024-04-07T20:47:26.584 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.584 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 15: conflicting requests 2024-04-07T20:47:26.584 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.585 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 16: conflicting requests 2024-04-07T20:47:26.585 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.585 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 17: conflicting requests 2024-04-07T20:47:26.585 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.585 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 18: conflicting requests 2024-04-07T20:47:26.585 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.585 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 19: conflicting requests 2024-04-07T20:47:26.585 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.585 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 20: conflicting requests 2024-04-07T20:47:26.585 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.585 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 21: conflicting requests 2024-04-07T20:47:26.585 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.585 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 22: conflicting requests 2024-04-07T20:47:26.585 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.586 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 23: conflicting requests 2024-04-07T20:47:26.586 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.586 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 24: conflicting requests 2024-04-07T20:47:26.586 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.586 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 25: conflicting requests 2024-04-07T20:47:26.586 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.586 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 26: conflicting requests 2024-04-07T20:47:26.586 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.586 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 27: conflicting requests 2024-04-07T20:47:26.586 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.586 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 28: conflicting requests 2024-04-07T20:47:26.586 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.586 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 29: conflicting requests 2024-04-07T20:47:26.586 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.587 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 30: conflicting requests 2024-04-07T20:47:26.587 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.587 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 31: conflicting requests 2024-04-07T20:47:26.587 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.587 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 32: conflicting requests 2024-04-07T20:47:26.587 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.587 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 33: conflicting requests 2024-04-07T20:47:26.587 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.587 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 34: conflicting requests 2024-04-07T20:47:26.587 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.587 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 35: conflicting requests 2024-04-07T20:47:26.587 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.587 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 36: conflicting requests 2024-04-07T20:47:26.587 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.588 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 37: conflicting requests 2024-04-07T20:47:26.588 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.588 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.588 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.588 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:47:26.588 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.588 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.588 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.588 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.588 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 39: conflicting requests 2024-04-07T20:47:26.588 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.588 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.588 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.588 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.588 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.589 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.589 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:47:26.589 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.589 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.589 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.589 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.589 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:47:26.589 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.589 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.589 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.589 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.589 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:47:26.589 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.589 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.590 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.590 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.590 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:47:26.590 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.590 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.590 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.590 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.590 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:47:26.590 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.590 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.590 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.590 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.590 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:47:26.590 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.591 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.591 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.591 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:47:26.657 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-04-07T20:47:26.660 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:47:26.660 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2024-04-07T20:47:26.660 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:47:26.660 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-04-07T20:47:26.660 INFO:teuthology.orchestra.run.smithi203.stdout: ceph x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 6.6 k 2024-04-07T20:47:26.660 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2024-04-07T20:47:26.660 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mds x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 2.4 M 2024-04-07T20:47:26.660 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 1.5 M 2024-04-07T20:47:26.660 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 249 k 2024-04-07T20:47:26.660 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mon x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 4.7 M 2024-04-07T20:47:26.661 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-osd x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 17 M 2024-04-07T20:47:26.661 INFO:teuthology.orchestra.run.smithi203.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-07T20:47:26.661 INFO:teuthology.orchestra.run.smithi203.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-07T20:47:26.661 INFO:teuthology.orchestra.run.smithi203.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-07T20:47:26.661 INFO:teuthology.orchestra.run.smithi203.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-07T20:47:26.661 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-07T20:47:26.661 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-07T20:47:26.661 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-07T20:47:26.661 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-07T20:47:26.661 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-07T20:47:26.661 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-07T20:47:26.661 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jaraco-collections 2024-04-07T20:47:26.661 INFO:teuthology.orchestra.run.smithi203.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-07T20:47:26.661 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-07T20:47:26.661 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-07T20:47:26.661 INFO:teuthology.orchestra.run.smithi203.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-07T20:47:26.661 INFO:teuthology.orchestra.run.smithi203.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-07T20:47:26.662 INFO:teuthology.orchestra.run.smithi203.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-07T20:47:26.662 INFO:teuthology.orchestra.run.smithi203.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-07T20:47:26.662 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-07T20:47:26.662 INFO:teuthology.orchestra.run.smithi203.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-07T20:47:26.662 INFO:teuthology.orchestra.run.smithi203.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-07T20:47:26.662 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-07T20:47:26.662 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-07T20:47:26.662 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-07T20:47:26.662 INFO:teuthology.orchestra.run.smithi203.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-07T20:47:26.662 INFO:teuthology.orchestra.run.smithi203.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-07T20:47:26.662 INFO:teuthology.orchestra.run.smithi203.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-07T20:47:26.662 INFO:teuthology.orchestra.run.smithi203.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-07T20:47:26.662 INFO:teuthology.orchestra.run.smithi203.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-07T20:47:26.662 INFO:teuthology.orchestra.run.smithi203.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-07T20:47:26.662 INFO:teuthology.orchestra.run.smithi203.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-07T20:47:26.663 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:47:26.663 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-04-07T20:47:26.663 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:47:26.663 INFO:teuthology.orchestra.run.smithi203.stdout:Install 36 Packages 2024-04-07T20:47:26.663 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:47:26.663 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 30 M 2024-04-07T20:47:26.663 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 108 M 2024-04-07T20:47:26.663 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-04-07T20:47:28.749 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-common-2:19.0.0-2578.ge5c885fe.el9.x86_64 29/34 2024-04-07T20:47:28.780 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-test-2:19.0.0-2578.ge5c885fe.el9.x86_64 6/6 2024-04-07T20:47:28.780 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-test-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/6 2024-04-07T20:47:28.780 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : libcephsqlite-2:19.0.0-2578.ge5c885fe.el9.x86_64 2/6 2024-04-07T20:47:28.780 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : jq-1.6-16.el9.x86_64 3/6 2024-04-07T20:47:28.780 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 4/6 2024-04-07T20:47:28.780 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 5/6 2024-04-07T20:47:28.789 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-common-2:19.0.0-2578.ge5c885fe.el9.x86_64 29/34 2024-04-07T20:47:28.822 INFO:teuthology.orchestra.run.smithi203.stdout:(1/36): ceph-19.0.0-2578.ge5c885fe.el9.x86_64.r 37 kB/s | 6.6 kB 00:00 2024-04-07T20:47:29.022 INFO:teuthology.orchestra.run.smithi203.stdout:(2/36): ceph-mds-19.0.0-2578.ge5c885fe.el9.x86_ 6.3 MB/s | 2.4 MB 00:00 2024-04-07T20:47:29.222 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 6/6 2024-04-07T20:47:29.222 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:47:29.222 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-04-07T20:47:29.222 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-test-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:29.222 INFO:teuthology.orchestra.run.smithi136.stdout: jq-1.6-16.el9.x86_64 2024-04-07T20:47:29.223 INFO:teuthology.orchestra.run.smithi136.stdout: libcephsqlite-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:29.223 INFO:teuthology.orchestra.run.smithi136.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-07T20:47:29.223 INFO:teuthology.orchestra.run.smithi136.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-07T20:47:29.223 INFO:teuthology.orchestra.run.smithi136.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-07T20:47:29.223 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:47:29.223 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T20:47:29.359 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-common-2:19.0.0-2578.ge5c885fe.el9.x86_64 29/34 2024-04-07T20:47:29.418 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-base-2:19.0.0-2578.ge5c885fe.el9.x86_64 30/34 2024-04-07T20:47:29.449 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph 2024-04-07T20:47:29.513 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-base-2:19.0.0-2578.ge5c885fe.el9.x86_64 30/34 2024-04-07T20:47:29.513 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-07T20:47:29.513 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-07T20:47:29.513 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:47:29.552 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-selinux-2:19.0.0-2578.ge5c885fe.el9.x86_64 31/34 2024-04-07T20:47:29.714 INFO:teuthology.orchestra.run.smithi203.stdout:(3/36): ceph-mon-19.0.0-2578.ge5c885fe.el9.x86_ 5.3 MB/s | 4.7 MB 00:00 2024-04-07T20:47:29.789 INFO:teuthology.orchestra.run.smithi203.stdout:(4/36): ceph-mgr-19.0.0-2578.ge5c885fe.el9.x86_ 1.3 MB/s | 1.5 MB 00:01 2024-04-07T20:47:29.822 INFO:teuthology.orchestra.run.smithi203.stdout:(5/36): ceph-mgr-modules-core-19.0.0-2578.ge5c8 2.2 MB/s | 249 kB 00:00 2024-04-07T20:47:29.989 INFO:teuthology.orchestra.run.smithi203.stdout:(6/36): ceph-osd-19.0.0-2578.ge5c885fe.el9.x86_ 17 MB/s | 17 MB 00:00 2024-04-07T20:47:30.050 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:00:44 ago on Sun 07 Apr 2024 08:46:46 PM UTC. 2024-04-07T20:47:30.056 INFO:teuthology.orchestra.run.smithi203.stdout:(7/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 948 kB/s | 253 kB 00:00 2024-04-07T20:47:30.082 INFO:teuthology.orchestra.run.smithi203.stdout:(8/36): python3-ply-3.11-14.el9.noarch.rpm 1.1 MB/s | 106 kB 00:00 2024-04-07T20:47:30.140 INFO:teuthology.orchestra.run.smithi203.stdout:(9/36): python3-cryptography-36.0.1-4.el9.x86_6 3.9 MB/s | 1.2 MB 00:00 2024-04-07T20:47:30.202 INFO:teuthology.orchestra.run.smithi203.stdout:(10/36): python3-pycparser-2.20-6.el9.noarch.rp 931 kB/s | 135 kB 00:00 2024-04-07T20:47:30.224 INFO:teuthology.orchestra.run.smithi203.stdout:(11/36): python3-requests-2.25.1-8.el9.noarch.r 879 kB/s | 125 kB 00:00 2024-04-07T20:47:30.275 INFO:teuthology.orchestra.run.smithi203.stdout:(12/36): python3-urllib3-1.26.5-5.el9.noarch.rp 1.6 MB/s | 215 kB 00:00 2024-04-07T20:47:30.338 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T20:47:30.338 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T20:47:30.338 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T20:47:30.339 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.339 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T20:47:30.339 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.339 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T20:47:30.339 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.339 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T20:47:30.339 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.339 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T20:47:30.339 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.339 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T20:47:30.339 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.339 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T20:47:30.339 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.339 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T20:47:30.339 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.339 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T20:47:30.340 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.340 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T20:47:30.340 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.340 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T20:47:30.340 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.340 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T20:47:30.340 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.340 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T20:47:30.340 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.340 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T20:47:30.340 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.340 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T20:47:30.340 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.340 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T20:47:30.340 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.341 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T20:47:30.341 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.341 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T20:47:30.341 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.341 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T20:47:30.341 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.341 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T20:47:30.341 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.341 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T20:47:30.341 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.341 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T20:47:30.341 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.341 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T20:47:30.341 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.341 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T20:47:30.342 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.342 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T20:47:30.342 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.342 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T20:47:30.342 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.342 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T20:47:30.342 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.342 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T20:47:30.342 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.342 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T20:47:30.342 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.342 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T20:47:30.342 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.342 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T20:47:30.342 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.342 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T20:47:30.343 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.343 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T20:47:30.343 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.343 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T20:47:30.343 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.343 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T20:47:30.343 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.343 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T20:47:30.343 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.343 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T20:47:30.343 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.343 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.343 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.344 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:47:30.344 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.344 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.344 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.344 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.344 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T20:47:30.344 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.344 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.344 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.344 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.344 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.345 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.345 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:47:30.345 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.345 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.345 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.345 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.345 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:47:30.345 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.345 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.345 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.345 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.345 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:47:30.345 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.345 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.345 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.346 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.346 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:47:30.346 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.346 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.346 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.346 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.346 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:47:30.346 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.346 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.346 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.346 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.346 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:47:30.346 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.346 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.346 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.347 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:47:30.410 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T20:47:30.412 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:47:30.412 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repository Size 2024-04-07T20:47:30.412 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:47:30.412 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-04-07T20:47:30.413 INFO:teuthology.orchestra.run.smithi136.stdout: ceph x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 6.6 k 2024-04-07T20:47:30.413 INFO:teuthology.orchestra.run.smithi136.stdout:Installing dependencies: 2024-04-07T20:47:30.413 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mds x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 2.4 M 2024-04-07T20:47:30.413 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 1.5 M 2024-04-07T20:47:30.413 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 249 k 2024-04-07T20:47:30.413 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mon x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 4.7 M 2024-04-07T20:47:30.413 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-osd x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 17 M 2024-04-07T20:47:30.413 INFO:teuthology.orchestra.run.smithi136.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-07T20:47:30.413 INFO:teuthology.orchestra.run.smithi136.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-07T20:47:30.413 INFO:teuthology.orchestra.run.smithi136.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-07T20:47:30.413 INFO:teuthology.orchestra.run.smithi136.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-07T20:47:30.413 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-07T20:47:30.413 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-07T20:47:30.413 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-07T20:47:30.413 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-07T20:47:30.413 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-07T20:47:30.414 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-07T20:47:30.414 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco-collections 2024-04-07T20:47:30.414 INFO:teuthology.orchestra.run.smithi136.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-07T20:47:30.414 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-07T20:47:30.414 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-07T20:47:30.414 INFO:teuthology.orchestra.run.smithi136.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-07T20:47:30.414 INFO:teuthology.orchestra.run.smithi136.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-07T20:47:30.414 INFO:teuthology.orchestra.run.smithi136.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-07T20:47:30.414 INFO:teuthology.orchestra.run.smithi136.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-07T20:47:30.414 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-07T20:47:30.414 INFO:teuthology.orchestra.run.smithi136.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-07T20:47:30.414 INFO:teuthology.orchestra.run.smithi136.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-07T20:47:30.414 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-07T20:47:30.414 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-07T20:47:30.414 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-07T20:47:30.415 INFO:teuthology.orchestra.run.smithi136.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-07T20:47:30.415 INFO:teuthology.orchestra.run.smithi136.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-07T20:47:30.415 INFO:teuthology.orchestra.run.smithi136.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-07T20:47:30.415 INFO:teuthology.orchestra.run.smithi136.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-07T20:47:30.415 INFO:teuthology.orchestra.run.smithi136.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-07T20:47:30.415 INFO:teuthology.orchestra.run.smithi136.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-07T20:47:30.415 INFO:teuthology.orchestra.run.smithi136.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-07T20:47:30.415 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:47:30.415 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-04-07T20:47:30.415 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:47:30.415 INFO:teuthology.orchestra.run.smithi136.stdout:Install 36 Packages 2024-04-07T20:47:30.415 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:47:30.416 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 30 M 2024-04-07T20:47:30.416 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 108 M 2024-04-07T20:47:30.416 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-04-07T20:47:30.450 INFO:teuthology.orchestra.run.smithi203.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 199 kB/s | 35 kB 00:00 2024-04-07T20:47:30.509 INFO:teuthology.orchestra.run.smithi203.stdout:(14/36): lua-5.4.4-4.el9.x86_64.rpm 664 kB/s | 188 kB 00:00 2024-04-07T20:47:30.534 INFO:teuthology.orchestra.run.smithi203.stdout:(15/36): python3-mako-1.1.4-6.el9.noarch.rpm 557 kB/s | 172 kB 00:00 2024-04-07T20:47:30.559 INFO:teuthology.orchestra.run.smithi203.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 469 kB/s | 51 kB 00:00 2024-04-07T20:47:30.601 INFO:teuthology.orchestra.run.smithi203.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 452 kB/s | 42 kB 00:00 2024-04-07T20:47:30.735 INFO:teuthology.orchestra.run.smithi203.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 127 kB/s | 22 kB 00:00 2024-04-07T20:47:30.760 INFO:teuthology.orchestra.run.smithi203.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 274 kB/s | 43 kB 00:00 2024-04-07T20:47:30.785 INFO:teuthology.orchestra.run.smithi203.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 670 kB/s | 151 kB 00:00 2024-04-07T20:47:30.844 INFO:teuthology.orchestra.run.smithi203.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 183 kB/s | 11 kB 00:00 2024-04-07T20:47:30.869 INFO:teuthology.orchestra.run.smithi203.stdout:(22/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.3 MB/s | 172 kB 00:00 2024-04-07T20:47:30.894 INFO:teuthology.orchestra.run.smithi203.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 351 kB/s | 18 kB 00:00 2024-04-07T20:47:30.928 INFO:teuthology.orchestra.run.smithi203.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 394 kB/s | 23 kB 00:00 2024-04-07T20:47:30.945 INFO:teuthology.orchestra.run.smithi203.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 386 kB/s | 19 kB 00:00 2024-04-07T20:47:30.979 INFO:teuthology.orchestra.run.smithi203.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 393 kB/s | 20 kB 00:00 2024-04-07T20:47:31.004 INFO:teuthology.orchestra.run.smithi203.stdout:(27/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.4 MB/s | 358 kB 00:00 2024-04-07T20:47:31.021 INFO:teuthology.orchestra.run.smithi203.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 613 kB/s | 46 kB 00:00 2024-04-07T20:47:31.046 INFO:teuthology.orchestra.run.smithi203.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 1.1 MB/s | 79 kB 00:00 2024-04-07T20:47:31.071 INFO:teuthology.orchestra.run.smithi203.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 4.0 MB/s | 272 kB 00:00 2024-04-07T20:47:31.088 INFO:teuthology.orchestra.run.smithi203.stdout:(31/36): python3-portend-3.1.0-2.el9.noarch.rpm 244 kB/s | 16 kB 00:00 2024-04-07T20:47:31.114 INFO:teuthology.orchestra.run.smithi203.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.3 MB/s | 90 kB 00:00 2024-04-07T20:47:31.131 INFO:teuthology.orchestra.run.smithi203.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 606 kB/s | 36 kB 00:00 2024-04-07T20:47:31.153 INFO:teuthology.orchestra.run.smithi136.stdout:(1/36): ceph-19.0.0-2578.ge5c885fe.el9.x86_64.r 31 kB/s | 6.6 kB 00:00 2024-04-07T20:47:31.173 INFO:teuthology.orchestra.run.smithi203.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 482 kB/s | 20 kB 00:00 2024-04-07T20:47:31.198 INFO:teuthology.orchestra.run.smithi203.stdout:(35/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.1 MB/s | 230 kB 00:00 2024-04-07T20:47:31.223 INFO:teuthology.orchestra.run.smithi203.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.8 MB/s | 427 kB 00:00 2024-04-07T20:47:31.228 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:47:31.228 INFO:teuthology.orchestra.run.smithi203.stdout:Total 6.6 MB/s | 30 MB 00:04 2024-04-07T20:47:31.369 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-04-07T20:47:31.413 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-04-07T20:47:31.413 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-04-07T20:47:31.479 INFO:teuthology.orchestra.run.smithi136.stdout:(2/36): ceph-mds-19.0.0-2578.ge5c885fe.el9.x86_ 4.4 MB/s | 2.4 MB 00:00 2024-04-07T20:47:31.687 INFO:teuthology.orchestra.run.smithi136.stdout:(3/36): ceph-mon-19.0.0-2578.ge5c885fe.el9.x86_ 8.8 MB/s | 4.7 MB 00:00 2024-04-07T20:47:31.763 INFO:teuthology.orchestra.run.smithi136.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2578.ge5c8 3.2 MB/s | 249 kB 00:00 2024-04-07T20:47:31.813 INFO:teuthology.orchestra.run.smithi136.stdout:(5/36): ceph-mgr-19.0.0-2578.ge5c885fe.el9.x86_ 1.7 MB/s | 1.5 MB 00:00 2024-04-07T20:47:31.831 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-04-07T20:47:31.831 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-04-07T20:47:31.947 INFO:teuthology.orchestra.run.smithi136.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.3 MB/s | 253 kB 00:00 2024-04-07T20:47:31.997 INFO:teuthology.orchestra.run.smithi136.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 2.1 MB/s | 106 kB 00:00 2024-04-07T20:47:32.080 INFO:teuthology.orchestra.run.smithi136.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 1.6 MB/s | 135 kB 00:00 2024-04-07T20:47:32.131 INFO:teuthology.orchestra.run.smithi136.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 2.4 MB/s | 125 kB 00:00 2024-04-07T20:47:32.214 INFO:teuthology.orchestra.run.smithi136.stdout:(10/36): python3-urllib3-1.26.5-5.el9.noarch.rp 2.5 MB/s | 215 kB 00:00 2024-04-07T20:47:32.348 INFO:teuthology.orchestra.run.smithi136.stdout:(11/36): lua-5.4.4-4.el9.x86_64.rpm 1.4 MB/s | 188 kB 00:00 2024-04-07T20:47:32.515 INFO:teuthology.orchestra.run.smithi136.stdout:(12/36): ceph-osd-19.0.0-2578.ge5c885fe.el9.x86 16 MB/s | 17 MB 00:01 2024-04-07T20:47:32.549 INFO:teuthology.orchestra.run.smithi136.stdout:(13/36): python3-cryptography-36.0.1-4.el9.x86_ 1.7 MB/s | 1.2 MB 00:00 2024-04-07T20:47:32.574 INFO:teuthology.orchestra.run.smithi136.stdout:(14/36): python3-mako-1.1.4-6.el9.noarch.rpm 764 kB/s | 172 kB 00:00 2024-04-07T20:47:32.616 INFO:teuthology.orchestra.run.smithi136.stdout:(15/36): python3-toml-0.10.2-6.el9.noarch.rpm 1.0 MB/s | 42 kB 00:00 2024-04-07T20:47:32.641 INFO:teuthology.orchestra.run.smithi136.stdout:(16/36): python3-markupsafe-1.1.1-12.el9.x86_64 276 kB/s | 35 kB 00:00 2024-04-07T20:47:32.666 INFO:teuthology.orchestra.run.smithi136.stdout:(17/36): python3-pytz-2021.1-5.el9.noarch.rpm 434 kB/s | 51 kB 00:00 2024-04-07T20:47:32.767 INFO:teuthology.orchestra.run.smithi136.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 148 kB/s | 22 kB 00:00 2024-04-07T20:47:33.165 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-04-07T20:47:33.234 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-07T20:47:33.273 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-07T20:47:33.292 INFO:teuthology.orchestra.run.smithi136.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 69 kB/s | 43 kB 00:00 2024-04-07T20:47:33.312 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-07T20:47:33.383 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-07T20:47:33.427 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-07T20:47:33.460 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-07T20:47:33.475 INFO:teuthology.orchestra.run.smithi136.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 181 kB/s | 151 kB 00:00 2024-04-07T20:47:33.552 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-07T20:47:33.617 INFO:teuthology.orchestra.run.smithi136.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 215 kB/s | 172 kB 00:00 2024-04-07T20:47:33.639 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-07T20:47:33.680 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-07T20:47:33.715 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-07T20:47:33.746 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-07T20:47:33.771 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-07T20:47:33.805 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-07T20:47:33.846 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-07T20:47:33.880 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-07T20:47:33.882 INFO:teuthology.orchestra.run.smithi136.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 26 kB/s | 11 kB 00:00 2024-04-07T20:47:33.923 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-07T20:47:33.961 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-07T20:47:34.034 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-07T20:47:34.084 INFO:teuthology.orchestra.run.smithi136.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 38 kB/s | 18 kB 00:00 2024-04-07T20:47:34.170 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-07T20:47:34.252 INFO:teuthology.orchestra.run.smithi136.stdout:(24/36): python3-cherrypy-18.6.1-2.el9.noarch.r 374 kB/s | 358 kB 00:00 2024-04-07T20:47:34.276 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-07T20:47:34.331 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-07T20:47:34.370 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-07T20:47:34.385 INFO:teuthology.orchestra.run.smithi136.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 46 kB/s | 23 kB 00:00 2024-04-07T20:47:34.419 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-07T20:47:34.475 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-07T20:47:34.552 INFO:teuthology.orchestra.run.smithi136.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 42 kB/s | 19 kB 00:00 2024-04-07T20:47:34.659 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-07T20:47:34.708 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-07T20:47:34.711 INFO:teuthology.orchestra.run.smithi136.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 43 kB/s | 20 kB 00:00 2024-04-07T20:47:34.786 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-07T20:47:34.875 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-07T20:47:34.916 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-07T20:47:34.936 INFO:teuthology.orchestra.run.smithi136.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 84 kB/s | 46 kB 00:00 2024-04-07T20:47:35.030 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-07T20:47:35.169 INFO:teuthology.orchestra.run.smithi136.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 128 kB/s | 79 kB 00:00 2024-04-07T20:47:35.197 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2578.ge5c885fe.el9. 31/36 2024-04-07T20:47:35.227 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-mgr-2:19.0.0-2578.ge5c885fe.el9.x86_64 32/36 2024-04-07T20:47:35.252 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2578.ge5c885fe.el9.x86_64 32/36 2024-04-07T20:47:35.252 INFO:teuthology.orchestra.run.smithi203.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T20:47:35.252 INFO:teuthology.orchestra.run.smithi203.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-07T20:47:35.252 INFO:teuthology.orchestra.run.smithi203.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-07T20:47:35.252 INFO:teuthology.orchestra.run.smithi203.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-07T20:47:35.252 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:47:35.395 INFO:teuthology.orchestra.run.smithi136.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 36 kB/s | 16 kB 00:00 2024-04-07T20:47:35.553 INFO:teuthology.orchestra.run.smithi136.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 323 kB/s | 272 kB 00:00 2024-04-07T20:47:35.779 INFO:teuthology.orchestra.run.smithi136.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 148 kB/s | 90 kB 00:00 2024-04-07T20:47:35.854 INFO:teuthology.orchestra.run.smithi136.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 78 kB/s | 36 kB 00:00 2024-04-07T20:47:36.238 INFO:teuthology.orchestra.run.smithi136.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 52 kB/s | 20 kB 00:00 2024-04-07T20:47:36.338 INFO:teuthology.orchestra.run.smithi136.stdout:(35/36): python3-webob-1.8.7-6.el9.noarch.rpm 293 kB/s | 230 kB 00:00 2024-04-07T20:47:36.686 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-osd-2:19.0.0-2578.ge5c885fe.el9.x86_64 33/36 2024-04-07T20:47:36.704 INFO:teuthology.orchestra.run.smithi136.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 461 kB/s | 427 kB 00:00 2024-04-07T20:47:36.708 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:47:36.709 INFO:teuthology.orchestra.run.smithi136.stdout:Total 4.8 MB/s | 30 MB 00:06 2024-04-07T20:47:36.712 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-osd-2:19.0.0-2578.ge5c885fe.el9.x86_64 33/36 2024-04-07T20:47:36.712 INFO:teuthology.orchestra.run.smithi203.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T20:47:36.712 INFO:teuthology.orchestra.run.smithi203.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-07T20:47:36.712 INFO:teuthology.orchestra.run.smithi203.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-07T20:47:36.712 INFO:teuthology.orchestra.run.smithi203.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-07T20:47:36.712 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:47:36.850 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-04-07T20:47:36.890 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-04-07T20:47:36.890 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-04-07T20:47:37.187 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-mon-2:19.0.0-2578.ge5c885fe.el9.x86_64 34/36 2024-04-07T20:47:37.214 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-mon-2:19.0.0-2578.ge5c885fe.el9.x86_64 34/36 2024-04-07T20:47:37.214 INFO:teuthology.orchestra.run.smithi203.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T20:47:37.214 INFO:teuthology.orchestra.run.smithi203.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-07T20:47:37.214 INFO:teuthology.orchestra.run.smithi203.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-07T20:47:37.214 INFO:teuthology.orchestra.run.smithi203.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-07T20:47:37.214 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:47:37.318 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-04-07T20:47:37.318 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-04-07T20:47:37.437 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-mds-2:19.0.0-2578.ge5c885fe.el9.x86_64 35/36 2024-04-07T20:47:37.461 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-mds-2:19.0.0-2578.ge5c885fe.el9.x86_64 35/36 2024-04-07T20:47:37.461 INFO:teuthology.orchestra.run.smithi203.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T20:47:37.461 INFO:teuthology.orchestra.run.smithi203.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-07T20:47:37.461 INFO:teuthology.orchestra.run.smithi203.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-07T20:47:37.461 INFO:teuthology.orchestra.run.smithi203.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-07T20:47:37.461 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:47:37.519 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-2:19.0.0-2578.ge5c885fe.el9.x86_64 36/36 2024-04-07T20:47:38.667 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-04-07T20:47:38.723 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-07T20:47:38.761 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-07T20:47:38.793 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-07T20:47:38.863 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-07T20:47:38.878 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2578.ge5c885fe.el9.x86_64 31/34 2024-04-07T20:47:38.878 INFO:teuthology.orchestra.run.smithi181.stdout:skipping the directory /sys 2024-04-07T20:47:38.878 INFO:teuthology.orchestra.run.smithi181.stdout:skipping the directory /proc 2024-04-07T20:47:38.878 INFO:teuthology.orchestra.run.smithi181.stdout:skipping the directory /mnt 2024-04-07T20:47:38.878 INFO:teuthology.orchestra.run.smithi181.stdout:skipping the directory /var/tmp 2024-04-07T20:47:38.878 INFO:teuthology.orchestra.run.smithi181.stdout:skipping the directory /home 2024-04-07T20:47:38.879 INFO:teuthology.orchestra.run.smithi181.stdout:skipping the directory /root 2024-04-07T20:47:38.879 INFO:teuthology.orchestra.run.smithi181.stdout:skipping the directory /tmp 2024-04-07T20:47:38.879 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:47:38.908 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-07T20:47:38.941 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-07T20:47:39.032 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-07T20:47:39.111 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-07T20:47:39.153 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-07T20:47:39.187 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-07T20:47:39.217 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-07T20:47:39.252 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-07T20:47:39.285 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-07T20:47:39.326 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-07T20:47:39.360 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-07T20:47:39.404 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-07T20:47:39.420 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-2:19.0.0-2578.ge5c885fe.el9.x86_64 36/36 2024-04-07T20:47:39.420 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/36 2024-04-07T20:47:39.421 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-mds-2:19.0.0-2578.ge5c885fe.el9.x86_64 2/36 2024-04-07T20:47:39.421 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-mgr-2:19.0.0-2578.ge5c885fe.el9.x86_64 3/36 2024-04-07T20:47:39.421 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-mon-2:19.0.0-2578.ge5c885fe.el9.x86_64 4/36 2024-04-07T20:47:39.421 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-osd-2:19.0.0-2578.ge5c885fe.el9.x86_64 5/36 2024-04-07T20:47:39.421 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2578.ge5c885fe.el9. 6/36 2024-04-07T20:47:39.421 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-07T20:47:39.421 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-07T20:47:39.421 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-07T20:47:39.421 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-07T20:47:39.421 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-07T20:47:39.421 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-07T20:47:39.421 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-07T20:47:39.422 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-07T20:47:39.422 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-07T20:47:39.422 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-07T20:47:39.422 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-07T20:47:39.422 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-07T20:47:39.422 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-07T20:47:39.422 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-07T20:47:39.422 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-07T20:47:39.422 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-07T20:47:39.422 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-07T20:47:39.422 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-07T20:47:39.422 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-07T20:47:39.423 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-07T20:47:39.423 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-07T20:47:39.423 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-07T20:47:39.424 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-07T20:47:39.424 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-07T20:47:39.424 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-07T20:47:39.424 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-07T20:47:39.424 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-07T20:47:39.424 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-07T20:47:39.424 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-07T20:47:39.442 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-07T20:47:39.515 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-07T20:47:39.652 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-07T20:47:39.733 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-07T20:47:39.786 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-07T20:47:39.795 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-radosgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 32/34 2024-04-07T20:47:39.820 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 32/34 2024-04-07T20:47:39.820 INFO:teuthology.orchestra.run.smithi181.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T20:47:39.820 INFO:teuthology.orchestra.run.smithi181.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-07T20:47:39.820 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-07T20:47:39.820 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-07T20:47:39.820 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:47:39.822 INFO:teuthology.orchestra.run.smithi181.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-07T20:47:39.834 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-07T20:47:39.891 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-07T20:47:39.908 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-07T20:47:39.908 INFO:teuthology.orchestra.run.smithi181.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-07T20:47:39.948 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-07T20:47:40.131 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-07T20:47:40.180 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-07T20:47:40.258 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-07T20:47:40.355 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-07T20:47:40.383 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-07T20:47:40.384 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:47:40.384 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-04-07T20:47:40.384 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:40.384 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mds-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:40.384 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:40.384 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr-modules-core-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T20:47:40.384 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mon-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:40.385 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-osd-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:40.385 INFO:teuthology.orchestra.run.smithi203.stdout: lua-5.4.4-4.el9.x86_64 2024-04-07T20:47:40.385 INFO:teuthology.orchestra.run.smithi203.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-07T20:47:40.385 INFO:teuthology.orchestra.run.smithi203.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-07T20:47:40.385 INFO:teuthology.orchestra.run.smithi203.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-07T20:47:40.385 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-07T20:47:40.385 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-07T20:47:40.385 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-07T20:47:40.385 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-07T20:47:40.385 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-07T20:47:40.386 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-07T20:47:40.386 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-07T20:47:40.386 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-07T20:47:40.386 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-07T20:47:40.386 INFO:teuthology.orchestra.run.smithi203.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-07T20:47:40.386 INFO:teuthology.orchestra.run.smithi203.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-07T20:47:40.386 INFO:teuthology.orchestra.run.smithi203.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-07T20:47:40.386 INFO:teuthology.orchestra.run.smithi203.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-07T20:47:40.386 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-07T20:47:40.386 INFO:teuthology.orchestra.run.smithi203.stdout: python3-ply-3.11-14.el9.noarch 2024-04-07T20:47:40.386 INFO:teuthology.orchestra.run.smithi203.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-07T20:47:40.387 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-07T20:47:40.387 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-07T20:47:40.387 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-07T20:47:40.387 INFO:teuthology.orchestra.run.smithi203.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-07T20:47:40.387 INFO:teuthology.orchestra.run.smithi203.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-07T20:47:40.387 INFO:teuthology.orchestra.run.smithi203.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-07T20:47:40.387 INFO:teuthology.orchestra.run.smithi203.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-07T20:47:40.387 INFO:teuthology.orchestra.run.smithi203.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-07T20:47:40.387 INFO:teuthology.orchestra.run.smithi203.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-07T20:47:40.387 INFO:teuthology.orchestra.run.smithi203.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-07T20:47:40.388 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:47:40.388 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-04-07T20:47:40.388 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-07T20:47:40.503 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-07T20:47:40.661 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2578.ge5c885fe.el9. 31/36 2024-04-07T20:47:40.689 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-mgr-2:19.0.0-2578.ge5c885fe.el9.x86_64 32/36 2024-04-07T20:47:40.692 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph-base 2024-04-07T20:47:40.715 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2578.ge5c885fe.el9.x86_64 32/36 2024-04-07T20:47:40.715 INFO:teuthology.orchestra.run.smithi136.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T20:47:40.715 INFO:teuthology.orchestra.run.smithi136.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-07T20:47:40.716 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-07T20:47:40.716 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-07T20:47:40.716 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:47:41.089 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-07T20:47:41.089 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-base-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/34 2024-04-07T20:47:41.089 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-common-2:19.0.0-2578.ge5c885fe.el9.x86_64 2/34 2024-04-07T20:47:41.089 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-radosgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 3/34 2024-04-07T20:47:41.089 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-selinux-2:19.0.0-2578.ge5c885fe.el9.x86_64 4/34 2024-04-07T20:47:41.089 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libcephfs2-2:19.0.0-2578.ge5c885fe.el9.x86_64 5/34 2024-04-07T20:47:41.089 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libradosstriper1-2:19.0.0-2578.ge5c885fe.el9.x86_6 6/34 2024-04-07T20:47:41.089 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : librgw2-2:19.0.0-2578.ge5c885fe.el9.x86_64 7/34 2024-04-07T20:47:41.089 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2578.ge5c885fe.el9. 8/34 2024-04-07T20:47:41.089 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-ceph-common-2:19.0.0-2578.ge5c885fe.el9.x8 9/34 2024-04-07T20:47:41.089 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-cephfs-2:19.0.0-2578.ge5c885fe.el9.x86_64 10/34 2024-04-07T20:47:41.089 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-rados-2:19.0.0-2578.ge5c885fe.el9.x86_64 11/34 2024-04-07T20:47:41.090 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-rbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 12/34 2024-04-07T20:47:41.090 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-rgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 13/34 2024-04-07T20:47:41.090 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-07T20:47:41.090 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-07T20:47:41.090 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-07T20:47:41.090 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-07T20:47:41.090 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-07T20:47:41.090 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-07T20:47:41.090 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-07T20:47:41.090 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-07T20:47:41.090 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-07T20:47:41.090 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-07T20:47:41.090 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-07T20:47:41.090 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-07T20:47:41.091 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-07T20:47:41.091 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-07T20:47:41.091 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-07T20:47:41.091 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-07T20:47:41.091 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-07T20:47:41.091 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : librados2-2:19.0.0-2578.ge5c885fe.el9.x86_64 31/34 2024-04-07T20:47:41.091 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-07T20:47:41.091 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : librbd1-2:19.0.0-2578.ge5c885fe.el9.x86_64 33/34 2024-04-07T20:47:41.283 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:00:57 ago on Sun 07 Apr 2024 08:46:44 PM UTC. 2024-04-07T20:47:41.572 INFO:teuthology.orchestra.run.smithi203.stderr:Modular dependency problems: 2024-04-07T20:47:41.573 INFO:teuthology.orchestra.run.smithi203.stderr: 2024-04-07T20:47:41.573 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 1: conflicting requests 2024-04-07T20:47:41.573 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.573 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 2: conflicting requests 2024-04-07T20:47:41.573 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.573 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 3: conflicting requests 2024-04-07T20:47:41.573 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.573 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 4: conflicting requests 2024-04-07T20:47:41.573 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.573 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 5: conflicting requests 2024-04-07T20:47:41.573 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.573 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 6: conflicting requests 2024-04-07T20:47:41.573 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.574 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 7: conflicting requests 2024-04-07T20:47:41.574 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.574 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 8: conflicting requests 2024-04-07T20:47:41.574 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.574 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 9: conflicting requests 2024-04-07T20:47:41.574 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.574 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 10: conflicting requests 2024-04-07T20:47:41.574 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.574 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 11: conflicting requests 2024-04-07T20:47:41.574 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.574 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 12: conflicting requests 2024-04-07T20:47:41.574 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.574 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 13: conflicting requests 2024-04-07T20:47:41.574 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.574 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 14: conflicting requests 2024-04-07T20:47:41.575 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.575 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 15: conflicting requests 2024-04-07T20:47:41.575 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.575 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 16: conflicting requests 2024-04-07T20:47:41.575 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.575 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 17: conflicting requests 2024-04-07T20:47:41.575 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.575 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 18: conflicting requests 2024-04-07T20:47:41.575 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.575 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 19: conflicting requests 2024-04-07T20:47:41.575 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.575 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 20: conflicting requests 2024-04-07T20:47:41.575 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.575 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 21: conflicting requests 2024-04-07T20:47:41.576 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.576 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 22: conflicting requests 2024-04-07T20:47:41.576 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.576 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 23: conflicting requests 2024-04-07T20:47:41.576 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.576 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 24: conflicting requests 2024-04-07T20:47:41.576 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.576 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 25: conflicting requests 2024-04-07T20:47:41.576 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.576 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 26: conflicting requests 2024-04-07T20:47:41.576 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.576 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 27: conflicting requests 2024-04-07T20:47:41.577 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.577 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 28: conflicting requests 2024-04-07T20:47:41.577 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.577 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 29: conflicting requests 2024-04-07T20:47:41.577 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.577 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 30: conflicting requests 2024-04-07T20:47:41.577 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.577 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 31: conflicting requests 2024-04-07T20:47:41.577 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.577 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 32: conflicting requests 2024-04-07T20:47:41.577 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.577 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 33: conflicting requests 2024-04-07T20:47:41.577 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.577 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 34: conflicting requests 2024-04-07T20:47:41.577 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.578 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 35: conflicting requests 2024-04-07T20:47:41.578 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.578 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 36: conflicting requests 2024-04-07T20:47:41.578 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.578 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 37: conflicting requests 2024-04-07T20:47:41.578 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.578 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.578 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.578 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:47:41.578 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.578 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.578 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.578 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.578 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 39: conflicting requests 2024-04-07T20:47:41.578 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.579 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.579 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.579 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.579 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.579 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.579 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:47:41.579 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.579 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.579 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.579 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.579 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:47:41.579 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.579 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.579 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.580 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.580 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:47:41.580 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.580 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.580 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.580 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.580 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:47:41.580 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.580 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.580 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.580 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.580 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:47:41.580 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.580 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.580 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.581 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.581 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:47:41.581 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.581 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.581 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.581 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:47:41.581 INFO:teuthology.orchestra.run.smithi203.stdout:Package ceph-base-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T20:47:41.641 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-04-07T20:47:41.642 INFO:teuthology.orchestra.run.smithi203.stdout:Nothing to do. 2024-04-07T20:47:41.642 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-04-07T20:47:41.714 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install cephadm 2024-04-07T20:47:42.127 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-07T20:47:42.127 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:47:42.127 INFO:teuthology.orchestra.run.smithi181.stdout:Upgraded: 2024-04-07T20:47:42.127 INFO:teuthology.orchestra.run.smithi181.stdout: librados2-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:42.127 INFO:teuthology.orchestra.run.smithi181.stdout: librbd1-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:42.127 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-04-07T20:47:42.128 INFO:teuthology.orchestra.run.smithi181.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-07T20:47:42.128 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-base-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:42.128 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-common-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:42.128 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-radosgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:42.128 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-selinux-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:42.128 INFO:teuthology.orchestra.run.smithi181.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-07T20:47:42.128 INFO:teuthology.orchestra.run.smithi181.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-07T20:47:42.128 INFO:teuthology.orchestra.run.smithi181.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-07T20:47:42.128 INFO:teuthology.orchestra.run.smithi181.stdout: libcephfs2-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:42.128 INFO:teuthology.orchestra.run.smithi181.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-07T20:47:42.128 INFO:teuthology.orchestra.run.smithi181.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-07T20:47:42.128 INFO:teuthology.orchestra.run.smithi181.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-07T20:47:42.128 INFO:teuthology.orchestra.run.smithi181.stdout: libradosstriper1-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:42.128 INFO:teuthology.orchestra.run.smithi181.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-07T20:47:42.129 INFO:teuthology.orchestra.run.smithi181.stdout: librgw2-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:42.129 INFO:teuthology.orchestra.run.smithi181.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-07T20:47:42.129 INFO:teuthology.orchestra.run.smithi181.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-07T20:47:42.129 INFO:teuthology.orchestra.run.smithi181.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-07T20:47:42.129 INFO:teuthology.orchestra.run.smithi181.stdout: python3-ceph-argparse-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:42.129 INFO:teuthology.orchestra.run.smithi181.stdout: python3-ceph-common-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:42.129 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cephfs-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:42.129 INFO:teuthology.orchestra.run.smithi181.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-07T20:47:42.129 INFO:teuthology.orchestra.run.smithi181.stdout: python3-rados-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:42.129 INFO:teuthology.orchestra.run.smithi181.stdout: python3-rbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:42.129 INFO:teuthology.orchestra.run.smithi181.stdout: python3-rgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:42.129 INFO:teuthology.orchestra.run.smithi181.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-07T20:47:42.129 INFO:teuthology.orchestra.run.smithi181.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-07T20:47:42.129 INFO:teuthology.orchestra.run.smithi181.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-07T20:47:42.130 INFO:teuthology.orchestra.run.smithi181.stdout: re2-1:20211101-3.el9.x86_64 2024-04-07T20:47:42.130 INFO:teuthology.orchestra.run.smithi181.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-07T20:47:42.130 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:47:42.130 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-04-07T20:47:42.174 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-osd-2:19.0.0-2578.ge5c885fe.el9.x86_64 33/36 2024-04-07T20:47:42.200 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-osd-2:19.0.0-2578.ge5c885fe.el9.x86_64 33/36 2024-04-07T20:47:42.200 INFO:teuthology.orchestra.run.smithi136.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T20:47:42.200 INFO:teuthology.orchestra.run.smithi136.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-07T20:47:42.200 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-07T20:47:42.200 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-07T20:47:42.200 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:47:42.302 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:00:58 ago on Sun 07 Apr 2024 08:46:44 PM UTC. 2024-04-07T20:47:42.472 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-test 2024-04-07T20:47:42.589 INFO:teuthology.orchestra.run.smithi203.stderr:Modular dependency problems: 2024-04-07T20:47:42.589 INFO:teuthology.orchestra.run.smithi203.stderr: 2024-04-07T20:47:42.589 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 1: conflicting requests 2024-04-07T20:47:42.589 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.589 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 2: conflicting requests 2024-04-07T20:47:42.589 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.589 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 3: conflicting requests 2024-04-07T20:47:42.589 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.589 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 4: conflicting requests 2024-04-07T20:47:42.589 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.590 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 5: conflicting requests 2024-04-07T20:47:42.590 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.590 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 6: conflicting requests 2024-04-07T20:47:42.590 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.590 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 7: conflicting requests 2024-04-07T20:47:42.590 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.590 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 8: conflicting requests 2024-04-07T20:47:42.590 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.590 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 9: conflicting requests 2024-04-07T20:47:42.590 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.590 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 10: conflicting requests 2024-04-07T20:47:42.590 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.590 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 11: conflicting requests 2024-04-07T20:47:42.590 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.590 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 12: conflicting requests 2024-04-07T20:47:42.591 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.591 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 13: conflicting requests 2024-04-07T20:47:42.591 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.591 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 14: conflicting requests 2024-04-07T20:47:42.591 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.591 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 15: conflicting requests 2024-04-07T20:47:42.591 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.591 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 16: conflicting requests 2024-04-07T20:47:42.591 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.591 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 17: conflicting requests 2024-04-07T20:47:42.591 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.591 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 18: conflicting requests 2024-04-07T20:47:42.591 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.591 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 19: conflicting requests 2024-04-07T20:47:42.591 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.592 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 20: conflicting requests 2024-04-07T20:47:42.592 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.592 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 21: conflicting requests 2024-04-07T20:47:42.592 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.592 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 22: conflicting requests 2024-04-07T20:47:42.592 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.592 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 23: conflicting requests 2024-04-07T20:47:42.592 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.592 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 24: conflicting requests 2024-04-07T20:47:42.592 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.592 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 25: conflicting requests 2024-04-07T20:47:42.592 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.592 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 26: conflicting requests 2024-04-07T20:47:42.592 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.592 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 27: conflicting requests 2024-04-07T20:47:42.593 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.593 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 28: conflicting requests 2024-04-07T20:47:42.593 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.593 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 29: conflicting requests 2024-04-07T20:47:42.593 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.593 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 30: conflicting requests 2024-04-07T20:47:42.593 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.593 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 31: conflicting requests 2024-04-07T20:47:42.593 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.593 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 32: conflicting requests 2024-04-07T20:47:42.593 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.593 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 33: conflicting requests 2024-04-07T20:47:42.593 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.593 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 34: conflicting requests 2024-04-07T20:47:42.593 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.593 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 35: conflicting requests 2024-04-07T20:47:42.594 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.594 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 36: conflicting requests 2024-04-07T20:47:42.594 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.594 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 37: conflicting requests 2024-04-07T20:47:42.594 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.594 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.594 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.594 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:47:42.594 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.594 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.594 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.594 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.594 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 39: conflicting requests 2024-04-07T20:47:42.594 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.594 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.595 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.595 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.595 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.595 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.595 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:47:42.595 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.595 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.595 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.595 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.595 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:47:42.595 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.595 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.595 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.595 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.596 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:47:42.596 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.596 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.596 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.596 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.596 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:47:42.596 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.596 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.596 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.596 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.596 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:47:42.596 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.596 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.596 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.597 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.597 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:47:42.597 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.597 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.597 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.597 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:47:42.656 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-04-07T20:47:42.657 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:47:42.657 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2024-04-07T20:47:42.657 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:47:42.657 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-04-07T20:47:42.657 INFO:teuthology.orchestra.run.smithi203.stdout: cephadm noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 762 k 2024-04-07T20:47:42.657 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:47:42.657 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-04-07T20:47:42.657 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:47:42.657 INFO:teuthology.orchestra.run.smithi203.stdout:Install 1 Package 2024-04-07T20:47:42.657 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:47:42.658 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-mon-2:19.0.0-2578.ge5c885fe.el9.x86_64 34/36 2024-04-07T20:47:42.658 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 762 k 2024-04-07T20:47:42.658 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 768 k 2024-04-07T20:47:42.658 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-04-07T20:47:42.681 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-mon-2:19.0.0-2578.ge5c885fe.el9.x86_64 34/36 2024-04-07T20:47:42.681 INFO:teuthology.orchestra.run.smithi136.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T20:47:42.681 INFO:teuthology.orchestra.run.smithi136.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-07T20:47:42.681 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-07T20:47:42.681 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-07T20:47:42.681 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:47:42.908 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-mds-2:19.0.0-2578.ge5c885fe.el9.x86_64 35/36 2024-04-07T20:47:42.932 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-mds-2:19.0.0-2578.ge5c885fe.el9.x86_64 35/36 2024-04-07T20:47:42.933 INFO:teuthology.orchestra.run.smithi136.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T20:47:42.933 INFO:teuthology.orchestra.run.smithi136.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-07T20:47:42.933 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-07T20:47:42.933 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-07T20:47:42.933 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:47:42.999 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-2:19.0.0-2578.ge5c885fe.el9.x86_64 36/36 2024-04-07T20:47:43.073 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:00:38 ago on Sun 07 Apr 2024 08:47:05 PM UTC. 2024-04-07T20:47:43.081 INFO:teuthology.orchestra.run.smithi203.stdout:cephadm-19.0.0-2578.ge5c885fe.el9.noarch.rpm 1.8 MB/s | 762 kB 00:00 2024-04-07T20:47:43.082 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:47:43.082 INFO:teuthology.orchestra.run.smithi203.stdout:Total 1.8 MB/s | 762 kB 00:00 2024-04-07T20:47:43.082 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-04-07T20:47:43.088 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-04-07T20:47:43.088 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-04-07T20:47:43.093 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-04-07T20:47:43.094 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-04-07T20:47:43.168 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-04-07T20:47:43.364 INFO:teuthology.orchestra.run.smithi181.stderr:Modular dependency problems: 2024-04-07T20:47:43.364 INFO:teuthology.orchestra.run.smithi181.stderr: 2024-04-07T20:47:43.364 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 1: conflicting requests 2024-04-07T20:47:43.364 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.365 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 2: conflicting requests 2024-04-07T20:47:43.365 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.365 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 3: conflicting requests 2024-04-07T20:47:43.365 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.365 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 4: conflicting requests 2024-04-07T20:47:43.365 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.365 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 5: conflicting requests 2024-04-07T20:47:43.365 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.365 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 6: conflicting requests 2024-04-07T20:47:43.365 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.365 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 7: conflicting requests 2024-04-07T20:47:43.365 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.365 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 8: conflicting requests 2024-04-07T20:47:43.365 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.366 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 9: conflicting requests 2024-04-07T20:47:43.366 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.366 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 10: conflicting requests 2024-04-07T20:47:43.366 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.366 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 11: conflicting requests 2024-04-07T20:47:43.366 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.366 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 12: conflicting requests 2024-04-07T20:47:43.366 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.366 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 13: conflicting requests 2024-04-07T20:47:43.366 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.366 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 14: conflicting requests 2024-04-07T20:47:43.366 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.366 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 15: conflicting requests 2024-04-07T20:47:43.367 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.367 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 16: conflicting requests 2024-04-07T20:47:43.367 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.367 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 17: conflicting requests 2024-04-07T20:47:43.367 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.367 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 18: conflicting requests 2024-04-07T20:47:43.367 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.367 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 19: conflicting requests 2024-04-07T20:47:43.367 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.367 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 20: conflicting requests 2024-04-07T20:47:43.367 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.367 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 21: conflicting requests 2024-04-07T20:47:43.367 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.367 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 22: conflicting requests 2024-04-07T20:47:43.368 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.368 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 23: conflicting requests 2024-04-07T20:47:43.368 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.368 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 24: conflicting requests 2024-04-07T20:47:43.368 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.368 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 25: conflicting requests 2024-04-07T20:47:43.368 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.368 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 26: conflicting requests 2024-04-07T20:47:43.368 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.368 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 27: conflicting requests 2024-04-07T20:47:43.368 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.368 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 28: conflicting requests 2024-04-07T20:47:43.368 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.368 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 29: conflicting requests 2024-04-07T20:47:43.368 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.369 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 30: conflicting requests 2024-04-07T20:47:43.369 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.369 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 31: conflicting requests 2024-04-07T20:47:43.369 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.369 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 32: conflicting requests 2024-04-07T20:47:43.369 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.369 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 33: conflicting requests 2024-04-07T20:47:43.369 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.369 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 34: conflicting requests 2024-04-07T20:47:43.369 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.369 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 35: conflicting requests 2024-04-07T20:47:43.369 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.369 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 36: conflicting requests 2024-04-07T20:47:43.369 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.369 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 37: conflicting requests 2024-04-07T20:47:43.370 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.370 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.370 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.370 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:47:43.370 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.370 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.370 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.370 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.370 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 39: conflicting requests 2024-04-07T20:47:43.370 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.370 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.370 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.371 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.371 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.371 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.371 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:47:43.371 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.371 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.371 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.371 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.371 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:47:43.371 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.371 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.371 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.371 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.371 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:47:43.372 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.372 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.372 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.372 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.372 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:47:43.372 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.372 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.372 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.372 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.372 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:47:43.372 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.372 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.372 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.372 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.373 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:47:43.373 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.373 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.373 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.373 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:47:43.435 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-04-07T20:47:43.436 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:47:43.436 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2024-04-07T20:47:43.436 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:47:43.436 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-04-07T20:47:43.436 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-test x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 48 M 2024-04-07T20:47:43.436 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2024-04-07T20:47:43.436 INFO:teuthology.orchestra.run.smithi181.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-07T20:47:43.436 INFO:teuthology.orchestra.run.smithi181.stdout: libcephsqlite x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 163 k 2024-04-07T20:47:43.437 INFO:teuthology.orchestra.run.smithi181.stdout: oniguruma x86_64 6.9.6-1.el9.5 baseos 218 k 2024-04-07T20:47:43.437 INFO:teuthology.orchestra.run.smithi181.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-07T20:47:43.437 INFO:teuthology.orchestra.run.smithi181.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-07T20:47:43.437 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:47:43.437 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-04-07T20:47:43.437 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:47:43.437 INFO:teuthology.orchestra.run.smithi181.stdout:Install 6 Packages 2024-04-07T20:47:43.437 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:47:43.438 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 49 M 2024-04-07T20:47:43.438 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 206 M 2024-04-07T20:47:43.438 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-04-07T20:47:43.612 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 1/1 2024-04-07T20:47:43.695 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 1/1 2024-04-07T20:47:43.964 INFO:teuthology.orchestra.run.smithi181.stdout:(1/6): jq-1.6-16.el9.x86_64.rpm 1.0 MB/s | 187 kB 00:00 2024-04-07T20:47:44.031 INFO:teuthology.orchestra.run.smithi181.stdout:(2/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 3.2 MB/s | 218 kB 00:00 2024-04-07T20:47:44.056 INFO:teuthology.orchestra.run.smithi181.stdout:(3/6): libcephsqlite-19.0.0-2578.ge5c885fe.el9. 599 kB/s | 163 kB 00:00 2024-04-07T20:47:44.063 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 1/1 2024-04-07T20:47:44.362 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 1/1 2024-04-07T20:47:44.363 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:47:44.363 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-04-07T20:47:44.363 INFO:teuthology.orchestra.run.smithi203.stdout: cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T20:47:44.363 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:47:44.363 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-04-07T20:47:44.620 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph-immutable-object-cache 2024-04-07T20:47:44.723 INFO:teuthology.orchestra.run.smithi181.stdout:(4/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 95 kB/s | 64 kB 00:00 2024-04-07T20:47:44.837 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-2:19.0.0-2578.ge5c885fe.el9.x86_64 36/36 2024-04-07T20:47:44.837 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/36 2024-04-07T20:47:44.837 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-mds-2:19.0.0-2578.ge5c885fe.el9.x86_64 2/36 2024-04-07T20:47:44.837 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-mgr-2:19.0.0-2578.ge5c885fe.el9.x86_64 3/36 2024-04-07T20:47:44.837 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-mon-2:19.0.0-2578.ge5c885fe.el9.x86_64 4/36 2024-04-07T20:47:44.837 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-osd-2:19.0.0-2578.ge5c885fe.el9.x86_64 5/36 2024-04-07T20:47:44.837 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2578.ge5c885fe.el9. 6/36 2024-04-07T20:47:44.837 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-07T20:47:44.838 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-07T20:47:44.838 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-07T20:47:44.838 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-07T20:47:44.838 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-07T20:47:44.838 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-07T20:47:44.838 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-07T20:47:44.838 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-07T20:47:44.838 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-07T20:47:44.838 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-07T20:47:44.838 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-07T20:47:44.838 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-07T20:47:44.838 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-07T20:47:44.838 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-07T20:47:44.838 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-07T20:47:44.839 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-07T20:47:44.839 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-07T20:47:44.839 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-07T20:47:44.839 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-07T20:47:44.839 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-07T20:47:44.839 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-07T20:47:44.839 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-07T20:47:44.839 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-07T20:47:44.839 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-07T20:47:44.839 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-07T20:47:44.839 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-07T20:47:44.839 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-07T20:47:44.839 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-07T20:47:44.839 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-07T20:47:45.082 INFO:teuthology.orchestra.run.smithi181.stdout:(5/6): socat-1.7.4.1-5.el9.x86_64.rpm 290 kB/s | 305 kB 00:01 2024-04-07T20:47:45.223 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:01 ago on Sun 07 Apr 2024 08:46:44 PM UTC. 2024-04-07T20:47:45.512 INFO:teuthology.orchestra.run.smithi203.stderr:Modular dependency problems: 2024-04-07T20:47:45.778 INFO:teuthology.orchestra.run.smithi203.stderr: 2024-04-07T20:47:45.778 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 1: conflicting requests 2024-04-07T20:47:45.778 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.779 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 2: conflicting requests 2024-04-07T20:47:45.779 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.779 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 3: conflicting requests 2024-04-07T20:47:45.779 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.779 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 4: conflicting requests 2024-04-07T20:47:45.779 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.779 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 5: conflicting requests 2024-04-07T20:47:45.779 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.779 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 6: conflicting requests 2024-04-07T20:47:45.780 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.780 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 7: conflicting requests 2024-04-07T20:47:45.780 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.780 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 8: conflicting requests 2024-04-07T20:47:45.780 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.780 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 9: conflicting requests 2024-04-07T20:47:45.780 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.780 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 10: conflicting requests 2024-04-07T20:47:45.780 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.780 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 11: conflicting requests 2024-04-07T20:47:45.780 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.780 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 12: conflicting requests 2024-04-07T20:47:45.781 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.781 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 13: conflicting requests 2024-04-07T20:47:45.781 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.781 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 14: conflicting requests 2024-04-07T20:47:45.781 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.781 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 15: conflicting requests 2024-04-07T20:47:45.781 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.781 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 16: conflicting requests 2024-04-07T20:47:45.781 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.781 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 17: conflicting requests 2024-04-07T20:47:45.782 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.782 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 18: conflicting requests 2024-04-07T20:47:45.782 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.782 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 19: conflicting requests 2024-04-07T20:47:45.782 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.782 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 20: conflicting requests 2024-04-07T20:47:45.782 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.782 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 21: conflicting requests 2024-04-07T20:47:45.782 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.783 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 22: conflicting requests 2024-04-07T20:47:45.783 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.783 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 23: conflicting requests 2024-04-07T20:47:45.783 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.783 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 24: conflicting requests 2024-04-07T20:47:45.783 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.783 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 25: conflicting requests 2024-04-07T20:47:45.783 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.783 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 26: conflicting requests 2024-04-07T20:47:45.783 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.783 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 27: conflicting requests 2024-04-07T20:47:45.784 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.784 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 28: conflicting requests 2024-04-07T20:47:45.784 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.784 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 29: conflicting requests 2024-04-07T20:47:45.784 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.784 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 30: conflicting requests 2024-04-07T20:47:45.784 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.784 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 31: conflicting requests 2024-04-07T20:47:45.784 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.784 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 32: conflicting requests 2024-04-07T20:47:45.784 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.784 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 33: conflicting requests 2024-04-07T20:47:45.784 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.785 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 34: conflicting requests 2024-04-07T20:47:45.785 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.785 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 35: conflicting requests 2024-04-07T20:47:45.785 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.785 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 36: conflicting requests 2024-04-07T20:47:45.785 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.785 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 37: conflicting requests 2024-04-07T20:47:45.785 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.785 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.785 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.785 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:47:45.785 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.785 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.786 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.786 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.786 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 39: conflicting requests 2024-04-07T20:47:45.786 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.786 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.786 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.786 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.786 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.786 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.786 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:47:45.786 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.787 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.787 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.787 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.787 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:47:45.787 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.787 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.787 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.787 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.787 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:47:45.787 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.787 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.787 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.787 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.787 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:47:45.788 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.788 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.788 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.788 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.788 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:47:45.788 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.788 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.788 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.788 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.788 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:47:45.788 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.788 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.788 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.789 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:47:45.790 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-04-07T20:47:45.790 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:47:45.790 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repo Size 2024-04-07T20:47:45.790 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:47:45.790 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-04-07T20:47:45.790 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 145 k 2024-04-07T20:47:45.790 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:47:45.790 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-04-07T20:47:45.790 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:47:45.791 INFO:teuthology.orchestra.run.smithi203.stdout:Install 1 Package 2024-04-07T20:47:45.791 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:47:45.791 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 145 k 2024-04-07T20:47:45.791 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 435 k 2024-04-07T20:47:45.791 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-04-07T20:47:45.965 INFO:teuthology.orchestra.run.smithi203.stdout:ceph-immutable-object-cache-19.0.0-2578.ge5c885 378 kB/s | 145 kB 00:00 2024-04-07T20:47:45.965 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:47:45.966 INFO:teuthology.orchestra.run.smithi203.stdout:Total 376 kB/s | 145 kB 00:00 2024-04-07T20:47:45.966 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-04-07T20:47:45.972 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-07T20:47:45.972 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:47:45.972 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-04-07T20:47:45.972 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:45.972 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mds-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:45.972 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:45.972 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-modules-core-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T20:47:45.972 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mon-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:45.972 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-osd-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:45.972 INFO:teuthology.orchestra.run.smithi136.stdout: lua-5.4.4-4.el9.x86_64 2024-04-07T20:47:45.972 INFO:teuthology.orchestra.run.smithi136.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-07T20:47:45.972 INFO:teuthology.orchestra.run.smithi136.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-07T20:47:45.973 INFO:teuthology.orchestra.run.smithi136.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-07T20:47:45.973 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-07T20:47:45.973 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-07T20:47:45.973 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-07T20:47:45.973 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-07T20:47:45.973 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-07T20:47:45.973 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-07T20:47:45.973 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-07T20:47:45.973 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-07T20:47:45.973 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-07T20:47:45.973 INFO:teuthology.orchestra.run.smithi136.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-07T20:47:45.973 INFO:teuthology.orchestra.run.smithi136.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-07T20:47:45.973 INFO:teuthology.orchestra.run.smithi136.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-07T20:47:45.973 INFO:teuthology.orchestra.run.smithi136.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-07T20:47:45.974 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-07T20:47:45.974 INFO:teuthology.orchestra.run.smithi136.stdout: python3-ply-3.11-14.el9.noarch 2024-04-07T20:47:45.974 INFO:teuthology.orchestra.run.smithi136.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-07T20:47:45.974 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-07T20:47:45.974 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-07T20:47:45.974 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-07T20:47:45.974 INFO:teuthology.orchestra.run.smithi136.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-07T20:47:45.974 INFO:teuthology.orchestra.run.smithi136.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-07T20:47:45.974 INFO:teuthology.orchestra.run.smithi136.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-07T20:47:45.974 INFO:teuthology.orchestra.run.smithi136.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-07T20:47:45.974 INFO:teuthology.orchestra.run.smithi136.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-07T20:47:45.974 INFO:teuthology.orchestra.run.smithi136.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-07T20:47:45.974 INFO:teuthology.orchestra.run.smithi136.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-07T20:47:45.974 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:47:45.975 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T20:47:45.975 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-04-07T20:47:45.975 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-04-07T20:47:46.027 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-04-07T20:47:46.029 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-04-07T20:47:46.107 INFO:teuthology.orchestra.run.smithi181.stdout:(6/6): ceph-test-19.0.0-2578.ge5c885fe.el9.x86_ 21 MB/s | 48 MB 00:02 2024-04-07T20:47:46.109 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:47:46.110 INFO:teuthology.orchestra.run.smithi181.stdout:Total 18 MB/s | 49 MB 00:02 2024-04-07T20:47:46.160 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-04-07T20:47:46.166 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-04-07T20:47:46.180 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-04-07T20:47:46.180 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-04-07T20:47:46.241 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2578.ge5c885fe. 1/1 2024-04-07T20:47:46.265 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2578.ge5c885fe. 1/1 2024-04-07T20:47:46.266 INFO:teuthology.orchestra.run.smithi203.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T20:47:46.266 INFO:teuthology.orchestra.run.smithi203.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-07T20:47:46.266 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:47:46.276 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph-base 2024-04-07T20:47:46.567 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-04-07T20:47:46.567 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-04-07T20:47:46.874 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:00 ago on Sun 07 Apr 2024 08:46:46 PM UTC. 2024-04-07T20:47:47.167 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T20:47:47.167 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T20:47:47.167 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T20:47:47.167 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.168 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T20:47:47.168 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.168 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T20:47:47.168 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.168 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T20:47:47.168 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.168 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T20:47:47.168 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.168 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T20:47:47.168 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.168 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T20:47:47.168 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.168 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T20:47:47.169 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.169 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T20:47:47.169 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.169 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T20:47:47.169 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.169 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T20:47:47.169 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.169 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T20:47:47.169 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.169 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T20:47:47.169 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.169 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T20:47:47.169 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.170 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T20:47:47.170 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.170 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T20:47:47.170 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.170 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T20:47:47.170 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.170 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T20:47:47.170 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.170 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T20:47:47.170 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.170 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T20:47:47.170 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.170 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T20:47:47.171 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.171 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T20:47:47.171 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.171 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T20:47:47.171 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.171 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T20:47:47.171 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.171 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T20:47:47.171 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.171 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T20:47:47.171 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.171 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T20:47:47.171 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.171 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T20:47:47.172 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.172 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T20:47:47.172 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.172 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T20:47:47.172 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.172 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T20:47:47.172 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.172 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T20:47:47.172 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.172 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T20:47:47.172 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.172 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T20:47:47.172 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.172 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T20:47:47.172 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.173 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T20:47:47.173 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.173 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T20:47:47.173 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.173 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.173 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.173 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:47:47.173 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.173 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.173 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.173 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.173 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T20:47:47.173 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.173 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.174 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.174 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.174 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.174 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.174 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:47:47.174 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.174 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.174 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.174 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.174 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:47:47.174 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.174 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.175 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.175 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.175 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:47:47.175 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.175 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.175 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.175 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.175 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:47:47.175 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.175 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.175 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.175 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.175 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:47:47.175 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.176 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.176 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.176 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.176 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:47:47.176 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.176 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.176 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.176 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:47:47.176 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-04-07T20:47:47.177 INFO:teuthology.orchestra.run.smithi136.stdout:Package ceph-base-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T20:47:47.236 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T20:47:47.237 INFO:teuthology.orchestra.run.smithi136.stdout:Nothing to do. 2024-04-07T20:47:47.237 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T20:47:47.255 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-07T20:47:47.259 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2578.ge5c885fe. 1/1 2024-04-07T20:47:47.259 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:47:47.259 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-04-07T20:47:47.259 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-immutable-object-cache-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:47.259 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:47:47.259 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-04-07T20:47:47.296 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-07T20:47:47.313 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install cephadm 2024-04-07T20:47:47.328 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-07T20:47:47.365 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-07T20:47:47.393 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : libcephsqlite-2:19.0.0-2578.ge5c885fe.el9.x86_64 5/6 2024-04-07T20:47:47.537 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph-mgr 2024-04-07T20:47:47.907 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:01 ago on Sun 07 Apr 2024 08:46:46 PM UTC. 2024-04-07T20:47:48.142 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:04 ago on Sun 07 Apr 2024 08:46:44 PM UTC. 2024-04-07T20:47:48.197 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T20:47:48.197 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T20:47:48.198 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T20:47:48.198 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.198 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T20:47:48.198 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.198 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T20:47:48.198 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.198 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T20:47:48.198 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.198 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T20:47:48.198 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.198 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T20:47:48.198 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.198 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T20:47:48.199 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.199 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T20:47:48.199 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.199 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T20:47:48.199 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.199 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T20:47:48.199 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.199 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T20:47:48.199 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.199 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T20:47:48.199 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.199 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T20:47:48.199 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.199 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T20:47:48.200 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.200 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T20:47:48.200 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.200 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T20:47:48.200 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.200 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T20:47:48.200 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.200 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T20:47:48.200 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.200 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T20:47:48.200 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.200 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T20:47:48.201 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.201 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T20:47:48.201 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.201 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T20:47:48.201 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.201 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T20:47:48.201 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.201 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T20:47:48.201 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.201 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T20:47:48.201 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.201 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T20:47:48.201 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.202 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T20:47:48.202 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.202 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T20:47:48.202 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.202 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T20:47:48.203 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.203 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T20:47:48.203 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.203 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T20:47:48.203 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.203 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T20:47:48.203 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.203 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T20:47:48.203 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.203 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T20:47:48.203 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.203 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T20:47:48.204 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.204 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T20:47:48.204 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.204 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T20:47:48.204 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.204 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.204 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.204 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:47:48.204 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.204 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.204 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.205 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.205 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T20:47:48.205 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.205 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.205 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.205 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.205 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.205 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.205 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:47:48.205 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.205 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.205 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.205 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.205 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:47:48.205 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.206 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.206 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.206 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.206 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:47:48.206 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.206 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.206 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.206 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.206 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:47:48.206 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.206 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.206 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.206 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.206 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:47:48.207 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.207 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.207 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.207 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.207 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:47:48.207 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.207 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.207 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.207 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.266 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T20:47:48.267 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:47:48.267 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repository Size 2024-04-07T20:47:48.267 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:47:48.267 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-04-07T20:47:48.267 INFO:teuthology.orchestra.run.smithi136.stdout: cephadm noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 762 k 2024-04-07T20:47:48.268 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:47:48.268 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-04-07T20:47:48.268 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:47:48.268 INFO:teuthology.orchestra.run.smithi136.stdout:Install 1 Package 2024-04-07T20:47:48.268 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:47:48.268 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 762 k 2024-04-07T20:47:48.268 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 768 k 2024-04-07T20:47:48.268 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-04-07T20:47:48.430 INFO:teuthology.orchestra.run.smithi203.stderr:Modular dependency problems: 2024-04-07T20:47:48.430 INFO:teuthology.orchestra.run.smithi203.stderr: 2024-04-07T20:47:48.430 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 1: conflicting requests 2024-04-07T20:47:48.430 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.430 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 2: conflicting requests 2024-04-07T20:47:48.430 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.430 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 3: conflicting requests 2024-04-07T20:47:48.430 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.430 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 4: conflicting requests 2024-04-07T20:47:48.430 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.430 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 5: conflicting requests 2024-04-07T20:47:48.430 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.430 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 6: conflicting requests 2024-04-07T20:47:48.431 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.431 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 7: conflicting requests 2024-04-07T20:47:48.431 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.431 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 8: conflicting requests 2024-04-07T20:47:48.431 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.431 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 9: conflicting requests 2024-04-07T20:47:48.431 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.431 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 10: conflicting requests 2024-04-07T20:47:48.431 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.431 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 11: conflicting requests 2024-04-07T20:47:48.431 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.431 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 12: conflicting requests 2024-04-07T20:47:48.431 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.431 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 13: conflicting requests 2024-04-07T20:47:48.431 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.432 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 14: conflicting requests 2024-04-07T20:47:48.432 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.432 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 15: conflicting requests 2024-04-07T20:47:48.432 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.432 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 16: conflicting requests 2024-04-07T20:47:48.432 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.432 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 17: conflicting requests 2024-04-07T20:47:48.432 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.432 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 18: conflicting requests 2024-04-07T20:47:48.432 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.432 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 19: conflicting requests 2024-04-07T20:47:48.432 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.432 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 20: conflicting requests 2024-04-07T20:47:48.432 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.432 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 21: conflicting requests 2024-04-07T20:47:48.433 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.433 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 22: conflicting requests 2024-04-07T20:47:48.433 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.433 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 23: conflicting requests 2024-04-07T20:47:48.433 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.433 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 24: conflicting requests 2024-04-07T20:47:48.433 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.433 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 25: conflicting requests 2024-04-07T20:47:48.433 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.433 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 26: conflicting requests 2024-04-07T20:47:48.433 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.433 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 27: conflicting requests 2024-04-07T20:47:48.433 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.433 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 28: conflicting requests 2024-04-07T20:47:48.434 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.434 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 29: conflicting requests 2024-04-07T20:47:48.434 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.434 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 30: conflicting requests 2024-04-07T20:47:48.434 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.434 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 31: conflicting requests 2024-04-07T20:47:48.434 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.434 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 32: conflicting requests 2024-04-07T20:47:48.434 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.434 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 33: conflicting requests 2024-04-07T20:47:48.434 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.434 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 34: conflicting requests 2024-04-07T20:47:48.434 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.434 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 35: conflicting requests 2024-04-07T20:47:48.434 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.435 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 36: conflicting requests 2024-04-07T20:47:48.435 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.435 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 37: conflicting requests 2024-04-07T20:47:48.435 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.435 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.435 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.435 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:47:48.435 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.435 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.435 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.435 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.435 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 39: conflicting requests 2024-04-07T20:47:48.435 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.435 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.436 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.436 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.436 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.436 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.436 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:47:48.436 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.436 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.436 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.436 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.436 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:47:48.436 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.436 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.436 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.436 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.437 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:47:48.437 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.437 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.437 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.437 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.437 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:47:48.437 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.437 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.437 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.437 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.437 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:47:48.437 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.437 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.437 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.438 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.438 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:47:48.438 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.438 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.438 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.438 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:47:48.438 INFO:teuthology.orchestra.run.smithi203.stdout:Package ceph-mgr-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T20:47:48.498 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-04-07T20:47:48.499 INFO:teuthology.orchestra.run.smithi203.stdout:Nothing to do. 2024-04-07T20:47:48.499 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-04-07T20:47:48.572 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph-mgr-dashboard 2024-04-07T20:47:48.697 INFO:teuthology.orchestra.run.smithi136.stdout:cephadm-19.0.0-2578.ge5c885fe.el9.noarch.rpm 1.7 MB/s | 762 kB 00:00 2024-04-07T20:47:48.698 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:47:48.698 INFO:teuthology.orchestra.run.smithi136.stdout:Total 1.7 MB/s | 762 kB 00:00 2024-04-07T20:47:48.698 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-04-07T20:47:48.703 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-04-07T20:47:48.703 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-04-07T20:47:48.709 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-04-07T20:47:48.709 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-04-07T20:47:48.780 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-04-07T20:47:49.161 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:05 ago on Sun 07 Apr 2024 08:46:44 PM UTC. 2024-04-07T20:47:49.204 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 1/1 2024-04-07T20:47:49.286 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 1/1 2024-04-07T20:47:49.450 INFO:teuthology.orchestra.run.smithi203.stderr:Modular dependency problems: 2024-04-07T20:47:49.450 INFO:teuthology.orchestra.run.smithi203.stderr: 2024-04-07T20:47:49.450 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 1: conflicting requests 2024-04-07T20:47:49.450 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.450 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 2: conflicting requests 2024-04-07T20:47:49.450 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.450 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 3: conflicting requests 2024-04-07T20:47:49.450 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.450 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 4: conflicting requests 2024-04-07T20:47:49.450 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.450 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 5: conflicting requests 2024-04-07T20:47:49.451 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.451 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 6: conflicting requests 2024-04-07T20:47:49.451 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.451 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 7: conflicting requests 2024-04-07T20:47:49.451 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.451 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 8: conflicting requests 2024-04-07T20:47:49.451 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.451 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 9: conflicting requests 2024-04-07T20:47:49.451 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.451 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 10: conflicting requests 2024-04-07T20:47:49.451 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.451 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 11: conflicting requests 2024-04-07T20:47:49.451 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.451 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 12: conflicting requests 2024-04-07T20:47:49.451 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.451 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 13: conflicting requests 2024-04-07T20:47:49.452 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.452 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 14: conflicting requests 2024-04-07T20:47:49.452 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.452 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 15: conflicting requests 2024-04-07T20:47:49.452 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.452 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 16: conflicting requests 2024-04-07T20:47:49.452 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.452 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 17: conflicting requests 2024-04-07T20:47:49.452 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.452 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 18: conflicting requests 2024-04-07T20:47:49.452 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.452 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 19: conflicting requests 2024-04-07T20:47:49.452 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.452 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 20: conflicting requests 2024-04-07T20:47:49.452 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.453 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 21: conflicting requests 2024-04-07T20:47:49.453 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.453 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 22: conflicting requests 2024-04-07T20:47:49.453 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.453 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 23: conflicting requests 2024-04-07T20:47:49.453 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.453 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 24: conflicting requests 2024-04-07T20:47:49.453 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.453 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 25: conflicting requests 2024-04-07T20:47:49.453 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.453 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 26: conflicting requests 2024-04-07T20:47:49.453 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.453 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 27: conflicting requests 2024-04-07T20:47:49.453 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.453 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 28: conflicting requests 2024-04-07T20:47:49.454 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.454 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 29: conflicting requests 2024-04-07T20:47:49.454 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.454 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 30: conflicting requests 2024-04-07T20:47:49.454 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.454 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 31: conflicting requests 2024-04-07T20:47:49.454 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.454 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 32: conflicting requests 2024-04-07T20:47:49.454 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.454 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 33: conflicting requests 2024-04-07T20:47:49.454 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.454 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 34: conflicting requests 2024-04-07T20:47:49.454 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.454 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 35: conflicting requests 2024-04-07T20:47:49.454 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.455 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 36: conflicting requests 2024-04-07T20:47:49.455 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.455 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 37: conflicting requests 2024-04-07T20:47:49.455 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.455 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.455 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.455 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:47:49.455 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.455 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.455 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.455 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.455 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 39: conflicting requests 2024-04-07T20:47:49.455 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.455 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.455 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.456 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.456 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.456 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.456 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:47:49.456 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.456 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.456 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.456 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.456 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:47:49.456 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.456 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.456 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.456 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.456 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:47:49.456 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.456 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.457 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.457 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.457 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:47:49.457 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.457 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.457 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.457 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.457 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:47:49.457 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.457 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.457 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.457 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.457 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:47:49.457 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.457 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.457 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.458 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:47:49.517 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-04-07T20:47:49.518 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:47:49.518 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2024-04-07T20:47:49.519 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:47:49.519 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-04-07T20:47:49.519 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 3.5 M 2024-04-07T20:47:49.519 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2024-04-07T20:47:49.519 INFO:teuthology.orchestra.run.smithi203.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-07T20:47:49.519 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 34 k 2024-04-07T20:47:49.519 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 16 k 2024-04-07T20:47:49.519 INFO:teuthology.orchestra.run.smithi203.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-07T20:47:49.519 INFO:teuthology.orchestra.run.smithi203.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-07T20:47:49.519 INFO:teuthology.orchestra.run.smithi203.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-07T20:47:49.519 INFO:teuthology.orchestra.run.smithi203.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-07T20:47:49.519 INFO:teuthology.orchestra.run.smithi203.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-07T20:47:49.519 INFO:teuthology.orchestra.run.smithi203.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-07T20:47:49.519 INFO:teuthology.orchestra.run.smithi203.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-07T20:47:49.519 INFO:teuthology.orchestra.run.smithi203.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-07T20:47:49.520 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:47:49.520 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-04-07T20:47:49.520 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:47:49.520 INFO:teuthology.orchestra.run.smithi203.stdout:Install 12 Packages 2024-04-07T20:47:49.520 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:47:49.520 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 8.6 M 2024-04-07T20:47:49.520 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 104 M 2024-04-07T20:47:49.520 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-04-07T20:47:49.679 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 1/1 2024-04-07T20:47:49.987 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 1/1 2024-04-07T20:47:49.987 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:47:49.987 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-04-07T20:47:49.987 INFO:teuthology.orchestra.run.smithi136.stdout: cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T20:47:49.988 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:47:49.988 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T20:47:50.202 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph-immutable-object-cache 2024-04-07T20:47:50.437 INFO:teuthology.orchestra.run.smithi203.stdout:(1/12): ceph-prometheus-alerts-19.0.0-2578.ge5c 67 kB/s | 16 kB 00:00 2024-04-07T20:47:50.462 INFO:teuthology.orchestra.run.smithi203.stdout:(2/12): ceph-grafana-dashboards-19.0.0-2578.ge5 126 kB/s | 34 kB 00:00 2024-04-07T20:47:50.647 INFO:teuthology.orchestra.run.smithi203.stdout:(3/12): ceph-mgr-dashboard-19.0.0-2578.ge5c885f 7.8 MB/s | 3.5 MB 00:00 2024-04-07T20:47:50.755 INFO:teuthology.orchestra.run.smithi203.stdout:(4/12): protobuf-compiler-3.14.0-13.el9.x86_64. 7.9 MB/s | 863 kB 00:00 2024-04-07T20:47:50.780 INFO:teuthology.orchestra.run.smithi203.stdout:(5/12): python3-protobuf-3.14.0-13.el9.noarch.r 848 kB/s | 269 kB 00:00 2024-04-07T20:47:50.810 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:04 ago on Sun 07 Apr 2024 08:46:46 PM UTC. 2024-04-07T20:47:50.813 INFO:teuthology.orchestra.run.smithi203.stdout:(6/12): protobuf-3.14.0-13.el9.x86_64.rpm 2.7 MB/s | 1.0 MB 00:00 2024-04-07T20:47:51.031 INFO:teuthology.orchestra.run.smithi203.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 78 kB/s | 19 kB 00:00 2024-04-07T20:47:51.104 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T20:47:51.104 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T20:47:51.104 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T20:47:51.104 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.104 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T20:47:51.104 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.104 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T20:47:51.105 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.105 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T20:47:51.105 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.105 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T20:47:51.105 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.105 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T20:47:51.105 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.105 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T20:47:51.105 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.105 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T20:47:51.105 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.105 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T20:47:51.105 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.105 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T20:47:51.105 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.106 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T20:47:51.106 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.106 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T20:47:51.106 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.106 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T20:47:51.106 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.106 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T20:47:51.106 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.106 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T20:47:51.106 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.106 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T20:47:51.106 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.107 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T20:47:51.107 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.107 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T20:47:51.107 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.107 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T20:47:51.107 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.107 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T20:47:51.107 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.107 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T20:47:51.107 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.107 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T20:47:51.107 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.107 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T20:47:51.108 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.108 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T20:47:51.108 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.108 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T20:47:51.108 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.108 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T20:47:51.108 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.108 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T20:47:51.108 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.108 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T20:47:51.108 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.108 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T20:47:51.109 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.109 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T20:47:51.109 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.109 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T20:47:51.109 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.109 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T20:47:51.109 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.109 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T20:47:51.109 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.109 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T20:47:51.109 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.109 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T20:47:51.109 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.109 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T20:47:51.109 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.110 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T20:47:51.110 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.110 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.110 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.110 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:47:51.110 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.110 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.110 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.110 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.110 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T20:47:51.110 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.110 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.110 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.111 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.111 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.111 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.111 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:47:51.111 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.111 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.111 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.111 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.111 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:47:51.111 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.111 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.111 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.111 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.111 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:47:51.112 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.112 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.112 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.112 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.112 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:47:51.112 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.112 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.112 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.112 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.112 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:47:51.112 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.112 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.112 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.112 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.113 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:47:51.113 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.113 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.113 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.113 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:47:51.172 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T20:47:51.173 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:47:51.173 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repo Size 2024-04-07T20:47:51.173 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:47:51.173 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-04-07T20:47:51.173 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 145 k 2024-04-07T20:47:51.173 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:47:51.173 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-04-07T20:47:51.173 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:47:51.173 INFO:teuthology.orchestra.run.smithi136.stdout:Install 1 Package 2024-04-07T20:47:51.173 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:47:51.173 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 145 k 2024-04-07T20:47:51.173 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 435 k 2024-04-07T20:47:51.174 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-04-07T20:47:51.356 INFO:teuthology.orchestra.run.smithi203.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 445 kB/s | 144 kB 00:00 2024-04-07T20:47:51.396 INFO:teuthology.orchestra.run.smithi136.stdout:ceph-immutable-object-cache-19.0.0-2578.ge5c885 653 kB/s | 145 kB 00:00 2024-04-07T20:47:51.396 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:47:51.397 INFO:teuthology.orchestra.run.smithi136.stdout:Total 648 kB/s | 145 kB 00:00 2024-04-07T20:47:51.397 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-04-07T20:47:51.397 INFO:teuthology.orchestra.run.smithi203.stdout:(9/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 853 kB/s | 548 kB 00:00 2024-04-07T20:47:51.404 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-04-07T20:47:51.404 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-04-07T20:47:51.456 INFO:teuthology.orchestra.run.smithi203.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 307 kB/s | 31 kB 00:00 2024-04-07T20:47:51.458 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-04-07T20:47:51.458 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-04-07T20:47:51.515 INFO:teuthology.orchestra.run.smithi203.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.6 MB/s | 188 kB 00:00 2024-04-07T20:47:51.594 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-04-07T20:47:51.615 INFO:teuthology.orchestra.run.smithi203.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 2.5 MB/s | 2.0 MB 00:00 2024-04-07T20:47:51.618 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:47:51.618 INFO:teuthology.orchestra.run.smithi203.stdout:Total 4.1 MB/s | 8.6 MB 00:02 2024-04-07T20:47:51.647 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2578.ge5c885fe. 1/1 2024-04-07T20:47:51.668 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-04-07T20:47:51.671 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2578.ge5c885fe. 1/1 2024-04-07T20:47:51.671 INFO:teuthology.orchestra.run.smithi136.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T20:47:51.671 INFO:teuthology.orchestra.run.smithi136.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-07T20:47:51.672 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:47:51.686 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-04-07T20:47:51.686 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-04-07T20:47:51.891 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-04-07T20:47:51.892 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-04-07T20:47:51.918 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2578.ge5c885fe.el9.x86_64 5/6 2024-04-07T20:47:51.993 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-test-2:19.0.0-2578.ge5c885fe.el9.x86_64 6/6 2024-04-07T20:47:52.421 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-04-07T20:47:52.490 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-07T20:47:52.526 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-07T20:47:52.573 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-07T20:47:52.612 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-07T20:47:52.685 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2578.ge5c885fe. 1/1 2024-04-07T20:47:52.685 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:47:52.686 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-04-07T20:47:52.686 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-immutable-object-cache-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:52.686 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:47:52.686 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T20:47:52.714 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-07T20:47:52.846 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-07T20:47:52.941 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-07T20:47:52.951 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph-mgr 2024-04-07T20:47:52.984 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-07T20:47:53.012 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-07T20:47:53.045 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2578.ge5c885fe.el9 10/12 2024-04-07T20:47:53.563 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:07 ago on Sun 07 Apr 2024 08:46:46 PM UTC. 2024-04-07T20:47:53.853 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T20:47:53.853 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T20:47:53.853 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T20:47:53.853 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.853 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T20:47:53.853 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.853 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T20:47:53.854 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.854 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T20:47:53.854 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.854 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T20:47:53.854 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.854 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T20:47:53.854 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.854 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T20:47:53.854 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.854 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T20:47:53.855 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.855 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T20:47:53.855 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.855 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T20:47:53.855 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.855 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T20:47:53.855 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.855 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T20:47:53.855 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.855 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T20:47:53.855 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.855 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T20:47:53.856 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.856 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T20:47:53.856 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.856 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T20:47:53.856 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.856 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T20:47:53.856 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.856 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T20:47:53.856 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.856 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T20:47:53.856 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.856 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T20:47:53.856 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.857 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T20:47:53.857 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.857 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T20:47:53.857 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.857 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T20:47:53.857 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.857 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T20:47:53.857 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.857 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T20:47:53.857 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.857 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T20:47:53.857 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.857 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T20:47:53.857 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.858 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T20:47:53.858 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.858 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T20:47:53.858 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.858 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T20:47:53.858 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.858 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T20:47:53.858 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.858 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T20:47:53.858 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.858 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T20:47:53.858 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.859 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T20:47:53.859 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.859 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T20:47:53.859 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.859 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T20:47:53.859 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.859 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T20:47:53.859 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.859 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.859 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.859 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:47:53.859 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.859 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.860 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.860 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.860 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T20:47:53.860 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.860 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.860 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.860 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.860 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.860 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.860 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:47:53.860 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.860 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.861 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.861 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.861 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:47:53.861 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.861 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.861 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.861 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.861 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:47:53.861 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.861 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.861 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.861 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.861 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:47:53.861 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.862 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.862 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.862 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.862 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:47:53.862 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.862 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.862 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.862 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.862 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:47:53.862 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.862 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.862 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.863 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:47:53.863 INFO:teuthology.orchestra.run.smithi136.stdout:Package ceph-mgr-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T20:47:53.922 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T20:47:53.922 INFO:teuthology.orchestra.run.smithi136.stdout:Nothing to do. 2024-04-07T20:47:53.923 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T20:47:53.993 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph-mgr-dashboard 2024-04-07T20:47:54.090 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2578.ge5c885fe.el 11/12 2024-04-07T20:47:54.120 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2578.ge5c885fe.el9.noa 12/12 2024-04-07T20:47:54.345 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-test-2:19.0.0-2578.ge5c885fe.el9.x86_64 6/6 2024-04-07T20:47:54.345 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-test-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/6 2024-04-07T20:47:54.346 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libcephsqlite-2:19.0.0-2578.ge5c885fe.el9.x86_64 2/6 2024-04-07T20:47:54.346 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : jq-1.6-16.el9.x86_64 3/6 2024-04-07T20:47:54.346 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 4/6 2024-04-07T20:47:54.346 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 5/6 2024-04-07T20:47:54.585 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:08 ago on Sun 07 Apr 2024 08:46:46 PM UTC. 2024-04-07T20:47:54.814 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 6/6 2024-04-07T20:47:54.814 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:47:54.814 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-04-07T20:47:54.814 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-test-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:54.814 INFO:teuthology.orchestra.run.smithi181.stdout: jq-1.6-16.el9.x86_64 2024-04-07T20:47:54.814 INFO:teuthology.orchestra.run.smithi181.stdout: libcephsqlite-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:47:54.814 INFO:teuthology.orchestra.run.smithi181.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-07T20:47:54.814 INFO:teuthology.orchestra.run.smithi181.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-07T20:47:54.814 INFO:teuthology.orchestra.run.smithi181.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-07T20:47:54.814 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:47:54.814 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-04-07T20:47:54.871 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T20:47:54.871 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T20:47:54.872 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T20:47:54.872 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.872 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T20:47:54.872 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.872 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T20:47:54.872 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.872 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T20:47:54.872 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.872 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T20:47:54.872 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.872 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T20:47:54.872 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.872 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T20:47:54.872 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.872 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T20:47:54.873 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.873 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T20:47:54.873 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.873 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T20:47:54.873 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.873 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T20:47:54.873 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.873 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T20:47:54.873 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.873 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T20:47:54.873 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.873 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T20:47:54.873 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.873 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T20:47:54.873 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.874 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T20:47:54.874 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.874 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T20:47:54.874 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.874 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T20:47:54.874 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.874 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T20:47:54.874 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.874 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T20:47:54.874 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.874 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T20:47:54.874 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.875 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T20:47:54.875 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.875 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T20:47:54.875 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.875 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T20:47:54.875 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.875 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T20:47:54.875 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.875 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T20:47:54.875 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.875 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T20:47:54.875 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.875 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T20:47:54.875 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.875 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T20:47:54.875 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.876 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T20:47:54.876 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.876 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T20:47:54.876 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.876 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T20:47:54.876 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.876 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T20:47:54.876 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.876 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T20:47:54.876 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.876 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T20:47:54.876 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.876 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T20:47:54.876 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.876 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T20:47:54.876 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.877 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.877 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.877 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:47:54.877 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.877 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.877 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.877 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.877 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T20:47:54.877 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.877 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.877 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.877 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.877 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.877 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.877 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:47:54.878 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.878 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.878 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.878 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.878 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:47:54.878 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.878 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.878 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.878 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.878 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:47:54.878 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.878 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.878 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.879 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.879 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:47:54.879 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.879 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.879 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.879 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.879 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:47:54.879 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.879 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.879 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.879 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.879 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:47:54.879 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.879 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.879 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.879 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:47:54.940 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T20:47:54.941 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:47:54.941 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repository Size 2024-04-07T20:47:54.941 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:47:54.941 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-04-07T20:47:54.942 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 3.5 M 2024-04-07T20:47:54.942 INFO:teuthology.orchestra.run.smithi136.stdout:Installing dependencies: 2024-04-07T20:47:54.942 INFO:teuthology.orchestra.run.smithi136.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-07T20:47:54.942 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 34 k 2024-04-07T20:47:54.942 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 16 k 2024-04-07T20:47:54.942 INFO:teuthology.orchestra.run.smithi136.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-07T20:47:54.942 INFO:teuthology.orchestra.run.smithi136.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-07T20:47:54.942 INFO:teuthology.orchestra.run.smithi136.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-07T20:47:54.942 INFO:teuthology.orchestra.run.smithi136.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-07T20:47:54.942 INFO:teuthology.orchestra.run.smithi136.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-07T20:47:54.942 INFO:teuthology.orchestra.run.smithi136.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-07T20:47:54.942 INFO:teuthology.orchestra.run.smithi136.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-07T20:47:54.942 INFO:teuthology.orchestra.run.smithi136.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-07T20:47:54.943 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:47:54.943 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-04-07T20:47:54.943 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:47:54.943 INFO:teuthology.orchestra.run.smithi136.stdout:Install 12 Packages 2024-04-07T20:47:54.943 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:47:54.943 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 8.6 M 2024-04-07T20:47:54.943 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 104 M 2024-04-07T20:47:54.944 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-04-07T20:47:55.057 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph 2024-04-07T20:47:55.572 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2578.ge5c885fe.el9.noa 12/12 2024-04-07T20:47:55.572 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2578.ge5c885fe.el 1/12 2024-04-07T20:47:55.573 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2578.ge5c885fe.el9.noa 2/12 2024-04-07T20:47:55.573 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2578.ge5c885fe.el9 3/12 2024-04-07T20:47:55.573 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-07T20:47:55.573 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-07T20:47:55.573 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-07T20:47:55.573 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-07T20:47:55.573 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-07T20:47:55.573 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-07T20:47:55.573 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-07T20:47:55.573 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-07T20:47:55.664 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:00:50 ago on Sun 07 Apr 2024 08:47:05 PM UTC. 2024-04-07T20:47:55.675 INFO:teuthology.orchestra.run.smithi136.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2578.ge5 188 kB/s | 34 kB 00:00 2024-04-07T20:47:55.775 INFO:teuthology.orchestra.run.smithi136.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2578.ge5c 59 kB/s | 16 kB 00:00 2024-04-07T20:47:55.867 INFO:teuthology.orchestra.run.smithi136.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 5.3 MB/s | 1.0 MB 00:00 2024-04-07T20:47:55.931 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-07T20:47:55.932 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:47:55.932 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-04-07T20:47:55.932 INFO:teuthology.orchestra.run.smithi203.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-07T20:47:55.932 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-grafana-dashboards-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T20:47:55.932 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr-dashboard-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T20:47:55.932 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-prometheus-alerts-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T20:47:55.932 INFO:teuthology.orchestra.run.smithi203.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-07T20:47:55.932 INFO:teuthology.orchestra.run.smithi203.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-07T20:47:55.932 INFO:teuthology.orchestra.run.smithi203.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-07T20:47:55.932 INFO:teuthology.orchestra.run.smithi203.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-07T20:47:55.932 INFO:teuthology.orchestra.run.smithi203.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-07T20:47:55.932 INFO:teuthology.orchestra.run.smithi203.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-07T20:47:55.933 INFO:teuthology.orchestra.run.smithi203.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-07T20:47:55.933 INFO:teuthology.orchestra.run.smithi203.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-07T20:47:55.933 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:47:55.933 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-04-07T20:47:55.955 INFO:teuthology.orchestra.run.smithi181.stderr:Modular dependency problems: 2024-04-07T20:47:55.955 INFO:teuthology.orchestra.run.smithi181.stderr: 2024-04-07T20:47:55.955 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 1: conflicting requests 2024-04-07T20:47:55.955 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.956 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 2: conflicting requests 2024-04-07T20:47:55.956 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.956 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 3: conflicting requests 2024-04-07T20:47:55.956 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.956 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 4: conflicting requests 2024-04-07T20:47:55.956 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.956 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 5: conflicting requests 2024-04-07T20:47:55.956 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.956 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 6: conflicting requests 2024-04-07T20:47:55.956 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.956 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 7: conflicting requests 2024-04-07T20:47:55.956 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.956 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 8: conflicting requests 2024-04-07T20:47:55.956 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.957 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 9: conflicting requests 2024-04-07T20:47:55.957 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.957 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 10: conflicting requests 2024-04-07T20:47:55.957 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.957 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 11: conflicting requests 2024-04-07T20:47:55.957 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.957 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 12: conflicting requests 2024-04-07T20:47:55.957 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.957 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 13: conflicting requests 2024-04-07T20:47:55.957 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.957 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 14: conflicting requests 2024-04-07T20:47:55.957 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.957 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 15: conflicting requests 2024-04-07T20:47:55.957 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.958 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 16: conflicting requests 2024-04-07T20:47:55.958 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.958 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 17: conflicting requests 2024-04-07T20:47:55.958 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.958 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 18: conflicting requests 2024-04-07T20:47:55.958 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.958 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 19: conflicting requests 2024-04-07T20:47:55.958 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.958 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 20: conflicting requests 2024-04-07T20:47:55.958 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.958 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 21: conflicting requests 2024-04-07T20:47:55.958 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.959 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 22: conflicting requests 2024-04-07T20:47:55.959 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.959 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 23: conflicting requests 2024-04-07T20:47:55.959 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.959 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 24: conflicting requests 2024-04-07T20:47:55.959 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.959 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 25: conflicting requests 2024-04-07T20:47:55.959 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.959 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 26: conflicting requests 2024-04-07T20:47:55.959 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.959 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 27: conflicting requests 2024-04-07T20:47:55.959 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.959 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 28: conflicting requests 2024-04-07T20:47:55.959 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.960 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 29: conflicting requests 2024-04-07T20:47:55.960 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.960 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 30: conflicting requests 2024-04-07T20:47:55.960 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.960 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 31: conflicting requests 2024-04-07T20:47:55.960 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.960 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 32: conflicting requests 2024-04-07T20:47:55.960 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.960 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 33: conflicting requests 2024-04-07T20:47:55.960 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.960 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 34: conflicting requests 2024-04-07T20:47:55.960 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.960 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 35: conflicting requests 2024-04-07T20:47:55.960 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.960 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 36: conflicting requests 2024-04-07T20:47:55.961 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.961 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 37: conflicting requests 2024-04-07T20:47:55.961 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.961 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.961 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.961 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:47:55.961 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.961 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.961 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.961 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.961 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 39: conflicting requests 2024-04-07T20:47:55.961 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.961 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.961 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.962 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.962 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.962 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.962 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:47:55.962 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.962 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.962 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.962 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.962 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:47:55.962 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.962 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.962 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.962 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.963 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:47:55.963 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.963 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.963 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.963 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.963 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:47:55.963 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.963 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.963 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.963 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.963 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:47:55.963 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.963 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.963 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.963 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.964 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:47:55.964 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.964 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.964 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.964 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:47:55.967 INFO:teuthology.orchestra.run.smithi136.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.4 MB/s | 269 kB 00:00 2024-04-07T20:47:56.027 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-04-07T20:47:56.029 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:47:56.030 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2024-04-07T20:47:56.030 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:47:56.030 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-04-07T20:47:56.030 INFO:teuthology.orchestra.run.smithi181.stdout: ceph x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 6.6 k 2024-04-07T20:47:56.030 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2024-04-07T20:47:56.030 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mds x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 2.4 M 2024-04-07T20:47:56.030 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 1.5 M 2024-04-07T20:47:56.030 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 249 k 2024-04-07T20:47:56.030 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mon x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 4.7 M 2024-04-07T20:47:56.030 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-osd x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 17 M 2024-04-07T20:47:56.030 INFO:teuthology.orchestra.run.smithi181.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-07T20:47:56.030 INFO:teuthology.orchestra.run.smithi181.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-07T20:47:56.031 INFO:teuthology.orchestra.run.smithi181.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-07T20:47:56.031 INFO:teuthology.orchestra.run.smithi181.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-07T20:47:56.031 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-07T20:47:56.031 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-07T20:47:56.031 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-07T20:47:56.031 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-07T20:47:56.031 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-07T20:47:56.031 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-07T20:47:56.031 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jaraco-collections 2024-04-07T20:47:56.031 INFO:teuthology.orchestra.run.smithi181.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-07T20:47:56.031 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-07T20:47:56.031 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-07T20:47:56.031 INFO:teuthology.orchestra.run.smithi181.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-07T20:47:56.031 INFO:teuthology.orchestra.run.smithi181.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-07T20:47:56.032 INFO:teuthology.orchestra.run.smithi181.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-07T20:47:56.032 INFO:teuthology.orchestra.run.smithi181.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-07T20:47:56.032 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-07T20:47:56.032 INFO:teuthology.orchestra.run.smithi181.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-07T20:47:56.032 INFO:teuthology.orchestra.run.smithi181.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-07T20:47:56.032 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-07T20:47:56.032 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-07T20:47:56.032 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-07T20:47:56.032 INFO:teuthology.orchestra.run.smithi181.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-07T20:47:56.032 INFO:teuthology.orchestra.run.smithi181.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-07T20:47:56.032 INFO:teuthology.orchestra.run.smithi181.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-07T20:47:56.032 INFO:teuthology.orchestra.run.smithi181.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-07T20:47:56.032 INFO:teuthology.orchestra.run.smithi181.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-07T20:47:56.032 INFO:teuthology.orchestra.run.smithi181.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-07T20:47:56.033 INFO:teuthology.orchestra.run.smithi181.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-07T20:47:56.033 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:47:56.033 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-04-07T20:47:56.033 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:47:56.033 INFO:teuthology.orchestra.run.smithi181.stdout:Install 36 Packages 2024-04-07T20:47:56.033 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:47:56.033 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 30 M 2024-04-07T20:47:56.033 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 108 M 2024-04-07T20:47:56.034 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-04-07T20:47:56.067 INFO:teuthology.orchestra.run.smithi136.stdout:(5/12): ceph-mgr-dashboard-19.0.0-2578.ge5c885f 6.2 MB/s | 3.5 MB 00:00 2024-04-07T20:47:56.221 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-07T20:47:56.310 INFO:teuthology.orchestra.run.smithi136.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 80 kB/s | 19 kB 00:00 2024-04-07T20:47:56.526 INFO:teuthology.orchestra.run.smithi136.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 980 kB/s | 548 kB 00:00 2024-04-07T20:47:56.627 INFO:teuthology.orchestra.run.smithi136.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.4 MB/s | 144 kB 00:00 2024-04-07T20:47:56.718 INFO:teuthology.orchestra.run.smithi136.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 336 kB/s | 31 kB 00:00 2024-04-07T20:47:56.819 INFO:teuthology.orchestra.run.smithi136.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.8 MB/s | 188 kB 00:00 2024-04-07T20:47:56.843 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:12 ago on Sun 07 Apr 2024 08:46:44 PM UTC. 2024-04-07T20:47:56.860 INFO:teuthology.orchestra.run.smithi136.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 3.7 MB/s | 2.0 MB 00:00 2024-04-07T20:47:57.147 INFO:teuthology.orchestra.run.smithi203.stderr:Modular dependency problems: 2024-04-07T20:47:57.147 INFO:teuthology.orchestra.run.smithi203.stderr: 2024-04-07T20:47:57.147 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 1: conflicting requests 2024-04-07T20:47:57.147 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.147 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 2: conflicting requests 2024-04-07T20:47:57.147 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.147 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 3: conflicting requests 2024-04-07T20:47:57.147 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.147 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 4: conflicting requests 2024-04-07T20:47:57.147 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.147 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 5: conflicting requests 2024-04-07T20:47:57.147 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.148 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 6: conflicting requests 2024-04-07T20:47:57.148 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.148 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 7: conflicting requests 2024-04-07T20:47:57.148 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.148 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 8: conflicting requests 2024-04-07T20:47:57.148 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.148 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 9: conflicting requests 2024-04-07T20:47:57.148 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.148 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 10: conflicting requests 2024-04-07T20:47:57.148 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.148 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 11: conflicting requests 2024-04-07T20:47:57.148 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.148 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 12: conflicting requests 2024-04-07T20:47:57.149 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.149 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 13: conflicting requests 2024-04-07T20:47:57.149 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.149 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 14: conflicting requests 2024-04-07T20:47:57.149 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.149 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 15: conflicting requests 2024-04-07T20:47:57.149 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.149 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 16: conflicting requests 2024-04-07T20:47:57.149 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.149 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 17: conflicting requests 2024-04-07T20:47:57.149 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.149 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 18: conflicting requests 2024-04-07T20:47:57.149 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.149 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 19: conflicting requests 2024-04-07T20:47:57.149 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.150 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 20: conflicting requests 2024-04-07T20:47:57.150 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.150 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 21: conflicting requests 2024-04-07T20:47:57.150 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.150 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 22: conflicting requests 2024-04-07T20:47:57.150 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.150 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 23: conflicting requests 2024-04-07T20:47:57.150 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.150 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 24: conflicting requests 2024-04-07T20:47:57.150 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.150 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 25: conflicting requests 2024-04-07T20:47:57.150 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.150 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 26: conflicting requests 2024-04-07T20:47:57.150 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.151 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 27: conflicting requests 2024-04-07T20:47:57.151 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.151 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 28: conflicting requests 2024-04-07T20:47:57.151 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.151 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 29: conflicting requests 2024-04-07T20:47:57.151 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.151 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 30: conflicting requests 2024-04-07T20:47:57.151 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.151 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 31: conflicting requests 2024-04-07T20:47:57.151 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.151 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 32: conflicting requests 2024-04-07T20:47:57.151 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.151 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 33: conflicting requests 2024-04-07T20:47:57.151 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.151 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 34: conflicting requests 2024-04-07T20:47:57.151 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.152 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 35: conflicting requests 2024-04-07T20:47:57.152 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.152 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 36: conflicting requests 2024-04-07T20:47:57.152 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.152 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 37: conflicting requests 2024-04-07T20:47:57.152 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.152 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.152 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.152 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:47:57.152 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.152 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.152 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.152 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.152 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 39: conflicting requests 2024-04-07T20:47:57.152 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.153 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.153 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.153 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.153 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.153 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.153 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:47:57.153 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.153 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.153 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.153 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.153 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:47:57.153 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.153 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.153 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.153 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.153 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:47:57.154 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.154 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.154 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.154 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.154 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:47:57.154 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.154 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.154 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.154 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.154 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:47:57.154 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.154 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.154 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.155 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.155 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:47:57.155 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.155 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.155 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.155 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:47:57.219 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-04-07T20:47:57.220 INFO:teuthology.orchestra.run.smithi203.stdout:======================================================================================= 2024-04-07T20:47:57.220 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2024-04-07T20:47:57.220 INFO:teuthology.orchestra.run.smithi203.stdout:======================================================================================= 2024-04-07T20:47:57.220 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-04-07T20:47:57.220 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 7.4 M 2024-04-07T20:47:57.220 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2024-04-07T20:47:57.220 INFO:teuthology.orchestra.run.smithi203.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-07T20:47:57.220 INFO:teuthology.orchestra.run.smithi203.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-07T20:47:57.220 INFO:teuthology.orchestra.run.smithi203.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-07T20:47:57.221 INFO:teuthology.orchestra.run.smithi203.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-07T20:47:57.221 INFO:teuthology.orchestra.run.smithi203.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-07T20:47:57.221 INFO:teuthology.orchestra.run.smithi203.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-07T20:47:57.221 INFO:teuthology.orchestra.run.smithi203.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-07T20:47:57.221 INFO:teuthology.orchestra.run.smithi203.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-07T20:47:57.221 INFO:teuthology.orchestra.run.smithi203.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-07T20:47:57.221 INFO:teuthology.orchestra.run.smithi203.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-07T20:47:57.221 INFO:teuthology.orchestra.run.smithi203.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-07T20:47:57.221 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:47:57.221 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-04-07T20:47:57.221 INFO:teuthology.orchestra.run.smithi203.stdout:======================================================================================= 2024-04-07T20:47:57.221 INFO:teuthology.orchestra.run.smithi203.stdout:Install 12 Packages 2024-04-07T20:47:57.221 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:47:57.222 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 38 M 2024-04-07T20:47:57.222 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 209 M 2024-04-07T20:47:57.222 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-04-07T20:47:57.326 INFO:teuthology.orchestra.run.smithi181.stdout:(1/36): ceph-19.0.0-2578.ge5c885fe.el9.x86_64.r 38 kB/s | 6.6 kB 00:00 2024-04-07T20:47:57.544 INFO:teuthology.orchestra.run.smithi203.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.0 MB/s | 195 kB 00:00 2024-04-07T20:47:57.577 INFO:teuthology.orchestra.run.smithi203.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 3.5 MB/s | 803 kB 00:00 2024-04-07T20:47:57.578 INFO:teuthology.orchestra.run.smithi136.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 505 kB/s | 863 kB 00:01 2024-04-07T20:47:57.580 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:47:57.581 INFO:teuthology.orchestra.run.smithi136.stdout:Total 3.3 MB/s | 8.6 MB 00:02 2024-04-07T20:47:57.632 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-04-07T20:47:57.651 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-04-07T20:47:57.651 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-04-07T20:47:57.694 INFO:teuthology.orchestra.run.smithi203.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 217 kB/s | 33 kB 00:00 2024-04-07T20:47:57.727 INFO:teuthology.orchestra.run.smithi203.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 547 kB/s | 18 kB 00:00 2024-04-07T20:47:57.743 INFO:teuthology.orchestra.run.smithi181.stdout:(2/36): ceph-mon-19.0.0-2578.ge5c885fe.el9.x86_ 11 MB/s | 4.7 MB 00:00 2024-04-07T20:47:57.769 INFO:teuthology.orchestra.run.smithi203.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 851 kB/s | 35 kB 00:00 2024-04-07T20:47:57.810 INFO:teuthology.orchestra.run.smithi181.stdout:(3/36): ceph-mgr-19.0.0-2578.ge5c885fe.el9.x86_ 2.3 MB/s | 1.5 MB 00:00 2024-04-07T20:47:57.835 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-04-07T20:47:57.835 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-04-07T20:47:57.910 INFO:teuthology.orchestra.run.smithi181.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2578.ge5c8 2.4 MB/s | 249 kB 00:00 2024-04-07T20:47:57.919 INFO:teuthology.orchestra.run.smithi203.stdout:(6/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 32 MB/s | 4.7 MB 00:00 2024-04-07T20:47:57.961 INFO:teuthology.orchestra.run.smithi181.stdout:(5/36): ceph-mds-19.0.0-2578.ge5c885fe.el9.x86_ 2.9 MB/s | 2.4 MB 00:00 2024-04-07T20:47:57.970 INFO:teuthology.orchestra.run.smithi203.stdout:(7/12): python3-devel-3.9.17-2.el9.x86_64.rpm 4.9 MB/s | 245 kB 00:00 2024-04-07T20:47:58.095 INFO:teuthology.orchestra.run.smithi203.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 5.8 MB/s | 3.0 MB 00:00 2024-04-07T20:47:58.162 INFO:teuthology.orchestra.run.smithi203.stdout:(9/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 27 MB/s | 5.1 MB 00:00 2024-04-07T20:47:58.186 INFO:teuthology.orchestra.run.smithi181.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 920 kB/s | 253 kB 00:00 2024-04-07T20:47:58.245 INFO:teuthology.orchestra.run.smithi181.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 1.8 MB/s | 106 kB 00:00 2024-04-07T20:47:58.303 INFO:teuthology.orchestra.run.smithi181.stdout:(8/36): python3-cryptography-36.0.1-4.el9.x86_6 3.6 MB/s | 1.2 MB 00:00 2024-04-07T20:47:58.328 INFO:teuthology.orchestra.run.smithi181.stdout:(9/36): python3-pycparser-2.20-6.el9.noarch.rpm 1.6 MB/s | 135 kB 00:00 2024-04-07T20:47:58.366 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-04-07T20:47:58.370 INFO:teuthology.orchestra.run.smithi181.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 1.8 MB/s | 125 kB 00:00 2024-04-07T20:47:58.396 INFO:teuthology.orchestra.run.smithi181.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.1 MB/s | 215 kB 00:00 2024-04-07T20:47:58.422 INFO:teuthology.orchestra.run.smithi203.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 774 kB/s | 250 kB 00:00 2024-04-07T20:47:58.453 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-07T20:47:58.497 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-07T20:47:58.551 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-07T20:47:58.563 INFO:teuthology.orchestra.run.smithi181.stdout:(12/36): ceph-osd-19.0.0-2578.ge5c885fe.el9.x86 21 MB/s | 17 MB 00:00 2024-04-07T20:47:58.607 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-07T20:47:58.696 INFO:teuthology.orchestra.run.smithi181.stdout:(13/36): lua-5.4.4-4.el9.x86_64.rpm 578 kB/s | 188 kB 00:00 2024-04-07T20:47:58.708 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-07T20:47:58.713 INFO:teuthology.orchestra.run.smithi181.stdout:(14/36): python3-markupsafe-1.1.1-12.el9.x86_64 232 kB/s | 35 kB 00:00 2024-04-07T20:47:58.738 INFO:teuthology.orchestra.run.smithi181.stdout:(15/36): python3-mako-1.1.4-6.el9.noarch.rpm 503 kB/s | 172 kB 00:00 2024-04-07T20:47:58.755 INFO:teuthology.orchestra.run.smithi181.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 866 kB/s | 51 kB 00:00 2024-04-07T20:47:58.773 INFO:teuthology.orchestra.run.smithi181.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 707 kB/s | 42 kB 00:00 2024-04-07T20:47:58.832 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-07T20:47:58.918 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-07T20:47:58.962 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-07T20:47:58.991 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-07T20:47:59.024 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2578.ge5c885fe.el9 10/12 2024-04-07T20:47:59.038 INFO:teuthology.orchestra.run.smithi203.stdout:(11/12): ceph-mgr-diskprediction-local-19.0.0-2 4.4 MB/s | 7.4 MB 00:01 2024-04-07T20:47:59.098 INFO:teuthology.orchestra.run.smithi181.stdout:(18/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 134 kB/s | 43 kB 00:00 2024-04-07T20:47:59.231 INFO:teuthology.orchestra.run.smithi181.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 318 kB/s | 151 kB 00:00 2024-04-07T20:47:59.338 INFO:teuthology.orchestra.run.smithi203.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 14 MB/s | 16 MB 00:01 2024-04-07T20:47:59.340 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:47:59.341 INFO:teuthology.orchestra.run.smithi203.stdout:Total 18 MB/s | 38 MB 00:02 2024-04-07T20:47:59.348 INFO:teuthology.orchestra.run.smithi181.stdout:(20/36): lua-devel-5.4.4-4.el9.x86_64.rpm 37 kB/s | 22 kB 00:00 2024-04-07T20:47:59.374 INFO:teuthology.orchestra.run.smithi181.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 626 kB/s | 172 kB 00:00 2024-04-07T20:47:59.449 INFO:teuthology.orchestra.run.smithi181.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 107 kB/s | 11 kB 00:00 2024-04-07T20:47:59.474 INFO:teuthology.orchestra.run.smithi181.stdout:(23/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.4 MB/s | 358 kB 00:00 2024-04-07T20:47:59.549 INFO:teuthology.orchestra.run.smithi181.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 231 kB/s | 23 kB 00:00 2024-04-07T20:47:59.566 INFO:teuthology.orchestra.run.smithi181.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 211 kB/s | 19 kB 00:00 2024-04-07T20:47:59.617 INFO:teuthology.orchestra.run.smithi181.stdout:(26/36): python3-jaraco-classes-3.2.1-5.el9.noa 73 kB/s | 18 kB 00:00 2024-04-07T20:47:59.650 INFO:teuthology.orchestra.run.smithi181.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 196 kB/s | 20 kB 00:00 2024-04-07T20:47:59.675 INFO:teuthology.orchestra.run.smithi181.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 426 kB/s | 46 kB 00:00 2024-04-07T20:47:59.684 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-04-07T20:47:59.711 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-04-07T20:47:59.711 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-04-07T20:47:59.775 INFO:teuthology.orchestra.run.smithi181.stdout:(29/36): python3-portend-3.1.0-2.el9.noarch.rpm 164 kB/s | 16 kB 00:00 2024-04-07T20:47:59.826 INFO:teuthology.orchestra.run.smithi181.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.5 MB/s | 272 kB 00:00 2024-04-07T20:47:59.884 INFO:teuthology.orchestra.run.smithi181.stdout:(31/36): python3-more-itertools-8.12.0-2.el9.no 294 kB/s | 79 kB 00:00 2024-04-07T20:47:59.910 INFO:teuthology.orchestra.run.smithi181.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 673 kB/s | 90 kB 00:00 2024-04-07T20:47:59.935 INFO:teuthology.orchestra.run.smithi181.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 328 kB/s | 36 kB 00:00 2024-04-07T20:48:00.035 INFO:teuthology.orchestra.run.smithi181.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 200 kB/s | 20 kB 00:00 2024-04-07T20:48:00.063 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2578.ge5c885fe.el 11/12 2024-04-07T20:48:00.077 INFO:teuthology.orchestra.run.smithi181.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.5 MB/s | 427 kB 00:00 2024-04-07T20:48:00.090 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2578.ge5c885fe.el9.noa 12/12 2024-04-07T20:48:00.135 INFO:teuthology.orchestra.run.smithi181.stdout:(36/36): python3-webob-1.8.7-6.el9.noarch.rpm 916 kB/s | 230 kB 00:00 2024-04-07T20:48:00.139 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:48:00.139 INFO:teuthology.orchestra.run.smithi181.stdout:Total 7.3 MB/s | 30 MB 00:04 2024-04-07T20:48:00.152 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-04-07T20:48:00.152 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-04-07T20:48:00.280 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-04-07T20:48:00.320 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-04-07T20:48:00.320 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-04-07T20:48:00.746 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-04-07T20:48:00.747 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-04-07T20:48:00.914 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-04-07T20:48:00.979 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-07T20:48:01.027 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-07T20:48:01.135 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-07T20:48:01.171 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-07T20:48:01.347 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-07T20:48:01.378 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-07T20:48:01.396 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2578.ge5c885fe.el9.noa 12/12 2024-04-07T20:48:01.396 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2578.ge5c885fe.el 1/12 2024-04-07T20:48:01.396 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2578.ge5c885fe.el9.noa 2/12 2024-04-07T20:48:01.396 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2578.ge5c885fe.el9 3/12 2024-04-07T20:48:01.396 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-07T20:48:01.396 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-07T20:48:01.396 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-07T20:48:01.396 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-07T20:48:01.396 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-07T20:48:01.397 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-07T20:48:01.397 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-07T20:48:01.397 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-07T20:48:01.461 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-07T20:48:01.770 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-07T20:48:01.770 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:48:01.770 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-04-07T20:48:01.770 INFO:teuthology.orchestra.run.smithi136.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-07T20:48:01.770 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-grafana-dashboards-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T20:48:01.770 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-dashboard-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T20:48:01.771 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-prometheus-alerts-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T20:48:01.771 INFO:teuthology.orchestra.run.smithi136.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-07T20:48:01.771 INFO:teuthology.orchestra.run.smithi136.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-07T20:48:01.771 INFO:teuthology.orchestra.run.smithi136.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-07T20:48:01.771 INFO:teuthology.orchestra.run.smithi136.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-07T20:48:01.771 INFO:teuthology.orchestra.run.smithi136.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-07T20:48:01.771 INFO:teuthology.orchestra.run.smithi136.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-07T20:48:01.771 INFO:teuthology.orchestra.run.smithi136.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-07T20:48:01.771 INFO:teuthology.orchestra.run.smithi136.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-07T20:48:01.771 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:48:01.771 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T20:48:02.039 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-07T20:48:02.112 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-07T20:48:02.118 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-04-07T20:48:02.188 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-07T20:48:02.221 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-07T20:48:02.226 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-07T20:48:02.249 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-07T20:48:02.319 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-07T20:48:02.364 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-07T20:48:02.397 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-07T20:48:02.489 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-07T20:48:02.558 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-07T20:48:02.608 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-07T20:48:02.636 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:16 ago on Sun 07 Apr 2024 08:46:46 PM UTC. 2024-04-07T20:48:02.643 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-07T20:48:02.672 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-07T20:48:02.707 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-07T20:48:02.740 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-07T20:48:02.781 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-07T20:48:02.816 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-07T20:48:02.850 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-07T20:48:02.897 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-07T20:48:02.924 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T20:48:02.924 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T20:48:02.924 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T20:48:02.924 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.924 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T20:48:02.925 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.925 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T20:48:02.925 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.925 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T20:48:02.925 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.925 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T20:48:02.925 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.925 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T20:48:02.925 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.925 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T20:48:02.925 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.925 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T20:48:02.925 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.926 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T20:48:02.926 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.926 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T20:48:02.926 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.926 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T20:48:02.926 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.926 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T20:48:02.926 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.926 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T20:48:02.926 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.926 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T20:48:02.926 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.926 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T20:48:02.926 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.927 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T20:48:02.927 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.927 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T20:48:02.927 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.927 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T20:48:02.927 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.927 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T20:48:02.927 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.927 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T20:48:02.927 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.927 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T20:48:02.927 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.927 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T20:48:02.928 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.928 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T20:48:02.928 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.928 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T20:48:02.928 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.928 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T20:48:02.928 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.928 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T20:48:02.928 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.928 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T20:48:02.928 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.928 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T20:48:02.928 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.928 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T20:48:02.928 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.929 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T20:48:02.929 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.929 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T20:48:02.929 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.929 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T20:48:02.929 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.929 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T20:48:02.929 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.929 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T20:48:02.929 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.929 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T20:48:02.929 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.929 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T20:48:02.929 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.929 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T20:48:02.929 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.930 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.930 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.930 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:48:02.930 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.930 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.930 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.930 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.930 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T20:48:02.930 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.930 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.930 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.930 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.930 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.930 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.930 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:48:02.931 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.931 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.931 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.931 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.931 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:48:02.931 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.931 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.931 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.931 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.931 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:48:02.931 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.931 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.931 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.932 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.932 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:48:02.932 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.932 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.932 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.932 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.932 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:48:02.932 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.932 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.932 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.932 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.932 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:48:02.932 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.932 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.932 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.933 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:48:02.969 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-07T20:48:02.994 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T20:48:02.995 INFO:teuthology.orchestra.run.smithi136.stdout:======================================================================================= 2024-04-07T20:48:02.995 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repository Size 2024-04-07T20:48:02.995 INFO:teuthology.orchestra.run.smithi136.stdout:======================================================================================= 2024-04-07T20:48:02.995 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-04-07T20:48:02.995 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 7.4 M 2024-04-07T20:48:02.995 INFO:teuthology.orchestra.run.smithi136.stdout:Installing dependencies: 2024-04-07T20:48:02.995 INFO:teuthology.orchestra.run.smithi136.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-07T20:48:02.995 INFO:teuthology.orchestra.run.smithi136.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-07T20:48:02.996 INFO:teuthology.orchestra.run.smithi136.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-07T20:48:02.996 INFO:teuthology.orchestra.run.smithi136.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-07T20:48:02.996 INFO:teuthology.orchestra.run.smithi136.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-07T20:48:02.996 INFO:teuthology.orchestra.run.smithi136.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-07T20:48:02.996 INFO:teuthology.orchestra.run.smithi136.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-07T20:48:02.996 INFO:teuthology.orchestra.run.smithi136.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-07T20:48:02.996 INFO:teuthology.orchestra.run.smithi136.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-07T20:48:02.996 INFO:teuthology.orchestra.run.smithi136.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-07T20:48:02.996 INFO:teuthology.orchestra.run.smithi136.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-07T20:48:02.996 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:48:02.996 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-04-07T20:48:02.996 INFO:teuthology.orchestra.run.smithi136.stdout:======================================================================================= 2024-04-07T20:48:02.996 INFO:teuthology.orchestra.run.smithi136.stdout:Install 12 Packages 2024-04-07T20:48:02.997 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:48:02.997 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 38 M 2024-04-07T20:48:02.997 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 209 M 2024-04-07T20:48:02.997 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-04-07T20:48:03.115 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-07T20:48:03.196 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-07T20:48:03.249 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-07T20:48:03.288 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-07T20:48:03.336 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-07T20:48:03.394 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-07T20:48:03.471 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-07T20:48:03.585 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-07T20:48:03.634 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-07T20:48:03.704 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-07T20:48:03.754 INFO:teuthology.orchestra.run.smithi136.stdout:(1/12): ceph-mgr-diskprediction-local-19.0.0-25 13 MB/s | 7.4 MB 00:00 2024-04-07T20:48:03.771 INFO:teuthology.orchestra.run.smithi136.stdout:(2/12): libquadmath-11.4.1-3.el9.x86_64.rpm 334 kB/s | 195 kB 00:00 2024-04-07T20:48:03.792 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-07T20:48:03.824 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-07T20:48:03.863 INFO:teuthology.orchestra.run.smithi136.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 301 kB/s | 33 kB 00:00 2024-04-07T20:48:03.913 INFO:teuthology.orchestra.run.smithi136.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 365 kB/s | 18 kB 00:00 2024-04-07T20:48:03.948 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-07T20:48:03.963 INFO:teuthology.orchestra.run.smithi136.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 706 kB/s | 35 kB 00:00 2024-04-07T20:48:04.055 INFO:teuthology.orchestra.run.smithi136.stdout:(6/12): libgfortran-11.4.1-3.el9.x86_64.rpm 925 kB/s | 803 kB 00:00 2024-04-07T20:48:04.107 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2578.ge5c885fe.el9. 31/36 2024-04-07T20:48:04.114 INFO:teuthology.orchestra.run.smithi136.stdout:(7/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 8.7 MB/s | 3.0 MB 00:00 2024-04-07T20:48:04.150 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-mgr-2:19.0.0-2578.ge5c885fe.el9.x86_64 32/36 2024-04-07T20:48:04.175 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2578.ge5c885fe.el9.x86_64 32/36 2024-04-07T20:48:04.175 INFO:teuthology.orchestra.run.smithi181.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T20:48:04.176 INFO:teuthology.orchestra.run.smithi181.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-07T20:48:04.176 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-07T20:48:04.176 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-07T20:48:04.176 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:48:04.256 INFO:teuthology.orchestra.run.smithi136.stdout:(8/12): python3-devel-3.9.17-2.el9.x86_64.rpm 1.2 MB/s | 245 kB 00:00 2024-04-07T20:48:04.348 INFO:teuthology.orchestra.run.smithi136.stdout:(9/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 12 MB/s | 4.7 MB 00:00 2024-04-07T20:48:04.373 INFO:teuthology.orchestra.run.smithi136.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 2.1 MB/s | 250 kB 00:00 2024-04-07T20:48:04.440 INFO:teuthology.orchestra.run.smithi136.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 16 MB/s | 5.1 MB 00:00 2024-04-07T20:48:04.508 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-07T20:48:04.532 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2578.ge5c88 12/12 2024-04-07T20:48:05.273 INFO:teuthology.orchestra.run.smithi136.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 18 MB/s | 16 MB 00:00 2024-04-07T20:48:05.274 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:48:05.274 INFO:teuthology.orchestra.run.smithi136.stdout:Total 17 MB/s | 38 MB 00:02 2024-04-07T20:48:05.611 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-osd-2:19.0.0-2578.ge5c885fe.el9.x86_64 33/36 2024-04-07T20:48:05.628 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-04-07T20:48:05.638 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-osd-2:19.0.0-2578.ge5c885fe.el9.x86_64 33/36 2024-04-07T20:48:05.638 INFO:teuthology.orchestra.run.smithi181.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T20:48:05.638 INFO:teuthology.orchestra.run.smithi181.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-07T20:48:05.638 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-07T20:48:05.638 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-07T20:48:05.638 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:48:05.655 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-04-07T20:48:05.655 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-04-07T20:48:06.095 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-mon-2:19.0.0-2578.ge5c885fe.el9.x86_64 34/36 2024-04-07T20:48:06.096 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-04-07T20:48:06.096 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-04-07T20:48:06.119 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-mon-2:19.0.0-2578.ge5c885fe.el9.x86_64 34/36 2024-04-07T20:48:06.119 INFO:teuthology.orchestra.run.smithi181.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T20:48:06.119 INFO:teuthology.orchestra.run.smithi181.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-07T20:48:06.119 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-07T20:48:06.119 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-07T20:48:06.119 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:48:06.355 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-mds-2:19.0.0-2578.ge5c885fe.el9.x86_64 35/36 2024-04-07T20:48:06.378 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-mds-2:19.0.0-2578.ge5c885fe.el9.x86_64 35/36 2024-04-07T20:48:06.379 INFO:teuthology.orchestra.run.smithi181.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T20:48:06.379 INFO:teuthology.orchestra.run.smithi181.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-07T20:48:06.379 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-07T20:48:06.379 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-07T20:48:06.379 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:48:06.437 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-2:19.0.0-2578.ge5c885fe.el9.x86_64 36/36 2024-04-07T20:48:06.865 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-04-07T20:48:06.925 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-07T20:48:06.963 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-07T20:48:07.054 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-07T20:48:07.097 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-07T20:48:07.149 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2578.ge5c88 12/12 2024-04-07T20:48:07.149 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2578.ge5c88 1/12 2024-04-07T20:48:07.149 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-07T20:48:07.149 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-07T20:48:07.149 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-07T20:48:07.150 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-07T20:48:07.150 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-07T20:48:07.150 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-07T20:48:07.150 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-07T20:48:07.150 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 9/12 2024-04-07T20:48:07.150 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-07T20:48:07.150 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-07T20:48:07.277 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-07T20:48:07.322 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-07T20:48:07.406 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-07T20:48:07.643 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-07T20:48:07.644 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:48:07.644 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-04-07T20:48:07.644 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T20:48:07.644 INFO:teuthology.orchestra.run.smithi203.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-07T20:48:07.644 INFO:teuthology.orchestra.run.smithi203.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-07T20:48:07.644 INFO:teuthology.orchestra.run.smithi203.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-07T20:48:07.644 INFO:teuthology.orchestra.run.smithi203.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-07T20:48:07.644 INFO:teuthology.orchestra.run.smithi203.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-07T20:48:07.644 INFO:teuthology.orchestra.run.smithi203.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-07T20:48:07.644 INFO:teuthology.orchestra.run.smithi203.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-07T20:48:07.644 INFO:teuthology.orchestra.run.smithi203.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-07T20:48:07.644 INFO:teuthology.orchestra.run.smithi203.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-07T20:48:07.644 INFO:teuthology.orchestra.run.smithi203.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-07T20:48:07.644 INFO:teuthology.orchestra.run.smithi203.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-07T20:48:07.645 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:48:07.645 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-04-07T20:48:08.026 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph-mgr-rook 2024-04-07T20:48:08.050 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-07T20:48:08.167 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-07T20:48:08.274 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-2:19.0.0-2578.ge5c885fe.el9.x86_64 36/36 2024-04-07T20:48:08.274 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/36 2024-04-07T20:48:08.274 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-mds-2:19.0.0-2578.ge5c885fe.el9.x86_64 2/36 2024-04-07T20:48:08.274 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-mgr-2:19.0.0-2578.ge5c885fe.el9.x86_64 3/36 2024-04-07T20:48:08.274 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-mon-2:19.0.0-2578.ge5c885fe.el9.x86_64 4/36 2024-04-07T20:48:08.274 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-osd-2:19.0.0-2578.ge5c885fe.el9.x86_64 5/36 2024-04-07T20:48:08.275 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2578.ge5c885fe.el9. 6/36 2024-04-07T20:48:08.275 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-07T20:48:08.275 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-07T20:48:08.275 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-07T20:48:08.275 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-07T20:48:08.275 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-07T20:48:08.275 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-07T20:48:08.275 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-07T20:48:08.275 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-07T20:48:08.275 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-07T20:48:08.275 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-07T20:48:08.275 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-07T20:48:08.275 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-07T20:48:08.275 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-07T20:48:08.276 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-07T20:48:08.276 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-07T20:48:08.276 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-07T20:48:08.276 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-07T20:48:08.276 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-07T20:48:08.276 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-07T20:48:08.277 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-07T20:48:08.277 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-07T20:48:08.277 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-07T20:48:08.277 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-07T20:48:08.277 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-07T20:48:08.277 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-07T20:48:08.277 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-07T20:48:08.278 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-07T20:48:08.278 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-07T20:48:08.278 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-07T20:48:08.631 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:24 ago on Sun 07 Apr 2024 08:46:44 PM UTC. 2024-04-07T20:48:08.920 INFO:teuthology.orchestra.run.smithi203.stderr:Modular dependency problems: 2024-04-07T20:48:08.920 INFO:teuthology.orchestra.run.smithi203.stderr: 2024-04-07T20:48:08.920 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 1: conflicting requests 2024-04-07T20:48:08.920 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.920 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 2: conflicting requests 2024-04-07T20:48:08.920 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.920 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 3: conflicting requests 2024-04-07T20:48:08.920 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.920 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 4: conflicting requests 2024-04-07T20:48:08.920 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.921 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 5: conflicting requests 2024-04-07T20:48:08.921 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.921 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 6: conflicting requests 2024-04-07T20:48:08.921 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.921 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 7: conflicting requests 2024-04-07T20:48:08.921 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.921 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 8: conflicting requests 2024-04-07T20:48:08.921 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.921 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 9: conflicting requests 2024-04-07T20:48:08.921 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.921 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 10: conflicting requests 2024-04-07T20:48:08.921 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.921 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 11: conflicting requests 2024-04-07T20:48:08.921 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.922 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 12: conflicting requests 2024-04-07T20:48:08.922 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.922 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 13: conflicting requests 2024-04-07T20:48:08.922 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.922 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 14: conflicting requests 2024-04-07T20:48:08.922 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.922 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 15: conflicting requests 2024-04-07T20:48:08.922 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.922 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 16: conflicting requests 2024-04-07T20:48:08.922 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.922 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 17: conflicting requests 2024-04-07T20:48:08.923 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.923 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 18: conflicting requests 2024-04-07T20:48:08.923 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.923 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 19: conflicting requests 2024-04-07T20:48:08.923 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.923 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 20: conflicting requests 2024-04-07T20:48:08.923 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.923 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 21: conflicting requests 2024-04-07T20:48:08.923 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.923 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 22: conflicting requests 2024-04-07T20:48:08.923 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.924 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 23: conflicting requests 2024-04-07T20:48:08.924 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.924 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 24: conflicting requests 2024-04-07T20:48:08.924 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.924 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 25: conflicting requests 2024-04-07T20:48:08.924 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.924 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 26: conflicting requests 2024-04-07T20:48:08.924 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.924 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 27: conflicting requests 2024-04-07T20:48:08.924 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.924 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 28: conflicting requests 2024-04-07T20:48:08.924 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.924 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 29: conflicting requests 2024-04-07T20:48:08.924 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.925 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 30: conflicting requests 2024-04-07T20:48:08.925 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.925 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 31: conflicting requests 2024-04-07T20:48:08.925 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.925 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 32: conflicting requests 2024-04-07T20:48:08.925 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.925 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 33: conflicting requests 2024-04-07T20:48:08.925 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.925 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 34: conflicting requests 2024-04-07T20:48:08.925 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.925 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 35: conflicting requests 2024-04-07T20:48:08.925 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.925 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 36: conflicting requests 2024-04-07T20:48:08.925 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.926 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 37: conflicting requests 2024-04-07T20:48:08.926 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.926 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.926 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.926 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:48:08.926 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.926 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.926 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.926 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.926 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 39: conflicting requests 2024-04-07T20:48:08.926 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.926 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.926 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.926 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.927 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.927 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.927 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:48:08.927 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.927 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.927 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.927 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.927 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:48:08.927 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.927 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.927 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.927 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.927 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:48:08.928 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.928 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.928 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.928 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.928 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:48:08.928 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.928 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.928 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.928 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.928 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:48:08.928 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.928 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.928 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.928 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.928 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:48:08.929 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.929 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.929 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.929 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:48:08.989 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-04-07T20:48:08.991 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:48:08.991 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2024-04-07T20:48:08.991 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:48:08.991 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-04-07T20:48:08.991 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr-rook noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 49 k 2024-04-07T20:48:08.991 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2024-04-07T20:48:08.991 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-07T20:48:08.991 INFO:teuthology.orchestra.run.smithi203.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-07T20:48:08.991 INFO:teuthology.orchestra.run.smithi203.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-07T20:48:08.991 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-07T20:48:08.992 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-07T20:48:08.992 INFO:teuthology.orchestra.run.smithi203.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-07T20:48:08.992 INFO:teuthology.orchestra.run.smithi203.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-07T20:48:08.992 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-07T20:48:08.992 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-07T20:48:08.992 INFO:teuthology.orchestra.run.smithi203.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-07T20:48:08.992 INFO:teuthology.orchestra.run.smithi203.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-07T20:48:08.992 INFO:teuthology.orchestra.run.smithi203.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-07T20:48:08.992 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:48:08.992 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-04-07T20:48:08.992 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:48:08.992 INFO:teuthology.orchestra.run.smithi203.stdout:Install 13 Packages 2024-04-07T20:48:08.992 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:48:08.993 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 2.2 M 2024-04-07T20:48:08.993 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 26 M 2024-04-07T20:48:08.993 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-04-07T20:48:09.202 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-07T20:48:09.202 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:48:09.202 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-04-07T20:48:09.203 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:48:09.203 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mds-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:48:09.203 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:48:09.203 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-modules-core-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T20:48:09.203 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mon-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:48:09.203 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-osd-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:48:09.203 INFO:teuthology.orchestra.run.smithi181.stdout: lua-5.4.4-4.el9.x86_64 2024-04-07T20:48:09.203 INFO:teuthology.orchestra.run.smithi181.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-07T20:48:09.203 INFO:teuthology.orchestra.run.smithi181.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-07T20:48:09.203 INFO:teuthology.orchestra.run.smithi181.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-07T20:48:09.203 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-07T20:48:09.203 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-07T20:48:09.203 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-07T20:48:09.204 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-07T20:48:09.204 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-07T20:48:09.204 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-07T20:48:09.204 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-07T20:48:09.204 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-07T20:48:09.204 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-07T20:48:09.204 INFO:teuthology.orchestra.run.smithi181.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-07T20:48:09.204 INFO:teuthology.orchestra.run.smithi181.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-07T20:48:09.204 INFO:teuthology.orchestra.run.smithi181.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-07T20:48:09.204 INFO:teuthology.orchestra.run.smithi181.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-07T20:48:09.204 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-07T20:48:09.204 INFO:teuthology.orchestra.run.smithi181.stdout: python3-ply-3.11-14.el9.noarch 2024-04-07T20:48:09.204 INFO:teuthology.orchestra.run.smithi181.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-07T20:48:09.204 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-07T20:48:09.204 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-07T20:48:09.204 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-07T20:48:09.205 INFO:teuthology.orchestra.run.smithi181.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-07T20:48:09.205 INFO:teuthology.orchestra.run.smithi181.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-07T20:48:09.205 INFO:teuthology.orchestra.run.smithi181.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-07T20:48:09.205 INFO:teuthology.orchestra.run.smithi181.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-07T20:48:09.205 INFO:teuthology.orchestra.run.smithi181.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-07T20:48:09.205 INFO:teuthology.orchestra.run.smithi181.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-07T20:48:09.205 INFO:teuthology.orchestra.run.smithi181.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-07T20:48:09.205 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:48:09.205 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-04-07T20:48:09.360 INFO:teuthology.orchestra.run.smithi203.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 150 kB/s | 26 kB 00:00 2024-04-07T20:48:09.385 INFO:teuthology.orchestra.run.smithi203.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 98 kB/s | 19 kB 00:00 2024-04-07T20:48:09.387 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-07T20:48:09.477 INFO:teuthology.orchestra.run.smithi203.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.9 MB/s | 222 kB 00:00 2024-04-07T20:48:09.502 INFO:teuthology.orchestra.run.smithi203.stdout:(4/13): ceph-mgr-rook-19.0.0-2578.ge5c885fe.el9 157 kB/s | 49 kB 00:00 2024-04-07T20:48:09.528 INFO:teuthology.orchestra.run.smithi203.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.1 MB/s | 159 kB 00:00 2024-04-07T20:48:09.531 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-base 2024-04-07T20:48:09.561 INFO:teuthology.orchestra.run.smithi203.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 3.2 MB/s | 279 kB 00:00 2024-04-07T20:48:09.586 INFO:teuthology.orchestra.run.smithi203.stdout:(7/13): python3-requests-oauthlib-1.3.0-12.el9. 638 kB/s | 54 kB 00:00 2024-04-07T20:48:09.737 INFO:teuthology.orchestra.run.smithi203.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 154 kB/s | 32 kB 00:00 2024-04-07T20:48:09.754 INFO:teuthology.orchestra.run.smithi203.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 78 kB/s | 15 kB 00:00 2024-04-07T20:48:09.904 INFO:teuthology.orchestra.run.smithi203.stdout:(10/13): python3-google-auth-2.28.2-1.el9.noarc 638 kB/s | 203 kB 00:00 2024-04-07T20:48:09.938 INFO:teuthology.orchestra.run.smithi203.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 322 kB/s | 59 kB 00:00 2024-04-07T20:48:09.996 INFO:teuthology.orchestra.run.smithi203.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 977 kB/s | 90 kB 00:00 2024-04-07T20:48:10.127 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:05 ago on Sun 07 Apr 2024 08:47:05 PM UTC. 2024-04-07T20:48:10.138 INFO:teuthology.orchestra.run.smithi203.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 2.5 MB/s | 1.0 MB 00:00 2024-04-07T20:48:10.140 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:48:10.141 INFO:teuthology.orchestra.run.smithi203.stdout:Total 1.9 MB/s | 2.2 MB 00:01 2024-04-07T20:48:10.205 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-04-07T20:48:10.220 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-04-07T20:48:10.220 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-04-07T20:48:10.316 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-04-07T20:48:10.318 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-04-07T20:48:10.407 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-07T20:48:10.418 INFO:teuthology.orchestra.run.smithi181.stderr:Modular dependency problems: 2024-04-07T20:48:10.418 INFO:teuthology.orchestra.run.smithi181.stderr: 2024-04-07T20:48:10.418 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 1: conflicting requests 2024-04-07T20:48:10.418 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.418 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 2: conflicting requests 2024-04-07T20:48:10.418 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.418 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 3: conflicting requests 2024-04-07T20:48:10.418 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.419 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 4: conflicting requests 2024-04-07T20:48:10.419 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.419 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 5: conflicting requests 2024-04-07T20:48:10.419 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.419 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 6: conflicting requests 2024-04-07T20:48:10.419 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.419 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 7: conflicting requests 2024-04-07T20:48:10.419 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.419 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 8: conflicting requests 2024-04-07T20:48:10.419 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.419 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 9: conflicting requests 2024-04-07T20:48:10.419 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.419 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 10: conflicting requests 2024-04-07T20:48:10.419 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.420 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 11: conflicting requests 2024-04-07T20:48:10.420 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.420 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 12: conflicting requests 2024-04-07T20:48:10.420 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.420 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 13: conflicting requests 2024-04-07T20:48:10.420 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.420 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 14: conflicting requests 2024-04-07T20:48:10.420 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.420 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 15: conflicting requests 2024-04-07T20:48:10.420 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.420 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 16: conflicting requests 2024-04-07T20:48:10.420 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.420 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 17: conflicting requests 2024-04-07T20:48:10.420 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.420 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 18: conflicting requests 2024-04-07T20:48:10.421 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.421 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 19: conflicting requests 2024-04-07T20:48:10.421 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.421 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 20: conflicting requests 2024-04-07T20:48:10.421 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.421 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 21: conflicting requests 2024-04-07T20:48:10.421 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.421 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 22: conflicting requests 2024-04-07T20:48:10.421 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.421 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 23: conflicting requests 2024-04-07T20:48:10.421 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.421 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 24: conflicting requests 2024-04-07T20:48:10.421 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.421 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 25: conflicting requests 2024-04-07T20:48:10.421 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.422 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 26: conflicting requests 2024-04-07T20:48:10.422 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.422 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 27: conflicting requests 2024-04-07T20:48:10.422 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.422 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 28: conflicting requests 2024-04-07T20:48:10.422 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.422 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 29: conflicting requests 2024-04-07T20:48:10.422 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.422 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 30: conflicting requests 2024-04-07T20:48:10.422 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.422 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 31: conflicting requests 2024-04-07T20:48:10.422 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.422 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 32: conflicting requests 2024-04-07T20:48:10.422 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.423 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 33: conflicting requests 2024-04-07T20:48:10.423 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.423 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 34: conflicting requests 2024-04-07T20:48:10.423 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.423 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 35: conflicting requests 2024-04-07T20:48:10.423 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.423 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 36: conflicting requests 2024-04-07T20:48:10.423 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.423 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 37: conflicting requests 2024-04-07T20:48:10.423 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.423 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.423 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.423 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:48:10.423 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.424 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.424 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.424 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.424 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 39: conflicting requests 2024-04-07T20:48:10.424 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.424 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.424 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.424 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.424 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.424 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.424 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:48:10.424 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.424 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.424 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.424 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.425 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:48:10.425 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.425 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.425 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.425 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.425 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:48:10.425 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.425 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.425 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.425 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.425 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:48:10.425 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.425 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.425 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.425 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.425 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:48:10.426 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.426 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.426 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.426 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.426 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:48:10.426 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.426 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.426 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.426 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:48:10.426 INFO:teuthology.orchestra.run.smithi181.stdout:Package ceph-base-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T20:48:10.430 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2578.ge5c88 12/12 2024-04-07T20:48:10.487 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-04-07T20:48:10.488 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2024-04-07T20:48:10.488 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-04-07T20:48:10.567 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install cephadm 2024-04-07T20:48:10.838 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-04-07T20:48:11.029 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-07T20:48:11.089 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-07T20:48:11.146 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-07T20:48:11.163 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:06 ago on Sun 07 Apr 2024 08:47:05 PM UTC. 2024-04-07T20:48:11.183 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-07T20:48:11.232 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-07T20:48:11.335 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-07T20:48:11.445 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-07T20:48:11.454 INFO:teuthology.orchestra.run.smithi181.stderr:Modular dependency problems: 2024-04-07T20:48:11.454 INFO:teuthology.orchestra.run.smithi181.stderr: 2024-04-07T20:48:11.454 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 1: conflicting requests 2024-04-07T20:48:11.454 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.454 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 2: conflicting requests 2024-04-07T20:48:11.454 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.454 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 3: conflicting requests 2024-04-07T20:48:11.454 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.455 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 4: conflicting requests 2024-04-07T20:48:11.455 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.455 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 5: conflicting requests 2024-04-07T20:48:11.455 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.455 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 6: conflicting requests 2024-04-07T20:48:11.455 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.455 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 7: conflicting requests 2024-04-07T20:48:11.455 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.455 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 8: conflicting requests 2024-04-07T20:48:11.455 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.455 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 9: conflicting requests 2024-04-07T20:48:11.455 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.456 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 10: conflicting requests 2024-04-07T20:48:11.456 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.456 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 11: conflicting requests 2024-04-07T20:48:11.456 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.456 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 12: conflicting requests 2024-04-07T20:48:11.456 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.456 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 13: conflicting requests 2024-04-07T20:48:11.456 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.456 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 14: conflicting requests 2024-04-07T20:48:11.456 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.456 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 15: conflicting requests 2024-04-07T20:48:11.456 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.457 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 16: conflicting requests 2024-04-07T20:48:11.457 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.457 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 17: conflicting requests 2024-04-07T20:48:11.457 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.457 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 18: conflicting requests 2024-04-07T20:48:11.457 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.457 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 19: conflicting requests 2024-04-07T20:48:11.457 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.457 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 20: conflicting requests 2024-04-07T20:48:11.457 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.457 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 21: conflicting requests 2024-04-07T20:48:11.457 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.457 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 22: conflicting requests 2024-04-07T20:48:11.458 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.458 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 23: conflicting requests 2024-04-07T20:48:11.458 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.458 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 24: conflicting requests 2024-04-07T20:48:11.458 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.458 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 25: conflicting requests 2024-04-07T20:48:11.458 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.458 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 26: conflicting requests 2024-04-07T20:48:11.458 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.458 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 27: conflicting requests 2024-04-07T20:48:11.458 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.458 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 28: conflicting requests 2024-04-07T20:48:11.458 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.459 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 29: conflicting requests 2024-04-07T20:48:11.459 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.459 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 30: conflicting requests 2024-04-07T20:48:11.459 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.459 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 31: conflicting requests 2024-04-07T20:48:11.459 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.459 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 32: conflicting requests 2024-04-07T20:48:11.459 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.459 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 33: conflicting requests 2024-04-07T20:48:11.459 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.459 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 34: conflicting requests 2024-04-07T20:48:11.459 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.459 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 35: conflicting requests 2024-04-07T20:48:11.459 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.460 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 36: conflicting requests 2024-04-07T20:48:11.460 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.460 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 37: conflicting requests 2024-04-07T20:48:11.460 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.460 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.460 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.460 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:48:11.460 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.460 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.460 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.460 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.460 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 39: conflicting requests 2024-04-07T20:48:11.460 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.461 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.461 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.461 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.461 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.461 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.461 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:48:11.461 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.461 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.461 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.461 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.461 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:48:11.461 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.461 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.461 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.462 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.462 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:48:11.462 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.462 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.462 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.462 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.462 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:48:11.462 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.462 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.462 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.462 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.462 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:48:11.462 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.463 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.463 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.463 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.463 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:48:11.463 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.463 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.463 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.463 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:48:11.493 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-07T20:48:11.523 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-04-07T20:48:11.524 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:48:11.524 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2024-04-07T20:48:11.524 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:48:11.525 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-04-07T20:48:11.525 INFO:teuthology.orchestra.run.smithi181.stdout: cephadm noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 762 k 2024-04-07T20:48:11.525 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:48:11.525 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-04-07T20:48:11.525 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:48:11.525 INFO:teuthology.orchestra.run.smithi181.stdout:Install 1 Package 2024-04-07T20:48:11.525 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:48:11.525 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 762 k 2024-04-07T20:48:11.525 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 768 k 2024-04-07T20:48:11.525 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-04-07T20:48:11.796 INFO:teuthology.orchestra.run.smithi181.stdout:cephadm-19.0.0-2578.ge5c885fe.el9.noarch.rpm 2.8 MB/s | 762 kB 00:00 2024-04-07T20:48:11.796 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:48:11.796 INFO:teuthology.orchestra.run.smithi181.stdout:Total 2.7 MB/s | 762 kB 00:00 2024-04-07T20:48:11.797 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-04-07T20:48:11.802 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-04-07T20:48:11.802 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-04-07T20:48:11.807 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-04-07T20:48:11.808 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-04-07T20:48:11.882 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-04-07T20:48:12.210 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-07T20:48:12.257 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-07T20:48:12.291 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-07T20:48:12.318 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 1/1 2024-04-07T20:48:12.342 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-07T20:48:12.379 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-mgr-rook-2:19.0.0-2578.ge5c885fe.el9.noarch 13/13 2024-04-07T20:48:12.400 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 1/1 2024-04-07T20:48:12.797 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 1/1 2024-04-07T20:48:12.987 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2578.ge5c88 12/12 2024-04-07T20:48:12.987 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2578.ge5c88 1/12 2024-04-07T20:48:12.987 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-07T20:48:12.987 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-07T20:48:12.987 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-07T20:48:12.987 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-07T20:48:12.987 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-07T20:48:12.987 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-07T20:48:12.987 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-07T20:48:12.987 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 9/12 2024-04-07T20:48:12.988 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-07T20:48:12.988 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-07T20:48:13.110 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 1/1 2024-04-07T20:48:13.110 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:48:13.110 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-04-07T20:48:13.111 INFO:teuthology.orchestra.run.smithi181.stdout: cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T20:48:13.111 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:48:13.111 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-04-07T20:48:13.160 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2578.ge5c885fe.el9.noarch 13/13 2024-04-07T20:48:13.160 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2578.ge5c885fe.el9.noarch 1/13 2024-04-07T20:48:13.160 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-07T20:48:13.160 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-07T20:48:13.161 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-07T20:48:13.161 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-07T20:48:13.161 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-07T20:48:13.161 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-07T20:48:13.161 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-07T20:48:13.161 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-07T20:48:13.161 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-07T20:48:13.161 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-07T20:48:13.161 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-07T20:48:13.363 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-immutable-object-cache 2024-04-07T20:48:13.426 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-07T20:48:13.426 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:48:13.426 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-04-07T20:48:13.427 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T20:48:13.427 INFO:teuthology.orchestra.run.smithi136.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-07T20:48:13.427 INFO:teuthology.orchestra.run.smithi136.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-07T20:48:13.427 INFO:teuthology.orchestra.run.smithi136.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-07T20:48:13.427 INFO:teuthology.orchestra.run.smithi136.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-07T20:48:13.427 INFO:teuthology.orchestra.run.smithi136.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-07T20:48:13.427 INFO:teuthology.orchestra.run.smithi136.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-07T20:48:13.427 INFO:teuthology.orchestra.run.smithi136.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-07T20:48:13.427 INFO:teuthology.orchestra.run.smithi136.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-07T20:48:13.427 INFO:teuthology.orchestra.run.smithi136.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-07T20:48:13.427 INFO:teuthology.orchestra.run.smithi136.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-07T20:48:13.427 INFO:teuthology.orchestra.run.smithi136.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-07T20:48:13.428 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:48:13.428 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T20:48:13.539 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-07T20:48:13.539 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:48:13.539 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-04-07T20:48:13.539 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr-rook-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T20:48:13.540 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-07T20:48:13.540 INFO:teuthology.orchestra.run.smithi203.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-07T20:48:13.540 INFO:teuthology.orchestra.run.smithi203.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-07T20:48:13.540 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-07T20:48:13.540 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-07T20:48:13.540 INFO:teuthology.orchestra.run.smithi203.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-07T20:48:13.540 INFO:teuthology.orchestra.run.smithi203.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-07T20:48:13.540 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-07T20:48:13.540 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-07T20:48:13.540 INFO:teuthology.orchestra.run.smithi203.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-07T20:48:13.540 INFO:teuthology.orchestra.run.smithi203.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-07T20:48:13.540 INFO:teuthology.orchestra.run.smithi203.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-07T20:48:13.540 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:48:13.540 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-04-07T20:48:13.800 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph-mgr-rook 2024-04-07T20:48:13.808 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph-mgr-cephadm 2024-04-07T20:48:13.971 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:08 ago on Sun 07 Apr 2024 08:47:05 PM UTC. 2024-04-07T20:48:14.269 INFO:teuthology.orchestra.run.smithi181.stderr:Modular dependency problems: 2024-04-07T20:48:14.269 INFO:teuthology.orchestra.run.smithi181.stderr: 2024-04-07T20:48:14.269 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 1: conflicting requests 2024-04-07T20:48:14.269 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.269 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 2: conflicting requests 2024-04-07T20:48:14.269 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.269 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 3: conflicting requests 2024-04-07T20:48:14.269 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.269 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 4: conflicting requests 2024-04-07T20:48:14.269 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.270 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 5: conflicting requests 2024-04-07T20:48:14.270 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.270 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 6: conflicting requests 2024-04-07T20:48:14.270 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.270 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 7: conflicting requests 2024-04-07T20:48:14.270 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.270 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 8: conflicting requests 2024-04-07T20:48:14.270 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.270 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 9: conflicting requests 2024-04-07T20:48:14.270 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.270 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 10: conflicting requests 2024-04-07T20:48:14.270 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.270 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 11: conflicting requests 2024-04-07T20:48:14.271 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.271 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 12: conflicting requests 2024-04-07T20:48:14.271 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.271 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 13: conflicting requests 2024-04-07T20:48:14.271 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.271 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 14: conflicting requests 2024-04-07T20:48:14.271 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.271 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 15: conflicting requests 2024-04-07T20:48:14.271 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.271 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 16: conflicting requests 2024-04-07T20:48:14.271 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.271 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 17: conflicting requests 2024-04-07T20:48:14.271 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.272 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 18: conflicting requests 2024-04-07T20:48:14.272 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.272 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 19: conflicting requests 2024-04-07T20:48:14.272 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.272 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 20: conflicting requests 2024-04-07T20:48:14.272 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.272 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 21: conflicting requests 2024-04-07T20:48:14.272 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.272 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 22: conflicting requests 2024-04-07T20:48:14.272 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.272 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 23: conflicting requests 2024-04-07T20:48:14.272 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.273 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 24: conflicting requests 2024-04-07T20:48:14.273 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.273 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 25: conflicting requests 2024-04-07T20:48:14.273 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.273 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 26: conflicting requests 2024-04-07T20:48:14.273 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.273 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 27: conflicting requests 2024-04-07T20:48:14.273 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.273 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 28: conflicting requests 2024-04-07T20:48:14.273 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.273 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 29: conflicting requests 2024-04-07T20:48:14.273 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.273 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 30: conflicting requests 2024-04-07T20:48:14.274 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.274 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 31: conflicting requests 2024-04-07T20:48:14.274 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.274 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 32: conflicting requests 2024-04-07T20:48:14.274 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.274 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 33: conflicting requests 2024-04-07T20:48:14.274 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.274 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 34: conflicting requests 2024-04-07T20:48:14.274 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.274 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 35: conflicting requests 2024-04-07T20:48:14.274 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.274 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 36: conflicting requests 2024-04-07T20:48:14.275 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.275 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 37: conflicting requests 2024-04-07T20:48:14.275 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.275 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.275 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.275 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:48:14.275 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.275 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.275 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.275 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.275 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 39: conflicting requests 2024-04-07T20:48:14.275 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.275 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.276 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.276 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.276 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.276 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.276 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:48:14.276 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.276 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.276 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.276 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.276 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:48:14.276 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.276 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.276 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.277 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.277 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:48:14.277 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.277 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.277 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.277 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.277 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:48:14.277 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.277 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.277 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.277 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.278 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:48:14.278 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.278 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.278 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.278 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.278 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:48:14.278 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.278 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.278 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.278 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.337 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-04-07T20:48:14.338 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:48:14.338 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repo Size 2024-04-07T20:48:14.338 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:48:14.338 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-04-07T20:48:14.338 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 145 k 2024-04-07T20:48:14.338 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:48:14.338 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-04-07T20:48:14.338 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:48:14.338 INFO:teuthology.orchestra.run.smithi181.stdout:Install 1 Package 2024-04-07T20:48:14.339 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:48:14.339 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 145 k 2024-04-07T20:48:14.339 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 435 k 2024-04-07T20:48:14.339 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-04-07T20:48:14.397 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:28 ago on Sun 07 Apr 2024 08:46:46 PM UTC. 2024-04-07T20:48:14.406 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:30 ago on Sun 07 Apr 2024 08:46:44 PM UTC. 2024-04-07T20:48:14.569 INFO:teuthology.orchestra.run.smithi181.stdout:ceph-immutable-object-cache-19.0.0-2578.ge5c885 630 kB/s | 145 kB 00:00 2024-04-07T20:48:14.569 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:48:14.570 INFO:teuthology.orchestra.run.smithi181.stdout:Total 627 kB/s | 145 kB 00:00 2024-04-07T20:48:14.570 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-04-07T20:48:14.577 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-04-07T20:48:14.578 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-04-07T20:48:14.630 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-04-07T20:48:14.631 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-04-07T20:48:14.689 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T20:48:14.689 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T20:48:14.689 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T20:48:14.689 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.689 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T20:48:14.689 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.690 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T20:48:14.690 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.690 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T20:48:14.690 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.690 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T20:48:14.690 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.690 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T20:48:14.690 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.690 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T20:48:14.690 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.690 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T20:48:14.690 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.691 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T20:48:14.691 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.691 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T20:48:14.691 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.691 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T20:48:14.691 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.691 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T20:48:14.691 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.691 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T20:48:14.691 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.691 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T20:48:14.691 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.691 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T20:48:14.691 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.692 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T20:48:14.692 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.692 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T20:48:14.692 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.692 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T20:48:14.692 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.692 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T20:48:14.692 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.692 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T20:48:14.692 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.692 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T20:48:14.692 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.692 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T20:48:14.692 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.692 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T20:48:14.693 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.693 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T20:48:14.693 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.693 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T20:48:14.693 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.693 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T20:48:14.693 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.693 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T20:48:14.693 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.693 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T20:48:14.693 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.693 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T20:48:14.693 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.693 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T20:48:14.694 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.694 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T20:48:14.694 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.694 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T20:48:14.694 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.694 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T20:48:14.694 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.694 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T20:48:14.694 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.694 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T20:48:14.694 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.694 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T20:48:14.695 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.695 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T20:48:14.695 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.695 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.695 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.695 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:48:14.695 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.695 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.695 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.695 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.695 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T20:48:14.695 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.695 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.696 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.696 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.696 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.696 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.696 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:48:14.696 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.696 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.696 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.696 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.696 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:48:14.696 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.696 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.696 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.696 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.697 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:48:14.697 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.697 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.697 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.697 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.697 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:48:14.697 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.697 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.697 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.697 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.697 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:48:14.697 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.697 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.698 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.698 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.698 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:48:14.698 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.698 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.698 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.698 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.698 INFO:teuthology.orchestra.run.smithi203.stderr:Modular dependency problems: 2024-04-07T20:48:14.699 INFO:teuthology.orchestra.run.smithi203.stderr: 2024-04-07T20:48:14.699 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 1: conflicting requests 2024-04-07T20:48:14.699 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.699 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 2: conflicting requests 2024-04-07T20:48:14.699 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.699 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 3: conflicting requests 2024-04-07T20:48:14.699 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.699 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 4: conflicting requests 2024-04-07T20:48:14.699 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.699 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 5: conflicting requests 2024-04-07T20:48:14.699 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.699 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 6: conflicting requests 2024-04-07T20:48:14.699 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.700 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 7: conflicting requests 2024-04-07T20:48:14.700 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.700 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 8: conflicting requests 2024-04-07T20:48:14.700 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.700 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 9: conflicting requests 2024-04-07T20:48:14.700 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.700 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 10: conflicting requests 2024-04-07T20:48:14.700 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.700 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 11: conflicting requests 2024-04-07T20:48:14.700 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.700 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 12: conflicting requests 2024-04-07T20:48:14.700 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.701 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 13: conflicting requests 2024-04-07T20:48:14.701 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.701 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 14: conflicting requests 2024-04-07T20:48:14.701 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.701 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 15: conflicting requests 2024-04-07T20:48:14.701 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.701 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 16: conflicting requests 2024-04-07T20:48:14.701 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.701 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 17: conflicting requests 2024-04-07T20:48:14.701 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.701 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 18: conflicting requests 2024-04-07T20:48:14.702 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.702 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 19: conflicting requests 2024-04-07T20:48:14.702 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.702 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 20: conflicting requests 2024-04-07T20:48:14.702 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.702 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 21: conflicting requests 2024-04-07T20:48:14.702 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.702 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 22: conflicting requests 2024-04-07T20:48:14.702 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.702 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 23: conflicting requests 2024-04-07T20:48:14.702 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.702 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 24: conflicting requests 2024-04-07T20:48:14.702 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.703 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 25: conflicting requests 2024-04-07T20:48:14.703 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.703 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 26: conflicting requests 2024-04-07T20:48:14.703 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.703 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 27: conflicting requests 2024-04-07T20:48:14.703 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.703 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 28: conflicting requests 2024-04-07T20:48:14.703 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.703 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 29: conflicting requests 2024-04-07T20:48:14.703 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.703 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 30: conflicting requests 2024-04-07T20:48:14.703 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.703 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 31: conflicting requests 2024-04-07T20:48:14.703 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.703 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 32: conflicting requests 2024-04-07T20:48:14.704 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.704 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 33: conflicting requests 2024-04-07T20:48:14.704 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.704 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 34: conflicting requests 2024-04-07T20:48:14.704 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.704 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 35: conflicting requests 2024-04-07T20:48:14.704 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.704 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 36: conflicting requests 2024-04-07T20:48:14.704 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.704 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 37: conflicting requests 2024-04-07T20:48:14.704 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.704 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.704 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.705 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:48:14.705 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.705 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.705 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.705 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.705 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 39: conflicting requests 2024-04-07T20:48:14.705 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.705 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.705 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.705 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.705 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.706 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.706 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:48:14.706 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.706 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.706 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.706 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.706 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:48:14.706 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.706 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.706 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.706 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.706 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:48:14.707 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.707 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.707 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.707 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.707 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:48:14.707 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.707 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.707 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.707 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.707 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:48:14.707 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.707 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.707 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.707 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.707 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:48:14.707 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.708 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.708 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.708 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:48:14.759 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T20:48:14.760 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:48:14.761 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repository Size 2024-04-07T20:48:14.761 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:48:14.761 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-04-07T20:48:14.761 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-rook noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 49 k 2024-04-07T20:48:14.761 INFO:teuthology.orchestra.run.smithi136.stdout:Installing dependencies: 2024-04-07T20:48:14.761 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-07T20:48:14.761 INFO:teuthology.orchestra.run.smithi136.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-07T20:48:14.761 INFO:teuthology.orchestra.run.smithi136.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-07T20:48:14.761 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-07T20:48:14.761 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-07T20:48:14.761 INFO:teuthology.orchestra.run.smithi136.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-07T20:48:14.761 INFO:teuthology.orchestra.run.smithi136.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-07T20:48:14.762 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-07T20:48:14.762 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-07T20:48:14.762 INFO:teuthology.orchestra.run.smithi136.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-07T20:48:14.762 INFO:teuthology.orchestra.run.smithi136.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-07T20:48:14.762 INFO:teuthology.orchestra.run.smithi136.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-07T20:48:14.762 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:48:14.762 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-04-07T20:48:14.762 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:48:14.762 INFO:teuthology.orchestra.run.smithi136.stdout:Install 13 Packages 2024-04-07T20:48:14.762 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:48:14.763 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 2.2 M 2024-04-07T20:48:14.763 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 26 M 2024-04-07T20:48:14.763 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-04-07T20:48:14.764 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-04-07T20:48:14.765 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:48:14.765 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2024-04-07T20:48:14.765 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:48:14.765 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-04-07T20:48:14.765 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 141 k 2024-04-07T20:48:14.766 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2024-04-07T20:48:14.766 INFO:teuthology.orchestra.run.smithi203.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-07T20:48:14.766 INFO:teuthology.orchestra.run.smithi203.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-07T20:48:14.766 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-07T20:48:14.766 INFO:teuthology.orchestra.run.smithi203.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-07T20:48:14.766 INFO:teuthology.orchestra.run.smithi203.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-07T20:48:14.766 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:48:14.766 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-04-07T20:48:14.766 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:48:14.766 INFO:teuthology.orchestra.run.smithi203.stdout:Install 6 Packages 2024-04-07T20:48:14.766 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:48:14.767 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 7.0 M 2024-04-07T20:48:14.767 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 33 M 2024-04-07T20:48:14.767 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-04-07T20:48:14.780 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-04-07T20:48:14.836 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2578.ge5c885fe. 1/1 2024-04-07T20:48:14.861 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2578.ge5c885fe. 1/1 2024-04-07T20:48:14.861 INFO:teuthology.orchestra.run.smithi181.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T20:48:14.861 INFO:teuthology.orchestra.run.smithi181.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-07T20:48:14.861 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:48:15.260 INFO:teuthology.orchestra.run.smithi203.stdout:(1/6): ceph-mgr-cephadm-19.0.0-2578.ge5c885fe.e 637 kB/s | 141 kB 00:00 2024-04-07T20:48:15.448 INFO:teuthology.orchestra.run.smithi136.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 138 kB/s | 26 kB 00:00 2024-04-07T20:48:15.460 INFO:teuthology.orchestra.run.smithi203.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 3.5 MB/s | 548 kB 00:00 2024-04-07T20:48:15.473 INFO:teuthology.orchestra.run.smithi136.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 91 kB/s | 19 kB 00:00 2024-04-07T20:48:15.498 INFO:teuthology.orchestra.run.smithi136.stdout:(3/13): ceph-mgr-rook-19.0.0-2578.ge5c885fe.el9 208 kB/s | 49 kB 00:00 2024-04-07T20:48:15.519 INFO:teuthology.orchestra.run.smithi203.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 988 kB/s | 58 kB 00:00 2024-04-07T20:48:15.552 INFO:teuthology.orchestra.run.smithi203.stdout:(4/6): python3-typing-extensions-4.4.0-2.el9.no 1.5 MB/s | 51 kB 00:00 2024-04-07T20:48:15.582 INFO:teuthology.orchestra.run.smithi136.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.6 MB/s | 222 kB 00:00 2024-04-07T20:48:15.607 INFO:teuthology.orchestra.run.smithi136.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.2 MB/s | 159 kB 00:00 2024-04-07T20:48:15.649 INFO:teuthology.orchestra.run.smithi136.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 812 kB/s | 54 kB 00:00 2024-04-07T20:48:15.741 INFO:teuthology.orchestra.run.smithi136.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.1 MB/s | 279 kB 00:00 2024-04-07T20:48:15.858 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2578.ge5c885fe. 1/1 2024-04-07T20:48:15.858 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:48:15.858 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-04-07T20:48:15.858 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-immutable-object-cache-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:48:15.858 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:48:15.858 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-04-07T20:48:15.966 INFO:teuthology.orchestra.run.smithi136.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 90 kB/s | 32 kB 00:00 2024-04-07T20:48:16.002 INFO:teuthology.orchestra.run.smithi203.stdout:(5/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 257 kB/s | 248 kB 00:00 2024-04-07T20:48:16.017 INFO:teuthology.orchestra.run.smithi136.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 41 kB/s | 15 kB 00:00 2024-04-07T20:48:16.147 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-mgr 2024-04-07T20:48:16.249 INFO:teuthology.orchestra.run.smithi136.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 255 kB/s | 59 kB 00:00 2024-04-07T20:48:16.292 INFO:teuthology.orchestra.run.smithi136.stdout:(11/13): python3-google-auth-2.28.2-1.el9.noarc 385 kB/s | 203 kB 00:00 2024-04-07T20:48:16.426 INFO:teuthology.orchestra.run.smithi136.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 508 kB/s | 90 kB 00:00 2024-04-07T20:48:16.459 INFO:teuthology.orchestra.run.smithi136.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 2.1 MB/s | 1.0 MB 00:00 2024-04-07T20:48:16.464 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:48:16.465 INFO:teuthology.orchestra.run.smithi136.stdout:Total 1.3 MB/s | 2.2 MB 00:01 2024-04-07T20:48:16.528 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-04-07T20:48:16.543 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-04-07T20:48:16.543 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-04-07T20:48:16.639 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-04-07T20:48:16.639 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-04-07T20:48:16.756 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:11 ago on Sun 07 Apr 2024 08:47:05 PM UTC. 2024-04-07T20:48:17.048 INFO:teuthology.orchestra.run.smithi181.stderr:Modular dependency problems: 2024-04-07T20:48:17.049 INFO:teuthology.orchestra.run.smithi181.stderr: 2024-04-07T20:48:17.049 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 1: conflicting requests 2024-04-07T20:48:17.049 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.049 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 2: conflicting requests 2024-04-07T20:48:17.049 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.049 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 3: conflicting requests 2024-04-07T20:48:17.049 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.049 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 4: conflicting requests 2024-04-07T20:48:17.049 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.049 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 5: conflicting requests 2024-04-07T20:48:17.049 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.050 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 6: conflicting requests 2024-04-07T20:48:17.050 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.050 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 7: conflicting requests 2024-04-07T20:48:17.050 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.050 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 8: conflicting requests 2024-04-07T20:48:17.050 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.050 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 9: conflicting requests 2024-04-07T20:48:17.050 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.050 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 10: conflicting requests 2024-04-07T20:48:17.050 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.050 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 11: conflicting requests 2024-04-07T20:48:17.050 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.051 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 12: conflicting requests 2024-04-07T20:48:17.051 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.051 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 13: conflicting requests 2024-04-07T20:48:17.051 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.051 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 14: conflicting requests 2024-04-07T20:48:17.051 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.051 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 15: conflicting requests 2024-04-07T20:48:17.051 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.051 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 16: conflicting requests 2024-04-07T20:48:17.051 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.051 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 17: conflicting requests 2024-04-07T20:48:17.051 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.051 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 18: conflicting requests 2024-04-07T20:48:17.052 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.052 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 19: conflicting requests 2024-04-07T20:48:17.052 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.052 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 20: conflicting requests 2024-04-07T20:48:17.052 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.052 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 21: conflicting requests 2024-04-07T20:48:17.052 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.052 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 22: conflicting requests 2024-04-07T20:48:17.052 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.052 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 23: conflicting requests 2024-04-07T20:48:17.052 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.052 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 24: conflicting requests 2024-04-07T20:48:17.052 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.052 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 25: conflicting requests 2024-04-07T20:48:17.052 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.053 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 26: conflicting requests 2024-04-07T20:48:17.053 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.053 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 27: conflicting requests 2024-04-07T20:48:17.053 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.053 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 28: conflicting requests 2024-04-07T20:48:17.053 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.053 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 29: conflicting requests 2024-04-07T20:48:17.053 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.053 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 30: conflicting requests 2024-04-07T20:48:17.053 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.053 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 31: conflicting requests 2024-04-07T20:48:17.053 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.054 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 32: conflicting requests 2024-04-07T20:48:17.054 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.054 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 33: conflicting requests 2024-04-07T20:48:17.054 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.054 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 34: conflicting requests 2024-04-07T20:48:17.054 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.054 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 35: conflicting requests 2024-04-07T20:48:17.054 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.054 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 36: conflicting requests 2024-04-07T20:48:17.054 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.054 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 37: conflicting requests 2024-04-07T20:48:17.054 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.054 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.055 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.055 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:48:17.055 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.055 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.055 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.055 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.055 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 39: conflicting requests 2024-04-07T20:48:17.055 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.055 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.055 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.055 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.055 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.055 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.055 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:48:17.055 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.056 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.056 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.056 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.056 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:48:17.056 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.056 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.056 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.056 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.056 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:48:17.056 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.056 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.056 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.056 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.056 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:48:17.057 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.057 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.057 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.057 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.057 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:48:17.057 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.057 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.057 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.057 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.057 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:48:17.057 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.057 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.057 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.057 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:48:17.058 INFO:teuthology.orchestra.run.smithi181.stdout:Package ceph-mgr-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T20:48:17.118 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-04-07T20:48:17.119 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2024-04-07T20:48:17.119 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-04-07T20:48:17.158 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-04-07T20:48:17.198 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-mgr-dashboard 2024-04-07T20:48:17.326 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-07T20:48:17.395 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-07T20:48:17.451 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-07T20:48:17.481 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-07T20:48:17.513 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-07T20:48:17.605 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-07T20:48:17.707 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-07T20:48:17.756 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-07T20:48:17.795 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:12 ago on Sun 07 Apr 2024 08:47:05 PM UTC. 2024-04-07T20:48:18.082 INFO:teuthology.orchestra.run.smithi181.stderr:Modular dependency problems: 2024-04-07T20:48:18.083 INFO:teuthology.orchestra.run.smithi181.stderr: 2024-04-07T20:48:18.083 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 1: conflicting requests 2024-04-07T20:48:18.083 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.083 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 2: conflicting requests 2024-04-07T20:48:18.083 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.083 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 3: conflicting requests 2024-04-07T20:48:18.083 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.083 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 4: conflicting requests 2024-04-07T20:48:18.083 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.083 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 5: conflicting requests 2024-04-07T20:48:18.083 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.083 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 6: conflicting requests 2024-04-07T20:48:18.083 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.084 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 7: conflicting requests 2024-04-07T20:48:18.084 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.084 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 8: conflicting requests 2024-04-07T20:48:18.084 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.084 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 9: conflicting requests 2024-04-07T20:48:18.084 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.084 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 10: conflicting requests 2024-04-07T20:48:18.084 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.084 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 11: conflicting requests 2024-04-07T20:48:18.084 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.084 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 12: conflicting requests 2024-04-07T20:48:18.084 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.084 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 13: conflicting requests 2024-04-07T20:48:18.084 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.084 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 14: conflicting requests 2024-04-07T20:48:18.085 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.085 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 15: conflicting requests 2024-04-07T20:48:18.085 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.085 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 16: conflicting requests 2024-04-07T20:48:18.085 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.085 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 17: conflicting requests 2024-04-07T20:48:18.085 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.085 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 18: conflicting requests 2024-04-07T20:48:18.085 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.085 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 19: conflicting requests 2024-04-07T20:48:18.085 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.085 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 20: conflicting requests 2024-04-07T20:48:18.085 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.085 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 21: conflicting requests 2024-04-07T20:48:18.085 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.086 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 22: conflicting requests 2024-04-07T20:48:18.086 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.086 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 23: conflicting requests 2024-04-07T20:48:18.086 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.086 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 24: conflicting requests 2024-04-07T20:48:18.086 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.086 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 25: conflicting requests 2024-04-07T20:48:18.086 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.086 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 26: conflicting requests 2024-04-07T20:48:18.086 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.086 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 27: conflicting requests 2024-04-07T20:48:18.086 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.086 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 28: conflicting requests 2024-04-07T20:48:18.087 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.087 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 29: conflicting requests 2024-04-07T20:48:18.087 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.087 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 30: conflicting requests 2024-04-07T20:48:18.087 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.087 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 31: conflicting requests 2024-04-07T20:48:18.087 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.087 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 32: conflicting requests 2024-04-07T20:48:18.087 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.087 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 33: conflicting requests 2024-04-07T20:48:18.087 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.087 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 34: conflicting requests 2024-04-07T20:48:18.087 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.087 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 35: conflicting requests 2024-04-07T20:48:18.087 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.087 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 36: conflicting requests 2024-04-07T20:48:18.088 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.088 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 37: conflicting requests 2024-04-07T20:48:18.088 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.088 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.088 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.088 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:48:18.088 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.088 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.088 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.088 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.088 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 39: conflicting requests 2024-04-07T20:48:18.088 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.088 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.088 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.088 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.089 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.089 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.089 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:48:18.089 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.089 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.089 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.089 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.089 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:48:18.089 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.089 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.089 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.089 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.089 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:48:18.089 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.089 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.090 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.090 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.090 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:48:18.090 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.090 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.090 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.090 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.090 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:48:18.090 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.090 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.090 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.090 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.090 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:48:18.090 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.091 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.091 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.091 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:48:18.150 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-04-07T20:48:18.152 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:48:18.152 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2024-04-07T20:48:18.152 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:48:18.152 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-04-07T20:48:18.152 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 3.5 M 2024-04-07T20:48:18.152 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2024-04-07T20:48:18.152 INFO:teuthology.orchestra.run.smithi181.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-07T20:48:18.152 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 34 k 2024-04-07T20:48:18.152 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 16 k 2024-04-07T20:48:18.152 INFO:teuthology.orchestra.run.smithi181.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-07T20:48:18.152 INFO:teuthology.orchestra.run.smithi181.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-07T20:48:18.153 INFO:teuthology.orchestra.run.smithi181.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-07T20:48:18.153 INFO:teuthology.orchestra.run.smithi181.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-07T20:48:18.153 INFO:teuthology.orchestra.run.smithi181.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-07T20:48:18.153 INFO:teuthology.orchestra.run.smithi181.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-07T20:48:18.153 INFO:teuthology.orchestra.run.smithi181.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-07T20:48:18.153 INFO:teuthology.orchestra.run.smithi181.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-07T20:48:18.153 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:48:18.153 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-04-07T20:48:18.153 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:48:18.153 INFO:teuthology.orchestra.run.smithi181.stdout:Install 12 Packages 2024-04-07T20:48:18.153 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:48:18.154 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 8.6 M 2024-04-07T20:48:18.154 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 104 M 2024-04-07T20:48:18.154 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-04-07T20:48:18.477 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-07T20:48:18.521 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-07T20:48:18.546 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-07T20:48:18.586 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-07T20:48:18.616 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-mgr-rook-2:19.0.0-2578.ge5c885fe.el9.noarch 13/13 2024-04-07T20:48:18.923 INFO:teuthology.orchestra.run.smithi181.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2578.ge5 172 kB/s | 34 kB 00:00 2024-04-07T20:48:18.940 INFO:teuthology.orchestra.run.smithi181.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2578.ge5c 77 kB/s | 16 kB 00:00 2024-04-07T20:48:19.148 INFO:teuthology.orchestra.run.smithi181.stdout:(3/12): ceph-mgr-dashboard-19.0.0-2578.ge5c885f 8.4 MB/s | 3.5 MB 00:00 2024-04-07T20:48:19.240 INFO:teuthology.orchestra.run.smithi181.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 896 kB/s | 269 kB 00:00 2024-04-07T20:48:19.282 INFO:teuthology.orchestra.run.smithi181.stdout:(5/12): protobuf-3.14.0-13.el9.x86_64.rpm 2.8 MB/s | 1.0 MB 00:00 2024-04-07T20:48:19.383 INFO:teuthology.orchestra.run.smithi181.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 3.6 MB/s | 863 kB 00:00 2024-04-07T20:48:19.384 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2578.ge5c885fe.el9.noarch 13/13 2024-04-07T20:48:19.384 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2578.ge5c885fe.el9.noarch 1/13 2024-04-07T20:48:19.384 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-07T20:48:19.384 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-07T20:48:19.384 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-07T20:48:19.384 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-07T20:48:19.384 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-07T20:48:19.384 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-07T20:48:19.384 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-07T20:48:19.384 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-07T20:48:19.385 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-07T20:48:19.385 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-07T20:48:19.385 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-07T20:48:19.508 INFO:teuthology.orchestra.run.smithi181.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 86 kB/s | 19 kB 00:00 2024-04-07T20:48:19.691 INFO:teuthology.orchestra.run.smithi181.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 792 kB/s | 144 kB 00:00 2024-04-07T20:48:19.716 INFO:teuthology.orchestra.run.smithi181.stdout:(9/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.1 MB/s | 548 kB 00:00 2024-04-07T20:48:19.767 INFO:teuthology.orchestra.run.smithi181.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 408 kB/s | 31 kB 00:00 2024-04-07T20:48:19.771 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-07T20:48:19.771 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:48:19.772 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-04-07T20:48:19.772 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-rook-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T20:48:19.772 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-07T20:48:19.772 INFO:teuthology.orchestra.run.smithi136.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-07T20:48:19.772 INFO:teuthology.orchestra.run.smithi136.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-07T20:48:19.772 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-07T20:48:19.772 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-07T20:48:19.772 INFO:teuthology.orchestra.run.smithi136.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-07T20:48:19.772 INFO:teuthology.orchestra.run.smithi136.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-07T20:48:19.772 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-07T20:48:19.772 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-07T20:48:19.772 INFO:teuthology.orchestra.run.smithi136.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-07T20:48:19.772 INFO:teuthology.orchestra.run.smithi136.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-07T20:48:19.772 INFO:teuthology.orchestra.run.smithi136.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-07T20:48:19.772 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:48:19.772 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T20:48:19.792 INFO:teuthology.orchestra.run.smithi181.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.4 MB/s | 188 kB 00:00 2024-04-07T20:48:19.934 INFO:teuthology.orchestra.run.smithi181.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 3.7 MB/s | 2.0 MB 00:00 2024-04-07T20:48:19.938 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:48:19.938 INFO:teuthology.orchestra.run.smithi181.stdout:Total 4.8 MB/s | 8.6 MB 00:01 2024-04-07T20:48:19.985 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-04-07T20:48:20.002 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-04-07T20:48:20.002 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-04-07T20:48:20.027 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph-mgr-cephadm 2024-04-07T20:48:20.206 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-04-07T20:48:20.206 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-04-07T20:48:20.622 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:34 ago on Sun 07 Apr 2024 08:46:46 PM UTC. 2024-04-07T20:48:20.751 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-04-07T20:48:20.818 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-07T20:48:20.853 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-07T20:48:20.900 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-07T20:48:20.911 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T20:48:20.911 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T20:48:20.911 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T20:48:20.911 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.912 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T20:48:20.912 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.912 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T20:48:20.912 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.912 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T20:48:20.912 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.912 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T20:48:20.912 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.912 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T20:48:20.912 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.912 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T20:48:20.912 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.912 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T20:48:20.912 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.912 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T20:48:20.913 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.913 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T20:48:20.913 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.913 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T20:48:20.913 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.913 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T20:48:20.913 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.913 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T20:48:20.913 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.913 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T20:48:20.913 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.913 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T20:48:20.913 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.913 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T20:48:20.913 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.914 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T20:48:20.914 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.914 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T20:48:20.914 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.914 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T20:48:20.914 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.914 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T20:48:20.914 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.914 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T20:48:20.914 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.914 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T20:48:20.914 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.914 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T20:48:20.914 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.914 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T20:48:20.915 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.915 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T20:48:20.915 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.915 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T20:48:20.915 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.915 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T20:48:20.915 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.915 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T20:48:20.915 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.915 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T20:48:20.915 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.915 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T20:48:20.915 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.915 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T20:48:20.915 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.916 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T20:48:20.916 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.916 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T20:48:20.916 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.916 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T20:48:20.916 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.916 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T20:48:20.916 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.916 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T20:48:20.916 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.916 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T20:48:20.916 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.916 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.916 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.916 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:48:20.917 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.917 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.917 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.917 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.917 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T20:48:20.917 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.917 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.917 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.917 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.917 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.917 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.917 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:48:20.917 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.918 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.918 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.918 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.918 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:48:20.918 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.918 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.918 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.918 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.918 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:48:20.918 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.918 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.918 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.918 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.918 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:48:20.919 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.919 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.919 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.919 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.919 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:48:20.919 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.919 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.919 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.919 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.919 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:48:20.919 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.919 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.919 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.919 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:48:20.930 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-07T20:48:20.981 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T20:48:20.982 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:48:20.982 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repository Size 2024-04-07T20:48:20.982 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:48:20.982 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-04-07T20:48:20.983 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 141 k 2024-04-07T20:48:20.983 INFO:teuthology.orchestra.run.smithi136.stdout:Installing dependencies: 2024-04-07T20:48:20.983 INFO:teuthology.orchestra.run.smithi136.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-07T20:48:20.983 INFO:teuthology.orchestra.run.smithi136.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-07T20:48:20.983 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-07T20:48:20.983 INFO:teuthology.orchestra.run.smithi136.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-07T20:48:20.983 INFO:teuthology.orchestra.run.smithi136.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-07T20:48:20.983 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:48:20.983 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-04-07T20:48:20.983 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:48:20.983 INFO:teuthology.orchestra.run.smithi136.stdout:Install 6 Packages 2024-04-07T20:48:20.983 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:48:20.984 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 7.0 M 2024-04-07T20:48:20.984 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 33 M 2024-04-07T20:48:20.984 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-04-07T20:48:21.027 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-07T20:48:21.155 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-07T20:48:21.257 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-07T20:48:21.301 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-07T20:48:21.330 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-07T20:48:21.362 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2578.ge5c885fe.el9 10/12 2024-04-07T20:48:21.655 INFO:teuthology.orchestra.run.smithi136.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 904 kB/s | 248 kB 00:00 2024-04-07T20:48:21.722 INFO:teuthology.orchestra.run.smithi136.stdout:(2/6): ceph-mgr-cephadm-19.0.0-2578.ge5c885fe.e 414 kB/s | 141 kB 00:00 2024-04-07T20:48:22.014 INFO:teuthology.orchestra.run.smithi136.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 9.4 MB/s | 6.0 MB 00:00 2024-04-07T20:48:22.040 INFO:teuthology.orchestra.run.smithi136.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 182 kB/s | 58 kB 00:00 2024-04-07T20:48:22.190 INFO:teuthology.orchestra.run.smithi136.stdout:(5/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.0 MB/s | 548 kB 00:00 2024-04-07T20:48:22.323 INFO:teuthology.orchestra.run.smithi136.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 165 kB/s | 51 kB 00:00 2024-04-07T20:48:22.324 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:48:22.324 INFO:teuthology.orchestra.run.smithi136.stdout:Total 5.2 MB/s | 7.0 MB 00:01 2024-04-07T20:48:22.394 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-04-07T20:48:22.406 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-04-07T20:48:22.406 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-04-07T20:48:22.409 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2578.ge5c885fe.el 11/12 2024-04-07T20:48:22.446 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2578.ge5c885fe.el9.noa 12/12 2024-04-07T20:48:22.507 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-04-07T20:48:22.508 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-04-07T20:48:22.819 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-04-07T20:48:22.989 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-07T20:48:23.033 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-07T20:48:23.127 INFO:teuthology.orchestra.run.smithi203.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 755 kB/s | 6.0 MB 00:08 2024-04-07T20:48:23.128 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:48:23.128 INFO:teuthology.orchestra.run.smithi203.stdout:Total 855 kB/s | 7.0 MB 00:08 2024-04-07T20:48:23.199 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-04-07T20:48:23.211 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-04-07T20:48:23.211 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-04-07T20:48:23.315 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-04-07T20:48:23.315 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-04-07T20:48:23.545 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-07T20:48:23.619 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-04-07T20:48:23.628 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-07T20:48:23.699 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-07T20:48:23.729 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 6/6 2024-04-07T20:48:23.763 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2578.ge5c885fe.el9.noa 12/12 2024-04-07T20:48:23.763 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2578.ge5c885fe.el 1/12 2024-04-07T20:48:23.763 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2578.ge5c885fe.el9.noa 2/12 2024-04-07T20:48:23.763 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2578.ge5c885fe.el9 3/12 2024-04-07T20:48:23.763 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-07T20:48:23.763 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-07T20:48:23.763 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-07T20:48:23.763 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-07T20:48:23.764 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-07T20:48:23.764 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-07T20:48:23.764 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-07T20:48:23.764 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-07T20:48:23.792 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-07T20:48:23.837 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-07T20:48:24.135 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-07T20:48:24.135 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:48:24.136 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-04-07T20:48:24.136 INFO:teuthology.orchestra.run.smithi181.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-07T20:48:24.136 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-grafana-dashboards-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T20:48:24.136 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-dashboard-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T20:48:24.136 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-prometheus-alerts-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T20:48:24.136 INFO:teuthology.orchestra.run.smithi181.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-07T20:48:24.136 INFO:teuthology.orchestra.run.smithi181.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-07T20:48:24.136 INFO:teuthology.orchestra.run.smithi181.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-07T20:48:24.136 INFO:teuthology.orchestra.run.smithi181.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-07T20:48:24.136 INFO:teuthology.orchestra.run.smithi181.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-07T20:48:24.136 INFO:teuthology.orchestra.run.smithi181.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-07T20:48:24.136 INFO:teuthology.orchestra.run.smithi181.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-07T20:48:24.136 INFO:teuthology.orchestra.run.smithi181.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-07T20:48:24.136 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:48:24.136 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-04-07T20:48:24.358 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-07T20:48:24.412 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-07T20:48:24.448 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-07T20:48:24.510 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-07T20:48:24.541 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 6/6 2024-04-07T20:48:24.544 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 6/6 2024-04-07T20:48:24.544 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 1/6 2024-04-07T20:48:24.544 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-07T20:48:24.544 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-07T20:48:24.544 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-07T20:48:24.544 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-07T20:48:24.895 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-07T20:48:24.895 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:48:24.895 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-04-07T20:48:24.895 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T20:48:24.895 INFO:teuthology.orchestra.run.smithi136.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-07T20:48:24.895 INFO:teuthology.orchestra.run.smithi136.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-07T20:48:24.895 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-07T20:48:24.895 INFO:teuthology.orchestra.run.smithi136.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-07T20:48:24.895 INFO:teuthology.orchestra.run.smithi136.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-07T20:48:24.895 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:48:24.895 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T20:48:25.009 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:20 ago on Sun 07 Apr 2024 08:47:05 PM UTC. 2024-04-07T20:48:25.118 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph-fuse 2024-04-07T20:48:25.295 INFO:teuthology.orchestra.run.smithi181.stderr:Modular dependency problems: 2024-04-07T20:48:25.295 INFO:teuthology.orchestra.run.smithi181.stderr: 2024-04-07T20:48:25.295 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 1: conflicting requests 2024-04-07T20:48:25.296 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.296 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 2: conflicting requests 2024-04-07T20:48:25.296 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.296 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 3: conflicting requests 2024-04-07T20:48:25.296 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.296 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 4: conflicting requests 2024-04-07T20:48:25.296 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.296 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 5: conflicting requests 2024-04-07T20:48:25.296 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.296 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 6: conflicting requests 2024-04-07T20:48:25.296 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.296 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 7: conflicting requests 2024-04-07T20:48:25.296 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.297 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 8: conflicting requests 2024-04-07T20:48:25.297 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.297 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 9: conflicting requests 2024-04-07T20:48:25.297 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.297 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 10: conflicting requests 2024-04-07T20:48:25.297 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.297 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 11: conflicting requests 2024-04-07T20:48:25.297 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.297 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 12: conflicting requests 2024-04-07T20:48:25.297 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.297 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 13: conflicting requests 2024-04-07T20:48:25.297 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.297 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 14: conflicting requests 2024-04-07T20:48:25.297 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.297 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 15: conflicting requests 2024-04-07T20:48:25.297 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.298 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 16: conflicting requests 2024-04-07T20:48:25.298 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.298 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 17: conflicting requests 2024-04-07T20:48:25.298 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.298 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 18: conflicting requests 2024-04-07T20:48:25.298 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.298 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 19: conflicting requests 2024-04-07T20:48:25.298 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.298 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 20: conflicting requests 2024-04-07T20:48:25.298 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.298 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 21: conflicting requests 2024-04-07T20:48:25.298 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.298 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 22: conflicting requests 2024-04-07T20:48:25.298 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.299 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 23: conflicting requests 2024-04-07T20:48:25.299 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.299 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 24: conflicting requests 2024-04-07T20:48:25.299 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.299 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 25: conflicting requests 2024-04-07T20:48:25.299 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.299 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 26: conflicting requests 2024-04-07T20:48:25.299 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.299 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 27: conflicting requests 2024-04-07T20:48:25.299 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.299 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 28: conflicting requests 2024-04-07T20:48:25.299 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.299 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 29: conflicting requests 2024-04-07T20:48:25.299 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.299 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 30: conflicting requests 2024-04-07T20:48:25.300 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.300 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 31: conflicting requests 2024-04-07T20:48:25.300 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.300 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 32: conflicting requests 2024-04-07T20:48:25.300 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.300 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 33: conflicting requests 2024-04-07T20:48:25.300 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.300 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 34: conflicting requests 2024-04-07T20:48:25.300 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.300 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 35: conflicting requests 2024-04-07T20:48:25.300 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.300 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 36: conflicting requests 2024-04-07T20:48:25.300 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.300 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 37: conflicting requests 2024-04-07T20:48:25.301 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.301 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.301 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.301 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:48:25.301 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.301 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.301 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.301 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.301 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 39: conflicting requests 2024-04-07T20:48:25.301 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.301 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.301 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.301 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.301 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.302 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.302 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:48:25.302 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.302 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.302 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.302 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.302 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:48:25.302 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.302 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.302 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.302 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.302 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:48:25.302 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.302 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.303 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.303 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.303 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:48:25.303 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.303 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.303 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.303 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.303 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:48:25.303 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.303 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.303 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.303 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.303 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:48:25.303 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.303 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.303 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.304 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:48:25.346 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 6/6 2024-04-07T20:48:25.346 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 1/6 2024-04-07T20:48:25.346 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-07T20:48:25.346 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-07T20:48:25.346 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-07T20:48:25.346 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-07T20:48:25.365 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-04-07T20:48:25.366 INFO:teuthology.orchestra.run.smithi181.stdout:======================================================================================= 2024-04-07T20:48:25.366 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2024-04-07T20:48:25.367 INFO:teuthology.orchestra.run.smithi181.stdout:======================================================================================= 2024-04-07T20:48:25.367 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-04-07T20:48:25.367 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 7.4 M 2024-04-07T20:48:25.367 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2024-04-07T20:48:25.367 INFO:teuthology.orchestra.run.smithi181.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-07T20:48:25.367 INFO:teuthology.orchestra.run.smithi181.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-07T20:48:25.367 INFO:teuthology.orchestra.run.smithi181.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-07T20:48:25.367 INFO:teuthology.orchestra.run.smithi181.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-07T20:48:25.367 INFO:teuthology.orchestra.run.smithi181.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-07T20:48:25.367 INFO:teuthology.orchestra.run.smithi181.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-07T20:48:25.367 INFO:teuthology.orchestra.run.smithi181.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-07T20:48:25.367 INFO:teuthology.orchestra.run.smithi181.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-07T20:48:25.367 INFO:teuthology.orchestra.run.smithi181.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-07T20:48:25.367 INFO:teuthology.orchestra.run.smithi181.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-07T20:48:25.368 INFO:teuthology.orchestra.run.smithi181.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-07T20:48:25.368 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:48:25.368 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-04-07T20:48:25.368 INFO:teuthology.orchestra.run.smithi181.stdout:======================================================================================= 2024-04-07T20:48:25.368 INFO:teuthology.orchestra.run.smithi181.stdout:Install 12 Packages 2024-04-07T20:48:25.368 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:48:25.368 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 38 M 2024-04-07T20:48:25.369 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 209 M 2024-04-07T20:48:25.369 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-04-07T20:48:25.678 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-07T20:48:25.679 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:48:25.679 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-04-07T20:48:25.679 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr-cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T20:48:25.679 INFO:teuthology.orchestra.run.smithi203.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-07T20:48:25.679 INFO:teuthology.orchestra.run.smithi203.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-07T20:48:25.679 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-07T20:48:25.679 INFO:teuthology.orchestra.run.smithi203.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-07T20:48:25.679 INFO:teuthology.orchestra.run.smithi203.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-07T20:48:25.679 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:48:25.679 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-04-07T20:48:25.714 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:39 ago on Sun 07 Apr 2024 08:46:46 PM UTC. 2024-04-07T20:48:25.942 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph-fuse 2024-04-07T20:48:25.968 INFO:teuthology.orchestra.run.smithi181.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 752 kB/s | 195 kB 00:00 2024-04-07T20:48:26.004 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T20:48:26.004 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T20:48:26.004 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T20:48:26.004 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.004 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T20:48:26.004 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.004 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T20:48:26.004 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.004 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T20:48:26.004 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.004 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T20:48:26.004 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.004 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T20:48:26.004 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.005 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T20:48:26.005 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.005 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T20:48:26.005 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.005 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T20:48:26.005 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.005 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T20:48:26.005 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.005 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T20:48:26.005 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.005 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T20:48:26.005 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.005 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T20:48:26.005 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.005 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T20:48:26.006 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.006 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T20:48:26.006 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.006 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T20:48:26.006 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.006 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T20:48:26.006 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.006 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T20:48:26.006 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.006 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T20:48:26.006 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.007 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T20:48:26.007 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.007 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T20:48:26.007 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.007 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T20:48:26.007 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.007 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T20:48:26.007 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.007 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T20:48:26.007 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.007 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T20:48:26.007 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.007 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T20:48:26.007 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.007 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T20:48:26.007 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.008 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T20:48:26.008 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.008 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T20:48:26.008 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.008 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T20:48:26.008 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.008 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T20:48:26.008 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.008 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T20:48:26.008 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.008 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T20:48:26.008 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.008 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T20:48:26.008 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.008 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T20:48:26.009 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.009 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T20:48:26.009 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.009 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T20:48:26.009 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.009 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.009 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.009 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:48:26.009 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.009 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.009 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.009 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.009 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T20:48:26.009 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.009 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.009 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.010 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.010 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.010 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.010 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:48:26.010 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.010 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.010 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.010 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.010 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:48:26.010 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.010 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.010 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.010 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.010 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:48:26.011 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.011 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.011 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.011 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.011 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:48:26.011 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.011 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.011 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.011 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.011 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:48:26.011 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.011 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.011 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.011 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.012 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:48:26.012 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.012 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.012 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.012 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.072 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T20:48:26.072 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:48:26.073 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repository Size 2024-04-07T20:48:26.073 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:48:26.073 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-04-07T20:48:26.073 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-fuse x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 890 k 2024-04-07T20:48:26.073 INFO:teuthology.orchestra.run.smithi136.stdout:Installing dependencies: 2024-04-07T20:48:26.073 INFO:teuthology.orchestra.run.smithi136.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-07T20:48:26.073 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:48:26.073 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-04-07T20:48:26.073 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:48:26.073 INFO:teuthology.orchestra.run.smithi136.stdout:Install 2 Packages 2024-04-07T20:48:26.073 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:48:26.074 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 971 k 2024-04-07T20:48:26.074 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 2.8 M 2024-04-07T20:48:26.074 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-04-07T20:48:26.093 INFO:teuthology.orchestra.run.smithi181.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 2.0 MB/s | 803 kB 00:00 2024-04-07T20:48:26.293 INFO:teuthology.orchestra.run.smithi181.stdout:(3/12): ceph-mgr-diskprediction-local-19.0.0-25 13 MB/s | 7.4 MB 00:00 2024-04-07T20:48:26.300 INFO:teuthology.orchestra.run.smithi136.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 482 kB/s | 80 kB 00:00 2024-04-07T20:48:26.318 INFO:teuthology.orchestra.run.smithi181.stdout:(4/12): flexiblas-3.0.4-8.el9.x86_64.rpm 93 kB/s | 33 kB 00:00 2024-04-07T20:48:26.467 INFO:teuthology.orchestra.run.smithi136.stdout:(2/2): ceph-fuse-19.0.0-2578.ge5c885fe.el9.x86_ 2.6 MB/s | 890 kB 00:00 2024-04-07T20:48:26.468 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:48:26.468 INFO:teuthology.orchestra.run.smithi136.stdout:Total 2.4 MB/s | 971 kB 00:00 2024-04-07T20:48:26.479 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-04-07T20:48:26.501 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-04-07T20:48:26.502 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-04-07T20:48:26.502 INFO:teuthology.orchestra.run.smithi181.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 192 kB/s | 35 kB 00:00 2024-04-07T20:48:26.542 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:42 ago on Sun 07 Apr 2024 08:46:44 PM UTC. 2024-04-07T20:48:26.560 INFO:teuthology.orchestra.run.smithi181.stdout:(6/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 68 kB/s | 18 kB 00:00 2024-04-07T20:48:26.580 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-04-07T20:48:26.580 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-04-07T20:48:26.767 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-04-07T20:48:26.847 INFO:teuthology.orchestra.run.smithi203.stderr:Modular dependency problems: 2024-04-07T20:48:26.848 INFO:teuthology.orchestra.run.smithi203.stderr: 2024-04-07T20:48:26.848 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 1: conflicting requests 2024-04-07T20:48:26.848 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.848 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 2: conflicting requests 2024-04-07T20:48:26.848 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.848 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 3: conflicting requests 2024-04-07T20:48:26.848 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.848 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 4: conflicting requests 2024-04-07T20:48:26.848 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.848 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 5: conflicting requests 2024-04-07T20:48:26.848 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.848 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 6: conflicting requests 2024-04-07T20:48:26.848 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.848 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 7: conflicting requests 2024-04-07T20:48:26.848 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.849 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 8: conflicting requests 2024-04-07T20:48:26.849 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.849 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 9: conflicting requests 2024-04-07T20:48:26.849 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.849 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 10: conflicting requests 2024-04-07T20:48:26.849 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.849 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 11: conflicting requests 2024-04-07T20:48:26.849 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.849 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 12: conflicting requests 2024-04-07T20:48:26.849 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.849 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 13: conflicting requests 2024-04-07T20:48:26.849 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.849 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 14: conflicting requests 2024-04-07T20:48:26.849 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.849 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 15: conflicting requests 2024-04-07T20:48:26.850 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.850 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 16: conflicting requests 2024-04-07T20:48:26.850 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.850 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 17: conflicting requests 2024-04-07T20:48:26.850 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.850 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 18: conflicting requests 2024-04-07T20:48:26.850 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.850 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 19: conflicting requests 2024-04-07T20:48:26.850 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.850 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 20: conflicting requests 2024-04-07T20:48:26.850 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.850 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 21: conflicting requests 2024-04-07T20:48:26.850 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.850 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 22: conflicting requests 2024-04-07T20:48:26.851 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.851 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 23: conflicting requests 2024-04-07T20:48:26.851 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.851 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 24: conflicting requests 2024-04-07T20:48:26.851 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.851 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 25: conflicting requests 2024-04-07T20:48:26.851 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.851 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 26: conflicting requests 2024-04-07T20:48:26.851 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.851 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 27: conflicting requests 2024-04-07T20:48:26.851 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.851 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 28: conflicting requests 2024-04-07T20:48:26.851 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.851 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 29: conflicting requests 2024-04-07T20:48:26.852 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.852 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 30: conflicting requests 2024-04-07T20:48:26.852 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.852 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 31: conflicting requests 2024-04-07T20:48:26.852 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.852 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 32: conflicting requests 2024-04-07T20:48:26.852 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.852 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 33: conflicting requests 2024-04-07T20:48:26.852 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.852 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 34: conflicting requests 2024-04-07T20:48:26.852 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.852 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 35: conflicting requests 2024-04-07T20:48:26.852 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.852 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 36: conflicting requests 2024-04-07T20:48:26.852 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.853 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 37: conflicting requests 2024-04-07T20:48:26.853 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.853 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.853 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.853 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:48:26.853 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.853 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.853 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.853 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.853 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 39: conflicting requests 2024-04-07T20:48:26.853 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.853 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.853 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.853 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.853 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.854 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.854 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:48:26.854 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.854 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.854 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.854 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.854 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:48:26.854 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.854 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.854 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.854 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.854 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:48:26.854 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.855 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.855 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.855 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.855 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:48:26.855 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.855 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.855 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.855 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.855 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:48:26.855 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.855 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.855 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.855 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.855 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:48:26.855 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.856 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.856 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.856 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:48:26.919 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-07T20:48:26.920 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-04-07T20:48:26.920 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:48:26.920 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2024-04-07T20:48:26.921 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:48:26.921 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-04-07T20:48:26.921 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-fuse x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 890 k 2024-04-07T20:48:26.921 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2024-04-07T20:48:26.921 INFO:teuthology.orchestra.run.smithi203.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-07T20:48:26.921 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:48:26.921 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-04-07T20:48:26.921 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:48:26.921 INFO:teuthology.orchestra.run.smithi203.stdout:Install 2 Packages 2024-04-07T20:48:26.921 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:48:26.922 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 971 k 2024-04-07T20:48:26.922 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 2.8 M 2024-04-07T20:48:26.922 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-04-07T20:48:26.992 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 2/2 2024-04-07T20:48:26.994 INFO:teuthology.orchestra.run.smithi181.stdout:(7/12): python3-devel-3.9.17-2.el9.x86_64.rpm 566 kB/s | 245 kB 00:00 2024-04-07T20:48:27.061 INFO:teuthology.orchestra.run.smithi181.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 3.1 MB/s | 3.0 MB 00:00 2024-04-07T20:48:27.163 INFO:teuthology.orchestra.run.smithi203.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 441 kB/s | 80 kB 00:00 2024-04-07T20:48:27.288 INFO:teuthology.orchestra.run.smithi203.stdout:(2/2): ceph-fuse-19.0.0-2578.ge5c885fe.el9.x86_ 2.8 MB/s | 890 kB 00:00 2024-04-07T20:48:27.289 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:48:27.289 INFO:teuthology.orchestra.run.smithi203.stdout:Total 2.6 MB/s | 971 kB 00:00 2024-04-07T20:48:27.301 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-04-07T20:48:27.322 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-04-07T20:48:27.322 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-04-07T20:48:27.369 INFO:teuthology.orchestra.run.smithi181.stdout:(9/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 5.5 MB/s | 4.7 MB 00:00 2024-04-07T20:48:27.402 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-04-07T20:48:27.403 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-04-07T20:48:27.453 INFO:teuthology.orchestra.run.smithi181.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 639 kB/s | 250 kB 00:00 2024-04-07T20:48:27.587 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-04-07T20:48:27.697 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 2/2 2024-04-07T20:48:27.697 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/2 2024-04-07T20:48:27.740 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-07T20:48:27.806 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 2/2 2024-04-07T20:48:28.021 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-07T20:48:28.021 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:48:28.021 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-04-07T20:48:28.021 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-07T20:48:28.022 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:48:28.022 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T20:48:28.036 INFO:teuthology.orchestra.run.smithi181.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 4.9 MB/s | 5.1 MB 00:01 2024-04-07T20:48:28.315 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph-volume 2024-04-07T20:48:28.511 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 2/2 2024-04-07T20:48:28.511 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/2 2024-04-07T20:48:28.847 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-07T20:48:28.847 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:48:28.847 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-04-07T20:48:28.847 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-07T20:48:28.848 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:48:28.848 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-04-07T20:48:28.933 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:42 ago on Sun 07 Apr 2024 08:46:46 PM UTC. 2024-04-07T20:48:29.127 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph-volume 2024-04-07T20:48:29.224 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T20:48:29.225 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T20:48:29.225 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T20:48:29.225 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.225 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T20:48:29.225 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.225 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T20:48:29.225 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.225 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T20:48:29.225 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.225 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T20:48:29.225 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.225 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T20:48:29.225 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.225 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T20:48:29.226 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.226 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T20:48:29.226 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.226 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T20:48:29.226 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.226 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T20:48:29.226 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.226 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T20:48:29.226 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.226 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T20:48:29.226 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.226 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T20:48:29.226 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.226 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T20:48:29.227 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.227 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T20:48:29.227 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.227 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T20:48:29.227 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.227 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T20:48:29.227 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.227 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T20:48:29.227 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.227 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T20:48:29.227 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.227 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T20:48:29.227 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.228 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T20:48:29.228 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.228 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T20:48:29.228 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.228 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T20:48:29.228 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.228 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T20:48:29.228 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.228 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T20:48:29.228 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.228 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T20:48:29.228 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.228 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T20:48:29.228 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.228 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T20:48:29.229 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.229 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T20:48:29.229 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.229 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T20:48:29.229 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.229 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T20:48:29.229 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.229 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T20:48:29.229 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.229 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T20:48:29.229 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.229 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T20:48:29.230 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.230 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T20:48:29.230 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.230 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T20:48:29.230 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.230 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T20:48:29.230 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.230 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.230 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.230 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:48:29.230 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.230 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.230 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.230 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.231 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T20:48:29.231 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.231 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.231 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.231 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.231 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.231 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.231 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:48:29.231 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.231 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.231 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.231 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.231 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:48:29.232 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.232 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.232 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.232 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.232 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:48:29.232 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.232 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.232 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.232 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.232 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:48:29.232 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.232 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.232 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.232 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.232 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:48:29.232 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.233 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.233 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.233 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.233 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:48:29.233 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.233 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.233 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.233 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:48:29.294 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T20:48:29.295 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:48:29.295 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repository Size 2024-04-07T20:48:29.295 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:48:29.295 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-04-07T20:48:29.295 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-volume noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 264 k 2024-04-07T20:48:29.295 INFO:teuthology.orchestra.run.smithi136.stdout:Installing dependencies: 2024-04-07T20:48:29.295 INFO:teuthology.orchestra.run.smithi136.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-07T20:48:29.295 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:48:29.295 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-04-07T20:48:29.295 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:48:29.295 INFO:teuthology.orchestra.run.smithi136.stdout:Install 2 Packages 2024-04-07T20:48:29.295 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:48:29.296 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 341 k 2024-04-07T20:48:29.296 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 1.5 M 2024-04-07T20:48:29.296 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-04-07T20:48:29.589 INFO:teuthology.orchestra.run.smithi136.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 449 kB/s | 77 kB 00:00 2024-04-07T20:48:29.745 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:45 ago on Sun 07 Apr 2024 08:46:44 PM UTC. 2024-04-07T20:48:29.856 INFO:teuthology.orchestra.run.smithi136.stdout:(2/2): ceph-volume-19.0.0-2578.ge5c885fe.el9.no 601 kB/s | 264 kB 00:00 2024-04-07T20:48:29.856 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:48:29.857 INFO:teuthology.orchestra.run.smithi136.stdout:Total 608 kB/s | 341 kB 00:00 2024-04-07T20:48:29.868 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-04-07T20:48:29.878 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-04-07T20:48:29.878 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-04-07T20:48:29.915 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-04-07T20:48:29.915 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-04-07T20:48:30.038 INFO:teuthology.orchestra.run.smithi203.stderr:Modular dependency problems: 2024-04-07T20:48:30.038 INFO:teuthology.orchestra.run.smithi203.stderr: 2024-04-07T20:48:30.038 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 1: conflicting requests 2024-04-07T20:48:30.038 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.038 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 2: conflicting requests 2024-04-07T20:48:30.038 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.038 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 3: conflicting requests 2024-04-07T20:48:30.038 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.039 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 4: conflicting requests 2024-04-07T20:48:30.039 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.039 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 5: conflicting requests 2024-04-07T20:48:30.039 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.039 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 6: conflicting requests 2024-04-07T20:48:30.039 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.039 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 7: conflicting requests 2024-04-07T20:48:30.039 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.039 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 8: conflicting requests 2024-04-07T20:48:30.039 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.039 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 9: conflicting requests 2024-04-07T20:48:30.039 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.039 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 10: conflicting requests 2024-04-07T20:48:30.039 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.040 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 11: conflicting requests 2024-04-07T20:48:30.040 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.040 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 12: conflicting requests 2024-04-07T20:48:30.040 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.040 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 13: conflicting requests 2024-04-07T20:48:30.040 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.040 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 14: conflicting requests 2024-04-07T20:48:30.040 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.040 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 15: conflicting requests 2024-04-07T20:48:30.040 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.040 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 16: conflicting requests 2024-04-07T20:48:30.040 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.040 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 17: conflicting requests 2024-04-07T20:48:30.040 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.040 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 18: conflicting requests 2024-04-07T20:48:30.041 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.041 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 19: conflicting requests 2024-04-07T20:48:30.041 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.041 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 20: conflicting requests 2024-04-07T20:48:30.041 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.041 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 21: conflicting requests 2024-04-07T20:48:30.041 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.041 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 22: conflicting requests 2024-04-07T20:48:30.041 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.041 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 23: conflicting requests 2024-04-07T20:48:30.041 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.041 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 24: conflicting requests 2024-04-07T20:48:30.041 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.041 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 25: conflicting requests 2024-04-07T20:48:30.042 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.042 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 26: conflicting requests 2024-04-07T20:48:30.042 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.042 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 27: conflicting requests 2024-04-07T20:48:30.042 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.042 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 28: conflicting requests 2024-04-07T20:48:30.042 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.042 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 29: conflicting requests 2024-04-07T20:48:30.042 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.042 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 30: conflicting requests 2024-04-07T20:48:30.042 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.042 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 31: conflicting requests 2024-04-07T20:48:30.042 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.043 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 32: conflicting requests 2024-04-07T20:48:30.043 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.043 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 33: conflicting requests 2024-04-07T20:48:30.043 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.043 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 34: conflicting requests 2024-04-07T20:48:30.043 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.043 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 35: conflicting requests 2024-04-07T20:48:30.043 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.043 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 36: conflicting requests 2024-04-07T20:48:30.043 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.043 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 37: conflicting requests 2024-04-07T20:48:30.043 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.043 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.044 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.044 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:48:30.044 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.044 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.044 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.044 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.044 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 39: conflicting requests 2024-04-07T20:48:30.044 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.044 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.044 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.044 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.044 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.044 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.045 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:48:30.045 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.045 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.045 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.045 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.045 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:48:30.045 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.045 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.045 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.045 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.045 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:48:30.045 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.045 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.046 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.046 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.046 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:48:30.046 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.046 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.046 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.046 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.046 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:48:30.046 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.046 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.046 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.046 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.047 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:48:30.047 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.047 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.047 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.047 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:48:30.067 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-04-07T20:48:30.107 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-04-07T20:48:30.108 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:48:30.108 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2024-04-07T20:48:30.108 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:48:30.108 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-04-07T20:48:30.108 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-volume noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 264 k 2024-04-07T20:48:30.108 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2024-04-07T20:48:30.108 INFO:teuthology.orchestra.run.smithi203.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-07T20:48:30.108 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:48:30.108 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-04-07T20:48:30.108 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:48:30.109 INFO:teuthology.orchestra.run.smithi203.stdout:Install 2 Packages 2024-04-07T20:48:30.109 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:48:30.109 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 341 k 2024-04-07T20:48:30.109 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 1.5 M 2024-04-07T20:48:30.109 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-04-07T20:48:30.249 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-07T20:48:30.292 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-volume-2:19.0.0-2578.ge5c885fe.el9.noarch 2/2 2024-04-07T20:48:30.308 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-volume-2:19.0.0-2578.ge5c885fe.el9.noarch 2/2 2024-04-07T20:48:30.308 INFO:teuthology.orchestra.run.smithi136.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T20:48:30.308 INFO:teuthology.orchestra.run.smithi136.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-07T20:48:30.308 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:48:30.587 INFO:teuthology.orchestra.run.smithi203.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 373 kB/s | 77 kB 00:00 2024-04-07T20:48:30.770 INFO:teuthology.orchestra.run.smithi203.stdout:(2/2): ceph-volume-19.0.0-2578.ge5c885fe.el9.no 675 kB/s | 264 kB 00:00 2024-04-07T20:48:30.770 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:48:30.771 INFO:teuthology.orchestra.run.smithi203.stdout:Total 515 kB/s | 341 kB 00:00 2024-04-07T20:48:30.783 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-04-07T20:48:30.793 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-04-07T20:48:30.793 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-04-07T20:48:30.831 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-04-07T20:48:30.831 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-04-07T20:48:30.982 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-04-07T20:48:31.012 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-volume-2:19.0.0-2578.ge5c885fe.el9.noarch 1/2 2024-04-07T20:48:31.169 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-07T20:48:31.206 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-volume-2:19.0.0-2578.ge5c885fe.el9.noarch 2/2 2024-04-07T20:48:31.223 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-volume-2:19.0.0-2578.ge5c885fe.el9.noarch 2/2 2024-04-07T20:48:31.223 INFO:teuthology.orchestra.run.smithi203.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T20:48:31.223 INFO:teuthology.orchestra.run.smithi203.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-07T20:48:31.223 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:48:31.370 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-07T20:48:31.370 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:48:31.370 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-04-07T20:48:31.371 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-volume-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T20:48:31.371 INFO:teuthology.orchestra.run.smithi136.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-07T20:48:31.371 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:48:31.371 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T20:48:31.685 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install librados-devel 2024-04-07T20:48:31.975 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-volume-2:19.0.0-2578.ge5c885fe.el9.noarch 1/2 2024-04-07T20:48:32.306 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:46 ago on Sun 07 Apr 2024 08:46:46 PM UTC. 2024-04-07T20:48:32.345 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-07T20:48:32.345 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:48:32.346 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-04-07T20:48:32.346 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-volume-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T20:48:32.346 INFO:teuthology.orchestra.run.smithi203.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-07T20:48:32.346 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:48:32.346 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-04-07T20:48:32.606 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T20:48:32.606 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T20:48:32.606 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T20:48:32.606 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.607 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T20:48:32.607 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.607 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T20:48:32.607 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.607 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T20:48:32.607 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.607 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T20:48:32.607 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.607 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T20:48:32.607 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.607 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T20:48:32.607 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.607 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T20:48:32.607 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.607 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T20:48:32.608 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.608 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T20:48:32.608 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.608 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T20:48:32.608 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.608 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T20:48:32.608 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.608 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T20:48:32.608 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.608 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T20:48:32.608 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.608 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T20:48:32.608 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.608 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T20:48:32.609 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.609 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T20:48:32.609 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.609 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T20:48:32.609 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.609 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T20:48:32.609 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.609 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T20:48:32.609 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.609 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T20:48:32.609 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.609 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T20:48:32.609 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.609 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T20:48:32.610 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.610 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T20:48:32.610 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.610 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T20:48:32.610 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.610 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T20:48:32.610 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.610 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T20:48:32.610 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.610 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T20:48:32.610 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.610 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T20:48:32.610 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.610 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T20:48:32.610 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.611 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T20:48:32.611 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.611 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T20:48:32.611 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.611 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T20:48:32.611 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.611 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T20:48:32.611 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.611 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T20:48:32.611 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.611 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T20:48:32.611 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.611 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T20:48:32.611 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.612 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.612 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.612 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:48:32.612 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.612 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.612 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.612 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.612 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T20:48:32.612 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.612 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.612 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.612 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.612 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.612 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.613 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:48:32.613 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.613 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.613 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.613 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.613 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:48:32.613 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.613 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.613 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.613 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.613 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:48:32.613 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.613 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.613 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.613 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.614 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:48:32.614 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.614 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.614 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.614 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.614 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:48:32.614 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.614 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.614 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.614 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.614 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:48:32.614 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.614 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.614 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.615 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:48:32.680 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T20:48:32.680 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:48:32.680 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repo Size 2024-04-07T20:48:32.680 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:48:32.681 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-04-07T20:48:32.681 INFO:teuthology.orchestra.run.smithi136.stdout: librados-devel x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 127 k 2024-04-07T20:48:32.681 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:48:32.681 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-04-07T20:48:32.681 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:48:32.681 INFO:teuthology.orchestra.run.smithi136.stdout:Install 1 Package 2024-04-07T20:48:32.681 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:48:32.681 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 127 k 2024-04-07T20:48:32.682 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 456 k 2024-04-07T20:48:32.682 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-04-07T20:48:32.745 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install librados-devel 2024-04-07T20:48:33.013 INFO:teuthology.orchestra.run.smithi136.stdout:librados-devel-19.0.0-2578.ge5c885fe.el9.x86_64 383 kB/s | 127 kB 00:00 2024-04-07T20:48:33.013 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:48:33.014 INFO:teuthology.orchestra.run.smithi136.stdout:Total 381 kB/s | 127 kB 00:00 2024-04-07T20:48:33.014 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-04-07T20:48:33.019 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-04-07T20:48:33.019 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-04-07T20:48:33.082 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-04-07T20:48:33.082 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-04-07T20:48:33.271 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-04-07T20:48:33.355 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:49 ago on Sun 07 Apr 2024 08:46:44 PM UTC. 2024-04-07T20:48:33.380 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : librados-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T20:48:33.643 INFO:teuthology.orchestra.run.smithi203.stderr:Modular dependency problems: 2024-04-07T20:48:33.643 INFO:teuthology.orchestra.run.smithi203.stderr: 2024-04-07T20:48:33.644 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 1: conflicting requests 2024-04-07T20:48:33.644 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.644 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 2: conflicting requests 2024-04-07T20:48:33.644 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.644 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 3: conflicting requests 2024-04-07T20:48:33.644 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.644 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 4: conflicting requests 2024-04-07T20:48:33.644 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.644 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 5: conflicting requests 2024-04-07T20:48:33.644 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.644 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 6: conflicting requests 2024-04-07T20:48:33.644 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.644 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 7: conflicting requests 2024-04-07T20:48:33.644 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.645 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 8: conflicting requests 2024-04-07T20:48:33.645 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.645 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 9: conflicting requests 2024-04-07T20:48:33.645 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.645 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 10: conflicting requests 2024-04-07T20:48:33.645 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.645 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 11: conflicting requests 2024-04-07T20:48:33.645 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.645 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 12: conflicting requests 2024-04-07T20:48:33.645 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.645 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 13: conflicting requests 2024-04-07T20:48:33.645 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.645 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 14: conflicting requests 2024-04-07T20:48:33.645 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.646 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 15: conflicting requests 2024-04-07T20:48:33.646 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.646 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 16: conflicting requests 2024-04-07T20:48:33.646 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.646 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 17: conflicting requests 2024-04-07T20:48:33.646 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.646 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 18: conflicting requests 2024-04-07T20:48:33.646 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.646 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 19: conflicting requests 2024-04-07T20:48:33.646 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.646 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 20: conflicting requests 2024-04-07T20:48:33.646 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.646 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 21: conflicting requests 2024-04-07T20:48:33.647 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.647 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 22: conflicting requests 2024-04-07T20:48:33.647 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.647 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 23: conflicting requests 2024-04-07T20:48:33.647 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.647 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 24: conflicting requests 2024-04-07T20:48:33.647 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.647 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 25: conflicting requests 2024-04-07T20:48:33.647 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.647 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 26: conflicting requests 2024-04-07T20:48:33.647 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.647 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 27: conflicting requests 2024-04-07T20:48:33.647 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.647 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 28: conflicting requests 2024-04-07T20:48:33.648 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.648 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 29: conflicting requests 2024-04-07T20:48:33.648 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.648 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 30: conflicting requests 2024-04-07T20:48:33.648 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.648 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 31: conflicting requests 2024-04-07T20:48:33.648 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.648 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 32: conflicting requests 2024-04-07T20:48:33.648 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.648 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 33: conflicting requests 2024-04-07T20:48:33.648 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.648 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 34: conflicting requests 2024-04-07T20:48:33.648 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.648 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 35: conflicting requests 2024-04-07T20:48:33.648 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.649 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 36: conflicting requests 2024-04-07T20:48:33.649 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.649 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 37: conflicting requests 2024-04-07T20:48:33.649 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.649 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.649 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.649 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:48:33.649 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.649 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.649 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.649 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.649 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 39: conflicting requests 2024-04-07T20:48:33.649 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.649 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.649 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.650 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.650 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.650 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.650 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:48:33.650 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.650 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.650 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.650 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.650 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:48:33.650 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.650 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.650 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.651 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.651 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:48:33.651 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.651 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.651 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.651 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.651 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:48:33.651 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.651 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.651 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.651 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.651 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:48:33.651 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.651 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.652 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.652 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.652 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:48:33.652 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.652 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.652 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.652 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:48:33.713 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-04-07T20:48:33.714 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:48:33.714 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repo Size 2024-04-07T20:48:33.714 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:48:33.714 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-04-07T20:48:33.714 INFO:teuthology.orchestra.run.smithi203.stdout: librados-devel x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 127 k 2024-04-07T20:48:33.714 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:48:33.714 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-04-07T20:48:33.714 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:48:33.714 INFO:teuthology.orchestra.run.smithi203.stdout:Install 1 Package 2024-04-07T20:48:33.714 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:48:33.715 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 127 k 2024-04-07T20:48:33.715 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 456 k 2024-04-07T20:48:33.715 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-04-07T20:48:33.859 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: librados-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T20:48:34.153 INFO:teuthology.orchestra.run.smithi203.stdout:librados-devel-19.0.0-2578.ge5c885fe.el9.x86_64 289 kB/s | 127 kB 00:00 2024-04-07T20:48:34.153 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:48:34.154 INFO:teuthology.orchestra.run.smithi203.stdout:Total 288 kB/s | 127 kB 00:00 2024-04-07T20:48:34.154 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-04-07T20:48:34.160 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-04-07T20:48:34.160 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-04-07T20:48:34.184 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : librados-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T20:48:34.184 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:48:34.184 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-04-07T20:48:34.184 INFO:teuthology.orchestra.run.smithi136.stdout: librados-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:48:34.184 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:48:34.184 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T20:48:34.221 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-04-07T20:48:34.222 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-04-07T20:48:34.408 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install libcephfs2 2024-04-07T20:48:34.418 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-04-07T20:48:34.518 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : librados-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T20:48:34.965 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: librados-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T20:48:35.014 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:49 ago on Sun 07 Apr 2024 08:46:46 PM UTC. 2024-04-07T20:48:35.308 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T20:48:35.308 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T20:48:35.308 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T20:48:35.308 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.309 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T20:48:35.309 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.309 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T20:48:35.309 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.309 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T20:48:35.309 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.309 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T20:48:35.309 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.309 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T20:48:35.309 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.309 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T20:48:35.309 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.309 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T20:48:35.309 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.310 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T20:48:35.310 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.310 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T20:48:35.310 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.310 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T20:48:35.310 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.310 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T20:48:35.310 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.310 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T20:48:35.310 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.310 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T20:48:35.310 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.310 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T20:48:35.311 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.311 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T20:48:35.311 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.311 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T20:48:35.311 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.311 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T20:48:35.311 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.311 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T20:48:35.311 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.311 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T20:48:35.311 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.311 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T20:48:35.311 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.311 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T20:48:35.312 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.312 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T20:48:35.312 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.312 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T20:48:35.312 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.312 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T20:48:35.312 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.312 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T20:48:35.312 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.312 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T20:48:35.312 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.312 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T20:48:35.312 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.313 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T20:48:35.313 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.313 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T20:48:35.313 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.313 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T20:48:35.313 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.313 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T20:48:35.313 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.313 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T20:48:35.313 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.313 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T20:48:35.313 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.313 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T20:48:35.313 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.313 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T20:48:35.314 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.314 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T20:48:35.314 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.314 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.314 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.314 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:48:35.314 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.314 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.314 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.314 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.314 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T20:48:35.314 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.314 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.315 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.315 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.315 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.315 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.315 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:48:35.315 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.315 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.315 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.315 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.315 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:48:35.315 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.315 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.315 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.315 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.316 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:48:35.316 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.316 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.316 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.316 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.316 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:48:35.316 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.316 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.316 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.316 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.316 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:48:35.316 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.316 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.316 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.317 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.317 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:48:35.317 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.317 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.317 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.317 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:48:35.317 INFO:teuthology.orchestra.run.smithi136.stdout:Package libcephfs2-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T20:48:35.318 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : librados-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T20:48:35.318 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:48:35.318 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-04-07T20:48:35.318 INFO:teuthology.orchestra.run.smithi203.stdout: librados-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:48:35.318 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:48:35.318 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-04-07T20:48:35.376 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T20:48:35.377 INFO:teuthology.orchestra.run.smithi136.stdout:Nothing to do. 2024-04-07T20:48:35.377 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T20:48:35.441 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install libcephfs-devel 2024-04-07T20:48:35.544 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install libcephfs2 2024-04-07T20:48:36.036 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:50 ago on Sun 07 Apr 2024 08:46:46 PM UTC. 2024-04-07T20:48:36.152 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:52 ago on Sun 07 Apr 2024 08:46:44 PM UTC. 2024-04-07T20:48:36.324 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T20:48:36.324 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T20:48:36.324 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T20:48:36.325 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.325 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T20:48:36.325 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.325 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T20:48:36.325 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.325 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T20:48:36.325 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.325 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T20:48:36.325 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.325 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T20:48:36.325 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.325 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T20:48:36.325 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.325 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T20:48:36.326 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.326 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T20:48:36.326 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.326 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T20:48:36.326 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.326 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T20:48:36.326 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.326 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T20:48:36.326 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.326 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T20:48:36.326 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.326 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T20:48:36.326 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.327 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T20:48:36.327 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.327 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T20:48:36.327 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.327 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T20:48:36.327 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.327 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T20:48:36.327 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.327 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T20:48:36.327 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.327 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T20:48:36.327 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.327 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T20:48:36.327 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.327 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T20:48:36.328 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.328 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T20:48:36.328 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.328 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T20:48:36.328 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.328 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T20:48:36.328 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.328 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T20:48:36.328 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.328 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T20:48:36.328 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.328 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T20:48:36.328 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.328 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T20:48:36.329 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.329 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T20:48:36.329 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.329 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T20:48:36.329 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.329 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T20:48:36.329 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.329 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T20:48:36.329 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.329 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T20:48:36.329 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.329 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T20:48:36.329 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.329 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T20:48:36.329 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.330 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T20:48:36.330 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.330 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.330 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.330 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:48:36.330 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.330 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.330 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.330 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.330 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T20:48:36.330 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.330 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.330 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.330 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.331 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.331 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.331 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:48:36.331 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.331 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.331 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.331 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.331 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:48:36.331 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.331 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.331 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.331 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.331 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:48:36.331 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.331 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.332 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.332 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.332 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:48:36.332 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.332 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.332 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.332 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.332 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:48:36.332 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.332 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.332 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.332 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.332 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:48:36.332 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.332 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.333 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.333 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.393 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T20:48:36.393 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:48:36.393 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repo Size 2024-04-07T20:48:36.393 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:48:36.393 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-04-07T20:48:36.393 INFO:teuthology.orchestra.run.smithi136.stdout: libcephfs-devel x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 32 k 2024-04-07T20:48:36.393 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:48:36.394 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-04-07T20:48:36.394 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:48:36.394 INFO:teuthology.orchestra.run.smithi136.stdout:Install 1 Package 2024-04-07T20:48:36.394 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:48:36.394 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 32 k 2024-04-07T20:48:36.394 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 142 k 2024-04-07T20:48:36.394 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-04-07T20:48:36.445 INFO:teuthology.orchestra.run.smithi203.stderr:Modular dependency problems: 2024-04-07T20:48:36.445 INFO:teuthology.orchestra.run.smithi203.stderr: 2024-04-07T20:48:36.445 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 1: conflicting requests 2024-04-07T20:48:36.445 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.445 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 2: conflicting requests 2024-04-07T20:48:36.445 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.445 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 3: conflicting requests 2024-04-07T20:48:36.445 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.445 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 4: conflicting requests 2024-04-07T20:48:36.445 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.446 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 5: conflicting requests 2024-04-07T20:48:36.446 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.446 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 6: conflicting requests 2024-04-07T20:48:36.446 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.446 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 7: conflicting requests 2024-04-07T20:48:36.446 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.446 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 8: conflicting requests 2024-04-07T20:48:36.446 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.446 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 9: conflicting requests 2024-04-07T20:48:36.446 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.446 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 10: conflicting requests 2024-04-07T20:48:36.446 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.446 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 11: conflicting requests 2024-04-07T20:48:36.447 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.447 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 12: conflicting requests 2024-04-07T20:48:36.447 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.447 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 13: conflicting requests 2024-04-07T20:48:36.447 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.447 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 14: conflicting requests 2024-04-07T20:48:36.447 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.447 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 15: conflicting requests 2024-04-07T20:48:36.447 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.447 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 16: conflicting requests 2024-04-07T20:48:36.447 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.447 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 17: conflicting requests 2024-04-07T20:48:36.447 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.447 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 18: conflicting requests 2024-04-07T20:48:36.448 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.448 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 19: conflicting requests 2024-04-07T20:48:36.448 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.448 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 20: conflicting requests 2024-04-07T20:48:36.448 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.448 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 21: conflicting requests 2024-04-07T20:48:36.448 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.448 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 22: conflicting requests 2024-04-07T20:48:36.448 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.448 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 23: conflicting requests 2024-04-07T20:48:36.448 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.448 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 24: conflicting requests 2024-04-07T20:48:36.448 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.448 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 25: conflicting requests 2024-04-07T20:48:36.449 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.449 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 26: conflicting requests 2024-04-07T20:48:36.449 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.449 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 27: conflicting requests 2024-04-07T20:48:36.449 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.449 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 28: conflicting requests 2024-04-07T20:48:36.449 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.449 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 29: conflicting requests 2024-04-07T20:48:36.449 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.449 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 30: conflicting requests 2024-04-07T20:48:36.449 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.449 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 31: conflicting requests 2024-04-07T20:48:36.449 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.449 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 32: conflicting requests 2024-04-07T20:48:36.450 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.450 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 33: conflicting requests 2024-04-07T20:48:36.450 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.450 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 34: conflicting requests 2024-04-07T20:48:36.450 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.450 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 35: conflicting requests 2024-04-07T20:48:36.450 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.450 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 36: conflicting requests 2024-04-07T20:48:36.450 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.450 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 37: conflicting requests 2024-04-07T20:48:36.450 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.450 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.450 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.450 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:48:36.451 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.451 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.451 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.451 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.451 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 39: conflicting requests 2024-04-07T20:48:36.451 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.451 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.451 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.451 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.451 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.451 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.451 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:48:36.451 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.451 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.452 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.452 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.452 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:48:36.452 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.452 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.452 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.452 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.452 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:48:36.452 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.452 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.452 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.452 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.452 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:48:36.452 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.453 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.453 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.453 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.453 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:48:36.453 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.453 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.453 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.453 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.453 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:48:36.453 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.453 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.453 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.453 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:48:36.454 INFO:teuthology.orchestra.run.smithi203.stdout:Package libcephfs2-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T20:48:36.512 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-04-07T20:48:36.514 INFO:teuthology.orchestra.run.smithi203.stdout:Nothing to do. 2024-04-07T20:48:36.514 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-04-07T20:48:36.573 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install libcephfs-devel 2024-04-07T20:48:36.633 INFO:teuthology.orchestra.run.smithi136.stdout:libcephfs-devel-19.0.0-2578.ge5c885fe.el9.x86_6 133 kB/s | 32 kB 00:00 2024-04-07T20:48:36.633 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:48:36.634 INFO:teuthology.orchestra.run.smithi136.stdout:Total 132 kB/s | 32 kB 00:00 2024-04-07T20:48:36.634 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-04-07T20:48:36.637 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-04-07T20:48:36.637 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-04-07T20:48:36.661 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-04-07T20:48:36.661 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-04-07T20:48:36.754 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-04-07T20:48:36.890 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : libcephfs-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T20:48:37.175 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:53 ago on Sun 07 Apr 2024 08:46:44 PM UTC. 2024-04-07T20:48:37.261 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T20:48:37.463 INFO:teuthology.orchestra.run.smithi203.stderr:Modular dependency problems: 2024-04-07T20:48:37.464 INFO:teuthology.orchestra.run.smithi203.stderr: 2024-04-07T20:48:37.464 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 1: conflicting requests 2024-04-07T20:48:37.464 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.464 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 2: conflicting requests 2024-04-07T20:48:37.464 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.464 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 3: conflicting requests 2024-04-07T20:48:37.464 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.464 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 4: conflicting requests 2024-04-07T20:48:37.464 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.464 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 5: conflicting requests 2024-04-07T20:48:37.464 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.464 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 6: conflicting requests 2024-04-07T20:48:37.464 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.465 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 7: conflicting requests 2024-04-07T20:48:37.465 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.465 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 8: conflicting requests 2024-04-07T20:48:37.465 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.465 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 9: conflicting requests 2024-04-07T20:48:37.465 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.465 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 10: conflicting requests 2024-04-07T20:48:37.465 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.465 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 11: conflicting requests 2024-04-07T20:48:37.465 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.465 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 12: conflicting requests 2024-04-07T20:48:37.465 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.465 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 13: conflicting requests 2024-04-07T20:48:37.465 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.465 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 14: conflicting requests 2024-04-07T20:48:37.466 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.466 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 15: conflicting requests 2024-04-07T20:48:37.466 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.466 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 16: conflicting requests 2024-04-07T20:48:37.466 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.466 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 17: conflicting requests 2024-04-07T20:48:37.466 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.466 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 18: conflicting requests 2024-04-07T20:48:37.466 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.466 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 19: conflicting requests 2024-04-07T20:48:37.466 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.466 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 20: conflicting requests 2024-04-07T20:48:37.466 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.467 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 21: conflicting requests 2024-04-07T20:48:37.467 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.467 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 22: conflicting requests 2024-04-07T20:48:37.467 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.467 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 23: conflicting requests 2024-04-07T20:48:37.467 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.467 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 24: conflicting requests 2024-04-07T20:48:37.467 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.467 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 25: conflicting requests 2024-04-07T20:48:37.467 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.467 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 26: conflicting requests 2024-04-07T20:48:37.467 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.467 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 27: conflicting requests 2024-04-07T20:48:37.467 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.467 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 28: conflicting requests 2024-04-07T20:48:37.468 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.468 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 29: conflicting requests 2024-04-07T20:48:37.468 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.468 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 30: conflicting requests 2024-04-07T20:48:37.468 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.468 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 31: conflicting requests 2024-04-07T20:48:37.468 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.468 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 32: conflicting requests 2024-04-07T20:48:37.468 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.468 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 33: conflicting requests 2024-04-07T20:48:37.468 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.468 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 34: conflicting requests 2024-04-07T20:48:37.468 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.468 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 35: conflicting requests 2024-04-07T20:48:37.469 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.469 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 36: conflicting requests 2024-04-07T20:48:37.469 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.469 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 37: conflicting requests 2024-04-07T20:48:37.469 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.469 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.469 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.469 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:48:37.469 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.469 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.469 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.469 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.469 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 39: conflicting requests 2024-04-07T20:48:37.469 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.469 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.470 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.470 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.470 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.470 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.470 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:48:37.470 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.470 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.470 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.470 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.470 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:48:37.470 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.470 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.470 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.471 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.471 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:48:37.471 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.471 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.471 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.471 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.471 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:48:37.471 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.471 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.471 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.471 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.471 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:48:37.471 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.472 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.472 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.472 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.472 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:48:37.472 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.472 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.472 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.472 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:48:37.532 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-04-07T20:48:37.533 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:48:37.533 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repo Size 2024-04-07T20:48:37.533 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:48:37.533 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-04-07T20:48:37.533 INFO:teuthology.orchestra.run.smithi203.stdout: libcephfs-devel x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 32 k 2024-04-07T20:48:37.533 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:48:37.533 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-04-07T20:48:37.533 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:48:37.533 INFO:teuthology.orchestra.run.smithi203.stdout:Install 1 Package 2024-04-07T20:48:37.533 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:48:37.534 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 32 k 2024-04-07T20:48:37.534 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 142 k 2024-04-07T20:48:37.534 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-04-07T20:48:37.544 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : libcephfs-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T20:48:37.544 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:48:37.544 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-04-07T20:48:37.544 INFO:teuthology.orchestra.run.smithi136.stdout: libcephfs-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:48:37.544 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:48:37.544 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T20:48:37.708 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install librados2 2024-04-07T20:48:37.782 INFO:teuthology.orchestra.run.smithi203.stdout:libcephfs-devel-19.0.0-2578.ge5c885fe.el9.x86_6 127 kB/s | 32 kB 00:00 2024-04-07T20:48:37.783 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:48:37.784 INFO:teuthology.orchestra.run.smithi203.stdout:Total 127 kB/s | 32 kB 00:00 2024-04-07T20:48:37.784 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-04-07T20:48:37.788 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-04-07T20:48:37.788 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-04-07T20:48:37.814 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-04-07T20:48:37.815 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-04-07T20:48:37.904 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-04-07T20:48:38.032 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : libcephfs-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T20:48:38.300 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:52 ago on Sun 07 Apr 2024 08:46:46 PM UTC. 2024-04-07T20:48:38.418 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T20:48:38.588 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T20:48:38.588 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T20:48:38.588 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T20:48:38.588 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.588 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T20:48:38.588 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.589 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T20:48:38.589 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.589 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T20:48:38.589 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.589 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T20:48:38.589 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.589 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T20:48:38.589 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.589 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T20:48:38.589 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.589 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T20:48:38.589 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.589 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T20:48:38.590 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.590 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T20:48:38.590 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.590 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T20:48:38.590 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.590 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T20:48:38.590 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.590 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T20:48:38.590 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.590 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T20:48:38.590 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.590 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T20:48:38.590 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.590 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T20:48:38.591 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.591 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T20:48:38.591 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.591 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T20:48:38.591 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.591 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T20:48:38.591 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.591 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T20:48:38.591 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.591 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T20:48:38.591 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.591 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T20:48:38.591 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.591 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T20:48:38.592 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.592 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T20:48:38.592 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.592 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T20:48:38.592 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.592 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T20:48:38.592 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.592 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T20:48:38.592 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.592 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T20:48:38.592 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.592 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T20:48:38.592 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.592 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T20:48:38.592 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.593 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T20:48:38.593 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.593 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T20:48:38.593 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.593 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T20:48:38.593 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.593 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T20:48:38.593 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.593 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T20:48:38.593 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.593 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T20:48:38.593 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.593 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T20:48:38.593 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.593 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.594 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.594 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:48:38.594 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.594 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.594 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.594 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.594 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T20:48:38.594 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.594 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.594 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.594 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.594 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.594 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.594 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:48:38.594 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.595 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.595 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.595 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.595 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:48:38.595 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.595 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.595 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.595 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.595 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:48:38.595 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.595 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.595 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.595 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.595 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:48:38.596 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.596 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.596 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.596 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.596 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:48:38.596 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.596 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.596 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.596 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.596 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:48:38.596 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.596 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.596 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.596 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:48:38.597 INFO:teuthology.orchestra.run.smithi136.stdout:Package librados2-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T20:48:38.655 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T20:48:38.657 INFO:teuthology.orchestra.run.smithi136.stdout:Nothing to do. 2024-04-07T20:48:38.657 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T20:48:38.693 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : libcephfs-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T20:48:38.693 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:48:38.693 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-04-07T20:48:38.693 INFO:teuthology.orchestra.run.smithi203.stdout: libcephfs-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:48:38.693 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:48:38.693 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-04-07T20:48:38.714 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install librbd1 2024-04-07T20:48:38.887 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install librados2 2024-04-07T20:48:39.305 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:53 ago on Sun 07 Apr 2024 08:46:46 PM UTC. 2024-04-07T20:48:39.481 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:55 ago on Sun 07 Apr 2024 08:46:44 PM UTC. 2024-04-07T20:48:39.591 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T20:48:39.592 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T20:48:39.592 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T20:48:39.592 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.592 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T20:48:39.592 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.592 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T20:48:39.592 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.592 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T20:48:39.592 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.592 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T20:48:39.592 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.592 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T20:48:39.592 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.592 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T20:48:39.593 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.593 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T20:48:39.593 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.593 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T20:48:39.593 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.593 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T20:48:39.593 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.593 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T20:48:39.593 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.593 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T20:48:39.593 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.593 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T20:48:39.593 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.593 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T20:48:39.593 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.594 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T20:48:39.594 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.594 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T20:48:39.594 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.594 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T20:48:39.594 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.594 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T20:48:39.594 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.594 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T20:48:39.594 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.594 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T20:48:39.594 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.594 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T20:48:39.595 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.595 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T20:48:39.595 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.595 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T20:48:39.595 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.595 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T20:48:39.595 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.595 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T20:48:39.595 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.595 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T20:48:39.595 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.595 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T20:48:39.595 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.595 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T20:48:39.595 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.596 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T20:48:39.596 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.596 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T20:48:39.596 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.596 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T20:48:39.596 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.596 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T20:48:39.596 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.596 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T20:48:39.596 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.596 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T20:48:39.596 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.596 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T20:48:39.596 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.597 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T20:48:39.597 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.597 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T20:48:39.597 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.597 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.597 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.597 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:48:39.597 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.597 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.597 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.597 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.597 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T20:48:39.597 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.597 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.597 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.598 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.598 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.598 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.598 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:48:39.598 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.598 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.598 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.598 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.598 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:48:39.598 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.598 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.598 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.598 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.598 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:48:39.599 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.599 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.599 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.599 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.599 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:48:39.599 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.599 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.599 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.599 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.599 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:48:39.599 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.599 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.599 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.599 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.599 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:48:39.599 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.600 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.600 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.600 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.600 INFO:teuthology.orchestra.run.smithi136.stdout:Package librbd1-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T20:48:39.659 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T20:48:39.660 INFO:teuthology.orchestra.run.smithi136.stdout:Nothing to do. 2024-04-07T20:48:39.660 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T20:48:39.718 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install python3-rados 2024-04-07T20:48:39.769 INFO:teuthology.orchestra.run.smithi203.stderr:Modular dependency problems: 2024-04-07T20:48:39.769 INFO:teuthology.orchestra.run.smithi203.stderr: 2024-04-07T20:48:39.769 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 1: conflicting requests 2024-04-07T20:48:39.769 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.769 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 2: conflicting requests 2024-04-07T20:48:39.769 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.769 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 3: conflicting requests 2024-04-07T20:48:39.769 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.770 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 4: conflicting requests 2024-04-07T20:48:39.770 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.770 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 5: conflicting requests 2024-04-07T20:48:39.770 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.770 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 6: conflicting requests 2024-04-07T20:48:39.770 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.770 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 7: conflicting requests 2024-04-07T20:48:39.770 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.770 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 8: conflicting requests 2024-04-07T20:48:39.770 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.770 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 9: conflicting requests 2024-04-07T20:48:39.770 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.770 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 10: conflicting requests 2024-04-07T20:48:39.770 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.771 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 11: conflicting requests 2024-04-07T20:48:39.771 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.771 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 12: conflicting requests 2024-04-07T20:48:39.771 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.771 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 13: conflicting requests 2024-04-07T20:48:39.771 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.771 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 14: conflicting requests 2024-04-07T20:48:39.771 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.771 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 15: conflicting requests 2024-04-07T20:48:39.771 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.771 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 16: conflicting requests 2024-04-07T20:48:39.771 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.771 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 17: conflicting requests 2024-04-07T20:48:39.771 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.771 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 18: conflicting requests 2024-04-07T20:48:39.772 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.772 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 19: conflicting requests 2024-04-07T20:48:39.772 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.772 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 20: conflicting requests 2024-04-07T20:48:39.772 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.772 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 21: conflicting requests 2024-04-07T20:48:39.772 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.772 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 22: conflicting requests 2024-04-07T20:48:39.772 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.772 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 23: conflicting requests 2024-04-07T20:48:39.772 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.772 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 24: conflicting requests 2024-04-07T20:48:39.772 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.772 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 25: conflicting requests 2024-04-07T20:48:39.772 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.772 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 26: conflicting requests 2024-04-07T20:48:39.773 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.773 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 27: conflicting requests 2024-04-07T20:48:39.773 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.773 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 28: conflicting requests 2024-04-07T20:48:39.773 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.773 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 29: conflicting requests 2024-04-07T20:48:39.773 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.773 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 30: conflicting requests 2024-04-07T20:48:39.773 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.773 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 31: conflicting requests 2024-04-07T20:48:39.773 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.773 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 32: conflicting requests 2024-04-07T20:48:39.773 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.773 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 33: conflicting requests 2024-04-07T20:48:39.773 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.773 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 34: conflicting requests 2024-04-07T20:48:39.774 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.774 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 35: conflicting requests 2024-04-07T20:48:39.774 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.774 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 36: conflicting requests 2024-04-07T20:48:39.774 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.774 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 37: conflicting requests 2024-04-07T20:48:39.774 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.774 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.774 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.774 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:48:39.774 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.774 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.774 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.774 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.774 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 39: conflicting requests 2024-04-07T20:48:39.775 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.775 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.775 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.775 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.775 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.775 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.775 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:48:39.775 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.775 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.775 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.775 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.775 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:48:39.775 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.775 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.775 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.775 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.776 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:48:39.776 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.776 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.776 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.776 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.776 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:48:39.776 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.776 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.776 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.776 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.776 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:48:39.776 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.776 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.776 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.777 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.777 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:48:39.777 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.777 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.777 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.777 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:48:39.777 INFO:teuthology.orchestra.run.smithi203.stdout:Package librados2-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T20:48:39.837 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-04-07T20:48:39.838 INFO:teuthology.orchestra.run.smithi203.stdout:Nothing to do. 2024-04-07T20:48:39.838 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-04-07T20:48:39.918 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install librbd1 2024-04-07T20:48:40.316 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:54 ago on Sun 07 Apr 2024 08:46:46 PM UTC. 2024-04-07T20:48:40.514 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:56 ago on Sun 07 Apr 2024 08:46:44 PM UTC. 2024-04-07T20:48:40.604 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T20:48:40.604 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T20:48:40.604 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T20:48:40.604 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.604 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T20:48:40.604 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.604 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T20:48:40.605 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.605 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T20:48:40.605 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.605 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T20:48:40.605 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.605 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T20:48:40.605 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.605 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T20:48:40.605 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.605 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T20:48:40.605 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.605 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T20:48:40.605 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.605 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T20:48:40.605 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.606 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T20:48:40.606 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.606 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T20:48:40.606 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.606 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T20:48:40.606 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.606 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T20:48:40.606 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.606 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T20:48:40.606 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.606 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T20:48:40.606 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.606 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T20:48:40.607 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.607 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T20:48:40.607 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.607 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T20:48:40.607 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.607 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T20:48:40.607 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.607 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T20:48:40.607 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.607 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T20:48:40.607 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.607 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T20:48:40.607 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.607 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T20:48:40.607 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.607 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T20:48:40.608 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.608 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T20:48:40.608 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.608 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T20:48:40.608 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.608 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T20:48:40.608 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.608 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T20:48:40.608 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.608 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T20:48:40.608 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.608 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T20:48:40.608 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.608 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T20:48:40.608 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.609 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T20:48:40.609 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.609 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T20:48:40.609 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.609 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T20:48:40.609 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.609 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T20:48:40.609 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.609 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T20:48:40.609 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.609 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.609 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.609 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:48:40.609 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.610 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.610 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.610 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.610 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T20:48:40.610 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.610 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.610 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.610 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.610 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.610 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.610 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:48:40.610 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.610 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.611 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.611 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.611 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:48:40.611 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.611 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.611 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.611 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.611 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:48:40.611 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.611 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.611 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.611 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.611 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:48:40.611 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.611 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.612 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.612 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.612 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:48:40.612 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.612 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.612 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.612 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.612 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:48:40.612 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.612 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.612 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.612 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.613 INFO:teuthology.orchestra.run.smithi136.stdout:Package python3-rados-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T20:48:40.673 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T20:48:40.675 INFO:teuthology.orchestra.run.smithi136.stdout:Nothing to do. 2024-04-07T20:48:40.675 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T20:48:40.730 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install python3-rgw 2024-04-07T20:48:40.803 INFO:teuthology.orchestra.run.smithi203.stderr:Modular dependency problems: 2024-04-07T20:48:40.803 INFO:teuthology.orchestra.run.smithi203.stderr: 2024-04-07T20:48:40.803 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 1: conflicting requests 2024-04-07T20:48:40.803 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.803 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 2: conflicting requests 2024-04-07T20:48:40.803 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.803 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 3: conflicting requests 2024-04-07T20:48:40.803 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.803 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 4: conflicting requests 2024-04-07T20:48:40.803 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.803 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 5: conflicting requests 2024-04-07T20:48:40.804 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.804 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 6: conflicting requests 2024-04-07T20:48:40.804 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.804 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 7: conflicting requests 2024-04-07T20:48:40.804 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.804 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 8: conflicting requests 2024-04-07T20:48:40.804 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.804 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 9: conflicting requests 2024-04-07T20:48:40.804 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.804 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 10: conflicting requests 2024-04-07T20:48:40.804 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.804 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 11: conflicting requests 2024-04-07T20:48:40.804 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.804 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 12: conflicting requests 2024-04-07T20:48:40.805 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.805 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 13: conflicting requests 2024-04-07T20:48:40.805 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.805 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 14: conflicting requests 2024-04-07T20:48:40.805 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.805 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 15: conflicting requests 2024-04-07T20:48:40.805 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.805 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 16: conflicting requests 2024-04-07T20:48:40.805 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.805 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 17: conflicting requests 2024-04-07T20:48:40.805 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.805 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 18: conflicting requests 2024-04-07T20:48:40.805 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.805 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 19: conflicting requests 2024-04-07T20:48:40.805 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.806 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 20: conflicting requests 2024-04-07T20:48:40.806 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.806 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 21: conflicting requests 2024-04-07T20:48:40.806 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.806 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 22: conflicting requests 2024-04-07T20:48:40.806 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.806 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 23: conflicting requests 2024-04-07T20:48:40.806 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.806 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 24: conflicting requests 2024-04-07T20:48:40.806 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.806 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 25: conflicting requests 2024-04-07T20:48:40.806 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.806 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 26: conflicting requests 2024-04-07T20:48:40.806 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.807 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 27: conflicting requests 2024-04-07T20:48:40.807 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.807 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 28: conflicting requests 2024-04-07T20:48:40.807 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.807 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 29: conflicting requests 2024-04-07T20:48:40.807 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.807 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 30: conflicting requests 2024-04-07T20:48:40.807 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.807 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 31: conflicting requests 2024-04-07T20:48:40.807 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.807 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 32: conflicting requests 2024-04-07T20:48:40.807 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.807 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 33: conflicting requests 2024-04-07T20:48:40.808 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.808 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 34: conflicting requests 2024-04-07T20:48:40.808 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.808 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 35: conflicting requests 2024-04-07T20:48:40.808 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.808 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 36: conflicting requests 2024-04-07T20:48:40.808 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.808 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 37: conflicting requests 2024-04-07T20:48:40.808 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.808 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.808 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.808 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:48:40.808 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.809 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.809 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.809 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.809 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 39: conflicting requests 2024-04-07T20:48:40.809 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.809 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.809 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.809 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.809 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.809 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.809 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:48:40.809 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.809 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.809 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.809 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.810 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:48:40.810 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.810 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.810 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.810 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.810 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:48:40.810 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.810 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.810 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.810 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.810 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:48:40.810 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.810 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.811 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.811 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.811 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:48:40.811 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.811 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.811 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.811 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.811 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:48:40.811 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.811 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.811 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.811 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:48:40.812 INFO:teuthology.orchestra.run.smithi203.stdout:Package librbd1-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T20:48:40.870 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-04-07T20:48:40.871 INFO:teuthology.orchestra.run.smithi203.stdout:Nothing to do. 2024-04-07T20:48:40.871 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-04-07T20:48:40.954 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install python3-rados 2024-04-07T20:48:41.333 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:55 ago on Sun 07 Apr 2024 08:46:46 PM UTC. 2024-04-07T20:48:41.553 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:57 ago on Sun 07 Apr 2024 08:46:44 PM UTC. 2024-04-07T20:48:41.622 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T20:48:41.622 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T20:48:41.622 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T20:48:41.623 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.623 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T20:48:41.623 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.623 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T20:48:41.623 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.623 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T20:48:41.623 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.623 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T20:48:41.623 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.623 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T20:48:41.623 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.623 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T20:48:41.623 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.623 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T20:48:41.623 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.624 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T20:48:41.624 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.624 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T20:48:41.624 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.624 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T20:48:41.624 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.624 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T20:48:41.624 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.624 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T20:48:41.624 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.624 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T20:48:41.624 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.624 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T20:48:41.624 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.624 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T20:48:41.625 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.625 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T20:48:41.625 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.625 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T20:48:41.625 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.625 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T20:48:41.625 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.625 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T20:48:41.625 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.625 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T20:48:41.625 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.625 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T20:48:41.625 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.625 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T20:48:41.626 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.626 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T20:48:41.626 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.626 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T20:48:41.626 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.626 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T20:48:41.626 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.626 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T20:48:41.626 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.626 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T20:48:41.626 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.626 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T20:48:41.627 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.627 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T20:48:41.627 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.627 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T20:48:41.627 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.627 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T20:48:41.627 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.627 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T20:48:41.627 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.627 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T20:48:41.627 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.627 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T20:48:41.627 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.627 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T20:48:41.628 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.628 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T20:48:41.628 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.628 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.628 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.628 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:48:41.628 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.628 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.628 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.628 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.628 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T20:48:41.628 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.628 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.628 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.629 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.629 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.629 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.629 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:48:41.629 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.629 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.629 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.629 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.629 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:48:41.629 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.629 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.629 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.629 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.629 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:48:41.629 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.629 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.630 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.630 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.630 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:48:41.630 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.630 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.630 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.630 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.630 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:48:41.630 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.630 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.630 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.630 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.630 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:48:41.631 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.631 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.631 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.631 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.631 INFO:teuthology.orchestra.run.smithi136.stdout:Package python3-rgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T20:48:41.693 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T20:48:41.694 INFO:teuthology.orchestra.run.smithi136.stdout:Nothing to do. 2024-04-07T20:48:41.695 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T20:48:41.759 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install python3-cephfs 2024-04-07T20:48:41.841 INFO:teuthology.orchestra.run.smithi203.stderr:Modular dependency problems: 2024-04-07T20:48:41.841 INFO:teuthology.orchestra.run.smithi203.stderr: 2024-04-07T20:48:41.841 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 1: conflicting requests 2024-04-07T20:48:41.841 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.841 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 2: conflicting requests 2024-04-07T20:48:41.841 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.841 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 3: conflicting requests 2024-04-07T20:48:41.841 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.841 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 4: conflicting requests 2024-04-07T20:48:41.842 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.842 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 5: conflicting requests 2024-04-07T20:48:41.842 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.842 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 6: conflicting requests 2024-04-07T20:48:41.842 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.842 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 7: conflicting requests 2024-04-07T20:48:41.842 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.842 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 8: conflicting requests 2024-04-07T20:48:41.842 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.842 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 9: conflicting requests 2024-04-07T20:48:41.842 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.842 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 10: conflicting requests 2024-04-07T20:48:41.842 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.842 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 11: conflicting requests 2024-04-07T20:48:41.842 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.843 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 12: conflicting requests 2024-04-07T20:48:41.843 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.843 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 13: conflicting requests 2024-04-07T20:48:41.843 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.843 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 14: conflicting requests 2024-04-07T20:48:41.843 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.843 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 15: conflicting requests 2024-04-07T20:48:41.843 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.843 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 16: conflicting requests 2024-04-07T20:48:41.843 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.843 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 17: conflicting requests 2024-04-07T20:48:41.843 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.843 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 18: conflicting requests 2024-04-07T20:48:41.843 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.843 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 19: conflicting requests 2024-04-07T20:48:41.844 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.844 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 20: conflicting requests 2024-04-07T20:48:41.844 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.844 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 21: conflicting requests 2024-04-07T20:48:41.844 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.844 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 22: conflicting requests 2024-04-07T20:48:41.844 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.844 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 23: conflicting requests 2024-04-07T20:48:41.844 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.844 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 24: conflicting requests 2024-04-07T20:48:41.844 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.844 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 25: conflicting requests 2024-04-07T20:48:41.844 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.844 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 26: conflicting requests 2024-04-07T20:48:41.844 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.844 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 27: conflicting requests 2024-04-07T20:48:41.845 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.845 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 28: conflicting requests 2024-04-07T20:48:41.845 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.845 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 29: conflicting requests 2024-04-07T20:48:41.845 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.845 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 30: conflicting requests 2024-04-07T20:48:41.845 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.845 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 31: conflicting requests 2024-04-07T20:48:41.845 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.845 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 32: conflicting requests 2024-04-07T20:48:41.845 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.845 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 33: conflicting requests 2024-04-07T20:48:41.845 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.845 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 34: conflicting requests 2024-04-07T20:48:41.846 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.846 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 35: conflicting requests 2024-04-07T20:48:41.846 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.846 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 36: conflicting requests 2024-04-07T20:48:41.846 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.846 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 37: conflicting requests 2024-04-07T20:48:41.846 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.846 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.846 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.846 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:48:41.846 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.846 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.846 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.846 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.847 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 39: conflicting requests 2024-04-07T20:48:41.847 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.847 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.847 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.847 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.847 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.847 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.847 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:48:41.847 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.847 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.847 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.847 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.847 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:48:41.847 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.847 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.847 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.848 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.848 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:48:41.848 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.848 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.848 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.848 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.848 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:48:41.848 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.848 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.848 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.848 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.848 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:48:41.848 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.848 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.848 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.849 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.849 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:48:41.849 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.849 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.849 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.849 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:48:41.849 INFO:teuthology.orchestra.run.smithi203.stdout:Package python3-rados-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T20:48:41.909 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-04-07T20:48:41.911 INFO:teuthology.orchestra.run.smithi203.stdout:Nothing to do. 2024-04-07T20:48:41.911 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-04-07T20:48:41.981 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install python3-rgw 2024-04-07T20:48:42.350 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:56 ago on Sun 07 Apr 2024 08:46:46 PM UTC. 2024-04-07T20:48:42.582 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:58 ago on Sun 07 Apr 2024 08:46:44 PM UTC. 2024-04-07T20:48:42.635 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T20:48:42.635 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T20:48:42.635 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T20:48:42.635 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.636 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T20:48:42.636 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.636 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T20:48:42.636 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.636 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T20:48:42.636 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.636 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T20:48:42.636 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.636 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T20:48:42.636 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.636 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T20:48:42.636 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.636 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T20:48:42.636 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.636 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T20:48:42.637 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.637 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T20:48:42.637 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.637 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T20:48:42.637 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.637 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T20:48:42.637 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.637 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T20:48:42.637 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.637 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T20:48:42.637 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.637 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T20:48:42.637 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.637 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T20:48:42.637 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.638 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T20:48:42.638 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.638 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T20:48:42.638 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.638 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T20:48:42.638 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.638 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T20:48:42.638 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.638 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T20:48:42.638 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.638 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T20:48:42.638 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.639 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T20:48:42.639 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.639 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T20:48:42.639 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.639 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T20:48:42.639 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.639 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T20:48:42.639 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.639 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T20:48:42.639 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.639 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T20:48:42.639 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.639 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T20:48:42.639 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.639 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T20:48:42.640 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.640 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T20:48:42.640 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.640 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T20:48:42.640 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.640 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T20:48:42.640 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.640 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T20:48:42.640 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.640 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T20:48:42.640 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.640 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T20:48:42.640 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.640 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T20:48:42.640 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.640 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.641 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.641 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:48:42.641 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.641 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.641 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.641 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.641 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T20:48:42.641 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.641 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.641 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.641 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.641 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.641 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.641 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:48:42.641 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.642 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.642 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.642 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.642 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:48:42.642 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.642 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.642 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.642 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.642 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:48:42.642 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.642 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.642 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.642 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.642 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:48:42.643 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.643 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.643 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.643 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.643 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:48:42.643 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.643 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.643 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.643 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.643 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:48:42.643 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.643 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.643 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.643 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.644 INFO:teuthology.orchestra.run.smithi136.stdout:Package python3-cephfs-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T20:48:42.703 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T20:48:42.704 INFO:teuthology.orchestra.run.smithi136.stdout:Nothing to do. 2024-04-07T20:48:42.704 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T20:48:42.763 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install python3-rbd 2024-04-07T20:48:42.869 INFO:teuthology.orchestra.run.smithi203.stderr:Modular dependency problems: 2024-04-07T20:48:42.869 INFO:teuthology.orchestra.run.smithi203.stderr: 2024-04-07T20:48:42.870 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 1: conflicting requests 2024-04-07T20:48:42.870 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.870 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 2: conflicting requests 2024-04-07T20:48:42.870 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.870 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 3: conflicting requests 2024-04-07T20:48:42.870 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.870 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 4: conflicting requests 2024-04-07T20:48:42.870 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.870 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 5: conflicting requests 2024-04-07T20:48:42.870 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.870 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 6: conflicting requests 2024-04-07T20:48:42.870 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.870 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 7: conflicting requests 2024-04-07T20:48:42.870 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.870 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 8: conflicting requests 2024-04-07T20:48:42.871 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.871 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 9: conflicting requests 2024-04-07T20:48:42.871 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.871 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 10: conflicting requests 2024-04-07T20:48:42.871 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.871 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 11: conflicting requests 2024-04-07T20:48:42.871 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.871 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 12: conflicting requests 2024-04-07T20:48:42.871 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.871 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 13: conflicting requests 2024-04-07T20:48:42.871 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.871 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 14: conflicting requests 2024-04-07T20:48:42.871 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.871 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 15: conflicting requests 2024-04-07T20:48:42.871 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.872 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 16: conflicting requests 2024-04-07T20:48:42.872 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.872 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 17: conflicting requests 2024-04-07T20:48:42.872 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.872 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 18: conflicting requests 2024-04-07T20:48:42.872 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.872 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 19: conflicting requests 2024-04-07T20:48:42.872 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.872 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 20: conflicting requests 2024-04-07T20:48:42.872 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.872 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 21: conflicting requests 2024-04-07T20:48:42.872 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.872 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 22: conflicting requests 2024-04-07T20:48:42.872 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.873 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 23: conflicting requests 2024-04-07T20:48:42.873 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.873 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 24: conflicting requests 2024-04-07T20:48:42.873 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.873 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 25: conflicting requests 2024-04-07T20:48:42.873 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.873 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 26: conflicting requests 2024-04-07T20:48:42.873 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.873 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 27: conflicting requests 2024-04-07T20:48:42.873 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.873 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 28: conflicting requests 2024-04-07T20:48:42.873 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.873 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 29: conflicting requests 2024-04-07T20:48:42.873 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.874 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 30: conflicting requests 2024-04-07T20:48:42.874 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.874 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 31: conflicting requests 2024-04-07T20:48:42.874 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.874 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 32: conflicting requests 2024-04-07T20:48:42.874 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.874 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 33: conflicting requests 2024-04-07T20:48:42.874 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.874 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 34: conflicting requests 2024-04-07T20:48:42.874 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.874 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 35: conflicting requests 2024-04-07T20:48:42.874 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.874 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 36: conflicting requests 2024-04-07T20:48:42.874 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.875 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 37: conflicting requests 2024-04-07T20:48:42.875 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.875 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.875 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.875 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:48:42.875 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.875 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.875 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.875 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.875 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 39: conflicting requests 2024-04-07T20:48:42.875 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.875 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.875 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.875 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.876 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.876 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.876 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:48:42.876 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.876 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.876 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.876 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.876 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:48:42.876 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.876 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.876 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.876 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.876 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:48:42.876 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.876 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.877 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.877 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.877 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:48:42.877 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.877 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.877 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.877 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.877 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:48:42.877 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.877 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.877 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.877 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.877 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:48:42.877 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.877 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.877 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.878 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:48:42.878 INFO:teuthology.orchestra.run.smithi203.stdout:Package python3-rgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T20:48:42.937 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-04-07T20:48:42.938 INFO:teuthology.orchestra.run.smithi203.stdout:Nothing to do. 2024-04-07T20:48:42.938 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-04-07T20:48:43.013 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install python3-cephfs 2024-04-07T20:48:43.368 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:57 ago on Sun 07 Apr 2024 08:46:46 PM UTC. 2024-04-07T20:48:43.609 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:59 ago on Sun 07 Apr 2024 08:46:44 PM UTC. 2024-04-07T20:48:43.659 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T20:48:43.659 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T20:48:43.659 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T20:48:43.659 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.659 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T20:48:43.659 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.659 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T20:48:43.659 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.659 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T20:48:43.659 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.659 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T20:48:43.659 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.660 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T20:48:43.660 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.660 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T20:48:43.660 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.660 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T20:48:43.660 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.660 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T20:48:43.660 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.660 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T20:48:43.660 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.660 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T20:48:43.660 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.660 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T20:48:43.660 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.661 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T20:48:43.661 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.661 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T20:48:43.661 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.661 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T20:48:43.661 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.661 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T20:48:43.661 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.661 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T20:48:43.661 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.661 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T20:48:43.661 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.661 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T20:48:43.661 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.662 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T20:48:43.662 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.662 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T20:48:43.662 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.662 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T20:48:43.662 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.662 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T20:48:43.662 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.662 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T20:48:43.662 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.662 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T20:48:43.662 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.662 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T20:48:43.663 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.663 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T20:48:43.663 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.663 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T20:48:43.663 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.663 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T20:48:43.663 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.663 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T20:48:43.663 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.663 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T20:48:43.663 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.663 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T20:48:43.663 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.663 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T20:48:43.663 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.664 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T20:48:43.664 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.664 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T20:48:43.664 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.664 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T20:48:43.664 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.664 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T20:48:43.664 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.664 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.664 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.664 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:48:43.664 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.664 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.664 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.664 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.665 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T20:48:43.665 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.665 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.665 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.665 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.665 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.665 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.665 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:48:43.665 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.665 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.665 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.665 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.666 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:48:43.666 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.666 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.666 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.666 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.666 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:48:43.666 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.666 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.666 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.666 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.666 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:48:43.666 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.667 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.667 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.667 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.667 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:48:43.667 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.667 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.667 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.667 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.667 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:48:43.667 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.667 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.667 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.668 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.668 INFO:teuthology.orchestra.run.smithi136.stdout:Package python3-rbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T20:48:43.728 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T20:48:43.729 INFO:teuthology.orchestra.run.smithi136.stdout:Nothing to do. 2024-04-07T20:48:43.729 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T20:48:43.805 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install rbd-fuse 2024-04-07T20:48:43.901 INFO:teuthology.orchestra.run.smithi203.stderr:Modular dependency problems: 2024-04-07T20:48:43.901 INFO:teuthology.orchestra.run.smithi203.stderr: 2024-04-07T20:48:43.902 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 1: conflicting requests 2024-04-07T20:48:43.902 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.902 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 2: conflicting requests 2024-04-07T20:48:43.902 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.902 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 3: conflicting requests 2024-04-07T20:48:43.902 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.902 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 4: conflicting requests 2024-04-07T20:48:43.902 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.902 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 5: conflicting requests 2024-04-07T20:48:43.902 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.902 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 6: conflicting requests 2024-04-07T20:48:43.902 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.902 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 7: conflicting requests 2024-04-07T20:48:43.903 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.903 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 8: conflicting requests 2024-04-07T20:48:43.903 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.903 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 9: conflicting requests 2024-04-07T20:48:43.903 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.903 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 10: conflicting requests 2024-04-07T20:48:43.903 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.903 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 11: conflicting requests 2024-04-07T20:48:43.903 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.903 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 12: conflicting requests 2024-04-07T20:48:43.903 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.903 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 13: conflicting requests 2024-04-07T20:48:43.903 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.903 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 14: conflicting requests 2024-04-07T20:48:43.903 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.903 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 15: conflicting requests 2024-04-07T20:48:43.904 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.904 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 16: conflicting requests 2024-04-07T20:48:43.904 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.904 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 17: conflicting requests 2024-04-07T20:48:43.904 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.904 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 18: conflicting requests 2024-04-07T20:48:43.904 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.904 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 19: conflicting requests 2024-04-07T20:48:43.904 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.904 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 20: conflicting requests 2024-04-07T20:48:43.904 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.904 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 21: conflicting requests 2024-04-07T20:48:43.904 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.905 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 22: conflicting requests 2024-04-07T20:48:43.905 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.905 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 23: conflicting requests 2024-04-07T20:48:43.905 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.905 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 24: conflicting requests 2024-04-07T20:48:43.905 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.905 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 25: conflicting requests 2024-04-07T20:48:43.905 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.905 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 26: conflicting requests 2024-04-07T20:48:43.905 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.905 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 27: conflicting requests 2024-04-07T20:48:43.905 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.905 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 28: conflicting requests 2024-04-07T20:48:43.905 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.906 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 29: conflicting requests 2024-04-07T20:48:43.906 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.906 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 30: conflicting requests 2024-04-07T20:48:43.906 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.906 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 31: conflicting requests 2024-04-07T20:48:43.906 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.906 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 32: conflicting requests 2024-04-07T20:48:43.906 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.906 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 33: conflicting requests 2024-04-07T20:48:43.906 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.906 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 34: conflicting requests 2024-04-07T20:48:43.906 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.906 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 35: conflicting requests 2024-04-07T20:48:43.907 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.907 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 36: conflicting requests 2024-04-07T20:48:43.907 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.907 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 37: conflicting requests 2024-04-07T20:48:43.907 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.907 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.907 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.907 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:48:43.907 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.907 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.908 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.908 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.908 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 39: conflicting requests 2024-04-07T20:48:43.908 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.908 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.908 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.908 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.909 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.909 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.909 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:48:43.909 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.909 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.909 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.909 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.910 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:48:43.910 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.910 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.910 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.910 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.910 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:48:43.910 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.910 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.910 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.910 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.910 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:48:43.910 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.910 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.911 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.911 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.911 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:48:43.911 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.911 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.911 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.911 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.911 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:48:43.911 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.911 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.911 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.911 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:48:43.912 INFO:teuthology.orchestra.run.smithi203.stdout:Package python3-cephfs-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T20:48:43.969 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-04-07T20:48:43.971 INFO:teuthology.orchestra.run.smithi203.stdout:Nothing to do. 2024-04-07T20:48:43.971 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-04-07T20:48:44.059 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install python3-rbd 2024-04-07T20:48:44.396 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:58 ago on Sun 07 Apr 2024 08:46:46 PM UTC. 2024-04-07T20:48:44.656 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:02:00 ago on Sun 07 Apr 2024 08:46:44 PM UTC. 2024-04-07T20:48:44.690 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T20:48:44.690 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T20:48:44.690 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T20:48:44.690 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.690 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T20:48:44.691 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.691 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T20:48:44.691 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.691 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T20:48:44.691 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.691 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T20:48:44.691 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.691 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T20:48:44.691 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.691 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T20:48:44.691 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.691 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T20:48:44.691 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.691 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T20:48:44.691 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.692 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T20:48:44.692 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.692 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T20:48:44.692 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.692 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T20:48:44.692 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.692 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T20:48:44.692 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.692 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T20:48:44.692 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.692 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T20:48:44.692 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.693 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T20:48:44.693 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.693 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T20:48:44.693 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.693 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T20:48:44.693 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.693 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T20:48:44.693 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.693 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T20:48:44.693 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.693 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T20:48:44.693 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.693 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T20:48:44.693 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.694 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T20:48:44.694 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.694 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T20:48:44.694 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.694 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T20:48:44.694 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.694 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T20:48:44.694 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.694 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T20:48:44.694 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.694 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T20:48:44.694 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.694 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T20:48:44.694 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.695 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T20:48:44.695 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.695 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T20:48:44.695 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.695 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T20:48:44.695 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.695 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T20:48:44.695 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.695 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T20:48:44.695 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.695 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T20:48:44.695 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.695 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T20:48:44.695 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.695 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T20:48:44.696 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.696 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.696 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.696 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:48:44.696 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.696 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.696 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.696 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.696 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T20:48:44.696 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.696 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.696 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.696 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.696 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.696 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.696 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:48:44.697 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.697 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.697 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.697 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.697 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:48:44.697 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.697 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.697 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.697 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.697 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:48:44.697 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.697 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.697 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.697 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.698 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:48:44.698 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.698 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.698 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.698 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.698 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:48:44.698 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.698 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.698 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.698 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.698 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:48:44.698 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.698 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.699 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.699 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.757 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T20:48:44.758 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:48:44.758 INFO:teuthology.orchestra.run.smithi136.stdout: Package Architecture Version Repository Size 2024-04-07T20:48:44.758 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:48:44.758 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-04-07T20:48:44.758 INFO:teuthology.orchestra.run.smithi136.stdout: rbd-fuse x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 85 k 2024-04-07T20:48:44.758 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:48:44.758 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-04-07T20:48:44.758 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:48:44.758 INFO:teuthology.orchestra.run.smithi136.stdout:Install 1 Package 2024-04-07T20:48:44.759 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:48:44.759 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 85 k 2024-04-07T20:48:44.759 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 231 k 2024-04-07T20:48:44.759 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-04-07T20:48:44.944 INFO:teuthology.orchestra.run.smithi203.stderr:Modular dependency problems: 2024-04-07T20:48:44.944 INFO:teuthology.orchestra.run.smithi203.stderr: 2024-04-07T20:48:44.944 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 1: conflicting requests 2024-04-07T20:48:44.944 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.944 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 2: conflicting requests 2024-04-07T20:48:44.944 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.944 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 3: conflicting requests 2024-04-07T20:48:44.944 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.945 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 4: conflicting requests 2024-04-07T20:48:44.945 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.945 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 5: conflicting requests 2024-04-07T20:48:44.945 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.945 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 6: conflicting requests 2024-04-07T20:48:44.945 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.945 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 7: conflicting requests 2024-04-07T20:48:44.945 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.945 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 8: conflicting requests 2024-04-07T20:48:44.945 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.945 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 9: conflicting requests 2024-04-07T20:48:44.945 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.945 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 10: conflicting requests 2024-04-07T20:48:44.946 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.946 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 11: conflicting requests 2024-04-07T20:48:44.946 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.946 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 12: conflicting requests 2024-04-07T20:48:44.946 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.946 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 13: conflicting requests 2024-04-07T20:48:44.946 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.946 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 14: conflicting requests 2024-04-07T20:48:44.946 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.946 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 15: conflicting requests 2024-04-07T20:48:44.946 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.946 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 16: conflicting requests 2024-04-07T20:48:44.946 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.947 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 17: conflicting requests 2024-04-07T20:48:44.947 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.947 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 18: conflicting requests 2024-04-07T20:48:44.947 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.947 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 19: conflicting requests 2024-04-07T20:48:44.947 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.947 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 20: conflicting requests 2024-04-07T20:48:44.947 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.947 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 21: conflicting requests 2024-04-07T20:48:44.947 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.947 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 22: conflicting requests 2024-04-07T20:48:44.947 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.947 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 23: conflicting requests 2024-04-07T20:48:44.947 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.948 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 24: conflicting requests 2024-04-07T20:48:44.948 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.948 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 25: conflicting requests 2024-04-07T20:48:44.948 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.948 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 26: conflicting requests 2024-04-07T20:48:44.948 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.948 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 27: conflicting requests 2024-04-07T20:48:44.948 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.948 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 28: conflicting requests 2024-04-07T20:48:44.948 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.948 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 29: conflicting requests 2024-04-07T20:48:44.948 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.948 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 30: conflicting requests 2024-04-07T20:48:44.948 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.948 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 31: conflicting requests 2024-04-07T20:48:44.949 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.949 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 32: conflicting requests 2024-04-07T20:48:44.949 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.949 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 33: conflicting requests 2024-04-07T20:48:44.949 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.949 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 34: conflicting requests 2024-04-07T20:48:44.949 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.949 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 35: conflicting requests 2024-04-07T20:48:44.949 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.949 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 36: conflicting requests 2024-04-07T20:48:44.949 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.949 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 37: conflicting requests 2024-04-07T20:48:44.949 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.949 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.949 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.950 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:48:44.950 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.950 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.950 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.950 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.950 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 39: conflicting requests 2024-04-07T20:48:44.950 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.950 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.950 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.950 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.950 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.950 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.950 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:48:44.951 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.951 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.951 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.951 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.951 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:48:44.951 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.951 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.951 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.951 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.951 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:48:44.951 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.951 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.951 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.951 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.951 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:48:44.952 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.952 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.952 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.952 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.952 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:48:44.952 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.952 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.952 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.952 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.952 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:48:44.952 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.952 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.952 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.952 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:48:44.953 INFO:teuthology.orchestra.run.smithi203.stdout:Package python3-rbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T20:48:44.986 INFO:teuthology.orchestra.run.smithi136.stdout:rbd-fuse-19.0.0-2578.ge5c885fe.el9.x86_64.rpm 376 kB/s | 85 kB 00:00 2024-04-07T20:48:44.986 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:48:44.987 INFO:teuthology.orchestra.run.smithi136.stdout:Total 374 kB/s | 85 kB 00:00 2024-04-07T20:48:44.987 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-04-07T20:48:44.994 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-04-07T20:48:44.994 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-04-07T20:48:45.012 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-04-07T20:48:45.013 INFO:teuthology.orchestra.run.smithi203.stdout:Nothing to do. 2024-04-07T20:48:45.013 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-04-07T20:48:45.053 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-04-07T20:48:45.054 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-04-07T20:48:45.088 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install rbd-fuse 2024-04-07T20:48:45.190 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-04-07T20:48:45.285 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : rbd-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T20:48:45.658 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T20:48:45.682 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:02:01 ago on Sun 07 Apr 2024 08:46:44 PM UTC. 2024-04-07T20:48:45.950 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : rbd-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T20:48:45.950 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:48:45.951 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-04-07T20:48:45.951 INFO:teuthology.orchestra.run.smithi136.stdout: rbd-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:48:45.951 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:48:45.951 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T20:48:45.970 INFO:teuthology.orchestra.run.smithi203.stderr:Modular dependency problems: 2024-04-07T20:48:45.970 INFO:teuthology.orchestra.run.smithi203.stderr: 2024-04-07T20:48:45.970 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 1: conflicting requests 2024-04-07T20:48:45.970 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.970 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 2: conflicting requests 2024-04-07T20:48:45.970 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.970 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 3: conflicting requests 2024-04-07T20:48:45.970 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.970 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 4: conflicting requests 2024-04-07T20:48:45.970 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.970 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 5: conflicting requests 2024-04-07T20:48:45.971 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.971 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 6: conflicting requests 2024-04-07T20:48:45.971 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.971 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 7: conflicting requests 2024-04-07T20:48:45.971 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.971 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 8: conflicting requests 2024-04-07T20:48:45.971 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.971 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 9: conflicting requests 2024-04-07T20:48:45.971 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.971 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 10: conflicting requests 2024-04-07T20:48:45.971 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.971 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 11: conflicting requests 2024-04-07T20:48:45.971 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.971 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 12: conflicting requests 2024-04-07T20:48:45.972 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.972 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 13: conflicting requests 2024-04-07T20:48:45.972 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.972 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 14: conflicting requests 2024-04-07T20:48:45.972 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.972 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 15: conflicting requests 2024-04-07T20:48:45.972 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.972 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 16: conflicting requests 2024-04-07T20:48:45.972 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.972 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 17: conflicting requests 2024-04-07T20:48:45.972 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.972 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 18: conflicting requests 2024-04-07T20:48:45.972 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.972 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 19: conflicting requests 2024-04-07T20:48:45.973 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.973 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 20: conflicting requests 2024-04-07T20:48:45.973 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.973 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 21: conflicting requests 2024-04-07T20:48:45.973 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.973 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 22: conflicting requests 2024-04-07T20:48:45.973 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.973 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 23: conflicting requests 2024-04-07T20:48:45.973 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.973 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 24: conflicting requests 2024-04-07T20:48:45.973 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.973 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 25: conflicting requests 2024-04-07T20:48:45.973 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.973 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 26: conflicting requests 2024-04-07T20:48:45.974 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.974 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 27: conflicting requests 2024-04-07T20:48:45.974 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.974 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 28: conflicting requests 2024-04-07T20:48:45.974 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.974 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 29: conflicting requests 2024-04-07T20:48:45.974 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.974 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 30: conflicting requests 2024-04-07T20:48:45.974 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.974 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 31: conflicting requests 2024-04-07T20:48:45.974 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.974 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 32: conflicting requests 2024-04-07T20:48:45.974 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.974 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 33: conflicting requests 2024-04-07T20:48:45.974 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.975 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 34: conflicting requests 2024-04-07T20:48:45.975 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.975 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 35: conflicting requests 2024-04-07T20:48:45.975 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.975 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 36: conflicting requests 2024-04-07T20:48:45.975 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.975 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 37: conflicting requests 2024-04-07T20:48:45.975 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.975 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.975 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.975 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:48:45.975 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.975 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.975 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.976 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.976 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 39: conflicting requests 2024-04-07T20:48:45.976 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.976 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.976 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.976 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.976 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.976 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.976 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:48:45.976 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.976 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.976 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.976 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.977 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:48:45.977 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.977 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.977 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.977 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.977 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:48:45.977 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.977 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.977 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.977 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.977 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:48:45.977 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.977 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.978 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.978 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.978 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:48:45.978 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.978 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.978 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.978 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.978 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:48:45.978 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.978 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.978 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:48:45.978 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:48:46.038 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-04-07T20:48:46.038 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:48:46.038 INFO:teuthology.orchestra.run.smithi203.stdout: Package Architecture Version Repository Size 2024-04-07T20:48:46.038 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:48:46.038 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-04-07T20:48:46.038 INFO:teuthology.orchestra.run.smithi203.stdout: rbd-fuse x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 85 k 2024-04-07T20:48:46.039 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:48:46.039 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-04-07T20:48:46.039 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:48:46.039 INFO:teuthology.orchestra.run.smithi203.stdout:Install 1 Package 2024-04-07T20:48:46.039 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:48:46.039 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 85 k 2024-04-07T20:48:46.039 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 231 k 2024-04-07T20:48:46.040 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-04-07T20:48:46.201 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install rbd-mirror 2024-04-07T20:48:46.636 INFO:teuthology.orchestra.run.smithi203.stdout:rbd-fuse-19.0.0-2578.ge5c885fe.el9.x86_64.rpm 143 kB/s | 85 kB 00:00 2024-04-07T20:48:46.637 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:48:46.637 INFO:teuthology.orchestra.run.smithi203.stdout:Total 143 kB/s | 85 kB 00:00 2024-04-07T20:48:46.637 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-04-07T20:48:46.645 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-04-07T20:48:46.645 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-04-07T20:48:46.705 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-04-07T20:48:46.705 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-04-07T20:48:46.813 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:02:00 ago on Sun 07 Apr 2024 08:46:46 PM UTC. 2024-04-07T20:48:46.857 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-04-07T20:48:46.960 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : rbd-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T20:48:47.103 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T20:48:47.103 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T20:48:47.104 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T20:48:47.104 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.104 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T20:48:47.104 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.104 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T20:48:47.104 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.104 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T20:48:47.104 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.104 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T20:48:47.104 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.104 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T20:48:47.104 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.104 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T20:48:47.104 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.105 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T20:48:47.105 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.105 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T20:48:47.105 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.105 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T20:48:47.105 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.105 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T20:48:47.105 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.105 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T20:48:47.105 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.105 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T20:48:47.105 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.105 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T20:48:47.106 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.106 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T20:48:47.106 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.106 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T20:48:47.106 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.106 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T20:48:47.106 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.106 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T20:48:47.106 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.106 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T20:48:47.106 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.106 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T20:48:47.106 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.107 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T20:48:47.107 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.107 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T20:48:47.107 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.107 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T20:48:47.107 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.107 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T20:48:47.107 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.107 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T20:48:47.107 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.107 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T20:48:47.107 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.107 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T20:48:47.107 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.108 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T20:48:47.108 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.108 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T20:48:47.108 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.108 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T20:48:47.108 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.108 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T20:48:47.108 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.108 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T20:48:47.108 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.108 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T20:48:47.108 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.108 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T20:48:47.108 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.109 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T20:48:47.109 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.109 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T20:48:47.109 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.109 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T20:48:47.109 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.109 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.109 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.109 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:48:47.109 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.109 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.109 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.109 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.109 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T20:48:47.109 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.110 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.110 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.110 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.110 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.110 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.110 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:48:47.110 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.110 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.110 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.110 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.110 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:48:47.110 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.110 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.110 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.110 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.111 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:48:47.111 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.111 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.111 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.111 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.111 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:48:47.111 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.111 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.111 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.111 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.111 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:48:47.111 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.111 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.111 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.111 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.112 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:48:47.112 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.112 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.112 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.112 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:48:47.172 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T20:48:47.173 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:48:47.173 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repo Size 2024-04-07T20:48:47.173 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:48:47.173 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-04-07T20:48:47.173 INFO:teuthology.orchestra.run.smithi136.stdout: rbd-mirror x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 3.1 M 2024-04-07T20:48:47.173 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:48:47.173 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-04-07T20:48:47.173 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:48:47.173 INFO:teuthology.orchestra.run.smithi136.stdout:Install 1 Package 2024-04-07T20:48:47.173 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:48:47.174 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 3.1 M 2024-04-07T20:48:47.174 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 13 M 2024-04-07T20:48:47.174 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-04-07T20:48:47.443 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T20:48:47.742 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : rbd-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T20:48:47.743 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:48:47.743 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-04-07T20:48:47.743 INFO:teuthology.orchestra.run.smithi203.stdout: rbd-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:48:47.743 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:48:47.743 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-04-07T20:48:47.781 INFO:teuthology.orchestra.run.smithi136.stdout:rbd-mirror-19.0.0-2578.ge5c885fe.el9.x86_64.rpm 5.1 MB/s | 3.1 MB 00:00 2024-04-07T20:48:47.782 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:48:47.782 INFO:teuthology.orchestra.run.smithi136.stdout:Total 5.1 MB/s | 3.1 MB 00:00 2024-04-07T20:48:47.782 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-04-07T20:48:47.791 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-04-07T20:48:47.791 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-04-07T20:48:47.867 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-04-07T20:48:47.868 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-04-07T20:48:47.994 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install rbd-mirror 2024-04-07T20:48:48.319 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-04-07T20:48:48.373 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : rbd-mirror-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T20:48:48.398 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T20:48:48.398 INFO:teuthology.orchestra.run.smithi136.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T20:48:48.398 INFO:teuthology.orchestra.run.smithi136.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-07T20:48:48.398 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-07T20:48:48.398 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-07T20:48:48.398 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:48:48.607 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:02:04 ago on Sun 07 Apr 2024 08:46:44 PM UTC. 2024-04-07T20:48:48.896 INFO:teuthology.orchestra.run.smithi203.stderr:Modular dependency problems: 2024-04-07T20:48:48.897 INFO:teuthology.orchestra.run.smithi203.stderr: 2024-04-07T20:48:48.897 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 1: conflicting requests 2024-04-07T20:48:48.897 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.897 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 2: conflicting requests 2024-04-07T20:48:48.897 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.897 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 3: conflicting requests 2024-04-07T20:48:48.897 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.897 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 4: conflicting requests 2024-04-07T20:48:48.897 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.897 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 5: conflicting requests 2024-04-07T20:48:48.897 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.897 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 6: conflicting requests 2024-04-07T20:48:48.898 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.898 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 7: conflicting requests 2024-04-07T20:48:48.898 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.898 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 8: conflicting requests 2024-04-07T20:48:48.898 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.898 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 9: conflicting requests 2024-04-07T20:48:48.898 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.898 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 10: conflicting requests 2024-04-07T20:48:48.898 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.898 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 11: conflicting requests 2024-04-07T20:48:48.898 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.898 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 12: conflicting requests 2024-04-07T20:48:48.898 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.898 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 13: conflicting requests 2024-04-07T20:48:48.899 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.899 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 14: conflicting requests 2024-04-07T20:48:48.899 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.899 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 15: conflicting requests 2024-04-07T20:48:48.899 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.899 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 16: conflicting requests 2024-04-07T20:48:48.899 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.899 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 17: conflicting requests 2024-04-07T20:48:48.899 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.899 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 18: conflicting requests 2024-04-07T20:48:48.899 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.899 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 19: conflicting requests 2024-04-07T20:48:48.899 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.899 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 20: conflicting requests 2024-04-07T20:48:48.900 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.900 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 21: conflicting requests 2024-04-07T20:48:48.900 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.900 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 22: conflicting requests 2024-04-07T20:48:48.900 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.900 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 23: conflicting requests 2024-04-07T20:48:48.900 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.900 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 24: conflicting requests 2024-04-07T20:48:48.900 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.900 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 25: conflicting requests 2024-04-07T20:48:48.900 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.900 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 26: conflicting requests 2024-04-07T20:48:48.900 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.900 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 27: conflicting requests 2024-04-07T20:48:48.901 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.901 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 28: conflicting requests 2024-04-07T20:48:48.901 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.901 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 29: conflicting requests 2024-04-07T20:48:48.901 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.901 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 30: conflicting requests 2024-04-07T20:48:48.901 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.901 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 31: conflicting requests 2024-04-07T20:48:48.901 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.901 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 32: conflicting requests 2024-04-07T20:48:48.901 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.901 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 33: conflicting requests 2024-04-07T20:48:48.901 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.901 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 34: conflicting requests 2024-04-07T20:48:48.901 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.902 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 35: conflicting requests 2024-04-07T20:48:48.902 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.902 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 36: conflicting requests 2024-04-07T20:48:48.902 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.902 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 37: conflicting requests 2024-04-07T20:48:48.902 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.902 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.902 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.902 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:48:48.902 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.902 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.902 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.902 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.902 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 39: conflicting requests 2024-04-07T20:48:48.903 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.903 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.903 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.903 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.903 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.903 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.903 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:48:48.903 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.903 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.903 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.903 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.903 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:48:48.903 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.903 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.903 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.904 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.904 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:48:48.904 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.904 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.904 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.904 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.904 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:48:48.904 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.904 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.904 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.904 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.904 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:48:48.904 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.904 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.904 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.905 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.905 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:48:48.905 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.905 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.905 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.905 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:48:48.951 INFO:teuthology.orchestra.run.smithi181.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 771 kB/s | 16 MB 00:21 2024-04-07T20:48:48.952 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:48:48.952 INFO:teuthology.orchestra.run.smithi181.stdout:Total 1.6 MB/s | 38 MB 00:23 2024-04-07T20:48:48.964 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-04-07T20:48:48.965 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:48:48.966 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repo Size 2024-04-07T20:48:48.966 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:48:48.966 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-04-07T20:48:48.966 INFO:teuthology.orchestra.run.smithi203.stdout: rbd-mirror x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 3.1 M 2024-04-07T20:48:48.966 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:48:48.966 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-04-07T20:48:48.966 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:48:48.966 INFO:teuthology.orchestra.run.smithi203.stdout:Install 1 Package 2024-04-07T20:48:48.966 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:48:48.966 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 3.1 M 2024-04-07T20:48:48.966 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 13 M 2024-04-07T20:48:48.966 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-04-07T20:48:49.310 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-04-07T20:48:49.337 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-04-07T20:48:49.337 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-04-07T20:48:49.357 INFO:teuthology.orchestra.run.smithi203.stdout:rbd-mirror-19.0.0-2578.ge5c885fe.el9.x86_64.rpm 7.9 MB/s | 3.1 MB 00:00 2024-04-07T20:48:49.358 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:48:49.358 INFO:teuthology.orchestra.run.smithi203.stdout:Total 7.9 MB/s | 3.1 MB 00:00 2024-04-07T20:48:49.359 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-04-07T20:48:49.368 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-04-07T20:48:49.368 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-04-07T20:48:49.446 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-04-07T20:48:49.447 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-04-07T20:48:49.540 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : rbd-mirror-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T20:48:49.540 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:48:49.540 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-04-07T20:48:49.540 INFO:teuthology.orchestra.run.smithi136.stdout: rbd-mirror-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:48:49.540 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:48:49.540 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T20:48:49.761 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-04-07T20:48:49.761 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-04-07T20:48:49.776 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install rbd-nbd 2024-04-07T20:48:49.894 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-04-07T20:48:49.958 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : rbd-mirror-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T20:48:49.983 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T20:48:49.983 INFO:teuthology.orchestra.run.smithi203.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T20:48:49.983 INFO:teuthology.orchestra.run.smithi203.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-07T20:48:49.983 INFO:teuthology.orchestra.run.smithi203.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-07T20:48:49.983 INFO:teuthology.orchestra.run.smithi203.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-07T20:48:49.983 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:48:50.383 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:02:04 ago on Sun 07 Apr 2024 08:46:46 PM UTC. 2024-04-07T20:48:50.526 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-04-07T20:48:50.604 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-07T20:48:50.641 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-07T20:48:50.671 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T20:48:50.671 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T20:48:50.671 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T20:48:50.672 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.672 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T20:48:50.672 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.672 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T20:48:50.672 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.672 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T20:48:50.672 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.672 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T20:48:50.672 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.672 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T20:48:50.672 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.672 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T20:48:50.672 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.672 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T20:48:50.673 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.673 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T20:48:50.673 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.673 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T20:48:50.673 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.673 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T20:48:50.673 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.673 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T20:48:50.673 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.673 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T20:48:50.673 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.673 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T20:48:50.673 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.674 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T20:48:50.674 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.674 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T20:48:50.674 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.674 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T20:48:50.674 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.674 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T20:48:50.674 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.674 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T20:48:50.674 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.674 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T20:48:50.674 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.674 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T20:48:50.675 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.675 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T20:48:50.675 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.675 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T20:48:50.675 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.675 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T20:48:50.675 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.675 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T20:48:50.675 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.675 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T20:48:50.675 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.675 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T20:48:50.675 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.675 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T20:48:50.676 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.676 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T20:48:50.676 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.676 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T20:48:50.676 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.676 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T20:48:50.676 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.676 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T20:48:50.676 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.676 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T20:48:50.676 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.676 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T20:48:50.676 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.676 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T20:48:50.676 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.677 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T20:48:50.677 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.677 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T20:48:50.677 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.677 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.677 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.677 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:48:50.677 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.677 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.677 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.677 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.677 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T20:48:50.677 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.677 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.677 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.678 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.678 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.678 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.678 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:48:50.678 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.678 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.678 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.678 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.678 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:48:50.678 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.678 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.678 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.678 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.678 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:48:50.679 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.679 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.679 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.679 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.679 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:48:50.679 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.679 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.679 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.679 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.679 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:48:50.679 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.679 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.679 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.679 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.679 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:48:50.680 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.680 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.680 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.680 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:48:50.738 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T20:48:50.739 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:48:50.739 INFO:teuthology.orchestra.run.smithi136.stdout: Package Architecture Version Repository Size 2024-04-07T20:48:50.739 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:48:50.739 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-04-07T20:48:50.739 INFO:teuthology.orchestra.run.smithi136.stdout: rbd-nbd x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 171 k 2024-04-07T20:48:50.739 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:48:50.739 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-04-07T20:48:50.739 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T20:48:50.739 INFO:teuthology.orchestra.run.smithi136.stdout:Install 1 Package 2024-04-07T20:48:50.739 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:48:50.739 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 171 k 2024-04-07T20:48:50.739 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 494 k 2024-04-07T20:48:50.739 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-04-07T20:48:50.742 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-07T20:48:50.775 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-07T20:48:50.954 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-07T20:48:50.960 INFO:teuthology.orchestra.run.smithi136.stdout:rbd-nbd-19.0.0-2578.ge5c885fe.el9.x86_64.rpm 774 kB/s | 171 kB 00:00 2024-04-07T20:48:50.961 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:48:50.961 INFO:teuthology.orchestra.run.smithi136.stdout:Total 769 kB/s | 171 kB 00:00 2024-04-07T20:48:50.961 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-04-07T20:48:50.969 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-04-07T20:48:50.969 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-04-07T20:48:50.991 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-07T20:48:51.028 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-04-07T20:48:51.028 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-04-07T20:48:51.074 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-07T20:48:51.110 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : rbd-mirror-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T20:48:51.110 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:48:51.110 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-04-07T20:48:51.110 INFO:teuthology.orchestra.run.smithi203.stdout: rbd-mirror-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:48:51.110 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:48:51.110 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-04-07T20:48:51.197 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-04-07T20:48:51.291 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : rbd-nbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T20:48:51.408 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install rbd-nbd 2024-04-07T20:48:51.735 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-07T20:48:51.756 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T20:48:51.852 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-07T20:48:52.017 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:02:08 ago on Sun 07 Apr 2024 08:46:44 PM UTC. 2024-04-07T20:48:52.071 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : rbd-nbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T20:48:52.071 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:48:52.071 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-04-07T20:48:52.071 INFO:teuthology.orchestra.run.smithi136.stdout: rbd-nbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:48:52.072 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:48:52.072 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T20:48:52.299 DEBUG:teuthology.parallel:result is None 2024-04-07T20:48:52.326 INFO:teuthology.orchestra.run.smithi203.stderr:Modular dependency problems: 2024-04-07T20:48:52.326 INFO:teuthology.orchestra.run.smithi203.stderr: 2024-04-07T20:48:52.326 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 1: conflicting requests 2024-04-07T20:48:52.327 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.327 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 2: conflicting requests 2024-04-07T20:48:52.327 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.327 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 3: conflicting requests 2024-04-07T20:48:52.327 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.327 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 4: conflicting requests 2024-04-07T20:48:52.327 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.327 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 5: conflicting requests 2024-04-07T20:48:52.327 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.327 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 6: conflicting requests 2024-04-07T20:48:52.327 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.327 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 7: conflicting requests 2024-04-07T20:48:52.328 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.328 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 8: conflicting requests 2024-04-07T20:48:52.328 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.328 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 9: conflicting requests 2024-04-07T20:48:52.328 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.328 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 10: conflicting requests 2024-04-07T20:48:52.328 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.328 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 11: conflicting requests 2024-04-07T20:48:52.328 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.328 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 12: conflicting requests 2024-04-07T20:48:52.328 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.328 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 13: conflicting requests 2024-04-07T20:48:52.328 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.329 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 14: conflicting requests 2024-04-07T20:48:52.329 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.329 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 15: conflicting requests 2024-04-07T20:48:52.329 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.329 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 16: conflicting requests 2024-04-07T20:48:52.329 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.329 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 17: conflicting requests 2024-04-07T20:48:52.329 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.329 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 18: conflicting requests 2024-04-07T20:48:52.329 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.329 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 19: conflicting requests 2024-04-07T20:48:52.329 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.329 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 20: conflicting requests 2024-04-07T20:48:52.329 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.330 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 21: conflicting requests 2024-04-07T20:48:52.330 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.330 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 22: conflicting requests 2024-04-07T20:48:52.330 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.330 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 23: conflicting requests 2024-04-07T20:48:52.330 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.330 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 24: conflicting requests 2024-04-07T20:48:52.330 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.330 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 25: conflicting requests 2024-04-07T20:48:52.330 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.330 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 26: conflicting requests 2024-04-07T20:48:52.331 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.331 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 27: conflicting requests 2024-04-07T20:48:52.331 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.331 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 28: conflicting requests 2024-04-07T20:48:52.331 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.331 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 29: conflicting requests 2024-04-07T20:48:52.331 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.331 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 30: conflicting requests 2024-04-07T20:48:52.331 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.331 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 31: conflicting requests 2024-04-07T20:48:52.331 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.331 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 32: conflicting requests 2024-04-07T20:48:52.331 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.331 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 33: conflicting requests 2024-04-07T20:48:52.332 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.332 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 34: conflicting requests 2024-04-07T20:48:52.332 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.332 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 35: conflicting requests 2024-04-07T20:48:52.332 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.332 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 36: conflicting requests 2024-04-07T20:48:52.332 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.332 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 37: conflicting requests 2024-04-07T20:48:52.332 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.332 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.332 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.332 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:48:52.332 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.332 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.333 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.333 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.333 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 39: conflicting requests 2024-04-07T20:48:52.333 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.333 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.333 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.333 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.333 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.333 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.333 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:48:52.333 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.333 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.334 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.334 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.334 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:48:52.334 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.334 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.334 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.334 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.334 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:48:52.334 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.334 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.334 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.334 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.334 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:48:52.334 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.335 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.335 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.335 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.335 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:48:52.335 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.335 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.335 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.335 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.335 INFO:teuthology.orchestra.run.smithi203.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:48:52.335 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.335 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.335 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.335 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:48:52.393 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-04-07T20:48:52.394 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:48:52.394 INFO:teuthology.orchestra.run.smithi203.stdout: Package Architecture Version Repository Size 2024-04-07T20:48:52.394 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:48:52.394 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-04-07T20:48:52.394 INFO:teuthology.orchestra.run.smithi203.stdout: rbd-nbd x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 171 k 2024-04-07T20:48:52.394 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:48:52.395 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-04-07T20:48:52.395 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-04-07T20:48:52.395 INFO:teuthology.orchestra.run.smithi203.stdout:Install 1 Package 2024-04-07T20:48:52.395 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:48:52.395 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 171 k 2024-04-07T20:48:52.395 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 494 k 2024-04-07T20:48:52.395 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-04-07T20:48:52.612 INFO:teuthology.orchestra.run.smithi203.stdout:rbd-nbd-19.0.0-2578.ge5c885fe.el9.x86_64.rpm 787 kB/s | 171 kB 00:00 2024-04-07T20:48:52.613 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:48:52.613 INFO:teuthology.orchestra.run.smithi203.stdout:Total 782 kB/s | 171 kB 00:00 2024-04-07T20:48:52.613 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-04-07T20:48:52.621 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-04-07T20:48:52.621 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-04-07T20:48:52.681 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-04-07T20:48:52.681 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-04-07T20:48:52.857 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-04-07T20:48:52.969 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : rbd-nbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T20:48:53.101 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-07T20:48:53.440 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T20:48:53.725 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : rbd-nbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T20:48:53.726 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:48:53.726 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-04-07T20:48:53.726 INFO:teuthology.orchestra.run.smithi203.stdout: rbd-nbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:48:53.726 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-04-07T20:48:53.726 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-04-07T20:48:53.990 DEBUG:teuthology.parallel:result is None 2024-04-07T20:48:54.142 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-07T20:48:54.173 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2578.ge5c88 12/12 2024-04-07T20:48:56.746 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2578.ge5c88 12/12 2024-04-07T20:48:56.747 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2578.ge5c88 1/12 2024-04-07T20:48:56.747 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-07T20:48:56.747 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-07T20:48:56.747 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-07T20:48:56.747 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-07T20:48:56.747 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-07T20:48:56.747 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-07T20:48:56.747 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-07T20:48:56.747 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 9/12 2024-04-07T20:48:56.747 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-07T20:48:56.747 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-07T20:48:57.204 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-07T20:48:57.204 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:48:57.204 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-04-07T20:48:57.204 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T20:48:57.204 INFO:teuthology.orchestra.run.smithi181.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-07T20:48:57.204 INFO:teuthology.orchestra.run.smithi181.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-07T20:48:57.205 INFO:teuthology.orchestra.run.smithi181.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-07T20:48:57.205 INFO:teuthology.orchestra.run.smithi181.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-07T20:48:57.205 INFO:teuthology.orchestra.run.smithi181.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-07T20:48:57.205 INFO:teuthology.orchestra.run.smithi181.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-07T20:48:57.205 INFO:teuthology.orchestra.run.smithi181.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-07T20:48:57.205 INFO:teuthology.orchestra.run.smithi181.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-07T20:48:57.205 INFO:teuthology.orchestra.run.smithi181.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-07T20:48:57.205 INFO:teuthology.orchestra.run.smithi181.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-07T20:48:57.205 INFO:teuthology.orchestra.run.smithi181.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-07T20:48:57.205 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:48:57.205 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-04-07T20:48:57.593 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-mgr-rook 2024-04-07T20:48:58.192 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:53 ago on Sun 07 Apr 2024 08:47:05 PM UTC. 2024-04-07T20:48:58.479 INFO:teuthology.orchestra.run.smithi181.stderr:Modular dependency problems: 2024-04-07T20:48:58.480 INFO:teuthology.orchestra.run.smithi181.stderr: 2024-04-07T20:48:58.480 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 1: conflicting requests 2024-04-07T20:48:58.480 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.480 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 2: conflicting requests 2024-04-07T20:48:58.480 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.480 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 3: conflicting requests 2024-04-07T20:48:58.480 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.480 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 4: conflicting requests 2024-04-07T20:48:58.480 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.480 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 5: conflicting requests 2024-04-07T20:48:58.480 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.481 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 6: conflicting requests 2024-04-07T20:48:58.481 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.481 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 7: conflicting requests 2024-04-07T20:48:58.481 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.481 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 8: conflicting requests 2024-04-07T20:48:58.481 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.481 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 9: conflicting requests 2024-04-07T20:48:58.481 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.481 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 10: conflicting requests 2024-04-07T20:48:58.481 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.481 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 11: conflicting requests 2024-04-07T20:48:58.481 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.481 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 12: conflicting requests 2024-04-07T20:48:58.481 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.482 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 13: conflicting requests 2024-04-07T20:48:58.482 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.482 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 14: conflicting requests 2024-04-07T20:48:58.482 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.482 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 15: conflicting requests 2024-04-07T20:48:58.482 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.482 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 16: conflicting requests 2024-04-07T20:48:58.482 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.482 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 17: conflicting requests 2024-04-07T20:48:58.482 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.482 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 18: conflicting requests 2024-04-07T20:48:58.482 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.482 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 19: conflicting requests 2024-04-07T20:48:58.482 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.483 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 20: conflicting requests 2024-04-07T20:48:58.483 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.483 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 21: conflicting requests 2024-04-07T20:48:58.483 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.483 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 22: conflicting requests 2024-04-07T20:48:58.483 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.483 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 23: conflicting requests 2024-04-07T20:48:58.483 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.483 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 24: conflicting requests 2024-04-07T20:48:58.483 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.483 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 25: conflicting requests 2024-04-07T20:48:58.483 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.483 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 26: conflicting requests 2024-04-07T20:48:58.483 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.483 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 27: conflicting requests 2024-04-07T20:48:58.484 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.484 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 28: conflicting requests 2024-04-07T20:48:58.484 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.484 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 29: conflicting requests 2024-04-07T20:48:58.484 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.484 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 30: conflicting requests 2024-04-07T20:48:58.484 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.484 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 31: conflicting requests 2024-04-07T20:48:58.484 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.484 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 32: conflicting requests 2024-04-07T20:48:58.484 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.484 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 33: conflicting requests 2024-04-07T20:48:58.484 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.484 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 34: conflicting requests 2024-04-07T20:48:58.484 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.485 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 35: conflicting requests 2024-04-07T20:48:58.485 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.485 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 36: conflicting requests 2024-04-07T20:48:58.485 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.485 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 37: conflicting requests 2024-04-07T20:48:58.485 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.485 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.485 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.485 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:48:58.485 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.485 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.485 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.485 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.485 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 39: conflicting requests 2024-04-07T20:48:58.485 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.486 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.486 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.486 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.486 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.486 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.486 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:48:58.486 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.486 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.486 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.486 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.486 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:48:58.486 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.486 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.486 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.487 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.487 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:48:58.487 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.487 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.487 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.487 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.487 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:48:58.487 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.487 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.487 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.487 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.487 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:48:58.487 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.487 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.487 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.488 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.488 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:48:58.488 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.488 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.488 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.488 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:48:58.549 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-04-07T20:48:58.550 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:48:58.551 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2024-04-07T20:48:58.551 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:48:58.551 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-04-07T20:48:58.551 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-rook noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 49 k 2024-04-07T20:48:58.551 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2024-04-07T20:48:58.551 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-07T20:48:58.551 INFO:teuthology.orchestra.run.smithi181.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-07T20:48:58.551 INFO:teuthology.orchestra.run.smithi181.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-07T20:48:58.551 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-07T20:48:58.551 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-07T20:48:58.551 INFO:teuthology.orchestra.run.smithi181.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-07T20:48:58.551 INFO:teuthology.orchestra.run.smithi181.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-07T20:48:58.551 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-07T20:48:58.551 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-07T20:48:58.552 INFO:teuthology.orchestra.run.smithi181.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-07T20:48:58.552 INFO:teuthology.orchestra.run.smithi181.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-07T20:48:58.552 INFO:teuthology.orchestra.run.smithi181.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-07T20:48:58.552 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:48:58.552 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-04-07T20:48:58.552 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:48:58.552 INFO:teuthology.orchestra.run.smithi181.stdout:Install 13 Packages 2024-04-07T20:48:58.552 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:48:58.552 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 2.2 M 2024-04-07T20:48:58.553 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 26 M 2024-04-07T20:48:58.553 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-04-07T20:48:58.932 INFO:teuthology.orchestra.run.smithi181.stdout:(1/13): ceph-mgr-rook-19.0.0-2578.ge5c885fe.el9 262 kB/s | 49 kB 00:00 2024-04-07T20:48:59.007 INFO:teuthology.orchestra.run.smithi181.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 97 kB/s | 26 kB 00:00 2024-04-07T20:48:59.032 INFO:teuthology.orchestra.run.smithi181.stdout:(3/13): python3-jsonpointer-2.0-4.el9.noarch.rp 66 kB/s | 19 kB 00:00 2024-04-07T20:48:59.349 INFO:teuthology.orchestra.run.smithi181.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 464 kB/s | 159 kB 00:00 2024-04-07T20:48:59.449 INFO:teuthology.orchestra.run.smithi181.stdout:(5/13): python3-requests-oauthlib-1.3.0-12.el9. 536 kB/s | 54 kB 00:00 2024-04-07T20:48:59.474 INFO:teuthology.orchestra.run.smithi181.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 631 kB/s | 279 kB 00:00 2024-04-07T20:48:59.542 INFO:teuthology.orchestra.run.smithi181.stdout:(7/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 365 kB/s | 222 kB 00:00 2024-04-07T20:48:59.708 INFO:teuthology.orchestra.run.smithi181.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 64 kB/s | 15 kB 00:00 2024-04-07T20:48:59.726 INFO:teuthology.orchestra.run.smithi181.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 117 kB/s | 32 kB 00:00 2024-04-07T20:48:59.934 INFO:teuthology.orchestra.run.smithi181.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 284 kB/s | 59 kB 00:00 2024-04-07T20:49:00.035 INFO:teuthology.orchestra.run.smithi181.stdout:(11/13): python3-google-auth-2.28.2-1.el9.noarc 411 kB/s | 203 kB 00:00 2024-04-07T20:49:00.118 INFO:teuthology.orchestra.run.smithi181.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 489 kB/s | 90 kB 00:00 2024-04-07T20:49:00.277 INFO:teuthology.orchestra.run.smithi181.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 1.8 MB/s | 1.0 MB 00:00 2024-04-07T20:49:00.277 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:49:00.277 INFO:teuthology.orchestra.run.smithi181.stdout:Total 1.3 MB/s | 2.2 MB 00:01 2024-04-07T20:49:00.342 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-04-07T20:49:00.357 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-04-07T20:49:00.358 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-04-07T20:49:00.452 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-04-07T20:49:00.452 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-04-07T20:49:00.961 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-04-07T20:49:01.123 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-07T20:49:01.177 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-07T20:49:01.232 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-07T20:49:01.270 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-07T20:49:01.311 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-07T20:49:01.404 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-07T20:49:01.505 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-07T20:49:01.563 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-07T20:49:02.284 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-07T20:49:02.327 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-07T20:49:02.360 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-07T20:49:02.408 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-07T20:49:02.430 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-mgr-rook-2:19.0.0-2578.ge5c885fe.el9.noarch 13/13 2024-04-07T20:49:03.227 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2578.ge5c885fe.el9.noarch 13/13 2024-04-07T20:49:03.227 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2578.ge5c885fe.el9.noarch 1/13 2024-04-07T20:49:03.227 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-07T20:49:03.227 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-07T20:49:03.227 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-07T20:49:03.228 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-07T20:49:03.228 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-07T20:49:03.228 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-07T20:49:03.228 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-07T20:49:03.228 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-07T20:49:03.228 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-07T20:49:03.228 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-07T20:49:03.228 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-07T20:49:03.604 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-07T20:49:03.604 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:49:03.604 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-04-07T20:49:03.604 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-rook-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T20:49:03.604 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-07T20:49:03.604 INFO:teuthology.orchestra.run.smithi181.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-07T20:49:03.604 INFO:teuthology.orchestra.run.smithi181.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-07T20:49:03.605 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-07T20:49:03.605 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-07T20:49:03.605 INFO:teuthology.orchestra.run.smithi181.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-07T20:49:03.605 INFO:teuthology.orchestra.run.smithi181.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-07T20:49:03.605 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-07T20:49:03.605 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-07T20:49:03.605 INFO:teuthology.orchestra.run.smithi181.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-07T20:49:03.605 INFO:teuthology.orchestra.run.smithi181.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-07T20:49:03.605 INFO:teuthology.orchestra.run.smithi181.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-07T20:49:03.605 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:49:03.605 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-04-07T20:49:03.856 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-mgr-cephadm 2024-04-07T20:49:04.449 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:59 ago on Sun 07 Apr 2024 08:47:05 PM UTC. 2024-04-07T20:49:04.740 INFO:teuthology.orchestra.run.smithi181.stderr:Modular dependency problems: 2024-04-07T20:49:04.740 INFO:teuthology.orchestra.run.smithi181.stderr: 2024-04-07T20:49:04.740 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 1: conflicting requests 2024-04-07T20:49:04.740 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.740 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 2: conflicting requests 2024-04-07T20:49:04.740 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.740 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 3: conflicting requests 2024-04-07T20:49:04.740 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.740 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 4: conflicting requests 2024-04-07T20:49:04.740 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.740 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 5: conflicting requests 2024-04-07T20:49:04.741 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.741 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 6: conflicting requests 2024-04-07T20:49:04.741 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.741 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 7: conflicting requests 2024-04-07T20:49:04.741 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.741 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 8: conflicting requests 2024-04-07T20:49:04.741 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.741 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 9: conflicting requests 2024-04-07T20:49:04.741 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.741 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 10: conflicting requests 2024-04-07T20:49:04.741 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.741 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 11: conflicting requests 2024-04-07T20:49:04.741 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.742 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 12: conflicting requests 2024-04-07T20:49:04.742 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.742 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 13: conflicting requests 2024-04-07T20:49:04.742 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.742 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 14: conflicting requests 2024-04-07T20:49:04.742 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.742 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 15: conflicting requests 2024-04-07T20:49:04.742 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.742 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 16: conflicting requests 2024-04-07T20:49:04.742 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.742 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 17: conflicting requests 2024-04-07T20:49:04.742 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.743 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 18: conflicting requests 2024-04-07T20:49:04.743 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.743 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 19: conflicting requests 2024-04-07T20:49:04.743 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.743 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 20: conflicting requests 2024-04-07T20:49:04.743 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.743 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 21: conflicting requests 2024-04-07T20:49:04.743 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.743 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 22: conflicting requests 2024-04-07T20:49:04.743 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.743 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 23: conflicting requests 2024-04-07T20:49:04.743 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.743 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 24: conflicting requests 2024-04-07T20:49:04.744 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.744 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 25: conflicting requests 2024-04-07T20:49:04.744 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.744 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 26: conflicting requests 2024-04-07T20:49:04.744 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.744 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 27: conflicting requests 2024-04-07T20:49:04.744 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.744 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 28: conflicting requests 2024-04-07T20:49:04.744 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.744 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 29: conflicting requests 2024-04-07T20:49:04.744 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.744 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 30: conflicting requests 2024-04-07T20:49:04.744 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.744 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 31: conflicting requests 2024-04-07T20:49:04.745 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.745 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 32: conflicting requests 2024-04-07T20:49:04.745 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.745 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 33: conflicting requests 2024-04-07T20:49:04.745 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.745 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 34: conflicting requests 2024-04-07T20:49:04.745 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.745 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 35: conflicting requests 2024-04-07T20:49:04.745 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.745 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 36: conflicting requests 2024-04-07T20:49:04.745 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.745 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 37: conflicting requests 2024-04-07T20:49:04.745 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.745 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.745 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.746 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:49:04.746 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.746 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.746 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.746 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.746 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 39: conflicting requests 2024-04-07T20:49:04.746 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.746 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.746 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.746 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.746 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.746 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.746 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:49:04.746 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.747 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.747 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.747 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.747 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:49:04.747 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.747 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.747 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.747 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.747 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:49:04.747 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.747 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.747 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.747 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.747 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:49:04.747 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.748 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.748 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.748 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.748 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:49:04.748 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.748 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.748 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.748 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.748 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:49:04.748 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.748 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.748 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.748 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:49:04.810 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-04-07T20:49:04.811 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:49:04.811 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2024-04-07T20:49:04.811 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:49:04.811 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-04-07T20:49:04.811 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 141 k 2024-04-07T20:49:04.811 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2024-04-07T20:49:04.811 INFO:teuthology.orchestra.run.smithi181.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-07T20:49:04.811 INFO:teuthology.orchestra.run.smithi181.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-07T20:49:04.811 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-07T20:49:04.811 INFO:teuthology.orchestra.run.smithi181.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-07T20:49:04.812 INFO:teuthology.orchestra.run.smithi181.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-07T20:49:04.812 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:49:04.812 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-04-07T20:49:04.812 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:49:04.812 INFO:teuthology.orchestra.run.smithi181.stdout:Install 6 Packages 2024-04-07T20:49:04.812 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:49:04.812 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 7.0 M 2024-04-07T20:49:04.812 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 33 M 2024-04-07T20:49:04.813 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-04-07T20:49:05.370 INFO:teuthology.orchestra.run.smithi181.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.5 MB/s | 248 kB 00:00 2024-04-07T20:49:05.436 INFO:teuthology.orchestra.run.smithi181.stdout:(2/6): ceph-mgr-cephadm-19.0.0-2578.ge5c885fe.e 633 kB/s | 141 kB 00:00 2024-04-07T20:49:05.570 INFO:teuthology.orchestra.run.smithi181.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 17 MB/s | 6.0 MB 00:00 2024-04-07T20:49:05.604 INFO:teuthology.orchestra.run.smithi181.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 345 kB/s | 58 kB 00:00 2024-04-07T20:49:05.720 INFO:teuthology.orchestra.run.smithi181.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 340 kB/s | 51 kB 00:00 2024-04-07T20:49:05.871 INFO:teuthology.orchestra.run.smithi181.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.1 MB/s | 548 kB 00:00 2024-04-07T20:49:05.872 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:49:05.872 INFO:teuthology.orchestra.run.smithi181.stdout:Total 6.6 MB/s | 7.0 MB 00:01 2024-04-07T20:49:05.941 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-04-07T20:49:05.953 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-04-07T20:49:05.953 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-04-07T20:49:06.055 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-04-07T20:49:06.056 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-04-07T20:49:06.371 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-04-07T20:49:06.537 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-07T20:49:06.589 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-07T20:49:07.106 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-07T20:49:07.192 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-07T20:49:07.256 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-07T20:49:07.287 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 6/6 2024-04-07T20:49:08.079 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 6/6 2024-04-07T20:49:08.079 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 1/6 2024-04-07T20:49:08.079 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-07T20:49:08.079 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-07T20:49:08.079 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-07T20:49:08.079 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-07T20:49:08.394 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-07T20:49:08.394 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:49:08.394 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-04-07T20:49:08.394 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T20:49:08.395 INFO:teuthology.orchestra.run.smithi181.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-07T20:49:08.395 INFO:teuthology.orchestra.run.smithi181.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-07T20:49:08.395 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-07T20:49:08.395 INFO:teuthology.orchestra.run.smithi181.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-07T20:49:08.395 INFO:teuthology.orchestra.run.smithi181.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-07T20:49:08.395 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:49:08.395 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-04-07T20:49:08.674 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-fuse 2024-04-07T20:49:09.271 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:02:04 ago on Sun 07 Apr 2024 08:47:05 PM UTC. 2024-04-07T20:49:09.559 INFO:teuthology.orchestra.run.smithi181.stderr:Modular dependency problems: 2024-04-07T20:49:09.559 INFO:teuthology.orchestra.run.smithi181.stderr: 2024-04-07T20:49:09.559 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 1: conflicting requests 2024-04-07T20:49:09.560 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.560 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 2: conflicting requests 2024-04-07T20:49:09.560 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.560 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 3: conflicting requests 2024-04-07T20:49:09.560 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.560 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 4: conflicting requests 2024-04-07T20:49:09.560 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.560 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 5: conflicting requests 2024-04-07T20:49:09.560 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.560 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 6: conflicting requests 2024-04-07T20:49:09.560 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.560 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 7: conflicting requests 2024-04-07T20:49:09.560 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.560 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 8: conflicting requests 2024-04-07T20:49:09.560 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.561 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 9: conflicting requests 2024-04-07T20:49:09.561 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.561 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 10: conflicting requests 2024-04-07T20:49:09.561 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.561 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 11: conflicting requests 2024-04-07T20:49:09.561 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.561 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 12: conflicting requests 2024-04-07T20:49:09.561 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.561 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 13: conflicting requests 2024-04-07T20:49:09.561 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.561 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 14: conflicting requests 2024-04-07T20:49:09.561 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.561 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 15: conflicting requests 2024-04-07T20:49:09.561 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.561 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 16: conflicting requests 2024-04-07T20:49:09.562 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.562 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 17: conflicting requests 2024-04-07T20:49:09.562 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.562 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 18: conflicting requests 2024-04-07T20:49:09.562 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.562 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 19: conflicting requests 2024-04-07T20:49:09.562 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.562 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 20: conflicting requests 2024-04-07T20:49:09.562 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.562 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 21: conflicting requests 2024-04-07T20:49:09.562 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.562 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 22: conflicting requests 2024-04-07T20:49:09.562 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.563 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 23: conflicting requests 2024-04-07T20:49:09.563 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.563 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 24: conflicting requests 2024-04-07T20:49:09.563 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.563 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 25: conflicting requests 2024-04-07T20:49:09.563 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.563 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 26: conflicting requests 2024-04-07T20:49:09.563 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.563 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 27: conflicting requests 2024-04-07T20:49:09.563 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.563 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 28: conflicting requests 2024-04-07T20:49:09.563 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.563 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 29: conflicting requests 2024-04-07T20:49:09.563 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.563 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 30: conflicting requests 2024-04-07T20:49:09.563 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.564 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 31: conflicting requests 2024-04-07T20:49:09.564 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.564 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 32: conflicting requests 2024-04-07T20:49:09.564 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.564 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 33: conflicting requests 2024-04-07T20:49:09.564 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.564 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 34: conflicting requests 2024-04-07T20:49:09.564 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.564 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 35: conflicting requests 2024-04-07T20:49:09.564 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.564 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 36: conflicting requests 2024-04-07T20:49:09.564 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.564 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 37: conflicting requests 2024-04-07T20:49:09.564 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.564 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.564 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.565 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:49:09.565 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.565 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.565 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.565 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.565 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 39: conflicting requests 2024-04-07T20:49:09.565 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.565 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.565 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.565 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.565 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.565 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.565 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:49:09.565 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.566 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.566 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.566 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.566 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:49:09.566 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.566 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.566 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.566 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.566 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:49:09.566 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.566 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.566 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.566 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.566 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:49:09.567 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.567 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.567 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.567 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.567 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:49:09.567 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.567 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.567 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.567 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.567 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:49:09.567 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.567 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.567 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.567 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:49:09.629 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-04-07T20:49:09.630 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:49:09.630 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2024-04-07T20:49:09.630 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:49:09.630 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-04-07T20:49:09.630 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-fuse x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 890 k 2024-04-07T20:49:09.630 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2024-04-07T20:49:09.630 INFO:teuthology.orchestra.run.smithi181.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-07T20:49:09.630 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:49:09.630 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-04-07T20:49:09.630 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:49:09.630 INFO:teuthology.orchestra.run.smithi181.stdout:Install 2 Packages 2024-04-07T20:49:09.631 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:49:09.631 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 971 k 2024-04-07T20:49:09.631 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 2.8 M 2024-04-07T20:49:09.631 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-04-07T20:49:09.849 INFO:teuthology.orchestra.run.smithi181.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 441 kB/s | 80 kB 00:00 2024-04-07T20:49:09.983 INFO:teuthology.orchestra.run.smithi181.stdout:(2/2): ceph-fuse-19.0.0-2578.ge5c885fe.el9.x86_ 2.8 MB/s | 890 kB 00:00 2024-04-07T20:49:09.983 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:49:09.984 INFO:teuthology.orchestra.run.smithi181.stdout:Total 2.7 MB/s | 971 kB 00:00 2024-04-07T20:49:09.995 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-04-07T20:49:10.016 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-04-07T20:49:10.016 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-04-07T20:49:10.093 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-04-07T20:49:10.094 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-04-07T20:49:10.301 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-04-07T20:49:10.433 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-07T20:49:10.508 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 2/2 2024-04-07T20:49:11.249 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 2/2 2024-04-07T20:49:11.250 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/2 2024-04-07T20:49:11.579 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-07T20:49:11.580 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:49:11.580 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-04-07T20:49:11.580 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-07T20:49:11.580 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:49:11.580 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-04-07T20:49:11.885 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-volume 2024-04-07T20:49:12.503 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:02:07 ago on Sun 07 Apr 2024 08:47:05 PM UTC. 2024-04-07T20:49:12.796 INFO:teuthology.orchestra.run.smithi181.stderr:Modular dependency problems: 2024-04-07T20:49:12.796 INFO:teuthology.orchestra.run.smithi181.stderr: 2024-04-07T20:49:12.796 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 1: conflicting requests 2024-04-07T20:49:12.797 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.797 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 2: conflicting requests 2024-04-07T20:49:12.797 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.797 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 3: conflicting requests 2024-04-07T20:49:12.797 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.797 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 4: conflicting requests 2024-04-07T20:49:12.797 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.797 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 5: conflicting requests 2024-04-07T20:49:12.797 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.797 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 6: conflicting requests 2024-04-07T20:49:12.797 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.797 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 7: conflicting requests 2024-04-07T20:49:12.798 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.798 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 8: conflicting requests 2024-04-07T20:49:12.798 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.798 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 9: conflicting requests 2024-04-07T20:49:12.798 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.798 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 10: conflicting requests 2024-04-07T20:49:12.798 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.798 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 11: conflicting requests 2024-04-07T20:49:12.798 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.798 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 12: conflicting requests 2024-04-07T20:49:12.798 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.798 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 13: conflicting requests 2024-04-07T20:49:12.798 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.799 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 14: conflicting requests 2024-04-07T20:49:12.799 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.799 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 15: conflicting requests 2024-04-07T20:49:12.799 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.799 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 16: conflicting requests 2024-04-07T20:49:12.799 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.799 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 17: conflicting requests 2024-04-07T20:49:12.799 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.799 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 18: conflicting requests 2024-04-07T20:49:12.799 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.799 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 19: conflicting requests 2024-04-07T20:49:12.801 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.801 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 20: conflicting requests 2024-04-07T20:49:12.801 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.801 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 21: conflicting requests 2024-04-07T20:49:12.801 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.801 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 22: conflicting requests 2024-04-07T20:49:12.801 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.801 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 23: conflicting requests 2024-04-07T20:49:12.801 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.801 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 24: conflicting requests 2024-04-07T20:49:12.801 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.802 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 25: conflicting requests 2024-04-07T20:49:12.802 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.802 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 26: conflicting requests 2024-04-07T20:49:12.802 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.802 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 27: conflicting requests 2024-04-07T20:49:12.802 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.802 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 28: conflicting requests 2024-04-07T20:49:12.802 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.802 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 29: conflicting requests 2024-04-07T20:49:12.802 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.802 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 30: conflicting requests 2024-04-07T20:49:12.802 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.803 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 31: conflicting requests 2024-04-07T20:49:12.803 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.803 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 32: conflicting requests 2024-04-07T20:49:12.803 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.803 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 33: conflicting requests 2024-04-07T20:49:12.803 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.803 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 34: conflicting requests 2024-04-07T20:49:12.803 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.803 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 35: conflicting requests 2024-04-07T20:49:12.803 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.803 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 36: conflicting requests 2024-04-07T20:49:12.804 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.804 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 37: conflicting requests 2024-04-07T20:49:12.804 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.804 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.804 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.804 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:49:12.804 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.804 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.804 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.804 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.804 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 39: conflicting requests 2024-04-07T20:49:12.804 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.804 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.805 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.805 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.805 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.805 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.805 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:49:12.805 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.805 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.805 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.805 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.805 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:49:12.805 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.805 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.806 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.806 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.806 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:49:12.806 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.806 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.806 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.806 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.806 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:49:12.806 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.806 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.806 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.806 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.806 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:49:12.807 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.807 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.807 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.807 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.807 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:49:12.807 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.807 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.807 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.807 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:49:12.868 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-04-07T20:49:12.868 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:49:12.869 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2024-04-07T20:49:12.869 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:49:12.869 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-04-07T20:49:12.869 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-volume noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 264 k 2024-04-07T20:49:12.869 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2024-04-07T20:49:12.869 INFO:teuthology.orchestra.run.smithi181.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-07T20:49:12.869 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:49:12.869 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-04-07T20:49:12.869 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:49:12.869 INFO:teuthology.orchestra.run.smithi181.stdout:Install 2 Packages 2024-04-07T20:49:12.869 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:49:12.870 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 341 k 2024-04-07T20:49:12.870 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 1.5 M 2024-04-07T20:49:12.870 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-04-07T20:49:13.155 INFO:teuthology.orchestra.run.smithi181.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 469 kB/s | 77 kB 00:00 2024-04-07T20:49:13.230 INFO:teuthology.orchestra.run.smithi181.stdout:(2/2): ceph-volume-19.0.0-2578.ge5c885fe.el9.no 1.1 MB/s | 264 kB 00:00 2024-04-07T20:49:13.230 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:49:13.231 INFO:teuthology.orchestra.run.smithi181.stdout:Total 944 kB/s | 341 kB 00:00 2024-04-07T20:49:13.243 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-04-07T20:49:13.252 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-04-07T20:49:13.252 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-04-07T20:49:13.291 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-04-07T20:49:13.292 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-04-07T20:49:13.443 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-04-07T20:49:13.629 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-07T20:49:13.674 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-volume-2:19.0.0-2578.ge5c885fe.el9.noarch 2/2 2024-04-07T20:49:13.690 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-volume-2:19.0.0-2578.ge5c885fe.el9.noarch 2/2 2024-04-07T20:49:13.690 INFO:teuthology.orchestra.run.smithi181.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T20:49:13.690 INFO:teuthology.orchestra.run.smithi181.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-07T20:49:13.690 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:49:14.400 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-volume-2:19.0.0-2578.ge5c885fe.el9.noarch 1/2 2024-04-07T20:49:14.756 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-07T20:49:14.756 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:49:14.756 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-04-07T20:49:14.756 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-volume-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T20:49:14.756 INFO:teuthology.orchestra.run.smithi181.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-07T20:49:14.756 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:49:14.756 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-04-07T20:49:15.052 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install librados-devel 2024-04-07T20:49:15.662 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:02:10 ago on Sun 07 Apr 2024 08:47:05 PM UTC. 2024-04-07T20:49:15.952 INFO:teuthology.orchestra.run.smithi181.stderr:Modular dependency problems: 2024-04-07T20:49:15.953 INFO:teuthology.orchestra.run.smithi181.stderr: 2024-04-07T20:49:15.953 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 1: conflicting requests 2024-04-07T20:49:15.953 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.953 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 2: conflicting requests 2024-04-07T20:49:15.953 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.953 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 3: conflicting requests 2024-04-07T20:49:15.953 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.953 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 4: conflicting requests 2024-04-07T20:49:15.953 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.953 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 5: conflicting requests 2024-04-07T20:49:15.953 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.953 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 6: conflicting requests 2024-04-07T20:49:15.953 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.954 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 7: conflicting requests 2024-04-07T20:49:15.954 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.954 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 8: conflicting requests 2024-04-07T20:49:15.954 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.954 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 9: conflicting requests 2024-04-07T20:49:15.954 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.954 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 10: conflicting requests 2024-04-07T20:49:15.954 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.954 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 11: conflicting requests 2024-04-07T20:49:15.954 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.954 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 12: conflicting requests 2024-04-07T20:49:15.954 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.954 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 13: conflicting requests 2024-04-07T20:49:15.954 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.955 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 14: conflicting requests 2024-04-07T20:49:15.955 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.955 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 15: conflicting requests 2024-04-07T20:49:15.955 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.955 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 16: conflicting requests 2024-04-07T20:49:15.955 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.955 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 17: conflicting requests 2024-04-07T20:49:15.955 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.955 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 18: conflicting requests 2024-04-07T20:49:15.955 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.955 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 19: conflicting requests 2024-04-07T20:49:15.955 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.955 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 20: conflicting requests 2024-04-07T20:49:15.955 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.955 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 21: conflicting requests 2024-04-07T20:49:15.956 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.956 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 22: conflicting requests 2024-04-07T20:49:15.956 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.956 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 23: conflicting requests 2024-04-07T20:49:15.956 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.956 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 24: conflicting requests 2024-04-07T20:49:15.956 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.956 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 25: conflicting requests 2024-04-07T20:49:15.956 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.956 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 26: conflicting requests 2024-04-07T20:49:15.956 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.956 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 27: conflicting requests 2024-04-07T20:49:15.956 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.956 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 28: conflicting requests 2024-04-07T20:49:15.956 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.957 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 29: conflicting requests 2024-04-07T20:49:15.957 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.957 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 30: conflicting requests 2024-04-07T20:49:15.957 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.957 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 31: conflicting requests 2024-04-07T20:49:15.957 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.957 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 32: conflicting requests 2024-04-07T20:49:15.957 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.957 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 33: conflicting requests 2024-04-07T20:49:15.957 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.957 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 34: conflicting requests 2024-04-07T20:49:15.957 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.957 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 35: conflicting requests 2024-04-07T20:49:15.957 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.957 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 36: conflicting requests 2024-04-07T20:49:15.957 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.958 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 37: conflicting requests 2024-04-07T20:49:15.958 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.958 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.958 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.958 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:49:15.958 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.958 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.958 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.958 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.958 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 39: conflicting requests 2024-04-07T20:49:15.958 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.958 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.958 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.958 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.959 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.959 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.959 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:49:15.959 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.959 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.959 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.959 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.959 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:49:15.959 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.959 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.959 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.959 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.959 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:49:15.959 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.959 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.960 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.960 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.960 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:49:15.960 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.960 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.960 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.960 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.960 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:49:15.960 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.960 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.960 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.960 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.960 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:49:15.960 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.960 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.961 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:49:15.961 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:49:16.022 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-04-07T20:49:16.023 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:49:16.023 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repo Size 2024-04-07T20:49:16.023 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:49:16.023 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-04-07T20:49:16.023 INFO:teuthology.orchestra.run.smithi181.stdout: librados-devel x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 127 k 2024-04-07T20:49:16.023 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:49:16.023 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-04-07T20:49:16.023 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:49:16.023 INFO:teuthology.orchestra.run.smithi181.stdout:Install 1 Package 2024-04-07T20:49:16.023 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:49:16.024 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 127 k 2024-04-07T20:49:16.024 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 456 k 2024-04-07T20:49:16.024 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-04-07T20:49:16.236 INFO:teuthology.orchestra.run.smithi181.stdout:librados-devel-19.0.0-2578.ge5c885fe.el9.x86_64 600 kB/s | 127 kB 00:00 2024-04-07T20:49:16.236 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:49:16.237 INFO:teuthology.orchestra.run.smithi181.stdout:Total 595 kB/s | 127 kB 00:00 2024-04-07T20:49:16.237 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-04-07T20:49:16.242 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-04-07T20:49:16.242 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-04-07T20:49:16.303 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-04-07T20:49:16.304 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-04-07T20:49:16.505 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-04-07T20:49:16.593 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : librados-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T20:49:17.042 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: librados-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T20:49:17.354 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : librados-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T20:49:17.354 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:49:17.354 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-04-07T20:49:17.354 INFO:teuthology.orchestra.run.smithi181.stdout: librados-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:49:17.355 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:49:17.355 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-04-07T20:49:17.569 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install libcephfs2 2024-04-07T20:49:18.186 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:02:13 ago on Sun 07 Apr 2024 08:47:05 PM UTC. 2024-04-07T20:49:18.479 INFO:teuthology.orchestra.run.smithi181.stderr:Modular dependency problems: 2024-04-07T20:49:18.479 INFO:teuthology.orchestra.run.smithi181.stderr: 2024-04-07T20:49:18.479 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 1: conflicting requests 2024-04-07T20:49:18.479 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.480 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 2: conflicting requests 2024-04-07T20:49:18.480 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.480 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 3: conflicting requests 2024-04-07T20:49:18.480 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.480 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 4: conflicting requests 2024-04-07T20:49:18.480 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.480 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 5: conflicting requests 2024-04-07T20:49:18.480 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.480 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 6: conflicting requests 2024-04-07T20:49:18.480 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.480 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 7: conflicting requests 2024-04-07T20:49:18.480 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.480 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 8: conflicting requests 2024-04-07T20:49:18.480 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.480 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 9: conflicting requests 2024-04-07T20:49:18.481 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.481 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 10: conflicting requests 2024-04-07T20:49:18.481 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.481 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 11: conflicting requests 2024-04-07T20:49:18.481 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.481 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 12: conflicting requests 2024-04-07T20:49:18.481 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.481 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 13: conflicting requests 2024-04-07T20:49:18.481 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.481 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 14: conflicting requests 2024-04-07T20:49:18.481 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.481 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 15: conflicting requests 2024-04-07T20:49:18.481 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.481 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 16: conflicting requests 2024-04-07T20:49:18.482 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.482 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 17: conflicting requests 2024-04-07T20:49:18.482 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.482 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 18: conflicting requests 2024-04-07T20:49:18.482 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.482 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 19: conflicting requests 2024-04-07T20:49:18.482 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.482 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 20: conflicting requests 2024-04-07T20:49:18.482 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.482 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 21: conflicting requests 2024-04-07T20:49:18.482 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.482 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 22: conflicting requests 2024-04-07T20:49:18.482 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.483 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 23: conflicting requests 2024-04-07T20:49:18.483 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.483 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 24: conflicting requests 2024-04-07T20:49:18.483 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.483 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 25: conflicting requests 2024-04-07T20:49:18.483 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.483 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 26: conflicting requests 2024-04-07T20:49:18.483 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.483 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 27: conflicting requests 2024-04-07T20:49:18.483 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.483 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 28: conflicting requests 2024-04-07T20:49:18.483 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.483 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 29: conflicting requests 2024-04-07T20:49:18.483 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.483 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 30: conflicting requests 2024-04-07T20:49:18.484 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.484 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 31: conflicting requests 2024-04-07T20:49:18.484 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.484 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 32: conflicting requests 2024-04-07T20:49:18.484 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.484 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 33: conflicting requests 2024-04-07T20:49:18.484 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.484 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 34: conflicting requests 2024-04-07T20:49:18.484 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.484 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 35: conflicting requests 2024-04-07T20:49:18.484 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.484 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 36: conflicting requests 2024-04-07T20:49:18.484 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.485 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 37: conflicting requests 2024-04-07T20:49:18.485 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.485 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.485 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.485 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:49:18.485 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.485 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.485 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.485 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.485 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 39: conflicting requests 2024-04-07T20:49:18.485 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.485 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.485 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.485 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.486 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.486 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.486 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:49:18.486 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.486 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.486 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.486 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.486 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:49:18.486 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.486 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.486 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.486 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.486 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:49:18.487 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.487 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.487 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.487 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.487 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:49:18.487 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.487 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.487 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.487 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.487 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:49:18.487 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.487 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.487 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.487 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.488 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:49:18.488 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.488 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.488 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.488 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:49:18.488 INFO:teuthology.orchestra.run.smithi181.stdout:Package libcephfs2-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T20:49:18.548 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-04-07T20:49:18.549 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2024-04-07T20:49:18.549 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-04-07T20:49:18.624 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install libcephfs-devel 2024-04-07T20:49:19.224 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:02:14 ago on Sun 07 Apr 2024 08:47:05 PM UTC. 2024-04-07T20:49:19.513 INFO:teuthology.orchestra.run.smithi181.stderr:Modular dependency problems: 2024-04-07T20:49:19.514 INFO:teuthology.orchestra.run.smithi181.stderr: 2024-04-07T20:49:19.514 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 1: conflicting requests 2024-04-07T20:49:19.514 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.514 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 2: conflicting requests 2024-04-07T20:49:19.514 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.514 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 3: conflicting requests 2024-04-07T20:49:19.514 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.514 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 4: conflicting requests 2024-04-07T20:49:19.514 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.514 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 5: conflicting requests 2024-04-07T20:49:19.515 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.515 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 6: conflicting requests 2024-04-07T20:49:19.515 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.515 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 7: conflicting requests 2024-04-07T20:49:19.515 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.515 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 8: conflicting requests 2024-04-07T20:49:19.515 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.515 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 9: conflicting requests 2024-04-07T20:49:19.515 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.515 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 10: conflicting requests 2024-04-07T20:49:19.515 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.515 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 11: conflicting requests 2024-04-07T20:49:19.515 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.516 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 12: conflicting requests 2024-04-07T20:49:19.516 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.516 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 13: conflicting requests 2024-04-07T20:49:19.516 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.516 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 14: conflicting requests 2024-04-07T20:49:19.516 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.516 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 15: conflicting requests 2024-04-07T20:49:19.516 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.516 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 16: conflicting requests 2024-04-07T20:49:19.516 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.516 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 17: conflicting requests 2024-04-07T20:49:19.516 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.516 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 18: conflicting requests 2024-04-07T20:49:19.516 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.517 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 19: conflicting requests 2024-04-07T20:49:19.517 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.517 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 20: conflicting requests 2024-04-07T20:49:19.517 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.517 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 21: conflicting requests 2024-04-07T20:49:19.517 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.517 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 22: conflicting requests 2024-04-07T20:49:19.517 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.517 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 23: conflicting requests 2024-04-07T20:49:19.517 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.517 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 24: conflicting requests 2024-04-07T20:49:19.517 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.517 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 25: conflicting requests 2024-04-07T20:49:19.517 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.518 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 26: conflicting requests 2024-04-07T20:49:19.518 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.518 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 27: conflicting requests 2024-04-07T20:49:19.518 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.518 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 28: conflicting requests 2024-04-07T20:49:19.518 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.518 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 29: conflicting requests 2024-04-07T20:49:19.518 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.518 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 30: conflicting requests 2024-04-07T20:49:19.518 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.518 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 31: conflicting requests 2024-04-07T20:49:19.518 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.518 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 32: conflicting requests 2024-04-07T20:49:19.518 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.519 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 33: conflicting requests 2024-04-07T20:49:19.519 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.519 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 34: conflicting requests 2024-04-07T20:49:19.519 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.519 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 35: conflicting requests 2024-04-07T20:49:19.519 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.519 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 36: conflicting requests 2024-04-07T20:49:19.519 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.519 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 37: conflicting requests 2024-04-07T20:49:19.519 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.519 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.519 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.519 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:49:19.520 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.520 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.520 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.520 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.520 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 39: conflicting requests 2024-04-07T20:49:19.520 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.520 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.520 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.520 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.520 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.520 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.520 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:49:19.520 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.521 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.521 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.521 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.521 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:49:19.521 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.521 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.521 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.521 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.521 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:49:19.521 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.521 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.521 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.521 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.521 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:49:19.522 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.522 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.522 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.522 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.522 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:49:19.522 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.522 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.522 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.522 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.522 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:49:19.522 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.522 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.523 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.523 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:49:19.582 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-04-07T20:49:19.582 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:49:19.582 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repo Size 2024-04-07T20:49:19.582 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:49:19.583 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-04-07T20:49:19.583 INFO:teuthology.orchestra.run.smithi181.stdout: libcephfs-devel x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 32 k 2024-04-07T20:49:19.583 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:49:19.583 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-04-07T20:49:19.583 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:49:19.583 INFO:teuthology.orchestra.run.smithi181.stdout:Install 1 Package 2024-04-07T20:49:19.583 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:49:19.583 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 32 k 2024-04-07T20:49:19.584 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 142 k 2024-04-07T20:49:19.584 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-04-07T20:49:19.756 INFO:teuthology.orchestra.run.smithi181.stdout:libcephfs-devel-19.0.0-2578.ge5c885fe.el9.x86_6 184 kB/s | 32 kB 00:00 2024-04-07T20:49:19.756 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:49:19.757 INFO:teuthology.orchestra.run.smithi181.stdout:Total 183 kB/s | 32 kB 00:00 2024-04-07T20:49:19.757 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-04-07T20:49:19.760 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-04-07T20:49:19.760 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-04-07T20:49:19.784 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-04-07T20:49:19.784 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-04-07T20:49:19.872 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-04-07T20:49:19.980 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : libcephfs-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T20:49:20.341 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T20:49:20.627 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libcephfs-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T20:49:20.627 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:49:20.627 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-04-07T20:49:20.627 INFO:teuthology.orchestra.run.smithi181.stdout: libcephfs-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:49:20.627 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:49:20.627 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-04-07T20:49:20.835 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install librados2 2024-04-07T20:49:21.432 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:02:16 ago on Sun 07 Apr 2024 08:47:05 PM UTC. 2024-04-07T20:49:21.725 INFO:teuthology.orchestra.run.smithi181.stderr:Modular dependency problems: 2024-04-07T20:49:21.725 INFO:teuthology.orchestra.run.smithi181.stderr: 2024-04-07T20:49:21.725 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 1: conflicting requests 2024-04-07T20:49:21.725 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.725 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 2: conflicting requests 2024-04-07T20:49:21.725 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.725 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 3: conflicting requests 2024-04-07T20:49:21.726 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.726 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 4: conflicting requests 2024-04-07T20:49:21.726 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.726 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 5: conflicting requests 2024-04-07T20:49:21.726 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.726 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 6: conflicting requests 2024-04-07T20:49:21.726 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.726 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 7: conflicting requests 2024-04-07T20:49:21.726 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.726 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 8: conflicting requests 2024-04-07T20:49:21.726 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.726 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 9: conflicting requests 2024-04-07T20:49:21.726 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.727 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 10: conflicting requests 2024-04-07T20:49:21.727 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.727 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 11: conflicting requests 2024-04-07T20:49:21.727 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.727 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 12: conflicting requests 2024-04-07T20:49:21.727 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.727 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 13: conflicting requests 2024-04-07T20:49:21.727 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.727 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 14: conflicting requests 2024-04-07T20:49:21.727 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.727 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 15: conflicting requests 2024-04-07T20:49:21.727 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.727 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 16: conflicting requests 2024-04-07T20:49:21.727 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.728 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 17: conflicting requests 2024-04-07T20:49:21.728 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.728 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 18: conflicting requests 2024-04-07T20:49:21.728 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.728 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 19: conflicting requests 2024-04-07T20:49:21.728 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.728 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 20: conflicting requests 2024-04-07T20:49:21.728 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.728 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 21: conflicting requests 2024-04-07T20:49:21.728 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.728 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 22: conflicting requests 2024-04-07T20:49:21.728 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.728 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 23: conflicting requests 2024-04-07T20:49:21.728 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.728 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 24: conflicting requests 2024-04-07T20:49:21.729 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.729 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 25: conflicting requests 2024-04-07T20:49:21.729 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.729 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 26: conflicting requests 2024-04-07T20:49:21.729 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.729 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 27: conflicting requests 2024-04-07T20:49:21.729 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.729 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 28: conflicting requests 2024-04-07T20:49:21.729 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.729 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 29: conflicting requests 2024-04-07T20:49:21.729 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.729 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 30: conflicting requests 2024-04-07T20:49:21.729 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.729 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 31: conflicting requests 2024-04-07T20:49:21.729 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.730 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 32: conflicting requests 2024-04-07T20:49:21.730 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.730 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 33: conflicting requests 2024-04-07T20:49:21.730 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.730 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 34: conflicting requests 2024-04-07T20:49:21.730 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.730 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 35: conflicting requests 2024-04-07T20:49:21.730 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.730 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 36: conflicting requests 2024-04-07T20:49:21.730 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.730 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 37: conflicting requests 2024-04-07T20:49:21.730 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.730 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.731 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.731 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:49:21.731 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.731 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.731 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.731 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.731 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 39: conflicting requests 2024-04-07T20:49:21.731 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.731 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.731 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.731 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.731 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.731 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.731 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:49:21.732 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.732 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.732 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.732 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.732 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:49:21.732 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.732 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.732 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.732 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.732 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:49:21.732 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.732 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.732 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.732 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.733 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:49:21.733 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.733 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.733 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.733 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.733 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:49:21.733 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.733 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.733 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.733 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.733 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:49:21.733 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.733 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.733 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.733 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:49:21.734 INFO:teuthology.orchestra.run.smithi181.stdout:Package librados2-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T20:49:21.792 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-04-07T20:49:21.794 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2024-04-07T20:49:21.794 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-04-07T20:49:21.872 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install librbd1 2024-04-07T20:49:22.467 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:02:17 ago on Sun 07 Apr 2024 08:47:05 PM UTC. 2024-04-07T20:49:22.756 INFO:teuthology.orchestra.run.smithi181.stderr:Modular dependency problems: 2024-04-07T20:49:22.756 INFO:teuthology.orchestra.run.smithi181.stderr: 2024-04-07T20:49:22.757 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 1: conflicting requests 2024-04-07T20:49:22.757 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.757 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 2: conflicting requests 2024-04-07T20:49:22.757 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.757 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 3: conflicting requests 2024-04-07T20:49:22.757 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.757 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 4: conflicting requests 2024-04-07T20:49:22.757 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.757 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 5: conflicting requests 2024-04-07T20:49:22.757 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.757 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 6: conflicting requests 2024-04-07T20:49:22.757 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.757 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 7: conflicting requests 2024-04-07T20:49:22.757 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.758 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 8: conflicting requests 2024-04-07T20:49:22.758 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.758 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 9: conflicting requests 2024-04-07T20:49:22.758 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.758 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 10: conflicting requests 2024-04-07T20:49:22.758 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.758 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 11: conflicting requests 2024-04-07T20:49:22.758 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.758 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 12: conflicting requests 2024-04-07T20:49:22.758 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.758 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 13: conflicting requests 2024-04-07T20:49:22.758 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.758 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 14: conflicting requests 2024-04-07T20:49:22.758 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.759 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 15: conflicting requests 2024-04-07T20:49:22.759 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.759 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 16: conflicting requests 2024-04-07T20:49:22.759 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.759 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 17: conflicting requests 2024-04-07T20:49:22.759 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.759 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 18: conflicting requests 2024-04-07T20:49:22.759 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.759 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 19: conflicting requests 2024-04-07T20:49:22.759 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.759 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 20: conflicting requests 2024-04-07T20:49:22.759 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.759 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 21: conflicting requests 2024-04-07T20:49:22.759 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.760 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 22: conflicting requests 2024-04-07T20:49:22.760 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.760 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 23: conflicting requests 2024-04-07T20:49:22.760 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.760 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 24: conflicting requests 2024-04-07T20:49:22.760 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.760 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 25: conflicting requests 2024-04-07T20:49:22.760 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.760 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 26: conflicting requests 2024-04-07T20:49:22.760 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.760 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 27: conflicting requests 2024-04-07T20:49:22.760 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.760 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 28: conflicting requests 2024-04-07T20:49:22.760 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.761 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 29: conflicting requests 2024-04-07T20:49:22.761 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.761 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 30: conflicting requests 2024-04-07T20:49:22.761 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.761 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 31: conflicting requests 2024-04-07T20:49:22.761 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.761 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 32: conflicting requests 2024-04-07T20:49:22.761 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.761 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 33: conflicting requests 2024-04-07T20:49:22.761 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.761 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 34: conflicting requests 2024-04-07T20:49:22.761 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.761 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 35: conflicting requests 2024-04-07T20:49:22.761 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.761 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 36: conflicting requests 2024-04-07T20:49:22.762 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.762 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 37: conflicting requests 2024-04-07T20:49:22.762 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.762 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.762 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.762 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:49:22.762 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.762 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.762 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.762 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.762 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 39: conflicting requests 2024-04-07T20:49:22.762 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.762 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.762 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.763 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.763 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.763 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.763 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:49:22.763 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.763 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.763 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.763 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.763 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:49:22.763 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.763 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.763 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.763 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.763 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:49:22.763 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.764 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.764 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.764 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.764 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:49:22.764 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.764 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.764 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.764 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.764 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:49:22.764 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.764 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.764 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.764 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.764 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:49:22.764 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.764 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.765 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.765 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:49:22.765 INFO:teuthology.orchestra.run.smithi181.stdout:Package librbd1-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T20:49:22.825 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-04-07T20:49:22.826 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2024-04-07T20:49:22.826 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-04-07T20:49:22.905 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install python3-rados 2024-04-07T20:49:23.513 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:02:18 ago on Sun 07 Apr 2024 08:47:05 PM UTC. 2024-04-07T20:49:23.808 INFO:teuthology.orchestra.run.smithi181.stderr:Modular dependency problems: 2024-04-07T20:49:23.808 INFO:teuthology.orchestra.run.smithi181.stderr: 2024-04-07T20:49:23.808 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 1: conflicting requests 2024-04-07T20:49:23.809 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.809 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 2: conflicting requests 2024-04-07T20:49:23.809 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.809 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 3: conflicting requests 2024-04-07T20:49:23.809 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.809 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 4: conflicting requests 2024-04-07T20:49:23.809 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.809 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 5: conflicting requests 2024-04-07T20:49:23.809 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.809 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 6: conflicting requests 2024-04-07T20:49:23.809 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.809 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 7: conflicting requests 2024-04-07T20:49:23.809 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.809 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 8: conflicting requests 2024-04-07T20:49:23.810 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.810 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 9: conflicting requests 2024-04-07T20:49:23.810 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.810 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 10: conflicting requests 2024-04-07T20:49:23.810 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.810 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 11: conflicting requests 2024-04-07T20:49:23.810 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.810 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 12: conflicting requests 2024-04-07T20:49:23.810 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.810 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 13: conflicting requests 2024-04-07T20:49:23.810 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.810 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 14: conflicting requests 2024-04-07T20:49:23.810 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.811 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 15: conflicting requests 2024-04-07T20:49:23.811 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.811 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 16: conflicting requests 2024-04-07T20:49:23.811 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.811 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 17: conflicting requests 2024-04-07T20:49:23.811 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.811 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 18: conflicting requests 2024-04-07T20:49:23.811 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.811 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 19: conflicting requests 2024-04-07T20:49:23.811 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.811 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 20: conflicting requests 2024-04-07T20:49:23.811 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.811 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 21: conflicting requests 2024-04-07T20:49:23.812 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.812 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 22: conflicting requests 2024-04-07T20:49:23.812 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.812 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 23: conflicting requests 2024-04-07T20:49:23.812 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.812 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 24: conflicting requests 2024-04-07T20:49:23.812 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.812 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 25: conflicting requests 2024-04-07T20:49:23.812 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.812 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 26: conflicting requests 2024-04-07T20:49:23.812 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.812 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 27: conflicting requests 2024-04-07T20:49:23.812 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.812 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 28: conflicting requests 2024-04-07T20:49:23.813 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.813 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 29: conflicting requests 2024-04-07T20:49:23.813 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.813 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 30: conflicting requests 2024-04-07T20:49:23.813 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.813 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 31: conflicting requests 2024-04-07T20:49:23.813 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.813 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 32: conflicting requests 2024-04-07T20:49:23.813 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.813 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 33: conflicting requests 2024-04-07T20:49:23.813 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.813 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 34: conflicting requests 2024-04-07T20:49:23.813 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.814 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 35: conflicting requests 2024-04-07T20:49:23.814 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.814 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 36: conflicting requests 2024-04-07T20:49:23.814 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.814 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 37: conflicting requests 2024-04-07T20:49:23.814 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.814 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.814 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.814 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:49:23.814 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.814 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.814 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.814 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.815 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 39: conflicting requests 2024-04-07T20:49:23.815 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.815 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.815 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.815 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.815 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.815 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.815 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:49:23.815 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.815 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.815 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.815 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.815 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:49:23.815 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.816 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.816 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.816 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.816 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:49:23.816 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.816 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.816 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.816 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.816 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:49:23.816 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.816 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.816 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.816 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.816 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:49:23.817 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.817 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.817 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.817 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.817 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:49:23.817 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.817 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.817 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.817 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:49:23.817 INFO:teuthology.orchestra.run.smithi181.stdout:Package python3-rados-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T20:49:23.878 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-04-07T20:49:23.879 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2024-04-07T20:49:23.879 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-04-07T20:49:23.963 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install python3-rgw 2024-04-07T20:49:24.576 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:02:19 ago on Sun 07 Apr 2024 08:47:05 PM UTC. 2024-04-07T20:49:24.879 INFO:teuthology.orchestra.run.smithi181.stderr:Modular dependency problems: 2024-04-07T20:49:24.880 INFO:teuthology.orchestra.run.smithi181.stderr: 2024-04-07T20:49:24.880 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 1: conflicting requests 2024-04-07T20:49:24.880 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.880 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 2: conflicting requests 2024-04-07T20:49:24.880 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.880 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 3: conflicting requests 2024-04-07T20:49:24.880 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.880 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 4: conflicting requests 2024-04-07T20:49:24.880 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.880 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 5: conflicting requests 2024-04-07T20:49:24.880 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.880 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 6: conflicting requests 2024-04-07T20:49:24.880 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.880 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 7: conflicting requests 2024-04-07T20:49:24.881 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.881 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 8: conflicting requests 2024-04-07T20:49:24.881 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.881 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 9: conflicting requests 2024-04-07T20:49:24.881 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.881 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 10: conflicting requests 2024-04-07T20:49:24.881 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.881 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 11: conflicting requests 2024-04-07T20:49:24.881 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.881 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 12: conflicting requests 2024-04-07T20:49:24.881 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.881 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 13: conflicting requests 2024-04-07T20:49:24.881 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.881 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 14: conflicting requests 2024-04-07T20:49:24.881 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.882 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 15: conflicting requests 2024-04-07T20:49:24.882 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.882 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 16: conflicting requests 2024-04-07T20:49:24.882 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.882 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 17: conflicting requests 2024-04-07T20:49:24.882 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.882 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 18: conflicting requests 2024-04-07T20:49:24.882 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.882 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 19: conflicting requests 2024-04-07T20:49:24.882 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.882 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 20: conflicting requests 2024-04-07T20:49:24.882 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.882 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 21: conflicting requests 2024-04-07T20:49:24.882 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.883 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 22: conflicting requests 2024-04-07T20:49:24.883 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.883 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 23: conflicting requests 2024-04-07T20:49:24.883 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.883 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 24: conflicting requests 2024-04-07T20:49:24.883 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.883 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 25: conflicting requests 2024-04-07T20:49:24.883 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.883 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 26: conflicting requests 2024-04-07T20:49:24.883 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.883 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 27: conflicting requests 2024-04-07T20:49:24.883 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.883 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 28: conflicting requests 2024-04-07T20:49:24.883 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.884 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 29: conflicting requests 2024-04-07T20:49:24.884 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.884 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 30: conflicting requests 2024-04-07T20:49:24.884 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.884 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 31: conflicting requests 2024-04-07T20:49:24.884 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.884 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 32: conflicting requests 2024-04-07T20:49:24.884 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.884 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 33: conflicting requests 2024-04-07T20:49:24.884 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.884 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 34: conflicting requests 2024-04-07T20:49:24.884 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.884 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 35: conflicting requests 2024-04-07T20:49:24.884 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.884 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 36: conflicting requests 2024-04-07T20:49:24.885 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.885 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 37: conflicting requests 2024-04-07T20:49:24.885 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.885 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.885 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.885 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:49:24.885 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.885 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.885 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.885 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.885 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 39: conflicting requests 2024-04-07T20:49:24.885 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.885 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.885 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.885 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.885 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.886 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.886 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:49:24.886 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.886 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.886 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.886 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.886 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:49:24.886 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.886 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.886 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.886 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.886 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:49:24.886 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.887 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.887 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.887 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.887 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:49:24.887 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.887 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.887 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.887 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.887 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:49:24.887 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.887 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.887 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.887 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.887 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:49:24.887 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.888 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.888 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.888 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:49:24.888 INFO:teuthology.orchestra.run.smithi181.stdout:Package python3-rgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T20:49:24.952 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-04-07T20:49:24.953 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2024-04-07T20:49:24.953 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-04-07T20:49:25.035 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install python3-cephfs 2024-04-07T20:49:25.652 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:02:20 ago on Sun 07 Apr 2024 08:47:05 PM UTC. 2024-04-07T20:49:25.943 INFO:teuthology.orchestra.run.smithi181.stderr:Modular dependency problems: 2024-04-07T20:49:25.944 INFO:teuthology.orchestra.run.smithi181.stderr: 2024-04-07T20:49:25.944 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 1: conflicting requests 2024-04-07T20:49:25.944 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.944 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 2: conflicting requests 2024-04-07T20:49:25.944 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.944 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 3: conflicting requests 2024-04-07T20:49:25.944 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.944 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 4: conflicting requests 2024-04-07T20:49:25.944 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.944 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 5: conflicting requests 2024-04-07T20:49:25.944 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.944 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 6: conflicting requests 2024-04-07T20:49:25.944 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.944 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 7: conflicting requests 2024-04-07T20:49:25.944 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.945 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 8: conflicting requests 2024-04-07T20:49:25.945 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.945 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 9: conflicting requests 2024-04-07T20:49:25.945 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.945 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 10: conflicting requests 2024-04-07T20:49:25.945 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.945 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 11: conflicting requests 2024-04-07T20:49:25.945 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.945 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 12: conflicting requests 2024-04-07T20:49:25.945 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.945 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 13: conflicting requests 2024-04-07T20:49:25.945 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.945 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 14: conflicting requests 2024-04-07T20:49:25.945 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.946 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 15: conflicting requests 2024-04-07T20:49:25.946 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.946 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 16: conflicting requests 2024-04-07T20:49:25.946 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.946 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 17: conflicting requests 2024-04-07T20:49:25.946 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.946 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 18: conflicting requests 2024-04-07T20:49:25.946 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.946 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 19: conflicting requests 2024-04-07T20:49:25.946 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.946 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 20: conflicting requests 2024-04-07T20:49:25.946 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.946 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 21: conflicting requests 2024-04-07T20:49:25.946 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.947 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 22: conflicting requests 2024-04-07T20:49:25.947 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.947 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 23: conflicting requests 2024-04-07T20:49:25.947 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.947 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 24: conflicting requests 2024-04-07T20:49:25.947 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.947 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 25: conflicting requests 2024-04-07T20:49:25.947 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.947 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 26: conflicting requests 2024-04-07T20:49:25.947 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.947 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 27: conflicting requests 2024-04-07T20:49:25.947 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.947 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 28: conflicting requests 2024-04-07T20:49:25.947 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.947 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 29: conflicting requests 2024-04-07T20:49:25.948 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.948 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 30: conflicting requests 2024-04-07T20:49:25.948 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.948 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 31: conflicting requests 2024-04-07T20:49:25.948 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.948 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 32: conflicting requests 2024-04-07T20:49:25.948 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.948 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 33: conflicting requests 2024-04-07T20:49:25.948 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.948 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 34: conflicting requests 2024-04-07T20:49:25.948 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.948 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 35: conflicting requests 2024-04-07T20:49:25.948 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.948 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 36: conflicting requests 2024-04-07T20:49:25.948 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.949 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 37: conflicting requests 2024-04-07T20:49:25.949 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.949 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.949 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.949 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:49:25.949 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.949 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.949 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.949 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.949 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 39: conflicting requests 2024-04-07T20:49:25.949 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.949 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.949 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.949 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.950 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.950 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.950 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:49:25.950 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.950 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.950 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.950 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.950 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:49:25.950 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.950 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.950 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.950 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.950 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:49:25.950 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.950 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.951 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.951 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.951 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:49:25.951 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.951 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.951 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.951 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.951 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:49:25.951 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.951 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.951 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.951 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.951 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:49:25.951 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.952 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.952 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.952 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:49:25.952 INFO:teuthology.orchestra.run.smithi181.stdout:Package python3-cephfs-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T20:49:26.011 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-04-07T20:49:26.013 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2024-04-07T20:49:26.013 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-04-07T20:49:26.090 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install python3-rbd 2024-04-07T20:49:26.689 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:02:21 ago on Sun 07 Apr 2024 08:47:05 PM UTC. 2024-04-07T20:49:26.978 INFO:teuthology.orchestra.run.smithi181.stderr:Modular dependency problems: 2024-04-07T20:49:26.978 INFO:teuthology.orchestra.run.smithi181.stderr: 2024-04-07T20:49:26.978 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 1: conflicting requests 2024-04-07T20:49:26.978 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.978 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 2: conflicting requests 2024-04-07T20:49:26.978 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.978 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 3: conflicting requests 2024-04-07T20:49:26.978 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.979 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 4: conflicting requests 2024-04-07T20:49:26.979 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.979 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 5: conflicting requests 2024-04-07T20:49:26.979 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.979 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 6: conflicting requests 2024-04-07T20:49:26.979 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.979 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 7: conflicting requests 2024-04-07T20:49:26.979 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.979 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 8: conflicting requests 2024-04-07T20:49:26.979 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.979 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 9: conflicting requests 2024-04-07T20:49:26.979 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.979 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 10: conflicting requests 2024-04-07T20:49:26.979 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.980 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 11: conflicting requests 2024-04-07T20:49:26.980 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.980 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 12: conflicting requests 2024-04-07T20:49:26.980 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.980 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 13: conflicting requests 2024-04-07T20:49:26.980 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.980 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 14: conflicting requests 2024-04-07T20:49:26.980 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.980 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 15: conflicting requests 2024-04-07T20:49:26.980 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.980 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 16: conflicting requests 2024-04-07T20:49:26.980 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.980 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 17: conflicting requests 2024-04-07T20:49:26.980 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.981 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 18: conflicting requests 2024-04-07T20:49:26.981 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.981 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 19: conflicting requests 2024-04-07T20:49:26.981 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.981 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 20: conflicting requests 2024-04-07T20:49:26.981 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.981 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 21: conflicting requests 2024-04-07T20:49:26.981 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.981 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 22: conflicting requests 2024-04-07T20:49:26.981 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.981 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 23: conflicting requests 2024-04-07T20:49:26.981 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.981 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 24: conflicting requests 2024-04-07T20:49:26.981 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.981 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 25: conflicting requests 2024-04-07T20:49:26.982 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.982 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 26: conflicting requests 2024-04-07T20:49:26.982 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.982 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 27: conflicting requests 2024-04-07T20:49:26.982 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.982 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 28: conflicting requests 2024-04-07T20:49:26.982 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.982 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 29: conflicting requests 2024-04-07T20:49:26.982 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.982 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 30: conflicting requests 2024-04-07T20:49:26.982 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.982 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 31: conflicting requests 2024-04-07T20:49:26.982 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.982 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 32: conflicting requests 2024-04-07T20:49:26.982 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.983 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 33: conflicting requests 2024-04-07T20:49:26.983 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.983 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 34: conflicting requests 2024-04-07T20:49:26.983 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.983 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 35: conflicting requests 2024-04-07T20:49:26.983 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.983 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 36: conflicting requests 2024-04-07T20:49:26.983 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.983 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 37: conflicting requests 2024-04-07T20:49:26.983 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.983 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.983 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.983 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:49:26.983 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.983 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.984 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.984 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.984 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 39: conflicting requests 2024-04-07T20:49:26.984 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.984 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.984 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.984 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.984 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.984 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.984 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:49:26.984 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.984 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.984 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.984 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.984 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:49:26.985 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.985 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.985 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.985 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.985 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:49:26.985 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.985 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.985 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.985 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.985 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:49:26.985 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.985 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.985 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.985 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.986 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:49:26.986 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.986 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.986 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.986 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.986 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:49:26.986 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.986 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.986 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.986 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:49:26.986 INFO:teuthology.orchestra.run.smithi181.stdout:Package python3-rbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T20:49:27.046 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-04-07T20:49:27.048 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2024-04-07T20:49:27.048 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-04-07T20:49:27.121 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install rbd-fuse 2024-04-07T20:49:27.718 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:02:22 ago on Sun 07 Apr 2024 08:47:05 PM UTC. 2024-04-07T20:49:28.004 INFO:teuthology.orchestra.run.smithi181.stderr:Modular dependency problems: 2024-04-07T20:49:28.004 INFO:teuthology.orchestra.run.smithi181.stderr: 2024-04-07T20:49:28.004 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 1: conflicting requests 2024-04-07T20:49:28.004 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.004 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 2: conflicting requests 2024-04-07T20:49:28.004 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.004 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 3: conflicting requests 2024-04-07T20:49:28.004 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.004 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 4: conflicting requests 2024-04-07T20:49:28.004 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.005 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 5: conflicting requests 2024-04-07T20:49:28.005 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.005 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 6: conflicting requests 2024-04-07T20:49:28.005 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.005 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 7: conflicting requests 2024-04-07T20:49:28.005 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.005 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 8: conflicting requests 2024-04-07T20:49:28.005 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.005 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 9: conflicting requests 2024-04-07T20:49:28.005 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.005 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 10: conflicting requests 2024-04-07T20:49:28.005 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.005 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 11: conflicting requests 2024-04-07T20:49:28.005 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.006 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 12: conflicting requests 2024-04-07T20:49:28.006 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.006 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 13: conflicting requests 2024-04-07T20:49:28.006 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.006 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 14: conflicting requests 2024-04-07T20:49:28.006 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.006 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 15: conflicting requests 2024-04-07T20:49:28.006 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.006 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 16: conflicting requests 2024-04-07T20:49:28.006 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.006 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 17: conflicting requests 2024-04-07T20:49:28.006 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.006 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 18: conflicting requests 2024-04-07T20:49:28.006 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.007 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 19: conflicting requests 2024-04-07T20:49:28.007 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.007 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 20: conflicting requests 2024-04-07T20:49:28.007 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.007 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 21: conflicting requests 2024-04-07T20:49:28.007 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.007 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 22: conflicting requests 2024-04-07T20:49:28.007 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.007 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 23: conflicting requests 2024-04-07T20:49:28.007 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.007 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 24: conflicting requests 2024-04-07T20:49:28.007 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.007 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 25: conflicting requests 2024-04-07T20:49:28.007 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.008 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 26: conflicting requests 2024-04-07T20:49:28.008 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.008 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 27: conflicting requests 2024-04-07T20:49:28.008 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.008 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 28: conflicting requests 2024-04-07T20:49:28.008 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.008 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 29: conflicting requests 2024-04-07T20:49:28.008 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.008 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 30: conflicting requests 2024-04-07T20:49:28.008 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.008 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 31: conflicting requests 2024-04-07T20:49:28.008 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.008 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 32: conflicting requests 2024-04-07T20:49:28.008 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.008 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 33: conflicting requests 2024-04-07T20:49:28.009 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.009 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 34: conflicting requests 2024-04-07T20:49:28.009 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.009 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 35: conflicting requests 2024-04-07T20:49:28.009 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.009 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 36: conflicting requests 2024-04-07T20:49:28.009 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.009 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 37: conflicting requests 2024-04-07T20:49:28.009 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.009 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.009 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.009 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:49:28.009 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.009 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.010 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.010 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.010 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 39: conflicting requests 2024-04-07T20:49:28.010 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.010 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.010 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.010 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.010 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.010 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.010 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:49:28.010 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.010 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.010 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.010 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.010 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:49:28.011 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.011 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.011 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.011 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.011 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:49:28.011 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.011 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.011 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.011 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.011 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:49:28.011 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.011 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.011 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.011 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.012 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:49:28.012 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.012 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.012 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.012 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.012 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:49:28.012 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.012 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.012 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.012 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:49:28.071 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-04-07T20:49:28.072 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:49:28.072 INFO:teuthology.orchestra.run.smithi181.stdout: Package Architecture Version Repository Size 2024-04-07T20:49:28.072 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:49:28.072 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-04-07T20:49:28.072 INFO:teuthology.orchestra.run.smithi181.stdout: rbd-fuse x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 85 k 2024-04-07T20:49:28.073 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:49:28.073 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-04-07T20:49:28.073 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:49:28.073 INFO:teuthology.orchestra.run.smithi181.stdout:Install 1 Package 2024-04-07T20:49:28.073 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:49:28.073 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 85 k 2024-04-07T20:49:28.073 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 231 k 2024-04-07T20:49:28.073 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-04-07T20:49:28.359 INFO:teuthology.orchestra.run.smithi181.stdout:rbd-fuse-19.0.0-2578.ge5c885fe.el9.x86_64.rpm 299 kB/s | 85 kB 00:00 2024-04-07T20:49:28.359 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:49:28.360 INFO:teuthology.orchestra.run.smithi181.stdout:Total 297 kB/s | 85 kB 00:00 2024-04-07T20:49:28.360 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-04-07T20:49:28.367 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-04-07T20:49:28.367 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-04-07T20:49:28.426 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-04-07T20:49:28.426 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-04-07T20:49:28.569 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-04-07T20:49:28.673 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : rbd-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T20:49:29.071 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T20:49:29.368 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : rbd-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T20:49:29.368 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:49:29.368 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-04-07T20:49:29.368 INFO:teuthology.orchestra.run.smithi181.stdout: rbd-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:49:29.368 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:49:29.368 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-04-07T20:49:29.616 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install rbd-mirror 2024-04-07T20:49:30.231 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:02:25 ago on Sun 07 Apr 2024 08:47:05 PM UTC. 2024-04-07T20:49:30.525 INFO:teuthology.orchestra.run.smithi181.stderr:Modular dependency problems: 2024-04-07T20:49:30.526 INFO:teuthology.orchestra.run.smithi181.stderr: 2024-04-07T20:49:30.526 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 1: conflicting requests 2024-04-07T20:49:30.526 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.526 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 2: conflicting requests 2024-04-07T20:49:30.526 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.526 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 3: conflicting requests 2024-04-07T20:49:30.526 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.526 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 4: conflicting requests 2024-04-07T20:49:30.526 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.526 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 5: conflicting requests 2024-04-07T20:49:30.526 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.526 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 6: conflicting requests 2024-04-07T20:49:30.527 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.527 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 7: conflicting requests 2024-04-07T20:49:30.527 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.527 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 8: conflicting requests 2024-04-07T20:49:30.527 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.527 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 9: conflicting requests 2024-04-07T20:49:30.527 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.527 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 10: conflicting requests 2024-04-07T20:49:30.527 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.527 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 11: conflicting requests 2024-04-07T20:49:30.527 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.527 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 12: conflicting requests 2024-04-07T20:49:30.527 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.528 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 13: conflicting requests 2024-04-07T20:49:30.528 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.528 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 14: conflicting requests 2024-04-07T20:49:30.528 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.528 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 15: conflicting requests 2024-04-07T20:49:30.528 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.528 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 16: conflicting requests 2024-04-07T20:49:30.528 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.528 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 17: conflicting requests 2024-04-07T20:49:30.528 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.528 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 18: conflicting requests 2024-04-07T20:49:30.528 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.528 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 19: conflicting requests 2024-04-07T20:49:30.528 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.529 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 20: conflicting requests 2024-04-07T20:49:30.529 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.529 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 21: conflicting requests 2024-04-07T20:49:30.529 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.529 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 22: conflicting requests 2024-04-07T20:49:30.529 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.529 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 23: conflicting requests 2024-04-07T20:49:30.529 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.529 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 24: conflicting requests 2024-04-07T20:49:30.529 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.529 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 25: conflicting requests 2024-04-07T20:49:30.529 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.529 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 26: conflicting requests 2024-04-07T20:49:30.529 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.529 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 27: conflicting requests 2024-04-07T20:49:30.530 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.530 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 28: conflicting requests 2024-04-07T20:49:30.530 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.530 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 29: conflicting requests 2024-04-07T20:49:30.530 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.530 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 30: conflicting requests 2024-04-07T20:49:30.530 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.530 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 31: conflicting requests 2024-04-07T20:49:30.530 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.530 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 32: conflicting requests 2024-04-07T20:49:30.530 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.530 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 33: conflicting requests 2024-04-07T20:49:30.530 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.530 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 34: conflicting requests 2024-04-07T20:49:30.530 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.531 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 35: conflicting requests 2024-04-07T20:49:30.531 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.531 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 36: conflicting requests 2024-04-07T20:49:30.531 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.531 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 37: conflicting requests 2024-04-07T20:49:30.531 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.531 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.531 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.531 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:49:30.531 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.531 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.531 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.531 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.531 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 39: conflicting requests 2024-04-07T20:49:30.531 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.532 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.532 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.532 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.532 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.532 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.532 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:49:30.532 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.532 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.532 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.532 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.532 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:49:30.532 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.532 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.532 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.533 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.533 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:49:30.533 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.533 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.533 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.533 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.533 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:49:30.533 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.533 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.533 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.533 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.533 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:49:30.533 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.534 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.534 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.534 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.534 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:49:30.534 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.534 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.534 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.534 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:49:30.594 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-04-07T20:49:30.595 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:49:30.595 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repo Size 2024-04-07T20:49:30.595 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:49:30.595 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-04-07T20:49:30.595 INFO:teuthology.orchestra.run.smithi181.stdout: rbd-mirror x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 3.1 M 2024-04-07T20:49:30.595 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:49:30.595 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-04-07T20:49:30.595 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:49:30.595 INFO:teuthology.orchestra.run.smithi181.stdout:Install 1 Package 2024-04-07T20:49:30.595 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:49:30.596 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 3.1 M 2024-04-07T20:49:30.596 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 13 M 2024-04-07T20:49:30.596 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-04-07T20:49:30.995 INFO:teuthology.orchestra.run.smithi181.stdout:rbd-mirror-19.0.0-2578.ge5c885fe.el9.x86_64.rpm 7.7 MB/s | 3.1 MB 00:00 2024-04-07T20:49:30.996 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:49:30.996 INFO:teuthology.orchestra.run.smithi181.stdout:Total 7.7 MB/s | 3.1 MB 00:00 2024-04-07T20:49:30.996 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-04-07T20:49:31.005 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-04-07T20:49:31.005 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-04-07T20:49:31.083 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-04-07T20:49:31.084 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-04-07T20:49:31.524 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-04-07T20:49:31.587 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : rbd-mirror-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T20:49:31.612 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T20:49:31.612 INFO:teuthology.orchestra.run.smithi181.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T20:49:31.612 INFO:teuthology.orchestra.run.smithi181.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-07T20:49:31.612 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-07T20:49:31.612 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-07T20:49:31.613 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:49:32.775 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : rbd-mirror-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T20:49:32.775 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:49:32.776 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-04-07T20:49:32.776 INFO:teuthology.orchestra.run.smithi181.stdout: rbd-mirror-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:49:32.776 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:49:32.776 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-04-07T20:49:33.035 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install rbd-nbd 2024-04-07T20:49:33.643 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:02:28 ago on Sun 07 Apr 2024 08:47:05 PM UTC. 2024-04-07T20:49:33.931 INFO:teuthology.orchestra.run.smithi181.stderr:Modular dependency problems: 2024-04-07T20:49:33.931 INFO:teuthology.orchestra.run.smithi181.stderr: 2024-04-07T20:49:33.932 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 1: conflicting requests 2024-04-07T20:49:33.932 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.932 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 2: conflicting requests 2024-04-07T20:49:33.932 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.932 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 3: conflicting requests 2024-04-07T20:49:33.932 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.932 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 4: conflicting requests 2024-04-07T20:49:33.932 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.932 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 5: conflicting requests 2024-04-07T20:49:33.932 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.932 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 6: conflicting requests 2024-04-07T20:49:33.932 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.932 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 7: conflicting requests 2024-04-07T20:49:33.932 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.933 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 8: conflicting requests 2024-04-07T20:49:33.933 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.933 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 9: conflicting requests 2024-04-07T20:49:33.933 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.933 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 10: conflicting requests 2024-04-07T20:49:33.933 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.933 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 11: conflicting requests 2024-04-07T20:49:33.933 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.933 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 12: conflicting requests 2024-04-07T20:49:33.933 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.933 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 13: conflicting requests 2024-04-07T20:49:33.933 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.934 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 14: conflicting requests 2024-04-07T20:49:33.934 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.934 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 15: conflicting requests 2024-04-07T20:49:33.934 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.934 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 16: conflicting requests 2024-04-07T20:49:33.934 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.934 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 17: conflicting requests 2024-04-07T20:49:33.934 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.934 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 18: conflicting requests 2024-04-07T20:49:33.934 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.934 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 19: conflicting requests 2024-04-07T20:49:33.934 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.935 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 20: conflicting requests 2024-04-07T20:49:33.935 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.935 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 21: conflicting requests 2024-04-07T20:49:33.935 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.935 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 22: conflicting requests 2024-04-07T20:49:33.935 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.935 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 23: conflicting requests 2024-04-07T20:49:33.935 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.935 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 24: conflicting requests 2024-04-07T20:49:33.935 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.935 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 25: conflicting requests 2024-04-07T20:49:33.935 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.936 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 26: conflicting requests 2024-04-07T20:49:33.936 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.936 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 27: conflicting requests 2024-04-07T20:49:33.936 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.936 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 28: conflicting requests 2024-04-07T20:49:33.936 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.936 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 29: conflicting requests 2024-04-07T20:49:33.936 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.936 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 30: conflicting requests 2024-04-07T20:49:33.936 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.936 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 31: conflicting requests 2024-04-07T20:49:33.936 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.936 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 32: conflicting requests 2024-04-07T20:49:33.937 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.937 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 33: conflicting requests 2024-04-07T20:49:33.937 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.937 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 34: conflicting requests 2024-04-07T20:49:33.937 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.937 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 35: conflicting requests 2024-04-07T20:49:33.937 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.937 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 36: conflicting requests 2024-04-07T20:49:33.937 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.937 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 37: conflicting requests 2024-04-07T20:49:33.937 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.937 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.937 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.937 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T20:49:33.937 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.938 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.938 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.938 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.938 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 39: conflicting requests 2024-04-07T20:49:33.938 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.938 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.938 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.938 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.938 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.938 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.938 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T20:49:33.938 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.938 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.938 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.939 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.939 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T20:49:33.939 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.939 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.939 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.939 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.939 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T20:49:33.939 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.939 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.939 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.939 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.939 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T20:49:33.939 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.939 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.940 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.940 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.940 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T20:49:33.940 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.940 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.940 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.940 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.940 INFO:teuthology.orchestra.run.smithi181.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T20:49:33.940 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.940 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.940 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.940 INFO:teuthology.orchestra.run.smithi181.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T20:49:33.998 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-04-07T20:49:33.999 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:49:33.999 INFO:teuthology.orchestra.run.smithi181.stdout: Package Architecture Version Repository Size 2024-04-07T20:49:33.999 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:49:33.999 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-04-07T20:49:33.999 INFO:teuthology.orchestra.run.smithi181.stdout: rbd-nbd x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 171 k 2024-04-07T20:49:33.999 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:49:33.999 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-04-07T20:49:33.999 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-04-07T20:49:33.999 INFO:teuthology.orchestra.run.smithi181.stdout:Install 1 Package 2024-04-07T20:49:33.999 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:49:34.000 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 171 k 2024-04-07T20:49:34.000 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 494 k 2024-04-07T20:49:34.000 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-04-07T20:49:34.348 INFO:teuthology.orchestra.run.smithi181.stdout:rbd-nbd-19.0.0-2578.ge5c885fe.el9.x86_64.rpm 490 kB/s | 171 kB 00:00 2024-04-07T20:49:34.349 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:49:34.349 INFO:teuthology.orchestra.run.smithi181.stdout:Total 488 kB/s | 171 kB 00:00 2024-04-07T20:49:34.349 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-04-07T20:49:34.357 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-04-07T20:49:34.357 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-04-07T20:49:34.416 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-04-07T20:49:34.417 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-04-07T20:49:34.570 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-04-07T20:49:34.664 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : rbd-nbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T20:49:35.135 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T20:49:35.430 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : rbd-nbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T20:49:35.430 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:49:35.430 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-04-07T20:49:35.431 INFO:teuthology.orchestra.run.smithi181.stdout: rbd-nbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T20:49:35.431 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-04-07T20:49:35.431 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-04-07T20:49:35.711 DEBUG:teuthology.parallel:result is None 2024-04-07T20:49:35.712 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e5c885fe95ee982ff7b45214daa61b1a6d09d57d 2024-04-07T20:49:35.933 DEBUG:teuthology.orchestra.run.smithi136:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-07T20:49:35.958 INFO:teuthology.orchestra.run.smithi136.stdout:19.0.0-2578.ge5c885fe.el9 2024-04-07T20:49:35.958 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2578.ge5c885fe.el9 2024-04-07T20:49:35.959 INFO:teuthology.task.install:The correct ceph version 19.0.0-2578.ge5c885fe is installed. 2024-04-07T20:49:35.961 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e5c885fe95ee982ff7b45214daa61b1a6d09d57d 2024-04-07T20:49:36.104 DEBUG:teuthology.orchestra.run.smithi181:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-07T20:49:36.125 INFO:teuthology.orchestra.run.smithi181.stdout:19.0.0-2578.ge5c885fe.el9 2024-04-07T20:49:36.125 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2578.ge5c885fe.el9 2024-04-07T20:49:36.125 INFO:teuthology.task.install:The correct ceph version 19.0.0-2578.ge5c885fe is installed. 2024-04-07T20:49:36.126 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e5c885fe95ee982ff7b45214daa61b1a6d09d57d 2024-04-07T20:49:36.340 DEBUG:teuthology.orchestra.run.smithi203:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-07T20:49:36.364 INFO:teuthology.orchestra.run.smithi203.stdout:19.0.0-2578.ge5c885fe.el9 2024-04-07T20:49:36.365 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2578.ge5c885fe.el9 2024-04-07T20:49:36.365 INFO:teuthology.task.install:The correct ceph version 19.0.0-2578.ge5c885fe is installed. 2024-04-07T20:49:36.366 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-07T20:49:36.367 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-04-07T20:49:36.367 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-07T20:49:36.399 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2024-04-07T20:49:36.399 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-07T20:49:36.427 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2024-04-07T20:49:36.427 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-07T20:49:36.460 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-07T20:49:36.460 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-04-07T20:49:36.460 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/usr/bin/daemon-helper 2024-04-07T20:49:36.491 DEBUG:teuthology.orchestra.run.smithi136:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-07T20:49:36.576 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2024-04-07T20:49:36.576 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/usr/bin/daemon-helper 2024-04-07T20:49:36.603 DEBUG:teuthology.orchestra.run.smithi181:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-07T20:49:36.670 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2024-04-07T20:49:36.670 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/usr/bin/daemon-helper 2024-04-07T20:49:36.701 DEBUG:teuthology.orchestra.run.smithi203:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-07T20:49:36.772 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-07T20:49:36.772 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-04-07T20:49:36.772 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-07T20:49:36.799 DEBUG:teuthology.orchestra.run.smithi136:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-07T20:49:36.867 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2024-04-07T20:49:36.867 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-07T20:49:36.894 DEBUG:teuthology.orchestra.run.smithi181:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-07T20:49:36.960 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2024-04-07T20:49:36.961 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-07T20:49:36.988 DEBUG:teuthology.orchestra.run.smithi203:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-07T20:49:37.055 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-07T20:49:37.056 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-04-07T20:49:37.056 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/usr/bin/stdin-killer 2024-04-07T20:49:37.083 DEBUG:teuthology.orchestra.run.smithi136:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-07T20:49:37.150 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2024-04-07T20:49:37.150 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/usr/bin/stdin-killer 2024-04-07T20:49:37.177 DEBUG:teuthology.orchestra.run.smithi181:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-07T20:49:37.243 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2024-04-07T20:49:37.243 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/usr/bin/stdin-killer 2024-04-07T20:49:37.270 DEBUG:teuthology.orchestra.run.smithi203:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-07T20:49:37.337 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-07T20:49:37.433 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'POOL_APP_NOT_ENABLED'], 'sha1': 'e5c885fe95ee982ff7b45214daa61b1a6d09d57d'} 2024-04-07T20:49:37.433 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d 2024-04-07T20:49:37.433 INFO:tasks.cephadm:Cluster fsid is 58e6b078-f520-11ee-b649-cb9ed24678a4 2024-04-07T20:49:37.433 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-07T20:49:37.434 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.136', 'mon.b': '172.21.15.181', 'mon.c': '172.21.15.203'} 2024-04-07T20:49:37.434 INFO:tasks.cephadm:First mon is mon.a on smithi136 2024-04-07T20:49:37.434 INFO:tasks.cephadm:First mgr is a 2024-04-07T20:49:37.434 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-07T20:49:37.434 DEBUG:teuthology.orchestra.run.smithi136:> sudo hostname $(hostname -s) 2024-04-07T20:49:37.461 DEBUG:teuthology.orchestra.run.smithi181:> sudo hostname $(hostname -s) 2024-04-07T20:49:37.489 DEBUG:teuthology.orchestra.run.smithi203:> sudo hostname $(hostname -s) 2024-04-07T20:49:37.517 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-07T20:49:37.517 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e5c885fe95ee982ff7b45214daa61b1a6d09d57d 2024-04-07T20:49:37.735 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'e5c885fe95ee982ff7b45214daa61b1a6d09d57d', '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/54784/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2578-ge5c885fe', 'node_name': '172.21.5.36+adami06', '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-2578.ge5c885fe'}, 'url': 'https://1.chacra.ceph.com/r/ceph/main/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-04-01 21:29:58.884301', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'main', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/main/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}, {'status': 'ready', 'sha1': 'e5c885fe95ee982ff7b45214daa61b1a6d09d57d', '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/54782/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2578-ge5c885fe', 'node_name': '172.21.5.34+adami04', '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-2578.ge5c885fe'}, 'url': 'https://2.chacra.ceph.com/r/ceph/main/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-04-01 17:45:20.920598', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'main', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/main/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-04-07T20:49:38.032 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref main, sha1 e5c885fe95ee982ff7b45214daa61b1a6d09d57d from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=e5c885fe95ee982ff7b45214daa61b1a6d09d57d 2024-04-07T20:49:38.033 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/main/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/centos/9/x86_64/flavors/default/cephadm 2024-04-07T20:49:38.033 DEBUG:teuthology.orchestra.run.smithi136:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/main/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-07T20:49:38.508 INFO:teuthology.orchestra.run.smithi136.stdout:-rw-r--r--. 1 ubuntu ubuntu 781283 Apr 7 20:49 /home/ubuntu/cephtest/cephadm 2024-04-07T20:49:38.508 DEBUG:teuthology.orchestra.run.smithi181:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/main/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-07T20:49:38.977 INFO:teuthology.orchestra.run.smithi181.stdout:-rw-r--r--. 1 ubuntu ubuntu 781283 Apr 7 20:49 /home/ubuntu/cephtest/cephadm 2024-04-07T20:49:38.978 DEBUG:teuthology.orchestra.run.smithi203:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/main/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-07T20:49:39.693 INFO:teuthology.orchestra.run.smithi203.stdout:-rw-r--r--. 1 ubuntu ubuntu 781283 Apr 7 20:49 /home/ubuntu/cephtest/cephadm 2024-04-07T20:49:39.694 DEBUG:teuthology.orchestra.run.smithi136:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-07T20:49:39.713 DEBUG:teuthology.orchestra.run.smithi181:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-07T20:49:39.731 DEBUG:teuthology.orchestra.run.smithi203:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-07T20:49:39.761 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d on all hosts... 2024-04-07T20:49:39.761 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d pull 2024-04-07T20:49:39.763 DEBUG:teuthology.orchestra.run.smithi181:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d pull 2024-04-07T20:49:39.774 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d pull 2024-04-07T20:49:40.627 INFO:teuthology.orchestra.run.smithi203.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d... 2024-04-07T20:49:40.654 INFO:teuthology.orchestra.run.smithi136.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d... 2024-04-07T20:49:40.659 INFO:teuthology.orchestra.run.smithi181.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d... 2024-04-07T20:50:09.303 INFO:teuthology.orchestra.run.smithi136.stdout:{ 2024-04-07T20:50:09.304 INFO:teuthology.orchestra.run.smithi136.stdout: "ceph_version": "ceph version 19.0.0-2578-ge5c885fe (e5c885fe95ee982ff7b45214daa61b1a6d09d57d) squid (dev)", 2024-04-07T20:50:09.304 INFO:teuthology.orchestra.run.smithi136.stdout: "image_id": "fe467d9065a1c6ff757668cf0f97eb2a00e56f51271fffd4b076c4d1580a91ce", 2024-04-07T20:50:09.304 INFO:teuthology.orchestra.run.smithi136.stdout: "repo_digests": [ 2024-04-07T20:50:09.304 INFO:teuthology.orchestra.run.smithi136.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:72637ed65c3eacb208a01eb8fcf572a65857060627154597bacdb87f092e5fe1" 2024-04-07T20:50:09.304 INFO:teuthology.orchestra.run.smithi136.stdout: ] 2024-04-07T20:50:09.304 INFO:teuthology.orchestra.run.smithi136.stdout:} 2024-04-07T20:50:26.357 INFO:teuthology.orchestra.run.smithi181.stdout:{ 2024-04-07T20:50:26.357 INFO:teuthology.orchestra.run.smithi181.stdout: "ceph_version": "ceph version 19.0.0-2578-ge5c885fe (e5c885fe95ee982ff7b45214daa61b1a6d09d57d) squid (dev)", 2024-04-07T20:50:26.357 INFO:teuthology.orchestra.run.smithi181.stdout: "image_id": "fe467d9065a1c6ff757668cf0f97eb2a00e56f51271fffd4b076c4d1580a91ce", 2024-04-07T20:50:26.357 INFO:teuthology.orchestra.run.smithi181.stdout: "repo_digests": [ 2024-04-07T20:50:26.357 INFO:teuthology.orchestra.run.smithi181.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:72637ed65c3eacb208a01eb8fcf572a65857060627154597bacdb87f092e5fe1" 2024-04-07T20:50:26.357 INFO:teuthology.orchestra.run.smithi181.stdout: ] 2024-04-07T20:50:26.358 INFO:teuthology.orchestra.run.smithi181.stdout:} 2024-04-07T20:50:27.541 INFO:teuthology.orchestra.run.smithi203.stdout:{ 2024-04-07T20:50:27.541 INFO:teuthology.orchestra.run.smithi203.stdout: "ceph_version": "ceph version 19.0.0-2578-ge5c885fe (e5c885fe95ee982ff7b45214daa61b1a6d09d57d) squid (dev)", 2024-04-07T20:50:27.542 INFO:teuthology.orchestra.run.smithi203.stdout: "image_id": "fe467d9065a1c6ff757668cf0f97eb2a00e56f51271fffd4b076c4d1580a91ce", 2024-04-07T20:50:27.542 INFO:teuthology.orchestra.run.smithi203.stdout: "repo_digests": [ 2024-04-07T20:50:27.542 INFO:teuthology.orchestra.run.smithi203.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:72637ed65c3eacb208a01eb8fcf572a65857060627154597bacdb87f092e5fe1" 2024-04-07T20:50:27.542 INFO:teuthology.orchestra.run.smithi203.stdout: ] 2024-04-07T20:50:27.542 INFO:teuthology.orchestra.run.smithi203.stdout:} 2024-04-07T20:50:27.565 DEBUG:teuthology.orchestra.run.smithi136:> sudo mkdir -p /etc/ceph 2024-04-07T20:50:27.600 DEBUG:teuthology.orchestra.run.smithi181:> sudo mkdir -p /etc/ceph 2024-04-07T20:50:27.635 DEBUG:teuthology.orchestra.run.smithi203:> sudo mkdir -p /etc/ceph 2024-04-07T20:50:27.665 DEBUG:teuthology.orchestra.run.smithi136:> sudo chmod 777 /etc/ceph 2024-04-07T20:50:27.695 DEBUG:teuthology.orchestra.run.smithi181:> sudo chmod 777 /etc/ceph 2024-04-07T20:50:27.725 DEBUG:teuthology.orchestra.run.smithi203:> sudo chmod 777 /etc/ceph 2024-04-07T20:50:27.751 INFO:tasks.cephadm:Writing seed config... 2024-04-07T20:50:27.752 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-04-07T20:50:27.752 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-07T20:50:27.752 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-07T20:50:27.753 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-04-07T20:50:27.753 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-07T20:50:27.753 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-07T20:50:27.753 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-07T20:50:27.753 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-07T20:50:27.753 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-07T20:50:27.753 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-04-07T20:50:27.754 DEBUG:teuthology.orchestra.run.smithi136:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-07T20:50:27.771 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 58e6b078-f520-11ee-b649-cb9ed24678a4 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = False [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-04-07T20:50:27.771 DEBUG:teuthology.orchestra.run.smithi136:mon.a> sudo journalctl -f -n 0 -u ceph-58e6b078-f520-11ee-b649-cb9ed24678a4@mon.a.service 2024-04-07T20:50:27.814 DEBUG:teuthology.orchestra.run.smithi136:mgr.a> sudo journalctl -f -n 0 -u ceph-58e6b078-f520-11ee-b649-cb9ed24678a4@mgr.a.service 2024-04-07T20:50:27.857 INFO:tasks.cephadm:Bootstrapping... 2024-04-07T20:50:27.857 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d -v bootstrap --fsid 58e6b078-f520-11ee-b649-cb9ed24678a4 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.136 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-07T20:50:28.056 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:50:28.056 INFO:teuthology.orchestra.run.smithi136.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d', '-v', 'bootstrap', '--fsid', '58e6b078-f520-11ee-b649-cb9ed24678a4', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.136', '--skip-admin-label'] 2024-04-07T20:50:28.056 INFO:teuthology.orchestra.run.smithi136.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-07T20:50:28.056 INFO:teuthology.orchestra.run.smithi136.stdout:Verifying podman|docker is present... 2024-04-07T20:50:28.081 INFO:teuthology.orchestra.run.smithi136.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-07T20:50:28.081 INFO:teuthology.orchestra.run.smithi136.stdout:Verifying lvm2 is present... 2024-04-07T20:50:28.081 INFO:teuthology.orchestra.run.smithi136.stdout:Verifying time synchronization is in place... 2024-04-07T20:50:28.088 INFO:teuthology.orchestra.run.smithi136.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-07T20:50:28.089 INFO:teuthology.orchestra.run.smithi136.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-07T20:50:28.094 INFO:teuthology.orchestra.run.smithi136.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-07T20:50:28.095 INFO:teuthology.orchestra.run.smithi136.stdout:systemctl: stdout inactive 2024-04-07T20:50:28.101 INFO:teuthology.orchestra.run.smithi136.stdout:systemctl: stdout enabled 2024-04-07T20:50:28.107 INFO:teuthology.orchestra.run.smithi136.stdout:systemctl: stdout active 2024-04-07T20:50:28.107 INFO:teuthology.orchestra.run.smithi136.stdout:Unit chronyd.service is enabled and running 2024-04-07T20:50:28.107 INFO:teuthology.orchestra.run.smithi136.stdout:Repeating the final host check... 2024-04-07T20:50:28.130 INFO:teuthology.orchestra.run.smithi136.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-07T20:50:28.130 INFO:teuthology.orchestra.run.smithi136.stdout:podman (/bin/podman) version 4.9.4 is present 2024-04-07T20:50:28.130 INFO:teuthology.orchestra.run.smithi136.stdout:systemctl is present 2024-04-07T20:50:28.130 INFO:teuthology.orchestra.run.smithi136.stdout:lvcreate is present 2024-04-07T20:50:28.136 INFO:teuthology.orchestra.run.smithi136.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-07T20:50:28.136 INFO:teuthology.orchestra.run.smithi136.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-07T20:50:28.142 INFO:teuthology.orchestra.run.smithi136.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-07T20:50:28.142 INFO:teuthology.orchestra.run.smithi136.stdout:systemctl: stdout inactive 2024-04-07T20:50:28.148 INFO:teuthology.orchestra.run.smithi136.stdout:systemctl: stdout enabled 2024-04-07T20:50:28.154 INFO:teuthology.orchestra.run.smithi136.stdout:systemctl: stdout active 2024-04-07T20:50:28.154 INFO:teuthology.orchestra.run.smithi136.stdout:Unit chronyd.service is enabled and running 2024-04-07T20:50:28.155 INFO:teuthology.orchestra.run.smithi136.stdout:Host looks OK 2024-04-07T20:50:28.155 INFO:teuthology.orchestra.run.smithi136.stdout:Cluster fsid: 58e6b078-f520-11ee-b649-cb9ed24678a4 2024-04-07T20:50:28.155 INFO:teuthology.orchestra.run.smithi136.stdout:Acquiring lock 140327909425840 on /run/cephadm/58e6b078-f520-11ee-b649-cb9ed24678a4.lock 2024-04-07T20:50:28.155 INFO:teuthology.orchestra.run.smithi136.stdout:Lock 140327909425840 acquired on /run/cephadm/58e6b078-f520-11ee-b649-cb9ed24678a4.lock 2024-04-07T20:50:28.155 INFO:teuthology.orchestra.run.smithi136.stdout:Verifying IP 172.21.15.136 port 3300 ... 2024-04-07T20:50:28.155 INFO:teuthology.orchestra.run.smithi136.stdout:Verifying IP 172.21.15.136 port 6789 ... 2024-04-07T20:50:28.155 INFO:teuthology.orchestra.run.smithi136.stdout:Base mon IP(s) is [172.21.15.136:3300, 172.21.15.136:6789], mon addrv is [v2:172.21.15.136:3300,v1:172.21.15.136:6789] 2024-04-07T20:50:28.158 INFO:teuthology.orchestra.run.smithi136.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.136 metric 100 2024-04-07T20:50:28.158 INFO:teuthology.orchestra.run.smithi136.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.136 metric 100 2024-04-07T20:50:28.161 INFO:teuthology.orchestra.run.smithi136.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-07T20:50:28.161 INFO:teuthology.orchestra.run.smithi136.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-04-07T20:50:28.161 INFO:teuthology.orchestra.run.smithi136.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1792sec hoplimit 64 pref medium 2024-04-07T20:50:28.164 INFO:teuthology.orchestra.run.smithi136.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-07T20:50:28.164 INFO:teuthology.orchestra.run.smithi136.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-07T20:50:28.164 INFO:teuthology.orchestra.run.smithi136.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-07T20:50:28.164 INFO:teuthology.orchestra.run.smithi136.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-04-07T20:50:28.164 INFO:teuthology.orchestra.run.smithi136.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe88:6e43/64 scope link 2024-04-07T20:50:28.164 INFO:teuthology.orchestra.run.smithi136.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-07T20:50:28.164 INFO:teuthology.orchestra.run.smithi136.stdout:Mon IP `172.21.15.136` is in CIDR network `172.21.0.0/20` 2024-04-07T20:50:28.164 INFO:teuthology.orchestra.run.smithi136.stdout:Mon IP `172.21.15.136` is in CIDR network `172.21.0.0/20` 2024-04-07T20:50:28.164 INFO:teuthology.orchestra.run.smithi136.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-04-07T20:50:28.165 INFO:teuthology.orchestra.run.smithi136.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-07T20:50:28.165 INFO:teuthology.orchestra.run.smithi136.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d... 2024-04-07T20:50:28.618 INFO:teuthology.orchestra.run.smithi136.stdout:/bin/podman: stdout fe467d9065a1c6ff757668cf0f97eb2a00e56f51271fffd4b076c4d1580a91ce 2024-04-07T20:50:28.618 INFO:teuthology.orchestra.run.smithi136.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d... 2024-04-07T20:50:28.618 INFO:teuthology.orchestra.run.smithi136.stdout:/bin/podman: stderr Getting image source signatures 2024-04-07T20:50:28.618 INFO:teuthology.orchestra.run.smithi136.stdout:/bin/podman: stderr Copying blob sha256:11da15500eca1f826c328eb3265caa30b0a3730510e2a32023084d6fe9cee20c 2024-04-07T20:50:28.618 INFO:teuthology.orchestra.run.smithi136.stdout:/bin/podman: stderr Copying blob sha256:782e6bcadc93519e2d08c343133a0b5af6209f666ea103bfa10c8730b0492c89 2024-04-07T20:50:28.618 INFO:teuthology.orchestra.run.smithi136.stdout:/bin/podman: stderr Copying config sha256:fe467d9065a1c6ff757668cf0f97eb2a00e56f51271fffd4b076c4d1580a91ce 2024-04-07T20:50:28.618 INFO:teuthology.orchestra.run.smithi136.stdout:/bin/podman: stderr Writing manifest to image destination 2024-04-07T20:50:29.506 INFO:teuthology.orchestra.run.smithi136.stdout:ceph: stdout ceph version 19.0.0-2578-ge5c885fe (e5c885fe95ee982ff7b45214daa61b1a6d09d57d) squid (dev) 2024-04-07T20:50:29.506 INFO:teuthology.orchestra.run.smithi136.stdout:Ceph version: ceph version 19.0.0-2578-ge5c885fe (e5c885fe95ee982ff7b45214daa61b1a6d09d57d) squid (dev) 2024-04-07T20:50:29.506 INFO:teuthology.orchestra.run.smithi136.stdout:Extracting ceph user uid/gid from container image... 2024-04-07T20:50:30.435 INFO:teuthology.orchestra.run.smithi136.stdout:stat: stdout 167 167 2024-04-07T20:50:30.435 INFO:teuthology.orchestra.run.smithi136.stdout:Creating initial keys... 2024-04-07T20:50:34.965 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph-authtool: stdout AQAWBxNm/mIFMBAAEq8O30RsC51ncDs91wU/CA== 2024-04-07T20:50:41.395 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph-authtool: stdout AQAdBxNmmjApMBAAMxQwT8ilxHOY9H1q4Kb4AA== 2024-04-07T20:50:42.325 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph-authtool: stdout AQAhBxNmaeG4LhAAGJxlyaZ3VDg6KkF44SZhDA== 2024-04-07T20:50:42.325 INFO:teuthology.orchestra.run.smithi136.stdout:Creating initial monmap... 2024-04-07T20:50:43.556 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-07T20:50:43.556 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-07T20:50:43.556 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 58e6b078-f520-11ee-b649-cb9ed24678a4 2024-04-07T20:50:43.556 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-07T20:50:43.556 INFO:teuthology.orchestra.run.smithi136.stdout:monmaptool for a [v2:172.21.15.136:3300,v1:172.21.15.136:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-07T20:50:43.557 INFO:teuthology.orchestra.run.smithi136.stdout:setting min_mon_release = quincy 2024-04-07T20:50:43.557 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/monmaptool: set fsid to 58e6b078-f520-11ee-b649-cb9ed24678a4 2024-04-07T20:50:43.557 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-07T20:50:43.557 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:50:43.557 INFO:teuthology.orchestra.run.smithi136.stdout:Creating mon... 2024-04-07T20:50:44.577 INFO:teuthology.orchestra.run.smithi136.stdout:create mon.a on 2024-04-07T20:50:44.774 INFO:teuthology.orchestra.run.smithi136.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-04-07T20:50:44.908 INFO:teuthology.orchestra.run.smithi136.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-04-07T20:50:45.074 INFO:teuthology.orchestra.run.smithi136.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-58e6b078-f520-11ee-b649-cb9ed24678a4.target → /etc/systemd/system/ceph-58e6b078-f520-11ee-b649-cb9ed24678a4.target. 2024-04-07T20:50:45.074 INFO:teuthology.orchestra.run.smithi136.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-58e6b078-f520-11ee-b649-cb9ed24678a4.target → /etc/systemd/system/ceph-58e6b078-f520-11ee-b649-cb9ed24678a4.target. 2024-04-07T20:50:45.299 INFO:teuthology.orchestra.run.smithi136.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-58e6b078-f520-11ee-b649-cb9ed24678a4@mon.a 2024-04-07T20:50:45.299 INFO:teuthology.orchestra.run.smithi136.stdout:systemctl: stderr Failed to reset failed state of unit ceph-58e6b078-f520-11ee-b649-cb9ed24678a4@mon.a.service: Unit ceph-58e6b078-f520-11ee-b649-cb9ed24678a4@mon.a.service not loaded. 2024-04-07T20:50:45.460 INFO:teuthology.orchestra.run.smithi136.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-58e6b078-f520-11ee-b649-cb9ed24678a4.target.wants/ceph-58e6b078-f520-11ee-b649-cb9ed24678a4@mon.a.service → /etc/systemd/system/ceph-58e6b078-f520-11ee-b649-cb9ed24678a4@.service. 2024-04-07T20:50:46.034 INFO:teuthology.orchestra.run.smithi136.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-07T20:50:46.034 INFO:teuthology.orchestra.run.smithi136.stdout:systemctl: stdout disabled 2024-04-07T20:50:46.040 INFO:teuthology.orchestra.run.smithi136.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-07T20:50:46.041 INFO:teuthology.orchestra.run.smithi136.stdout:systemctl: stdout inactive 2024-04-07T20:50:46.041 INFO:teuthology.orchestra.run.smithi136.stdout:firewalld.service is not enabled 2024-04-07T20:50:46.041 INFO:teuthology.orchestra.run.smithi136.stdout:Not possible to enable service . firewalld.service is not available 2024-04-07T20:50:46.041 INFO:teuthology.orchestra.run.smithi136.stdout:Waiting for mon to start... 2024-04-07T20:50:46.041 INFO:teuthology.orchestra.run.smithi136.stdout:Waiting for mon... 2024-04-07T20:50:47.615 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout cluster: 2024-04-07T20:50:47.615 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout id: 58e6b078-f520-11ee-b649-cb9ed24678a4 2024-04-07T20:50:47.615 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-07T20:50:47.615 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout 2024-04-07T20:50:47.615 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout services: 2024-04-07T20:50:47.615 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.597058s) 2024-04-07T20:50:47.615 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-07T20:50:47.616 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-07T20:50:47.616 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout 2024-04-07T20:50:47.616 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout data: 2024-04-07T20:50:47.616 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-07T20:50:47.616 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-07T20:50:47.616 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-07T20:50:47.616 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout pgs: 2024-04-07T20:50:47.616 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout 2024-04-07T20:50:47.616 INFO:teuthology.orchestra.run.smithi136.stdout:mon is available 2024-04-07T20:50:47.616 INFO:teuthology.orchestra.run.smithi136.stdout:Assimilating anything we can from ceph.conf... 2024-04-07T20:50:48.308 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:48 smithi136 ceph-mon[29928]: from='client.? 172.21.15.136:0/351555566' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-07T20:50:48.711 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout 2024-04-07T20:50:48.711 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout [global] 2024-04-07T20:50:48.711 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout fsid = 58e6b078-f520-11ee-b649-cb9ed24678a4 2024-04-07T20:50:48.712 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.136:3300,v1:172.21.15.136:6789] 2024-04-07T20:50:48.712 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-07T20:50:48.712 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-07T20:50:48.712 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-07T20:50:48.712 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-07T20:50:48.712 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout 2024-04-07T20:50:48.712 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-07T20:50:48.712 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-04-07T20:50:48.712 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-07T20:50:48.712 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout 2024-04-07T20:50:48.712 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout [osd] 2024-04-07T20:50:48.712 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-07T20:50:48.712 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-07T20:50:48.712 INFO:teuthology.orchestra.run.smithi136.stdout:Generating new minimal ceph.conf... 2024-04-07T20:50:49.308 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:49 smithi136 ceph-mon[29928]: from='client.? 172.21.15.136:0/2714589544' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T20:50:49.741 INFO:teuthology.orchestra.run.smithi136.stdout:Restarting the monitor... 2024-04-07T20:50:50.059 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:49 smithi136 systemd[1]: Stopping Ceph mon.a for 58e6b078-f520-11ee-b649-cb9ed24678a4... 2024-04-07T20:50:50.059 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:49 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mon-a[29905]: 2024-04-07T20:50:49.986+0000 7fdec7cd7700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-04-07T20:50:50.059 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:49 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mon-a[29905]: 2024-04-07T20:50:49.986+0000 7fdec7cd7700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-07T20:50:50.508 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:50 smithi136 podman[30250]: 2024-04-07 20:50:50.2327343 +0000 UTC m=+0.330477753 container died a5283e555543b1abffadf16faf1b0775024a1341f3f1e320529747ffca535eae (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d, name=ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mon-a, GIT_CLEAN=True, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=main-e5c885f, maintainer=Guillaume Abrioux , GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.license=GPLv2, org.label-schema.build-date=20240326, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, ceph=True) 2024-04-07T20:50:50.808 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:50 smithi136 podman[30250]: 2024-04-07 20:50:50.600308649 +0000 UTC m=+0.698052088 container cleanup a5283e555543b1abffadf16faf1b0775024a1341f3f1e320529747ffca535eae (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d, name=ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mon-a, CEPH_POINT_RELEASE=, ceph=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.build-date=20240326, io.buildah.version=1.33.5, RELEASE=main-e5c885f, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image) 2024-04-07T20:50:50.808 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:50 smithi136 bash[30250]: ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mon-a 2024-04-07T20:50:51.160 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:50 smithi136 podman[30269]: 2024-04-07 20:50:50.834524455 +0000 UTC m=+0.604697577 container remove a5283e555543b1abffadf16faf1b0775024a1341f3f1e320529747ffca535eae (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d, name=ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mon-a, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, RELEASE=main-e5c885f, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240326, org.label-schema.vendor=CentOS, ceph=True) 2024-04-07T20:50:51.160 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:50 smithi136 systemd[1]: ceph-58e6b078-f520-11ee-b649-cb9ed24678a4@mon.a.service: Deactivated successfully. 2024-04-07T20:50:51.161 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:50 smithi136 systemd[1]: Stopped Ceph mon.a for 58e6b078-f520-11ee-b649-cb9ed24678a4. 2024-04-07T20:50:51.161 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:50 smithi136 systemd[1]: Starting Ceph mon.a for 58e6b078-f520-11ee-b649-cb9ed24678a4... 2024-04-07T20:50:51.415 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 podman[30371]: 2024-04-07 20:50:51.064882933 +0000 UTC m=+0.017621531 image pull fe467d9065a1c6ff757668cf0f97eb2a00e56f51271fffd4b076c4d1580a91ce quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d 2024-04-07T20:50:51.415 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 podman[30371]: 2024-04-07 20:50:51.188093404 +0000 UTC m=+0.140831994 container create 0e8ee30188aa79926be018987f84170c05a30ee8ac3800237641a25081a4a8a8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d, name=ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mon-a, GIT_CLEAN=True, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240326, RELEASE=main-e5c885f, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5) 2024-04-07T20:50:51.415 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 podman[30371]: 2024-04-07 20:50:51.387723917 +0000 UTC m=+0.340462504 container init 0e8ee30188aa79926be018987f84170c05a30ee8ac3800237641a25081a4a8a8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d, name=ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mon-a, RELEASE=main-e5c885f, GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240326, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_BRANCH=HEAD) 2024-04-07T20:50:51.415 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 podman[30371]: 2024-04-07 20:50:51.393598203 +0000 UTC m=+0.346336791 container start 0e8ee30188aa79926be018987f84170c05a30ee8ac3800237641a25081a4a8a8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d, name=ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mon-a, ceph=True, CEPH_POINT_RELEASE=, RELEASE=main-e5c885f, GIT_CLEAN=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240326, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS) 2024-04-07T20:50:51.415 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: set uid:gid to 167:167 (ceph:ceph) 2024-04-07T20:50:51.482 INFO:teuthology.orchestra.run.smithi136.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-04-07T20:50:51.692 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: ceph version 19.0.0-2578-ge5c885fe (e5c885fe95ee982ff7b45214daa61b1a6d09d57d) squid (dev), process ceph-mon, pid 7 2024-04-07T20:50:51.692 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: pidfile_write: ignore empty --pid-file 2024-04-07T20:50:51.692 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: load: jerasure load: lrc 2024-04-07T20:50:51.692 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: RocksDB version: 7.9.2 2024-04-07T20:50:51.692 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Git sha 0 2024-04-07T20:50:51.692 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Compile date 2024-04-01 20:25:56 2024-04-07T20:50:51.692 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: DB SUMMARY 2024-04-07T20:50:51.692 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: DB Session ID: DNSTZYXY5AWMZ3FFHRDL 2024-04-07T20:50:51.692 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: CURRENT file: CURRENT 2024-04-07T20:50:51.693 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: IDENTITY file: IDENTITY 2024-04-07T20:50:51.693 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-07T20:50:51.693 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-04-07T20:50:51.693 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 89127 ; 2024-04-07T20:50:51.693 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.error_if_exists: 0 2024-04-07T20:50:51.693 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.create_if_missing: 0 2024-04-07T20:50:51.693 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.paranoid_checks: 1 2024-04-07T20:50:51.693 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-07T20:50:51.693 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-07T20:50:51.693 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-07T20:50:51.693 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.env: 0x55af46361c60 2024-04-07T20:50:51.693 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.fs: PosixFileSystem 2024-04-07T20:50:51.693 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.info_log: 0x55af48291ae0 2024-04-07T20:50:51.693 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.max_file_opening_threads: 16 2024-04-07T20:50:51.693 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.statistics: (nil) 2024-04-07T20:50:51.693 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.use_fsync: 0 2024-04-07T20:50:51.694 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.max_log_file_size: 0 2024-04-07T20:50:51.694 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-07T20:50:51.694 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-07T20:50:51.694 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.keep_log_file_num: 1000 2024-04-07T20:50:51.694 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.recycle_log_file_num: 0 2024-04-07T20:50:51.694 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.allow_fallocate: 1 2024-04-07T20:50:51.694 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.allow_mmap_reads: 0 2024-04-07T20:50:51.694 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.allow_mmap_writes: 0 2024-04-07T20:50:51.694 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.use_direct_reads: 0 2024-04-07T20:50:51.694 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-07T20:50:51.694 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.create_missing_column_families: 0 2024-04-07T20:50:51.694 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.db_log_dir: 2024-04-07T20:50:51.694 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.wal_dir: 2024-04-07T20:50:51.694 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-07T20:50:51.694 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-07T20:50:51.696 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-07T20:50:51.696 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-07T20:50:51.696 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-07T20:50:51.696 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-07T20:50:51.696 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.advise_random_on_open: 1 2024-04-07T20:50:51.696 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.db_write_buffer_size: 0 2024-04-07T20:50:51.696 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.write_buffer_manager: 0x55af482621e0 2024-04-07T20:50:51.696 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-07T20:50:51.696 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-07T20:50:51.696 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-07T20:50:51.697 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.rate_limiter: (nil) 2024-04-07T20:50:51.697 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-07T20:50:51.697 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.wal_recovery_mode: 2 2024-04-07T20:50:51.697 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.enable_thread_tracking: 0 2024-04-07T20:50:51.697 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.enable_pipelined_write: 0 2024-04-07T20:50:51.697 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.unordered_write: 0 2024-04-07T20:50:51.697 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-07T20:50:51.697 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-07T20:50:51.697 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-07T20:50:51.697 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-07T20:50:51.697 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.row_cache: None 2024-04-07T20:50:51.697 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.wal_filter: None 2024-04-07T20:50:51.697 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-07T20:50:51.697 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.allow_ingest_behind: 0 2024-04-07T20:50:51.697 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.two_write_queues: 0 2024-04-07T20:50:51.698 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.manual_wal_flush: 0 2024-04-07T20:50:51.698 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.wal_compression: 0 2024-04-07T20:50:51.698 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.atomic_flush: 0 2024-04-07T20:50:51.698 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-07T20:50:51.698 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-07T20:50:51.698 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-07T20:50:51.698 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.log_readahead_size: 0 2024-04-07T20:50:51.698 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-07T20:50:51.698 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.best_efforts_recovery: 0 2024-04-07T20:50:51.698 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-07T20:50:51.698 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-07T20:50:51.698 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.allow_data_in_errors: 0 2024-04-07T20:50:51.698 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.db_host_id: __hostname__ 2024-04-07T20:50:51.698 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-07T20:50:51.698 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.max_background_jobs: 2 2024-04-07T20:50:51.699 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.max_background_compactions: -1 2024-04-07T20:50:51.699 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.max_subcompactions: 1 2024-04-07T20:50:51.699 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-07T20:50:51.699 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-07T20:50:51.699 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-07T20:50:51.699 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.max_total_wal_size: 0 2024-04-07T20:50:51.699 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-07T20:50:51.699 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-07T20:50:51.699 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-07T20:50:51.699 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-07T20:50:51.699 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.max_open_files: -1 2024-04-07T20:50:51.699 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.bytes_per_sync: 0 2024-04-07T20:50:51.699 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-07T20:50:51.699 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-07T20:50:51.699 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.compaction_readahead_size: 0 2024-04-07T20:50:51.699 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.max_background_flushes: -1 2024-04-07T20:50:51.700 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Compression algorithms supported: 2024-04-07T20:50:51.700 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-07T20:50:51.700 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: kZSTD supported: 0 2024-04-07T20:50:51.700 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: kXpressCompression supported: 0 2024-04-07T20:50:51.700 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: kLZ4HCCompression supported: 1 2024-04-07T20:50:51.700 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: kZlibCompression supported: 1 2024-04-07T20:50:51.700 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: kSnappyCompression supported: 1 2024-04-07T20:50:51.700 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: kLZ4Compression supported: 1 2024-04-07T20:50:51.700 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: kBZip2Compression supported: 0 2024-04-07T20:50:51.700 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-07T20:50:51.700 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-07T20:50:51.700 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-04-07T20:50:51.700 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-07T20:50:51.700 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-07T20:50:51.700 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.merge_operator: 2024-04-07T20:50:51.701 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.compaction_filter: None 2024-04-07T20:50:51.701 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.compaction_filter_factory: None 2024-04-07T20:50:51.701 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.sst_partitioner_factory: None 2024-04-07T20:50:51.701 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-07T20:50:51.701 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-07T20:50:51.701 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55af48291cc0) 2024-04-07T20:50:51.701 INFO:journalctl@ceph.mon.a.smithi136.stdout: cache_index_and_filter_blocks: 1 2024-04-07T20:50:51.701 INFO:journalctl@ceph.mon.a.smithi136.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-07T20:50:51.701 INFO:journalctl@ceph.mon.a.smithi136.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-07T20:50:51.701 INFO:journalctl@ceph.mon.a.smithi136.stdout: pin_top_level_index_and_filter: 1 2024-04-07T20:50:51.701 INFO:journalctl@ceph.mon.a.smithi136.stdout: index_type: 0 2024-04-07T20:50:51.701 INFO:journalctl@ceph.mon.a.smithi136.stdout: data_block_index_type: 0 2024-04-07T20:50:51.701 INFO:journalctl@ceph.mon.a.smithi136.stdout: index_shortening: 1 2024-04-07T20:50:51.701 INFO:journalctl@ceph.mon.a.smithi136.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-07T20:50:51.702 INFO:journalctl@ceph.mon.a.smithi136.stdout: checksum: 4 2024-04-07T20:50:51.702 INFO:journalctl@ceph.mon.a.smithi136.stdout: no_block_cache: 0 2024-04-07T20:50:51.702 INFO:journalctl@ceph.mon.a.smithi136.stdout: block_cache: 0x55af48295090 2024-04-07T20:50:51.702 INFO:journalctl@ceph.mon.a.smithi136.stdout: block_cache_name: BinnedLRUCache 2024-04-07T20:50:51.702 INFO:journalctl@ceph.mon.a.smithi136.stdout: block_cache_options: 2024-04-07T20:50:51.702 INFO:journalctl@ceph.mon.a.smithi136.stdout: capacity : 536870912 2024-04-07T20:50:51.702 INFO:journalctl@ceph.mon.a.smithi136.stdout: num_shard_bits : 4 2024-04-07T20:50:51.702 INFO:journalctl@ceph.mon.a.smithi136.stdout: strict_capacity_limit : 0 2024-04-07T20:50:51.702 INFO:journalctl@ceph.mon.a.smithi136.stdout: high_pri_pool_ratio: 0.000 2024-04-07T20:50:51.702 INFO:journalctl@ceph.mon.a.smithi136.stdout: block_cache_compressed: (nil) 2024-04-07T20:50:51.702 INFO:journalctl@ceph.mon.a.smithi136.stdout: persistent_cache: (nil) 2024-04-07T20:50:51.702 INFO:journalctl@ceph.mon.a.smithi136.stdout: block_size: 4096 2024-04-07T20:50:51.702 INFO:journalctl@ceph.mon.a.smithi136.stdout: block_size_deviation: 10 2024-04-07T20:50:51.702 INFO:journalctl@ceph.mon.a.smithi136.stdout: block_restart_interval: 16 2024-04-07T20:50:51.702 INFO:journalctl@ceph.mon.a.smithi136.stdout: index_block_restart_interval: 1 2024-04-07T20:50:51.703 INFO:journalctl@ceph.mon.a.smithi136.stdout: metadata_block_size: 4096 2024-04-07T20:50:51.703 INFO:journalctl@ceph.mon.a.smithi136.stdout: partition_filters: 0 2024-04-07T20:50:51.703 INFO:journalctl@ceph.mon.a.smithi136.stdout: use_delta_encoding: 1 2024-04-07T20:50:51.703 INFO:journalctl@ceph.mon.a.smithi136.stdout: filter_policy: bloomfilter 2024-04-07T20:50:51.703 INFO:journalctl@ceph.mon.a.smithi136.stdout: whole_key_filtering: 1 2024-04-07T20:50:51.703 INFO:journalctl@ceph.mon.a.smithi136.stdout: verify_compression: 0 2024-04-07T20:50:51.703 INFO:journalctl@ceph.mon.a.smithi136.stdout: read_amp_bytes_per_bit: 0 2024-04-07T20:50:51.703 INFO:journalctl@ceph.mon.a.smithi136.stdout: format_version: 5 2024-04-07T20:50:51.703 INFO:journalctl@ceph.mon.a.smithi136.stdout: enable_index_compression: 1 2024-04-07T20:50:51.703 INFO:journalctl@ceph.mon.a.smithi136.stdout: block_align: 0 2024-04-07T20:50:51.703 INFO:journalctl@ceph.mon.a.smithi136.stdout: max_auto_readahead_size: 262144 2024-04-07T20:50:51.703 INFO:journalctl@ceph.mon.a.smithi136.stdout: prepopulate_block_cache: 0 2024-04-07T20:50:51.703 INFO:journalctl@ceph.mon.a.smithi136.stdout: initial_auto_readahead_size: 8192 2024-04-07T20:50:51.703 INFO:journalctl@ceph.mon.a.smithi136.stdout: num_file_reads_for_auto_readahead: 2 2024-04-07T20:50:51.703 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.write_buffer_size: 33554432 2024-04-07T20:50:51.704 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.max_write_buffer_number: 2 2024-04-07T20:50:51.704 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.compression: NoCompression 2024-04-07T20:50:51.704 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.bottommost_compression: Disabled 2024-04-07T20:50:51.704 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.prefix_extractor: nullptr 2024-04-07T20:50:51.704 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-07T20:50:51.704 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.num_levels: 7 2024-04-07T20:50:51.704 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-07T20:50:51.704 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-07T20:50:51.704 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-07T20:50:51.704 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-07T20:50:51.704 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-07T20:50:51.704 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-07T20:50:51.704 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-07T20:50:51.704 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-07T20:50:51.704 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-07T20:50:51.704 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-07T20:50:51.705 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-07T20:50:51.705 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-07T20:50:51.705 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-07T20:50:51.705 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.compression_opts.level: 32767 2024-04-07T20:50:51.705 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.compression_opts.strategy: 0 2024-04-07T20:50:51.705 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-07T20:50:51.705 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-07T20:50:51.705 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-07T20:50:51.705 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-07T20:50:51.705 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.compression_opts.enabled: false 2024-04-07T20:50:51.705 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-07T20:50:51.705 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-07T20:50:51.705 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-07T20:50:51.705 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-07T20:50:51.705 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.target_file_size_base: 67108864 2024-04-07T20:50:51.705 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-07T20:50:51.705 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-07T20:50:51.706 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-07T20:50:51.706 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-07T20:50:51.706 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-07T20:50:51.706 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-07T20:50:51.706 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-07T20:50:51.706 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-07T20:50:51.706 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-07T20:50:51.706 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-07T20:50:51.706 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-07T20:50:51.706 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-07T20:50:51.706 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-07T20:50:51.706 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-07T20:50:51.706 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.arena_block_size: 1048576 2024-04-07T20:50:51.706 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-07T20:50:51.706 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-07T20:50:51.706 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.disable_auto_compactions: 0 2024-04-07T20:50:51.707 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-07T20:50:51.707 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-07T20:50:51.707 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-07T20:50:51.707 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-07T20:50:51.707 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-07T20:50:51.707 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-07T20:50:51.707 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-07T20:50:51.707 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-07T20:50:51.707 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-07T20:50:51.707 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-07T20:50:51.707 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-07T20:50:51.707 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.inplace_update_support: 0 2024-04-07T20:50:51.707 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-07T20:50:51.708 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-07T20:50:51.708 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-07T20:50:51.708 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-07T20:50:51.708 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.bloom_locality: 0 2024-04-07T20:50:51.708 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.max_successive_merges: 0 2024-04-07T20:50:51.708 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-07T20:50:51.708 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.paranoid_file_checks: 0 2024-04-07T20:50:51.708 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.force_consistency_checks: 1 2024-04-07T20:50:51.708 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.report_bg_io_stats: 0 2024-04-07T20:50:51.708 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.ttl: 2592000 2024-04-07T20:50:51.708 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-07T20:50:51.708 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-07T20:50:51.708 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-07T20:50:51.708 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.enable_blob_files: false 2024-04-07T20:50:51.708 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.min_blob_size: 0 2024-04-07T20:50:51.708 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.blob_file_size: 268435456 2024-04-07T20:50:51.708 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-07T20:50:51.709 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-07T20:50:51.709 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-07T20:50:51.709 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-07T20:50:51.709 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-07T20:50:51.709 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.blob_file_starting_level: 0 2024-04-07T20:50:51.709 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-07T20:50:51.709 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-04-07T20:50:51.709 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-07T20:50:51.709 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: eceba7ab-bd0e-47af-b84a-e1a5dd3c382f 2024-04-07T20:50:51.709 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712523051422542, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-07T20:50:51.709 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-07T20:50:51.709 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712523051423382, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85744, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 258, "table_properties": {"data_size": 83891, "index_size": 237, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10201, "raw_average_key_size": 47, "raw_value_size": 78098, "raw_average_value_size": 359, "num_data_blocks": 11, "num_entries": 217, "num_filter_entries": 217, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1712523051, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "eceba7ab-bd0e-47af-b84a-e1a5dd3c382f", "db_session_id": "DNSTZYXY5AWMZ3FFHRDL", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-07T20:50:51.709 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712523051423462, "job": 1, "event": "recovery_finished"} 2024-04-07T20:50:51.709 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-07T20:50:51.709 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-07T20:50:51.710 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55af48384000 2024-04-07T20:50:51.710 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: DB pointer 0x55af4836e000 2024-04-07T20:50:51.710 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-07T20:50:51.710 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-07T20:50:51.710 INFO:journalctl@ceph.mon.a.smithi136.stdout: ** DB Stats ** 2024-04-07T20:50:51.710 INFO:journalctl@ceph.mon.a.smithi136.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-07T20:50:51.710 INFO:journalctl@ceph.mon.a.smithi136.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-07T20:50:51.710 INFO:journalctl@ceph.mon.a.smithi136.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-07T20:50:51.710 INFO:journalctl@ceph.mon.a.smithi136.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-07T20:50:51.710 INFO:journalctl@ceph.mon.a.smithi136.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-07T20:50:51.710 INFO:journalctl@ceph.mon.a.smithi136.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-07T20:50:51.710 INFO:journalctl@ceph.mon.a.smithi136.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-07T20:50:51.710 INFO:journalctl@ceph.mon.a.smithi136.stdout: 2024-04-07T20:50:51.710 INFO:journalctl@ceph.mon.a.smithi136.stdout: ** Compaction Stats [default] ** 2024-04-07T20:50:51.710 INFO:journalctl@ceph.mon.a.smithi136.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-07T20:50:51.710 INFO:journalctl@ceph.mon.a.smithi136.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-07T20:50:51.711 INFO:journalctl@ceph.mon.a.smithi136.stdout: L0 2/0 85.59 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 149.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-07T20:50:51.711 INFO:journalctl@ceph.mon.a.smithi136.stdout: Sum 2/0 85.59 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 149.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-07T20:50:51.711 INFO:journalctl@ceph.mon.a.smithi136.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 149.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-07T20:50:51.711 INFO:journalctl@ceph.mon.a.smithi136.stdout: 2024-04-07T20:50:51.711 INFO:journalctl@ceph.mon.a.smithi136.stdout: ** Compaction Stats [default] ** 2024-04-07T20:50:51.711 INFO:journalctl@ceph.mon.a.smithi136.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-07T20:50:51.711 INFO:journalctl@ceph.mon.a.smithi136.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-07T20:50:51.711 INFO:journalctl@ceph.mon.a.smithi136.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 149.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-07T20:50:51.711 INFO:journalctl@ceph.mon.a.smithi136.stdout: 2024-04-07T20:50:51.711 INFO:journalctl@ceph.mon.a.smithi136.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-07T20:50:51.711 INFO:journalctl@ceph.mon.a.smithi136.stdout: 2024-04-07T20:50:51.711 INFO:journalctl@ceph.mon.a.smithi136.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-07T20:50:51.711 INFO:journalctl@ceph.mon.a.smithi136.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-07T20:50:51.711 INFO:journalctl@ceph.mon.a.smithi136.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-07T20:50:51.712 INFO:journalctl@ceph.mon.a.smithi136.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-07T20:50:51.712 INFO:journalctl@ceph.mon.a.smithi136.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-07T20:50:51.712 INFO:journalctl@ceph.mon.a.smithi136.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-07T20:50:51.712 INFO:journalctl@ceph.mon.a.smithi136.stdout: Cumulative compaction: 0.00 GB write, 14.91 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-07T20:50:51.712 INFO:journalctl@ceph.mon.a.smithi136.stdout: Interval compaction: 0.00 GB write, 14.91 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-07T20:50:51.712 INFO:journalctl@ceph.mon.a.smithi136.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-07T20:50:51.712 INFO:journalctl@ceph.mon.a.smithi136.stdout: Block cache BinnedLRUCache@0x55af48295090#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2024-04-07T20:50:51.712 INFO:journalctl@ceph.mon.a.smithi136.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-04-07T20:50:51.712 INFO:journalctl@ceph.mon.a.smithi136.stdout: 2024-04-07T20:50:51.712 INFO:journalctl@ceph.mon.a.smithi136.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-07T20:50:51.712 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: starting mon.a rank 0 at public addrs [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] at bind addrs [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 58e6b078-f520-11ee-b649-cb9ed24678a4 2024-04-07T20:50:51.712 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: mon.a@-1(???) e1 preinit fsid 58e6b078-f520-11ee-b649-cb9ed24678a4 2024-04-07T20:50:51.712 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: mon.a@-1(???).mds e1 new map 2024-04-07T20:50:51.712 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: mon.a@-1(???).mds e1 print_map 2024-04-07T20:50:51.712 INFO:journalctl@ceph.mon.a.smithi136.stdout: e1 2024-04-07T20:50:51.712 INFO:journalctl@ceph.mon.a.smithi136.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-07T20:50:51.712 INFO:journalctl@ceph.mon.a.smithi136.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-04-07T20:50:51.713 INFO:journalctl@ceph.mon.a.smithi136.stdout: legacy client fscid: -1 2024-04-07T20:50:51.713 INFO:journalctl@ceph.mon.a.smithi136.stdout: 2024-04-07T20:50:51.713 INFO:journalctl@ceph.mon.a.smithi136.stdout: No filesystems configured 2024-04-07T20:50:51.713 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-07T20:50:51.713 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-07T20:50:51.713 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-07T20:50:51.713 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-07T20:50:51.713 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-07T20:50:51.713 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 bash[30371]: 0e8ee30188aa79926be018987f84170c05a30ee8ac3800237641a25081a4a8a8 2024-04-07T20:50:51.713 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 systemd[1]: Started Ceph mon.a for 58e6b078-f520-11ee-b649-cb9ed24678a4. 2024-04-07T20:50:51.713 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: mon.a is new leader, mons a in quorum (ranks 0) 2024-04-07T20:50:51.713 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: monmap epoch 1 2024-04-07T20:50:51.713 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: fsid 58e6b078-f520-11ee-b649-cb9ed24678a4 2024-04-07T20:50:51.713 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: last_changed 2024-04-07T20:50:43.002520+0000 2024-04-07T20:50:51.713 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: created 2024-04-07T20:50:43.002520+0000 2024-04-07T20:50:51.713 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: min_mon_release 19 (squid) 2024-04-07T20:50:51.714 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: election_strategy: 1 2024-04-07T20:50:51.714 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: 0: [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] mon.a 2024-04-07T20:50:51.714 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: fsmap 2024-04-07T20:50:51.714 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: osdmap e1: 0 total, 0 up, 0 in 2024-04-07T20:50:51.714 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:51 smithi136 ceph-mon[30410]: mgrmap e1: no daemons active 2024-04-07T20:50:52.503 INFO:teuthology.orchestra.run.smithi136.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-07T20:50:52.524 INFO:teuthology.orchestra.run.smithi136.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-07T20:50:52.524 INFO:teuthology.orchestra.run.smithi136.stdout:Creating mgr... 2024-04-07T20:50:52.525 INFO:teuthology.orchestra.run.smithi136.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-07T20:50:52.525 INFO:teuthology.orchestra.run.smithi136.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-07T20:50:52.772 INFO:teuthology.orchestra.run.smithi136.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-58e6b078-f520-11ee-b649-cb9ed24678a4@mgr.a 2024-04-07T20:50:52.772 INFO:teuthology.orchestra.run.smithi136.stdout:systemctl: stderr Failed to reset failed state of unit ceph-58e6b078-f520-11ee-b649-cb9ed24678a4@mgr.a.service: Unit ceph-58e6b078-f520-11ee-b649-cb9ed24678a4@mgr.a.service not loaded. 2024-04-07T20:50:52.912 INFO:teuthology.orchestra.run.smithi136.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-58e6b078-f520-11ee-b649-cb9ed24678a4.target.wants/ceph-58e6b078-f520-11ee-b649-cb9ed24678a4@mgr.a.service → /etc/systemd/system/ceph-58e6b078-f520-11ee-b649-cb9ed24678a4@.service. 2024-04-07T20:50:53.251 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:52 smithi136 ceph-mon[30410]: from='client.? 172.21.15.136:0/669204763' entity='client.admin' 2024-04-07T20:50:53.251 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 podman[30649]: 2024-04-07 20:50:53.053729966 +0000 UTC m=+0.017422001 image pull fe467d9065a1c6ff757668cf0f97eb2a00e56f51271fffd4b076c4d1580a91ce quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d 2024-04-07T20:50:53.459 INFO:teuthology.orchestra.run.smithi136.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-07T20:50:53.459 INFO:teuthology.orchestra.run.smithi136.stdout:systemctl: stdout disabled 2024-04-07T20:50:53.466 INFO:teuthology.orchestra.run.smithi136.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-07T20:50:53.466 INFO:teuthology.orchestra.run.smithi136.stdout:systemctl: stdout inactive 2024-04-07T20:50:53.466 INFO:teuthology.orchestra.run.smithi136.stdout:firewalld.service is not enabled 2024-04-07T20:50:53.466 INFO:teuthology.orchestra.run.smithi136.stdout:Not possible to enable service . firewalld.service is not available 2024-04-07T20:50:53.475 INFO:teuthology.orchestra.run.smithi136.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-07T20:50:53.475 INFO:teuthology.orchestra.run.smithi136.stdout:systemctl: stdout disabled 2024-04-07T20:50:53.482 INFO:teuthology.orchestra.run.smithi136.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-07T20:50:53.482 INFO:teuthology.orchestra.run.smithi136.stdout:systemctl: stdout inactive 2024-04-07T20:50:53.482 INFO:teuthology.orchestra.run.smithi136.stdout:firewalld.service is not enabled 2024-04-07T20:50:53.482 INFO:teuthology.orchestra.run.smithi136.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-04-07T20:50:53.482 INFO:teuthology.orchestra.run.smithi136.stdout:Waiting for mgr to start... 2024-04-07T20:50:53.482 INFO:teuthology.orchestra.run.smithi136.stdout:Waiting for mgr... 2024-04-07T20:50:53.607 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 podman[30649]: 2024-04-07 20:50:53.347361245 +0000 UTC m=+0.311053257 container init 98fa825118e543eeb96f387a038a36ea5f2f88484f2f81f389a8a3858a215d91 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d, name=ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a, org.label-schema.build-date=20240326, ceph=True, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=main-e5c885f, org.label-schema.license=GPLv2, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5) 2024-04-07T20:50:53.607 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 podman[30649]: 2024-04-07 20:50:53.353014048 +0000 UTC m=+0.316706070 container start 98fa825118e543eeb96f387a038a36ea5f2f88484f2f81f389a8a3858a215d91 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d, name=ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, CEPH_POINT_RELEASE=, ceph=True, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.build-date=20240326, RELEASE=main-e5c885f, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_CLEAN=True, maintainer=Guillaume Abrioux ) 2024-04-07T20:50:53.607 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.411+0000 7fa63209b200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T20:50:53.607 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.411+0000 7fa63209b200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T20:50:53.607 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.607 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.415+0000 7fa63209b200 -1 mgr[py] Class not found in module 'restful' 2024-04-07T20:50:53.607 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.415+0000 7fa63209b200 -1 mgr[py] Error loading module 'restful': (22) Invalid argument 2024-04-07T20:50:53.607 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.430+0000 7fa63209b200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T20:50:53.607 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.430+0000 7fa63209b200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T20:50:53.607 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.608 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.434+0000 7fa63209b200 -1 mgr[py] Class not found in module 'mds_autoscaler' 2024-04-07T20:50:53.608 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.434+0000 7fa63209b200 -1 mgr[py] Error loading module 'mds_autoscaler': (22) Invalid argument 2024-04-07T20:50:53.608 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 bash[30649]: 98fa825118e543eeb96f387a038a36ea5f2f88484f2f81f389a8a3858a215d91 2024-04-07T20:50:53.608 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 systemd[1]: Started Ceph mgr.a for 58e6b078-f520-11ee-b649-cb9ed24678a4. 2024-04-07T20:50:53.608 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.448+0000 7fa63209b200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T20:50:53.608 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.448+0000 7fa63209b200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T20:50:53.608 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.608 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.452+0000 7fa63209b200 -1 mgr[py] Class not found in module 'osd_perf_query' 2024-04-07T20:50:53.608 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.452+0000 7fa63209b200 -1 mgr[py] Error loading module 'osd_perf_query': (22) Invalid argument 2024-04-07T20:50:53.609 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.468+0000 7fa63209b200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T20:50:53.609 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.468+0000 7fa63209b200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T20:50:53.609 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.609 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.472+0000 7fa63209b200 -1 mgr[py] Class not found in module 'snap_schedule' 2024-04-07T20:50:53.609 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.472+0000 7fa63209b200 -1 mgr[py] Error loading module 'snap_schedule': (22) Invalid argument 2024-04-07T20:50:53.609 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.487+0000 7fa63209b200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T20:50:53.609 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.487+0000 7fa63209b200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T20:50:53.609 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.609 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.492+0000 7fa63209b200 -1 mgr[py] Class not found in module 'dashboard' 2024-04-07T20:50:53.609 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.492+0000 7fa63209b200 -1 mgr[py] Error loading module 'dashboard': (22) Invalid argument 2024-04-07T20:50:53.609 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.508+0000 7fa63209b200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T20:50:53.609 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.508+0000 7fa63209b200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T20:50:53.609 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.610 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.513+0000 7fa63209b200 -1 mgr[py] Class not found in module 'zabbix' 2024-04-07T20:50:53.610 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.513+0000 7fa63209b200 -1 mgr[py] Error loading module 'zabbix': (22) Invalid argument 2024-04-07T20:50:53.610 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.528+0000 7fa63209b200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T20:50:53.610 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.528+0000 7fa63209b200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T20:50:53.610 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.610 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.532+0000 7fa63209b200 -1 mgr[py] Class not found in module 'balancer' 2024-04-07T20:50:53.610 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.532+0000 7fa63209b200 -1 mgr[py] Error loading module 'balancer': (22) Invalid argument 2024-04-07T20:50:53.610 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.546+0000 7fa63209b200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T20:50:53.610 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.546+0000 7fa63209b200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T20:50:53.610 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.610 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.550+0000 7fa63209b200 -1 mgr[py] Class not found in module 'influx' 2024-04-07T20:50:53.610 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.550+0000 7fa63209b200 -1 mgr[py] Error loading module 'influx': (22) Invalid argument 2024-04-07T20:50:53.610 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.573+0000 7fa63209b200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T20:50:53.610 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.573+0000 7fa63209b200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T20:50:53.611 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.611 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.577+0000 7fa63209b200 -1 mgr[py] Class not found in module 'alerts' 2024-04-07T20:50:53.611 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.577+0000 7fa63209b200 -1 mgr[py] Error loading module 'alerts': (22) Invalid argument 2024-04-07T20:50:53.611 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.591+0000 7fa63209b200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T20:50:53.611 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.591+0000 7fa63209b200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T20:50:53.611 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.611 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.595+0000 7fa63209b200 -1 mgr[py] Class not found in module 'iostat' 2024-04-07T20:50:53.611 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.595+0000 7fa63209b200 -1 mgr[py] Error loading module 'iostat': (22) Invalid argument 2024-04-07T20:50:53.860 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.610+0000 7fa63209b200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T20:50:53.860 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.610+0000 7fa63209b200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T20:50:53.860 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.860 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.614+0000 7fa63209b200 -1 mgr[py] Class not found in module 'rgw' 2024-04-07T20:50:53.861 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.614+0000 7fa63209b200 -1 mgr[py] Error loading module 'rgw': (22) Invalid argument 2024-04-07T20:50:53.861 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.628+0000 7fa63209b200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T20:50:53.861 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.628+0000 7fa63209b200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T20:50:53.861 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.861 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.633+0000 7fa63209b200 -1 mgr[py] Class not found in module 'rbd_support' 2024-04-07T20:50:53.861 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.633+0000 7fa63209b200 -1 mgr[py] Error loading module 'rbd_support': (22) Invalid argument 2024-04-07T20:50:53.861 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.647+0000 7fa63209b200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T20:50:53.861 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.647+0000 7fa63209b200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T20:50:53.861 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.861 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.651+0000 7fa63209b200 -1 mgr[py] Class not found in module 'progress' 2024-04-07T20:50:53.861 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.651+0000 7fa63209b200 -1 mgr[py] Error loading module 'progress': (22) Invalid argument 2024-04-07T20:50:53.861 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.666+0000 7fa63209b200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T20:50:53.861 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.666+0000 7fa63209b200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T20:50:53.861 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.861 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.670+0000 7fa63209b200 -1 mgr[py] Class not found in module 'pg_autoscaler' 2024-04-07T20:50:53.862 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.670+0000 7fa63209b200 -1 mgr[py] Error loading module 'pg_autoscaler': (22) Invalid argument 2024-04-07T20:50:53.862 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.684+0000 7fa63209b200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T20:50:53.862 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.684+0000 7fa63209b200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T20:50:53.862 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.862 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.688+0000 7fa63209b200 -1 mgr[py] Class not found in module 'devicehealth' 2024-04-07T20:50:53.862 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.688+0000 7fa63209b200 -1 mgr[py] Error loading module 'devicehealth': (22) Invalid argument 2024-04-07T20:50:53.862 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.702+0000 7fa63209b200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T20:50:53.862 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.702+0000 7fa63209b200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T20:50:53.863 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.863 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.706+0000 7fa63209b200 -1 mgr[py] Class not found in module 'k8sevents' 2024-04-07T20:50:53.863 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.706+0000 7fa63209b200 -1 mgr[py] Error loading module 'k8sevents': (22) Invalid argument 2024-04-07T20:50:53.863 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.720+0000 7fa63209b200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T20:50:53.863 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.720+0000 7fa63209b200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T20:50:53.863 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.863 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.724+0000 7fa63209b200 -1 mgr[py] Class not found in module 'rook' 2024-04-07T20:50:53.863 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.724+0000 7fa63209b200 -1 mgr[py] Error loading module 'rook': (22) Invalid argument 2024-04-07T20:50:53.863 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.738+0000 7fa63209b200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T20:50:53.863 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.738+0000 7fa63209b200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T20:50:53.863 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.863 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.742+0000 7fa63209b200 -1 mgr[py] Class not found in module 'diskprediction_local' 2024-04-07T20:50:53.863 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.742+0000 7fa63209b200 -1 mgr[py] Error loading module 'diskprediction_local': (22) Invalid argument 2024-04-07T20:50:53.863 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.783+0000 7fa63209b200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T20:50:53.863 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.783+0000 7fa63209b200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T20:50:53.864 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.864 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.788+0000 7fa63209b200 -1 mgr[py] Class not found in module 'mirroring' 2024-04-07T20:50:53.864 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.788+0000 7fa63209b200 -1 mgr[py] Error loading module 'mirroring': (22) Invalid argument 2024-04-07T20:50:53.864 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.804+0000 7fa63209b200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T20:50:53.864 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.804+0000 7fa63209b200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T20:50:53.864 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.864 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.808+0000 7fa63209b200 -1 mgr[py] Class not found in module 'selftest' 2024-04-07T20:50:53.864 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.808+0000 7fa63209b200 -1 mgr[py] Error loading module 'selftest': (22) Invalid argument 2024-04-07T20:50:53.864 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.823+0000 7fa63209b200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T20:50:53.864 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.823+0000 7fa63209b200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T20:50:53.864 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.864 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.827+0000 7fa63209b200 -1 mgr[py] Class not found in module 'telegraf' 2024-04-07T20:50:53.864 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.827+0000 7fa63209b200 -1 mgr[py] Error loading module 'telegraf': (22) Invalid argument 2024-04-07T20:50:53.864 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.842+0000 7fa63209b200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T20:50:53.864 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.842+0000 7fa63209b200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T20:50:53.865 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.865 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.846+0000 7fa63209b200 -1 mgr[py] Class not found in module 'test_orchestrator' 2024-04-07T20:50:53.865 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.846+0000 7fa63209b200 -1 mgr[py] Error loading module 'test_orchestrator': (22) Invalid argument 2024-04-07T20:50:53.865 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.860+0000 7fa63209b200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T20:50:54.111 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.860+0000 7fa63209b200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T20:50:54.111 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:54.111 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.864+0000 7fa63209b200 -1 mgr[py] Class not found in module 'localpool' 2024-04-07T20:50:54.111 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.864+0000 7fa63209b200 -1 mgr[py] Error loading module 'localpool': (22) Invalid argument 2024-04-07T20:50:54.111 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.879+0000 7fa63209b200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T20:50:54.111 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.879+0000 7fa63209b200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T20:50:54.111 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:54.111 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.883+0000 7fa63209b200 -1 mgr[py] Class not found in module 'crash' 2024-04-07T20:50:54.111 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.883+0000 7fa63209b200 -1 mgr[py] Error loading module 'crash': (22) Invalid argument 2024-04-07T20:50:54.112 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.897+0000 7fa63209b200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T20:50:54.112 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.897+0000 7fa63209b200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T20:50:54.112 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:54.112 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.901+0000 7fa63209b200 -1 mgr[py] Class not found in module 'insights' 2024-04-07T20:50:54.112 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.901+0000 7fa63209b200 -1 mgr[py] Error loading module 'insights': (22) Invalid argument 2024-04-07T20:50:54.112 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.915+0000 7fa63209b200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T20:50:54.112 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.915+0000 7fa63209b200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T20:50:54.112 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:54.112 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.919+0000 7fa63209b200 -1 mgr[py] Class not found in module 'orchestrator' 2024-04-07T20:50:54.112 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.919+0000 7fa63209b200 -1 mgr[py] Error loading module 'orchestrator': (22) Invalid argument 2024-04-07T20:50:54.112 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.935+0000 7fa63209b200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T20:50:54.112 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.935+0000 7fa63209b200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T20:50:54.112 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:54.112 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.939+0000 7fa63209b200 -1 mgr[py] Class not found in module 'osd_support' 2024-04-07T20:50:54.113 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.939+0000 7fa63209b200 -1 mgr[py] Error loading module 'osd_support': (22) Invalid argument 2024-04-07T20:50:54.113 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.954+0000 7fa63209b200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T20:50:54.113 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.954+0000 7fa63209b200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T20:50:54.113 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:54.113 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.958+0000 7fa63209b200 -1 mgr[py] Class not found in module 'volumes' 2024-04-07T20:50:54.113 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:53 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:53.958+0000 7fa63209b200 -1 mgr[py] Error loading module 'volumes': (22) Invalid argument 2024-04-07T20:50:54.113 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:54 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:54.012+0000 7fa63209b200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T20:50:54.113 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:54 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:54.012+0000 7fa63209b200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T20:50:54.113 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:54 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:54.114 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:54 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:54.016+0000 7fa63209b200 -1 mgr[py] Class not found in module 'stats' 2024-04-07T20:50:54.114 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:54 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:54.016+0000 7fa63209b200 -1 mgr[py] Error loading module 'stats': (22) Invalid argument 2024-04-07T20:50:54.114 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:54 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:54.030+0000 7fa63209b200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T20:50:54.114 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:54 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:54.030+0000 7fa63209b200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T20:50:54.114 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:54 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:54.114 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:54 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:54.035+0000 7fa63209b200 -1 mgr[py] Class not found in module 'cephadm' 2024-04-07T20:50:54.114 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:54 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:54.035+0000 7fa63209b200 -1 mgr[py] Error loading module 'cephadm': (22) Invalid argument 2024-04-07T20:50:54.114 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:54 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:54.050+0000 7fa63209b200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T20:50:54.114 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:54 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:54.050+0000 7fa63209b200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T20:50:54.114 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:54 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:54.114 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:54 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:54.054+0000 7fa63209b200 -1 mgr[py] Class not found in module 'telemetry' 2024-04-07T20:50:54.114 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:54 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:54.054+0000 7fa63209b200 -1 mgr[py] Error loading module 'telemetry': (22) Invalid argument 2024-04-07T20:50:54.114 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:54 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:54.068+0000 7fa63209b200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T20:50:54.114 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:54 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:54.068+0000 7fa63209b200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T20:50:54.115 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:54 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:54.115 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:54 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:54.072+0000 7fa63209b200 -1 mgr[py] Class not found in module 'prometheus' 2024-04-07T20:50:54.115 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:54 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:54.072+0000 7fa63209b200 -1 mgr[py] Error loading module 'prometheus': (22) Invalid argument 2024-04-07T20:50:54.115 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:54 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:54.087+0000 7fa63209b200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T20:50:54.115 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:54 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:54.087+0000 7fa63209b200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T20:50:54.115 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:54 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:54.115 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:54 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:54.092+0000 7fa63209b200 -1 mgr[py] Class not found in module 'status' 2024-04-07T20:50:54.115 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:54 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:54.092+0000 7fa63209b200 -1 mgr[py] Error loading module 'status': (22) Invalid argument 2024-04-07T20:50:54.115 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:54 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:54.106+0000 7fa63209b200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T20:50:54.115 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:54 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:54.106+0000 7fa63209b200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T20:50:54.115 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:54 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:54.115 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:54 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:54.111+0000 7fa63209b200 -1 mgr[py] Class not found in module 'nfs' 2024-04-07T20:50:54.115 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:54 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:54.111+0000 7fa63209b200 -1 mgr[py] Error loading module 'nfs': (22) Invalid argument 2024-04-07T20:50:54.115 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:50:54 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:50:54.111+0000 7fa63209b200 -1 log_channel(cluster) log [ERR] : Failed to load ceph-mgr modules: restful, mds_autoscaler, osd_perf_query, snap_schedule, dashboard, zabbix, balancer, influx, alerts, iostat, rgw, rbd_support, progress, pg_autoscaler, devicehealth, k8sevents, rook, diskprediction_local, mirroring, selftest, telegraf, test_orchestrator, localpool, crash, insights, orchestrator, osd_support, volumes, stats, cephadm, telemetry, prometheus, status, nfs 2024-04-07T20:50:54.418 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:54 smithi136 ceph-mon[30410]: from='client.? 172.21.15.136:0/2526216218' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-07T20:50:54.419 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:54 smithi136 ceph-mon[30410]: Activating manager daemon a 2024-04-07T20:50:54.419 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:54 smithi136 ceph-mon[30410]: mgrmap e2: a(active, starting, since 0.00215726s) 2024-04-07T20:50:54.419 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:54 smithi136 ceph-mon[30410]: from='mgr.14100 172.21.15.136:0/3459885300' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-07T20:50:54.419 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:54 smithi136 ceph-mon[30410]: from='mgr.14100 172.21.15.136:0/3459885300' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-07T20:50:54.419 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:54 smithi136 ceph-mon[30410]: from='mgr.14100 172.21.15.136:0/3459885300' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-07T20:50:54.419 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:54 smithi136 ceph-mon[30410]: from='mgr.14100 172.21.15.136:0/3459885300' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-07T20:50:54.419 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:54 smithi136 ceph-mon[30410]: from='mgr.14100 172.21.15.136:0/3459885300' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-07T20:50:54.419 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:54 smithi136 ceph-mon[30410]: Manager daemon a is now available 2024-04-07T20:50:54.666 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout 2024-04-07T20:50:54.666 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout { 2024-04-07T20:50:54.666 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "fsid": "58e6b078-f520-11ee-b649-cb9ed24678a4", 2024-04-07T20:50:54.666 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "health": { 2024-04-07T20:50:54.666 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-07T20:50:54.666 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-07T20:50:54.666 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-07T20:50:54.666 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout }, 2024-04-07T20:50:54.666 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-07T20:50:54.667 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-07T20:50:54.667 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout 0 2024-04-07T20:50:54.667 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout ], 2024-04-07T20:50:54.667 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-07T20:50:54.667 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "a" 2024-04-07T20:50:54.667 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout ], 2024-04-07T20:50:54.667 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-04-07T20:50:54.667 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-07T20:50:54.667 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T20:50:54.667 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-07T20:50:54.667 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-07T20:50:54.667 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout }, 2024-04-07T20:50:54.667 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-07T20:50:54.667 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T20:50:54.667 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-07T20:50:54.668 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-07T20:50:54.668 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-07T20:50:54.668 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-07T20:50:54.668 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-07T20:50:54.668 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-07T20:50:54.671 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout }, 2024-04-07T20:50:54.671 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-07T20:50:54.671 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-07T20:50:54.671 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-07T20:50:54.671 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-07T20:50:54.671 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-07T20:50:54.671 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-07T20:50:54.672 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-07T20:50:54.672 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-07T20:50:54.672 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-07T20:50:54.672 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout }, 2024-04-07T20:50:54.672 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-07T20:50:54.672 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T20:50:54.672 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-07T20:50:54.672 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-07T20:50:54.672 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout }, 2024-04-07T20:50:54.672 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-07T20:50:54.672 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-07T20:50:54.672 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-07T20:50:54.672 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-07T20:50:54.672 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-07T20:50:54.672 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-07T20:50:54.672 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "restful" 2024-04-07T20:50:54.673 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout ], 2024-04-07T20:50:54.673 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-07T20:50:54.673 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout }, 2024-04-07T20:50:54.673 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-07T20:50:54.673 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T20:50:54.673 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "modified": "2024-04-07T20:50:45.984695+0000", 2024-04-07T20:50:54.673 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-07T20:50:54.673 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout }, 2024-04-07T20:50:54.673 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-07T20:50:54.673 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout } 2024-04-07T20:50:54.673 INFO:teuthology.orchestra.run.smithi136.stdout:mgr not available, waiting (1/15)... 2024-04-07T20:50:56.558 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:56 smithi136 ceph-mon[30410]: mgrmap e3: a(active, since 1.00355s) 2024-04-07T20:50:57.465 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:57 smithi136 ceph-mon[30410]: from='client.? 172.21.15.136:0/3238115240' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-07T20:50:57.805 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout 2024-04-07T20:50:57.805 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout { 2024-04-07T20:50:57.805 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "fsid": "58e6b078-f520-11ee-b649-cb9ed24678a4", 2024-04-07T20:50:57.805 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "health": { 2024-04-07T20:50:57.805 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-07T20:50:57.805 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-07T20:50:57.805 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-07T20:50:57.805 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout }, 2024-04-07T20:50:57.805 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-07T20:50:57.805 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-07T20:50:57.805 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout 0 2024-04-07T20:50:57.805 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout ], 2024-04-07T20:50:57.806 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-07T20:50:57.806 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "a" 2024-04-07T20:50:57.806 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout ], 2024-04-07T20:50:57.806 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2024-04-07T20:50:57.806 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-07T20:50:57.806 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T20:50:57.806 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-07T20:50:57.806 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-07T20:50:57.806 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout }, 2024-04-07T20:50:57.806 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-07T20:50:57.806 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T20:50:57.806 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-07T20:50:57.806 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-07T20:50:57.806 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-07T20:50:57.807 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-07T20:50:57.807 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-07T20:50:57.807 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-07T20:50:57.807 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout }, 2024-04-07T20:50:57.807 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-07T20:50:57.807 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-07T20:50:57.810 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-07T20:50:57.810 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-07T20:50:57.810 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-07T20:50:57.810 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-07T20:50:57.810 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-07T20:50:57.810 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-07T20:50:57.810 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-07T20:50:57.810 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout }, 2024-04-07T20:50:57.811 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-07T20:50:57.811 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T20:50:57.811 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-07T20:50:57.811 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-07T20:50:57.811 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout }, 2024-04-07T20:50:57.811 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-07T20:50:57.811 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-07T20:50:57.811 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-07T20:50:57.811 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-07T20:50:57.811 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-07T20:50:57.811 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-07T20:50:57.811 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "restful" 2024-04-07T20:50:57.811 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout ], 2024-04-07T20:50:57.811 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-07T20:50:57.811 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout }, 2024-04-07T20:50:57.812 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-07T20:50:57.812 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T20:50:57.812 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "modified": "2024-04-07T20:50:45.984695+0000", 2024-04-07T20:50:57.812 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-07T20:50:57.812 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout }, 2024-04-07T20:50:57.812 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-07T20:50:57.812 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout } 2024-04-07T20:50:57.812 INFO:teuthology.orchestra.run.smithi136.stdout:mgr is available 2024-04-07T20:50:58.558 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:58 smithi136 ceph-mon[30410]: from='client.? 172.21.15.136:0/1361608517' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-07T20:50:58.934 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout 2024-04-07T20:50:58.934 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout [global] 2024-04-07T20:50:58.934 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout fsid = 58e6b078-f520-11ee-b649-cb9ed24678a4 2024-04-07T20:50:58.934 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-07T20:50:58.934 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-07T20:50:58.934 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-07T20:50:58.934 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-07T20:50:58.934 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout 2024-04-07T20:50:58.934 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-07T20:50:58.934 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-04-07T20:50:58.935 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-07T20:50:58.935 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout 2024-04-07T20:50:58.935 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout [osd] 2024-04-07T20:50:58.935 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-07T20:50:58.935 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-07T20:50:58.935 INFO:teuthology.orchestra.run.smithi136.stdout:Enabling cephadm module... 2024-04-07T20:50:59.808 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:50:59 smithi136 ceph-mon[30410]: from='client.? 172.21.15.136:0/3096182958' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-07T20:51:00.031 INFO:teuthology.orchestra.run.smithi136.stdout:Non-zero exit code 2 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d -e NODE_NAME=smithi136 -v /var/log/ceph/58e6b078-f520-11ee-b649-cb9ed24678a4:/var/log/ceph:z -v /tmp/ceph-tmps0d23bmr:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmppr3_2blq:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d mgr module enable cephadm 2024-04-07T20:51:00.031 INFO:teuthology.orchestra.run.smithi136.stdout:/usr/bin/ceph: stderr Error ENOENT: module 'cephadm' reports that it cannot run on the active manager daemon: No module named 'mgr_module' (pass --force to force enablement) 2024-04-07T20:51:00.031 INFO:teuthology.orchestra.run.smithi136.stderr:RuntimeError: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d -e NODE_NAME=smithi136 -v /var/log/ceph/58e6b078-f520-11ee-b649-cb9ed24678a4:/var/log/ceph:z -v /tmp/ceph-tmps0d23bmr:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmppr3_2blq:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d mgr module enable cephadm: Error ENOENT: module 'cephadm' reports that it cannot run on the active manager daemon: No module named 'mgr_module' (pass --force to force enablement) 2024-04-07T20:51:00.032 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T20:51:00.032 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:51:00.032 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:51:00.032 INFO:teuthology.orchestra.run.smithi136.stdout: *************** 2024-04-07T20:51:00.032 INFO:teuthology.orchestra.run.smithi136.stdout: Cephadm hit an issue during cluster installation. Current cluster files will be deleted automatically. 2024-04-07T20:51:00.032 INFO:teuthology.orchestra.run.smithi136.stdout: To disable this behaviour you can pass the --no-cleanup-on-failure flag. In case of any previous 2024-04-07T20:51:00.032 INFO:teuthology.orchestra.run.smithi136.stdout: broken installation, users must use the following command to completely delete the broken cluster: 2024-04-07T20:51:00.032 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:51:00.032 INFO:teuthology.orchestra.run.smithi136.stdout: > cephadm rm-cluster --force --zap-osds --fsid 2024-04-07T20:51:00.032 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:51:00.033 INFO:teuthology.orchestra.run.smithi136.stdout: for more information please refer to https://docs.ceph.com/en/latest/cephadm/operations/#purging-a-cluster 2024-04-07T20:51:00.033 INFO:teuthology.orchestra.run.smithi136.stdout: *************** 2024-04-07T20:51:00.033 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:51:00.033 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T20:51:00.033 INFO:teuthology.orchestra.run.smithi136.stdout:Deleting cluster with fsid: 58e6b078-f520-11ee-b649-cb9ed24678a4 2024-04-07T20:51:00.060 INFO:teuthology.orchestra.run.smithi136.stdout:/bin/podman: stdout 0e8ee30188aa,19.01MB / 33.27GB 2024-04-07T20:51:00.060 INFO:teuthology.orchestra.run.smithi136.stdout:/bin/podman: stdout 98fa825118e5,100.2MB / 33.27GB 2024-04-07T20:51:00.087 INFO:teuthology.orchestra.run.smithi136.stdout:/bin/podman: stdout 0e8ee30188aa,1.28% 2024-04-07T20:51:00.087 INFO:teuthology.orchestra.run.smithi136.stdout:/bin/podman: stdout 98fa825118e5,11.97% 2024-04-07T20:51:00.309 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:51:00 smithi136 systemd[1]: Stopping Ceph mon.a for 58e6b078-f520-11ee-b649-cb9ed24678a4... 2024-04-07T20:51:00.622 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:51:00 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mon-a[30387]: 2024-04-07T20:51:00.342+0000 7f120b8f1700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-04-07T20:51:00.622 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:51:00 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mon-a[30387]: 2024-04-07T20:51:00.342+0000 7f120b8f1700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-07T20:51:00.622 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:51:00 smithi136 podman[31124]: 2024-04-07 20:51:00.404434385 +0000 UTC m=+0.159998309 container died 0e8ee30188aa79926be018987f84170c05a30ee8ac3800237641a25081a4a8a8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d, name=ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mon-a, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240326, CEPH_POINT_RELEASE=, RELEASE=main-e5c885f, org.label-schema.schema-version=1.0, ceph=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux ) 2024-04-07T20:51:00.897 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:51:00 smithi136 podman[31124]: 2024-04-07 20:51:00.706091796 +0000 UTC m=+0.461655711 container cleanup 0e8ee30188aa79926be018987f84170c05a30ee8ac3800237641a25081a4a8a8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d, name=ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mon-a, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, RELEASE=main-e5c885f, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240326, ceph=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, io.buildah.version=1.33.5) 2024-04-07T20:51:00.897 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:51:00 smithi136 bash[31124]: ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mon-a 2024-04-07T20:51:01.178 INFO:teuthology.orchestra.run.smithi136.stdout:systemctl: stderr Removed "/etc/systemd/system/ceph-58e6b078-f520-11ee-b649-cb9ed24678a4.target.wants/ceph-58e6b078-f520-11ee-b649-cb9ed24678a4@mon.a.service". 2024-04-07T20:51:01.185 INFO:teuthology.orchestra.run.smithi136.stdout:Non-zero exit code 5 from systemctl stop ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-init@mon.a.service 2024-04-07T20:51:01.185 INFO:teuthology.orchestra.run.smithi136.stdout:systemctl: stderr Failed to stop ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-init@mon.a.service: Unit ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-init@mon.a.service not loaded. 2024-04-07T20:51:01.191 INFO:teuthology.orchestra.run.smithi136.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-init@mon.a.service 2024-04-07T20:51:01.192 INFO:teuthology.orchestra.run.smithi136.stdout:systemctl: stderr Failed to reset failed state of unit ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-init@mon.a.service: Unit ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-init@mon.a.service not loaded. 2024-04-07T20:51:01.197 INFO:teuthology.orchestra.run.smithi136.stdout:Non-zero exit code 1 from systemctl disable ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-init@mon.a.service 2024-04-07T20:51:01.197 INFO:teuthology.orchestra.run.smithi136.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-init@mon.a.service does not exist. 2024-04-07T20:51:01.210 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:51:00 smithi136 podman[31143]: 2024-04-07 20:51:00.898798984 +0000 UTC m=+0.494227061 container remove 0e8ee30188aa79926be018987f84170c05a30ee8ac3800237641a25081a4a8a8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d, name=ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mon-a, org.label-schema.vendor=CentOS, RELEASE=main-e5c885f, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, io.buildah.version=1.33.5, org.label-schema.build-date=20240326, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_CLEAN=True) 2024-04-07T20:51:01.210 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:51:01 smithi136 systemd[1]: ceph-58e6b078-f520-11ee-b649-cb9ed24678a4@mon.a.service: Deactivated successfully. 2024-04-07T20:51:01.210 INFO:journalctl@ceph.mon.a.smithi136.stdout:Apr 07 20:51:01 smithi136 systemd[1]: Stopped Ceph mon.a for 58e6b078-f520-11ee-b649-cb9ed24678a4. 2024-04-07T20:51:01.559 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:51:01 smithi136 systemd[1]: Stopping Ceph mgr.a for 58e6b078-f520-11ee-b649-cb9ed24678a4... 2024-04-07T20:51:01.559 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:51:01 smithi136 ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a[30663]: 2024-04-07T20:51:01.437+0000 7fa626689700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-04-07T20:51:01.559 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:51:01 smithi136 podman[31261]: 2024-04-07 20:51:01.448235259 +0000 UTC m=+0.099819410 container died 98fa825118e543eeb96f387a038a36ea5f2f88484f2f81f389a8a3858a215d91 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d, name=ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a, org.label-schema.build-date=20240326, ceph=True, io.buildah.version=1.33.5, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, RELEASE=main-e5c885f) 2024-04-07T20:51:01.976 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:51:01 smithi136 podman[31261]: 2024-04-07 20:51:01.776144219 +0000 UTC m=+0.427728377 container cleanup 98fa825118e543eeb96f387a038a36ea5f2f88484f2f81f389a8a3858a215d91 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d, name=ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240326, GIT_CLEAN=True, ceph=True, GIT_BRANCH=HEAD, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=main-e5c885f, io.buildah.version=1.33.5, org.label-schema.license=GPLv2) 2024-04-07T20:51:01.976 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:51:01 smithi136 bash[31261]: ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a 2024-04-07T20:51:02.308 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:51:01 smithi136 podman[31280]: 2024-04-07 20:51:01.977276416 +0000 UTC m=+0.529447770 container remove 98fa825118e543eeb96f387a038a36ea5f2f88484f2f81f389a8a3858a215d91 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d, name=ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-mgr-a, org.label-schema.build-date=20240326, GIT_CLEAN=True, io.buildah.version=1.33.5, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, RELEASE=main-e5c885f, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD) 2024-04-07T20:51:02.309 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:51:02 smithi136 systemd[1]: ceph-58e6b078-f520-11ee-b649-cb9ed24678a4@mgr.a.service: Deactivated successfully. 2024-04-07T20:51:02.309 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:51:02 smithi136 systemd[1]: Stopped Ceph mgr.a for 58e6b078-f520-11ee-b649-cb9ed24678a4. 2024-04-07T20:51:02.309 INFO:journalctl@ceph.mgr.a.smithi136.stdout:Apr 07 20:51:02 smithi136 systemd[1]: ceph-58e6b078-f520-11ee-b649-cb9ed24678a4@mgr.a.service: Consumed 1.547s CPU time. 2024-04-07T20:51:02.446 INFO:teuthology.orchestra.run.smithi136.stdout:systemctl: stderr Removed "/etc/systemd/system/ceph-58e6b078-f520-11ee-b649-cb9ed24678a4.target.wants/ceph-58e6b078-f520-11ee-b649-cb9ed24678a4@mgr.a.service". 2024-04-07T20:51:02.453 INFO:teuthology.orchestra.run.smithi136.stdout:Non-zero exit code 5 from systemctl stop ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-init@mgr.a.service 2024-04-07T20:51:02.453 INFO:teuthology.orchestra.run.smithi136.stdout:systemctl: stderr Failed to stop ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-init@mgr.a.service: Unit ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-init@mgr.a.service not loaded. 2024-04-07T20:51:02.459 INFO:teuthology.orchestra.run.smithi136.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-init@mgr.a.service 2024-04-07T20:51:02.459 INFO:teuthology.orchestra.run.smithi136.stdout:systemctl: stderr Failed to reset failed state of unit ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-init@mgr.a.service: Unit ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-init@mgr.a.service not loaded. 2024-04-07T20:51:02.465 INFO:teuthology.orchestra.run.smithi136.stdout:Non-zero exit code 1 from systemctl disable ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-init@mgr.a.service 2024-04-07T20:51:02.465 INFO:teuthology.orchestra.run.smithi136.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-58e6b078-f520-11ee-b649-cb9ed24678a4-init@mgr.a.service does not exist. 2024-04-07T20:51:02.614 INFO:teuthology.orchestra.run.smithi136.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph-58e6b078-f520-11ee-b649-cb9ed24678a4.target". 2024-04-07T20:51:02.614 INFO:teuthology.orchestra.run.smithi136.stdout:systemctl: stderr Removed "/etc/systemd/system/ceph.target.wants/ceph-58e6b078-f520-11ee-b649-cb9ed24678a4.target". 2024-04-07T20:51:02.779 INFO:teuthology.orchestra.run.smithi136.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-04-07T20:51:02.780 INFO:teuthology.orchestra.run.smithi136.stderr:Traceback (most recent call last): 2024-04-07T20:51:02.780 INFO:teuthology.orchestra.run.smithi136.stderr: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-04-07T20:51:02.794 INFO:teuthology.orchestra.run.smithi136.stderr: return _run_code(code, main_globals, None, 2024-04-07T20:51:02.795 INFO:teuthology.orchestra.run.smithi136.stderr: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-04-07T20:51:02.795 INFO:teuthology.orchestra.run.smithi136.stderr: exec(code, run_globals) 2024-04-07T20:51:02.795 INFO:teuthology.orchestra.run.smithi136.stderr: File "/tmp/tmpu5iiqpri.cephadm.build/app/__main__.py", line 5608, in 2024-04-07T20:51:02.795 INFO:teuthology.orchestra.run.smithi136.stderr: File "/tmp/tmpu5iiqpri.cephadm.build/app/__main__.py", line 5596, in main 2024-04-07T20:51:02.795 INFO:teuthology.orchestra.run.smithi136.stderr: File "/tmp/tmpu5iiqpri.cephadm.build/app/__main__.py", line 2693, in _rollback 2024-04-07T20:51:02.795 INFO:teuthology.orchestra.run.smithi136.stderr: File "/tmp/tmpu5iiqpri.cephadm.build/app/__main__.py", line 445, in _default_image 2024-04-07T20:51:02.795 INFO:teuthology.orchestra.run.smithi136.stderr: File "/tmp/tmpu5iiqpri.cephadm.build/app/__main__.py", line 2925, in command_bootstrap 2024-04-07T20:51:02.795 INFO:teuthology.orchestra.run.smithi136.stderr: File "/tmp/tmpu5iiqpri.cephadm.build/app/__main__.py", line 2387, in enable_cephadm_mgr_module 2024-04-07T20:51:02.795 INFO:teuthology.orchestra.run.smithi136.stderr: File "/tmp/tmpu5iiqpri.cephadm.build/app/__main__.py", line 2854, in cli 2024-04-07T20:51:02.795 INFO:teuthology.orchestra.run.smithi136.stderr: File "/tmp/tmpu5iiqpri.cephadm.build/app/cephadmlib/container_types.py", line 429, in run 2024-04-07T20:51:02.795 INFO:teuthology.orchestra.run.smithi136.stderr: File "/tmp/tmpu5iiqpri.cephadm.build/app/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-07T20:51:02.795 INFO:teuthology.orchestra.run.smithi136.stderr:RuntimeError: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d -e NODE_NAME=smithi136 -v /var/log/ceph/58e6b078-f520-11ee-b649-cb9ed24678a4:/var/log/ceph:z -v /tmp/ceph-tmps0d23bmr:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmppr3_2blq:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d mgr module enable cephadm: Error ENOENT: module 'cephadm' reports that it cannot run on the active manager daemon: No module named 'mgr_module' (pass --force to force enablement) 2024-04-07T20:51:02.795 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T20:51:02.818 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T20:51:02.818 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-07T20:51:02.818 DEBUG:teuthology.orchestra.run.smithi136:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-07T20:51:02.833 DEBUG:teuthology.orchestra.run.smithi181:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-07T20:51:02.851 DEBUG:teuthology.orchestra.run.smithi203:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-07T20:51:02.869 INFO:tasks.cephadm:Stopping all daemons... 2024-04-07T20:51:02.870 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-04-07T20:51:02.870 DEBUG:teuthology.orchestra.run.smithi136:> sudo systemctl stop ceph-58e6b078-f520-11ee-b649-cb9ed24678a4@mon.a 2024-04-07T20:51:02.907 INFO:teuthology.orchestra.run.smithi136.stderr:Failed to stop ceph-58e6b078-f520-11ee-b649-cb9ed24678a4@mon.a.service: Unit ceph-58e6b078-f520-11ee-b649-cb9ed24678a4@mon.a.service not loaded. 2024-04-07T20:51:02.909 DEBUG:teuthology.orchestra.run:got remote process result: 5 2024-04-07T20:51:02.909 ERROR:tasks.cephadm:Failed to stop "ceph.mon.a" Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph_e5c885fe95ee982ff7b45214daa61b1a6d09d57d/qa/tasks/cephadm.py", line 770, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi136 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d -v bootstrap --fsid 58e6b078-f520-11ee-b649-cb9ed24678a4 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.136 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph_e5c885fe95ee982ff7b45214daa61b1a6d09d57d/qa/tasks/cephadm.py", line 857, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi136 with status 5: 'sudo systemctl stop ceph-58e6b078-f520-11ee-b649-cb9ed24678a4@mon.a' 2024-04-07T20:51:02.911 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph_e5c885fe95ee982ff7b45214daa61b1a6d09d57d/qa/tasks/cephadm.py", line 770, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi136 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d -v bootstrap --fsid 58e6b078-f520-11ee-b649-cb9ed24678a4 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.136 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/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_e5c885fe95ee982ff7b45214daa61b1a6d09d57d/qa/tasks/cephadm.py", line 857, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi136 with status 5: 'sudo systemctl stop ceph-58e6b078-f520-11ee-b649-cb9ed24678a4@mon.a' 2024-04-07T20:51:02.911 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-07T20:51:02.913 DEBUG:teuthology.misc:Transferring archived files from smithi136:/var/lib/ceph/58e6b078-f520-11ee-b649-cb9ed24678a4/crash to /home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634283/remote/smithi136/crash 2024-04-07T20:51:02.914 DEBUG:teuthology.orchestra.run.smithi136:> sudo tar c -f - -C /var/lib/ceph/58e6b078-f520-11ee-b649-cb9ed24678a4/crash -- . 2024-04-07T20:51:02.984 INFO:teuthology.orchestra.run.smithi136.stderr:tar: /var/lib/ceph/58e6b078-f520-11ee-b649-cb9ed24678a4/crash: Cannot open: No such file or directory 2024-04-07T20:51:02.984 INFO:teuthology.orchestra.run.smithi136.stderr:tar: Error is not recoverable: exiting now 2024-04-07T20:51:02.986 DEBUG:teuthology.misc:Transferring archived files from smithi181:/var/lib/ceph/58e6b078-f520-11ee-b649-cb9ed24678a4/crash to /home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634283/remote/smithi181/crash 2024-04-07T20:51:02.987 DEBUG:teuthology.orchestra.run.smithi181:> sudo tar c -f - -C /var/lib/ceph/58e6b078-f520-11ee-b649-cb9ed24678a4/crash -- . 2024-04-07T20:51:03.024 INFO:teuthology.orchestra.run.smithi181.stderr:tar: /var/lib/ceph/58e6b078-f520-11ee-b649-cb9ed24678a4/crash: Cannot open: No such file or directory 2024-04-07T20:51:03.024 INFO:teuthology.orchestra.run.smithi181.stderr:tar: Error is not recoverable: exiting now 2024-04-07T20:51:03.026 DEBUG:teuthology.misc:Transferring archived files from smithi203:/var/lib/ceph/58e6b078-f520-11ee-b649-cb9ed24678a4/crash to /home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634283/remote/smithi203/crash 2024-04-07T20:51:03.027 DEBUG:teuthology.orchestra.run.smithi203:> sudo tar c -f - -C /var/lib/ceph/58e6b078-f520-11ee-b649-cb9ed24678a4/crash -- . 2024-04-07T20:51:03.068 INFO:teuthology.orchestra.run.smithi203.stderr:tar: /var/lib/ceph/58e6b078-f520-11ee-b649-cb9ed24678a4/crash: Cannot open: No such file or directory 2024-04-07T20:51:03.068 INFO:teuthology.orchestra.run.smithi203.stderr:tar: Error is not recoverable: exiting now 2024-04-07T20:51:03.069 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-07T20:51:03.070 DEBUG:teuthology.orchestra.run.smithi136:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/58e6b078-f520-11ee-b649-cb9ed24678a4/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-07T20:51:03.097 INFO:teuthology.orchestra.run.smithi136.stderr:grep: /var/log/ceph/58e6b078-f520-11ee-b649-cb9ed24678a4/ceph.log: No such file or directory 2024-04-07T20:51:03.098 INFO:tasks.cephadm:Compressing logs... 2024-04-07T20:51:03.099 DEBUG:teuthology.orchestra.run.smithi136:> 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-07T20:51:03.141 DEBUG:teuthology.orchestra.run.smithi181:> 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-07T20:51:03.144 DEBUG:teuthology.orchestra.run.smithi203:> 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-07T20:51:03.165 INFO:teuthology.orchestra.run.smithi136.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-04-07T20:51:03.167 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T20:51:03.167 INFO:teuthology.orchestra.run.smithi136.stderr:real 0m0.014s 2024-04-07T20:51:03.167 INFO:teuthology.orchestra.run.smithi136.stderr:user 0m0.009s 2024-04-07T20:51:03.167 INFO:teuthology.orchestra.run.smithi136.stderr:sys 0m0.017s 2024-04-07T20:51:03.173 INFO:teuthology.orchestra.run.smithi181.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-07T20:51:03.173 INFO:teuthology.orchestra.run.smithi181.stderr:: No such file or directory 2024-04-07T20:51:03.173 INFO:teuthology.orchestra.run.smithi181.stderr:/var/log/ceph/cephadm.log: 55.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-07T20:51:03.174 INFO:teuthology.orchestra.run.smithi203.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose: No such file or directory -- 2024-04-07T20:51:03.174 INFO:teuthology.orchestra.run.smithi203.stderr: /var/log/ceph/cephadm.log 2024-04-07T20:51:03.175 INFO:teuthology.orchestra.run.smithi203.stderr:/var/log/ceph/cephadm.log: 55.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-07T20:51:03.175 INFO:teuthology.orchestra.run.smithi181.stderr: 2024-04-07T20:51:03.175 INFO:teuthology.orchestra.run.smithi181.stderr:real 0m0.017s 2024-04-07T20:51:03.176 INFO:teuthology.orchestra.run.smithi181.stderr:user 0m0.011s 2024-04-07T20:51:03.176 INFO:teuthology.orchestra.run.smithi181.stderr:sys 0m0.019s 2024-04-07T20:51:03.177 INFO:teuthology.orchestra.run.smithi203.stderr: 2024-04-07T20:51:03.177 INFO:teuthology.orchestra.run.smithi203.stderr:real 0m0.016s 2024-04-07T20:51:03.177 INFO:teuthology.orchestra.run.smithi203.stderr:user 0m0.013s 2024-04-07T20:51:03.177 INFO:teuthology.orchestra.run.smithi203.stderr:sys 0m0.017s 2024-04-07T20:51:03.177 INFO:tasks.cephadm:Archiving logs... 2024-04-07T20:51:03.177 DEBUG:teuthology.misc:Transferring archived files from smithi136:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634283/remote/smithi136/log 2024-04-07T20:51:03.178 DEBUG:teuthology.orchestra.run.smithi136:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-07T20:51:03.233 DEBUG:teuthology.misc:Transferring archived files from smithi181:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634283/remote/smithi181/log 2024-04-07T20:51:03.234 DEBUG:teuthology.orchestra.run.smithi181:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-07T20:51:03.265 DEBUG:teuthology.misc:Transferring archived files from smithi203:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634283/remote/smithi203/log 2024-04-07T20:51:03.266 DEBUG:teuthology.orchestra.run.smithi203:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-07T20:51:03.297 INFO:tasks.cephadm:Removing cluster... 2024-04-07T20:51:03.297 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 58e6b078-f520-11ee-b649-cb9ed24678a4 --force 2024-04-07T20:51:03.477 INFO:teuthology.orchestra.run.smithi136.stdout:Deleting cluster with fsid: 58e6b078-f520-11ee-b649-cb9ed24678a4 2024-04-07T20:51:03.718 DEBUG:teuthology.orchestra.run.smithi181:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 58e6b078-f520-11ee-b649-cb9ed24678a4 --force 2024-04-07T20:51:03.900 INFO:teuthology.orchestra.run.smithi181.stdout:Deleting cluster with fsid: 58e6b078-f520-11ee-b649-cb9ed24678a4 2024-04-07T20:51:04.162 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 58e6b078-f520-11ee-b649-cb9ed24678a4 --force 2024-04-07T20:51:04.350 INFO:teuthology.orchestra.run.smithi203.stdout:Deleting cluster with fsid: 58e6b078-f520-11ee-b649-cb9ed24678a4 2024-04-07T20:51:04.613 INFO:tasks.cephadm:Removing cephadm ... 2024-04-07T20:51:04.613 DEBUG:teuthology.orchestra.run.smithi136:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-07T20:51:04.631 DEBUG:teuthology.orchestra.run.smithi181:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-07T20:51:04.646 DEBUG:teuthology.orchestra.run.smithi203:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-07T20:51:04.660 INFO:tasks.cephadm:Teardown complete 2024-04-07T20:51:04.661 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph_e5c885fe95ee982ff7b45214daa61b1a6d09d57d/qa/tasks/cephadm.py", line 770, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi136 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d -v bootstrap --fsid 58e6b078-f520-11ee-b649-cb9ed24678a4 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.136 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/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_e5c885fe95ee982ff7b45214daa61b1a6d09d57d/qa/tasks/cephadm.py", line 2194, 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_e691533f9cbb33d85b2187bba20d7102f098636d/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_e5c885fe95ee982ff7b45214daa61b1a6d09d57d/qa/tasks/cephadm.py", line 1823, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/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_e5c885fe95ee982ff7b45214daa61b1a6d09d57d/qa/tasks/cephadm.py", line 857, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi136 with status 5: 'sudo systemctl stop ceph-58e6b078-f520-11ee-b649-cb9ed24678a4@mon.a' 2024-04-07T20:51:04.849 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=27ee375c06d840df9bba9220d30e6c6d Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph_e5c885fe95ee982ff7b45214daa61b1a6d09d57d/qa/tasks/cephadm.py", line 770, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi136 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d -v bootstrap --fsid 58e6b078-f520-11ee-b649-cb9ed24678a4 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.136 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/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_e5c885fe95ee982ff7b45214daa61b1a6d09d57d/qa/tasks/cephadm.py", line 2194, 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_e691533f9cbb33d85b2187bba20d7102f098636d/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_e5c885fe95ee982ff7b45214daa61b1a6d09d57d/qa/tasks/cephadm.py", line 1823, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/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_e5c885fe95ee982ff7b45214daa61b1a6d09d57d/qa/tasks/cephadm.py", line 857, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi136 with status 5: 'sudo systemctl stop ceph-58e6b078-f520-11ee-b649-cb9ed24678a4@mon.a' 2024-04-07T20:51:04.853 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-07T20:51:04.863 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-07T20:51:04.880 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-07T20:51:04.881 DEBUG:teuthology.orchestra.run.smithi136:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-07T20:51:04.893 DEBUG:teuthology.orchestra.run.smithi181:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-07T20:51:04.896 DEBUG:teuthology.orchestra.run.smithi203:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-07T20:51:04.989 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-07T20:51:04.997 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-07T20:51:04.997 DEBUG:teuthology.orchestra.run.smithi136:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-07T20:51:05.000 DEBUG:teuthology.orchestra.run.smithi181:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-07T20:51:05.002 DEBUG:teuthology.orchestra.run.smithi203:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-07T20:51:05.013 INFO:teuthology.orchestra.run.smithi181.stderr:bash: line 1: ntpq: command not found 2024-04-07T20:51:05.014 INFO:teuthology.orchestra.run.smithi136.stderr:bash: line 1: ntpq: command not found 2024-04-07T20:51:05.016 INFO:teuthology.orchestra.run.smithi203.stderr:bash: line 1: ntpq: command not found 2024-04-07T20:51:05.017 INFO:teuthology.orchestra.run.smithi181.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-07T20:51:05.018 INFO:teuthology.orchestra.run.smithi181.stdout:=============================================================================== 2024-04-07T20:51:05.018 INFO:teuthology.orchestra.run.smithi181.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 18 -174us[ -174us] +/- 74ms 2024-04-07T20:51:05.018 INFO:teuthology.orchestra.run.smithi181.stdout:^* hv02.front.sepia.ceph.com 3 6 377 19 -583us[ -580us] +/- 61ms 2024-04-07T20:51:05.018 INFO:teuthology.orchestra.run.smithi181.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 19 +1042us[+1042us] +/- 62ms 2024-04-07T20:51:05.018 INFO:teuthology.orchestra.run.smithi181.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-07T20:51:05.019 INFO:teuthology.orchestra.run.smithi136.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-07T20:51:05.020 INFO:teuthology.orchestra.run.smithi136.stdout:=============================================================================== 2024-04-07T20:51:05.020 INFO:teuthology.orchestra.run.smithi136.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 18 -248us[ -248us] +/- 74ms 2024-04-07T20:51:05.020 INFO:teuthology.orchestra.run.smithi136.stdout:^* hv02.front.sepia.ceph.com 3 6 377 18 -663us[ -577us] +/- 61ms 2024-04-07T20:51:05.020 INFO:teuthology.orchestra.run.smithi136.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 19 +964us[+1050us] +/- 62ms 2024-04-07T20:51:05.020 INFO:teuthology.orchestra.run.smithi136.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-07T20:51:05.021 INFO:teuthology.orchestra.run.smithi203.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-07T20:51:05.021 INFO:teuthology.orchestra.run.smithi203.stdout:=============================================================================== 2024-04-07T20:51:05.021 INFO:teuthology.orchestra.run.smithi203.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 18 -249us[ -249us] +/- 74ms 2024-04-07T20:51:05.021 INFO:teuthology.orchestra.run.smithi203.stdout:^* hv02.front.sepia.ceph.com 3 6 377 18 -662us[ -578us] +/- 61ms 2024-04-07T20:51:05.021 INFO:teuthology.orchestra.run.smithi203.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 20 +964us[+1047us] +/- 62ms 2024-04-07T20:51:05.021 INFO:teuthology.orchestra.run.smithi203.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-07T20:51:05.022 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-07T20:51:05.030 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-07T20:51:05.030 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-07T20:51:05.072 DEBUG:teuthology.orchestra.run.smithi136:> 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-07T20:51:05.140 DEBUG:teuthology.orchestra.run.smithi181:> 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-07T20:51:05.201 DEBUG:teuthology.orchestra.run.smithi203:> 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-07T20:51:05.263 DEBUG:teuthology.orchestra.run.smithi136:> 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-07T20:51:05.294 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T20:51:05.294 DEBUG:teuthology.orchestra.run.smithi181:> 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-07T20:51:05.323 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T20:51:05.323 DEBUG:teuthology.orchestra.run.smithi203:> 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-07T20:51:05.352 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T20:51:05.353 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-07T20:51:05.362 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-07T20:51:05.372 INFO:teuthology.task.internal:Duration was 553.219455 seconds 2024-04-07T20:51:05.372 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-07T20:51:05.384 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-07T20:51:05.384 DEBUG:teuthology.orchestra.run.smithi136:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-07T20:51:05.386 DEBUG:teuthology.orchestra.run.smithi181:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-07T20:51:05.388 DEBUG:teuthology.orchestra.run.smithi203:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-07T20:51:05.429 INFO:teuthology.orchestra.run.smithi136.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-07T20:51:05.429 INFO:teuthology.orchestra.run.smithi181.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-07T20:51:05.435 INFO:teuthology.orchestra.run.smithi203.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-07T20:51:05.850 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-07T20:51:05.851 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi136.front.sepia.ceph.com 2024-04-07T20:51:05.851 DEBUG:teuthology.orchestra.run.smithi136:> 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-07T20:51:05.872 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi181.front.sepia.ceph.com 2024-04-07T20:51:05.872 DEBUG:teuthology.orchestra.run.smithi181:> 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-07T20:51:05.917 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi203.front.sepia.ceph.com 2024-04-07T20:51:05.917 DEBUG:teuthology.orchestra.run.smithi203:> 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-07T20:51:05.939 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-07T20:51:05.940 DEBUG:teuthology.orchestra.run.smithi136:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-07T20:51:05.942 DEBUG:teuthology.orchestra.run.smithi181:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-07T20:51:05.959 DEBUG:teuthology.orchestra.run.smithi203:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-07T20:51:06.008 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-07T20:51:06.008 DEBUG:teuthology.orchestra.run.smithi136:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-07T20:51:06.012 DEBUG:teuthology.orchestra.run.smithi181:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-07T20:51:06.028 DEBUG:teuthology.orchestra.run.smithi203:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-07T20:51:06.142 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-07T20:51:06.153 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-07T20:51:06.154 DEBUG:teuthology.orchestra.run.smithi136:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-07T20:51:06.181 DEBUG:teuthology.orchestra.run.smithi181:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-07T20:51:06.207 DEBUG:teuthology.orchestra.run.smithi203:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-07T20:51:06.234 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-07T20:51:06.243 DEBUG:teuthology.orchestra.run.smithi136:> 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-07T20:51:06.246 DEBUG:teuthology.orchestra.run.smithi181:> 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-07T20:51:06.250 DEBUG:teuthology.orchestra.run.smithi203:> 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-07T20:51:06.269 INFO:teuthology.orchestra.run.smithi136.stdout:kernel.core_pattern = core 2024-04-07T20:51:06.273 INFO:teuthology.orchestra.run.smithi181.stdout:kernel.core_pattern = core 2024-04-07T20:51:06.300 INFO:teuthology.orchestra.run.smithi203.stdout:kernel.core_pattern = core 2024-04-07T20:51:06.346 DEBUG:teuthology.orchestra.run.smithi136:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-07T20:51:06.359 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T20:51:06.360 DEBUG:teuthology.orchestra.run.smithi181:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-07T20:51:06.373 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T20:51:06.373 DEBUG:teuthology.orchestra.run.smithi203:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-07T20:51:06.399 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T20:51:06.399 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-07T20:51:06.409 INFO:teuthology.task.internal:Transferring archived files... 2024-04-07T20:51:06.409 DEBUG:teuthology.misc:Transferring archived files from smithi136:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634283/remote/smithi136 2024-04-07T20:51:06.409 DEBUG:teuthology.orchestra.run.smithi136:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-07T20:51:06.445 DEBUG:teuthology.misc:Transferring archived files from smithi181:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634283/remote/smithi181 2024-04-07T20:51:06.446 DEBUG:teuthology.orchestra.run.smithi181:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-07T20:51:06.480 DEBUG:teuthology.misc:Transferring archived files from smithi203:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634283/remote/smithi203 2024-04-07T20:51:06.480 DEBUG:teuthology.orchestra.run.smithi203:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-07T20:51:06.515 INFO:teuthology.task.internal:Removing archive directory... 2024-04-07T20:51:06.515 DEBUG:teuthology.orchestra.run.smithi136:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-07T20:51:06.518 DEBUG:teuthology.orchestra.run.smithi181:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-07T20:51:06.520 DEBUG:teuthology.orchestra.run.smithi203:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-07T20:51:06.568 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-07T20:51:06.579 INFO:teuthology.task.internal:Not uploading archives. 2024-04-07T20:51:06.580 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-07T20:51:06.591 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-07T20:51:06.591 DEBUG:teuthology.orchestra.run.smithi136:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-07T20:51:06.593 DEBUG:teuthology.orchestra.run.smithi181:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-07T20:51:06.595 DEBUG:teuthology.orchestra.run.smithi203:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-07T20:51:06.605 INFO:teuthology.orchestra.run.smithi136.stdout: 265306 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 7 20:51 /home/ubuntu/cephtest 2024-04-07T20:51:06.608 INFO:teuthology.orchestra.run.smithi181.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 7 20:51 /home/ubuntu/cephtest 2024-04-07T20:51:06.622 INFO:teuthology.orchestra.run.smithi203.stdout: 265513 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 7 20:51 /home/ubuntu/cephtest 2024-04-07T20:51:06.624 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-07T20:51:06.633 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-07T20:51:06.656 INFO:teuthology.nuke:Checking targets against current locks 2024-04-07T20:51:06.682 DEBUG:teuthology.nuke:shortname: smithi136 2024-04-07T20:51:06.682 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-07T20:51:06.705 DEBUG:teuthology.nuke:shortname: smithi181 2024-04-07T20:51:06.705 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-07T20:51:06.710 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi136.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634283', '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-07 20:32:15.805878', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE9V6Zw2ZoBdC419JlQzSDx5HEBc92jVviOdJsDKW4LrW1CFaKVVNzhRmL6UXGqipmf15OaI0oKeWD7rMIR3hek='} 2024-04-07T20:51:06.728 DEBUG:teuthology.nuke:shortname: smithi203 2024-04-07T20:51:06.728 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-07T20:51:06.735 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi181.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634283', '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-07 20:32:15.809666', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIcPToEQXO9/0Er8eLhA3VokjgJQmh+wrymgNhCMDmBRcz2ZISMsaAJP2Li9jYPa3nS5VJK2hJAyihY+HTgrLrI='} 2024-04-07T20:51:06.746 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi203.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634283', '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-07 20:32:15.807884', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFzcXivFkuNPQZwOSBGhlVsXQsqggnsu9pJOdNihXJgTqlHfe4597HxIJ4UapR8l8BbPdFXuwT+BmSlB0zUTZ50='} 2024-04-07T20:51:06.763 INFO:teuthology.orchestra.console.smithi136:Power off 2024-04-07T20:51:06.763 DEBUG:teuthology.orchestra.console.smithi136:pexpect command: ipmitool -H smithi136.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-07T20:51:06.787 DEBUG:teuthology.orchestra.console.smithi136:power off output: Chassis Power Control: Down/Off 2024-04-07T20:51:06.787 DEBUG:teuthology.orchestra.console.smithi136:pexpect command: ipmitool -H smithi136.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-07T20:51:06.800 INFO:teuthology.orchestra.console.smithi181:Power off 2024-04-07T20:51:06.800 DEBUG:teuthology.orchestra.console.smithi181:pexpect command: ipmitool -H smithi181.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-07T20:51:06.816 INFO:teuthology.orchestra.console.smithi203:Power off 2024-04-07T20:51:06.816 DEBUG:teuthology.orchestra.console.smithi203:pexpect command: ipmitool -H smithi203.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-07T20:51:06.825 DEBUG:teuthology.orchestra.console.smithi136:check power output: Chassis Power is on 2024-04-07T20:51:06.825 DEBUG:teuthology.orchestra.console.smithi181:power off output: Chassis Power Control: Down/Off 2024-04-07T20:51:06.825 DEBUG:teuthology.orchestra.console.smithi181:pexpect command: ipmitool -H smithi181.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-07T20:51:06.839 DEBUG:teuthology.orchestra.console.smithi203:power off output: Chassis Power Control: Down/Off 2024-04-07T20:51:06.839 DEBUG:teuthology.orchestra.console.smithi203:pexpect command: ipmitool -H smithi203.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-07T20:51:06.849 DEBUG:teuthology.orchestra.console.smithi181:check power output: Chassis Power is on 2024-04-07T20:51:06.862 DEBUG:teuthology.orchestra.console.smithi203:check power output: Chassis Power is on 2024-04-07T20:51:10.826 DEBUG:teuthology.orchestra.console.smithi136:pexpect command: ipmitool -H smithi136.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-07T20:51:10.850 DEBUG:teuthology.orchestra.console.smithi181:pexpect command: ipmitool -H smithi181.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-07T20:51:10.863 DEBUG:teuthology.orchestra.console.smithi203:pexpect command: ipmitool -H smithi203.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-07T20:51:10.936 DEBUG:teuthology.orchestra.console.smithi136:check power output: Chassis Power is on 2024-04-07T20:51:10.958 DEBUG:teuthology.orchestra.console.smithi181:check power output: Chassis Power is on 2024-04-07T20:51:10.971 DEBUG:teuthology.orchestra.console.smithi203:check power output: Chassis Power is on 2024-04-07T20:51:14.942 DEBUG:teuthology.orchestra.console.smithi136:pexpect command: ipmitool -H smithi136.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-07T20:51:14.960 DEBUG:teuthology.orchestra.console.smithi181:pexpect command: ipmitool -H smithi181.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-07T20:51:14.972 DEBUG:teuthology.orchestra.console.smithi203:pexpect command: ipmitool -H smithi203.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-07T20:51:15.053 DEBUG:teuthology.orchestra.console.smithi136:check power output: Chassis Power is off 2024-04-07T20:51:15.070 DEBUG:teuthology.orchestra.console.smithi181:check power output: Chassis Power is on 2024-04-07T20:51:15.082 DEBUG:teuthology.orchestra.console.smithi203:check power output: Chassis Power is off 2024-04-07T20:51:15.155 INFO:teuthology.orchestra.console.smithi136:Power off completed 2024-04-07T20:51:15.183 INFO:teuthology.orchestra.console.smithi203:Power off completed 2024-04-07T20:51:19.074 DEBUG:teuthology.orchestra.console.smithi181:pexpect command: ipmitool -H smithi181.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-07T20:51:19.183 DEBUG:teuthology.orchestra.console.smithi181:check power output: Chassis Power is off 2024-04-07T20:51:19.284 INFO:teuthology.orchestra.console.smithi181:Power off completed 2024-04-07T20:51:19.388 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/connectivity task/test_set_mon_crush_locations} duration: 553.2194550037384 failure_reason: 'Command failed on smithi136 with status 5: ''sudo systemctl stop ceph-58e6b078-f520-11ee-b649-cb9ed24678a4@mon.a''' flavor: default owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=27ee375c06d840df9bba9220d30e6c6d status: fail success: false 2024-04-07T20:51:19.388 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-07T20:51:19.473 INFO:teuthology.run:FAIL