2024-04-15T01:19:48.226 INFO:root:teuthology version: 0.0.1.dev267+g6c63784 2024-04-15T01:19:48.226 DEBUG:teuthology.run:Teuthology command: teuthology --name teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi --verbose --owner scheduled_teuthology@teuthology --description rados/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_host_drain} --archive /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656284 -- /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656284/orig.config.yaml 2024-04-15T01:19:48.265 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-15T01:19:48.358 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656284 branch: squid description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_host_drain} email: ceph-qa@ceph.com first_in_suite: false job_id: '7656284' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: squid ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: squid sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 owner: scheduled_teuthology@teuthology priority: 101 repo: https://git.ceph.com/ceph.git roles: - - host.a - mon.a - mgr.a - osd.0 - osd.1 - - host.b - mon.b - mgr.b - osd.2 - osd.3 - - host.c - mon.c - osd.4 - osd.5 seed: 5975 sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 sleep_before_teardown: 0 subset: 25083/100000 suite: rados suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_a9a752df26c63acad72e1b3569fd79a515ca0765/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 targets: smithi073.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK1FDpmA6QnVEtuYt7f3A45wMga3oJXiNlE2wmNuWzwXAHK0RXH2dQYyzWh96hFO5DHYf245jNIJl/dC/HYISfg= smithi155.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKO9wLd8u0eaFNFqt2UUnxdQprT79oIjLUS0GdFZtSah+BAxOop0iJImjLIjFK82jRnnAxz49hPHSiSKz9fwfxA= smithi193.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAqr9aJPVKw+CW3IHmKVO+HM7mjCN2kfI+lZtoT9jGOM+LwSRcfMK95BuQrBPcs4EjaNiQEMFcsbWx3C1cddj+4= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - "set -ex\nHOSTNAMES=$(ceph orch host ls --format json | jq -r '.[] | .hostname')\n\ for host in $HOSTNAMES; do\n # find the hostname for \"host.c\" which will\ \ have no mgr\n HAS_MGRS=$(ceph orch ps --hostname ${host} --format json |\ \ jq 'any(.daemon_type == \"mgr\")')\n if [ \"$HAS_MGRS\" == \"false\" ]; then\n\ \ HOST_C=\"${host}\"\n fi\ndone\n# One last thing to worry about before\ \ draining the host\n# is that the teuthology test tends to put the explicit\n\ # hostnames in the placement for the mon service.\n# We want to make sure we\ \ can drain without providing\n# --force and there is a check for the host being\ \ removed\n# being listed explicitly in the placements. Therefore,\n# we should\ \ remove it from the mon placement.\nceph orch ls mon --export > mon.yaml\n\ sed /\"$HOST_C\"/d mon.yaml > mon_adjusted.yaml\nceph orch apply -i mon_adjusted.yaml\n\ # now drain that host\nceph orch host drain $HOST_C --zap-osd-devices\n# wait\ \ for drain to complete\nHOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\n\ while [ \"$HOST_C_DAEMONS\" != \"No daemons reported\" ]; do\n sleep 15\n \ \ HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\ndone\n# we want to check\ \ the ability to remove the host from\n# the CRUSH map, so we should first verify\ \ the host is in\n# the CRUSH map.\nceph osd getcrushmap -o compiled-crushmap\n\ crushtool -d compiled-crushmap -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\n\ if ! grep -q \"$HOST_C\" <<< \"$CRUSH_MAP\"; then\n printf \"Expected to see\ \ $HOST_C in CRUSH map. Saw:\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n# If the drain\ \ was successful, we should be able to remove the\n# host without force with\ \ no issues. If there are still daemons\n# we will get a response telling us\ \ to drain the host and a\n# non-zero return code\nceph orch host rm $HOST_C\ \ --rm-crush-entry\n# verify we've successfully removed the host from the CRUSH\ \ map\nsleep 30\nceph osd getcrushmap -o compiled-crushmap\ncrushtool -d compiled-crushmap\ \ -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\nif grep -q \"$HOST_C\" <<<\ \ \"$CRUSH_MAP\"; then\n printf \"Saw $HOST_C in CRUSH map after it should\ \ have been removed.\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 6c637841c215537a4502385240412f1966e0faab timestamp: 2024-04-14_21:00:09 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-15T01:19:48.358 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_a9a752df26c63acad72e1b3569fd79a515ca0765/qa; will attempt to use it 2024-04-15T01:19:48.359 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_a9a752df26c63acad72e1b3569fd79a515ca0765/qa/tasks 2024-04-15T01:19:48.359 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-15T01:19:48.361 INFO:teuthology.task.internal:Checking packages... 2024-04-15T01:19:48.392 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'a9a752df26c63acad72e1b3569fd79a515ca0765' 2024-04-15T01:19:48.393 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-15T01:19:48.393 INFO:teuthology.packaging:ref: None 2024-04-15T01:19:48.393 INFO:teuthology.packaging:tag: None 2024-04-15T01:19:48.393 INFO:teuthology.packaging:branch: squid 2024-04-15T01:19:48.393 INFO:teuthology.packaging:sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:19:48.393 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=squid 2024-04-15T01:19:48.603 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2114.ga9a752df 2024-04-15T01:19:48.604 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-15T01:19:48.612 INFO:teuthology.task.internal:no buildpackages task found 2024-04-15T01:19:48.612 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-15T01:19:48.627 INFO:teuthology.task.internal:Saving configuration 2024-04-15T01:19:48.640 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-15T01:19:48.645 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T01:19:48.670 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi073.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656284', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-15 01:14:29.983996', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK1FDpmA6QnVEtuYt7f3A45wMga3oJXiNlE2wmNuWzwXAHK0RXH2dQYyzWh96hFO5DHYf245jNIJl/dC/HYISfg='} 2024-04-15T01:19:48.689 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi155.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656284', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-15 01:14:29.980847', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKO9wLd8u0eaFNFqt2UUnxdQprT79oIjLUS0GdFZtSah+BAxOop0iJImjLIjFK82jRnnAxz49hPHSiSKz9fwfxA='} 2024-04-15T01:19:48.713 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi193.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656284', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-15 01:14:29.982465', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAqr9aJPVKw+CW3IHmKVO+HM7mjCN2kfI+lZtoT9jGOM+LwSRcfMK95BuQrBPcs4EjaNiQEMFcsbWx3C1cddj+4='} 2024-04-15T01:19:48.713 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-15T01:19:48.719 INFO:teuthology.task.internal:roles: ubuntu@smithi073.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2024-04-15T01:19:48.719 INFO:teuthology.task.internal:roles: ubuntu@smithi155.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2024-04-15T01:19:48.719 INFO:teuthology.task.internal:roles: ubuntu@smithi193.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-04-15T01:19:48.720 INFO:teuthology.run_tasks:Running task console_log... 2024-04-15T01:19:48.898 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f09fda93e50>, signals=[15]) 2024-04-15T01:19:48.899 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-15T01:19:48.905 INFO:teuthology.task.internal:Opening connections... 2024-04-15T01:19:48.905 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi073.front.sepia.ceph.com 2024-04-15T01:19:48.908 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:19:49.017 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi155.front.sepia.ceph.com 2024-04-15T01:19:49.018 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:19:49.120 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi193.front.sepia.ceph.com 2024-04-15T01:19:49.121 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi193.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:19:49.226 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-15T01:19:49.232 DEBUG:teuthology.orchestra.run.smithi073:> uname -m 2024-04-15T01:19:49.251 INFO:teuthology.orchestra.run.smithi073.stdout:x86_64 2024-04-15T01:19:49.251 DEBUG:teuthology.orchestra.run.smithi073:> cat /etc/os-release 2024-04-15T01:19:49.308 INFO:teuthology.orchestra.run.smithi073.stdout:NAME="CentOS Stream" 2024-04-15T01:19:49.308 INFO:teuthology.orchestra.run.smithi073.stdout:VERSION="9" 2024-04-15T01:19:49.308 INFO:teuthology.orchestra.run.smithi073.stdout:ID="centos" 2024-04-15T01:19:49.308 INFO:teuthology.orchestra.run.smithi073.stdout:ID_LIKE="rhel fedora" 2024-04-15T01:19:49.309 INFO:teuthology.orchestra.run.smithi073.stdout:VERSION_ID="9" 2024-04-15T01:19:49.309 INFO:teuthology.orchestra.run.smithi073.stdout:PLATFORM_ID="platform:el9" 2024-04-15T01:19:49.309 INFO:teuthology.orchestra.run.smithi073.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-15T01:19:49.309 INFO:teuthology.orchestra.run.smithi073.stdout:ANSI_COLOR="0;31" 2024-04-15T01:19:49.309 INFO:teuthology.orchestra.run.smithi073.stdout:LOGO="fedora-logo-icon" 2024-04-15T01:19:49.309 INFO:teuthology.orchestra.run.smithi073.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-15T01:19:49.309 INFO:teuthology.orchestra.run.smithi073.stdout:HOME_URL="https://centos.org/" 2024-04-15T01:19:49.309 INFO:teuthology.orchestra.run.smithi073.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-15T01:19:49.309 INFO:teuthology.orchestra.run.smithi073.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-15T01:19:49.310 INFO:teuthology.orchestra.run.smithi073.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-15T01:19:49.310 INFO:teuthology.lock.ops:Updating smithi073.front.sepia.ceph.com on lock server 2024-04-15T01:19:49.330 DEBUG:teuthology.orchestra.run.smithi155:> uname -m 2024-04-15T01:19:49.347 INFO:teuthology.orchestra.run.smithi155.stdout:x86_64 2024-04-15T01:19:49.348 DEBUG:teuthology.orchestra.run.smithi155:> cat /etc/os-release 2024-04-15T01:19:49.402 INFO:teuthology.orchestra.run.smithi155.stdout:NAME="CentOS Stream" 2024-04-15T01:19:49.402 INFO:teuthology.orchestra.run.smithi155.stdout:VERSION="9" 2024-04-15T01:19:49.403 INFO:teuthology.orchestra.run.smithi155.stdout:ID="centos" 2024-04-15T01:19:49.403 INFO:teuthology.orchestra.run.smithi155.stdout:ID_LIKE="rhel fedora" 2024-04-15T01:19:49.403 INFO:teuthology.orchestra.run.smithi155.stdout:VERSION_ID="9" 2024-04-15T01:19:49.403 INFO:teuthology.orchestra.run.smithi155.stdout:PLATFORM_ID="platform:el9" 2024-04-15T01:19:49.403 INFO:teuthology.orchestra.run.smithi155.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-15T01:19:49.403 INFO:teuthology.orchestra.run.smithi155.stdout:ANSI_COLOR="0;31" 2024-04-15T01:19:49.403 INFO:teuthology.orchestra.run.smithi155.stdout:LOGO="fedora-logo-icon" 2024-04-15T01:19:49.403 INFO:teuthology.orchestra.run.smithi155.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-15T01:19:49.403 INFO:teuthology.orchestra.run.smithi155.stdout:HOME_URL="https://centos.org/" 2024-04-15T01:19:49.403 INFO:teuthology.orchestra.run.smithi155.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-15T01:19:49.403 INFO:teuthology.orchestra.run.smithi155.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-15T01:19:49.404 INFO:teuthology.orchestra.run.smithi155.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-15T01:19:49.404 INFO:teuthology.lock.ops:Updating smithi155.front.sepia.ceph.com on lock server 2024-04-15T01:19:49.429 DEBUG:teuthology.orchestra.run.smithi193:> uname -m 2024-04-15T01:19:49.448 INFO:teuthology.orchestra.run.smithi193.stdout:x86_64 2024-04-15T01:19:49.448 DEBUG:teuthology.orchestra.run.smithi193:> cat /etc/os-release 2024-04-15T01:19:49.506 INFO:teuthology.orchestra.run.smithi193.stdout:NAME="CentOS Stream" 2024-04-15T01:19:49.506 INFO:teuthology.orchestra.run.smithi193.stdout:VERSION="9" 2024-04-15T01:19:49.506 INFO:teuthology.orchestra.run.smithi193.stdout:ID="centos" 2024-04-15T01:19:49.506 INFO:teuthology.orchestra.run.smithi193.stdout:ID_LIKE="rhel fedora" 2024-04-15T01:19:49.506 INFO:teuthology.orchestra.run.smithi193.stdout:VERSION_ID="9" 2024-04-15T01:19:49.506 INFO:teuthology.orchestra.run.smithi193.stdout:PLATFORM_ID="platform:el9" 2024-04-15T01:19:49.506 INFO:teuthology.orchestra.run.smithi193.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-15T01:19:49.506 INFO:teuthology.orchestra.run.smithi193.stdout:ANSI_COLOR="0;31" 2024-04-15T01:19:49.507 INFO:teuthology.orchestra.run.smithi193.stdout:LOGO="fedora-logo-icon" 2024-04-15T01:19:49.507 INFO:teuthology.orchestra.run.smithi193.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-15T01:19:49.507 INFO:teuthology.orchestra.run.smithi193.stdout:HOME_URL="https://centos.org/" 2024-04-15T01:19:49.507 INFO:teuthology.orchestra.run.smithi193.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-15T01:19:49.507 INFO:teuthology.orchestra.run.smithi193.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-15T01:19:49.507 INFO:teuthology.orchestra.run.smithi193.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-15T01:19:49.507 INFO:teuthology.lock.ops:Updating smithi193.front.sepia.ceph.com on lock server 2024-04-15T01:19:49.529 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-15T01:19:49.538 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-15T01:19:49.554 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-15T01:19:49.554 DEBUG:teuthology.orchestra.run.smithi073:> test '!' -e /home/ubuntu/cephtest 2024-04-15T01:19:49.557 DEBUG:teuthology.orchestra.run.smithi155:> test '!' -e /home/ubuntu/cephtest 2024-04-15T01:19:49.559 DEBUG:teuthology.orchestra.run.smithi193:> test '!' -e /home/ubuntu/cephtest 2024-04-15T01:19:49.575 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-15T01:19:49.583 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-15T01:19:49.583 DEBUG:teuthology.orchestra.run.smithi073:> test -z $(ls -A /var/lib/ceph) 2024-04-15T01:19:49.613 DEBUG:teuthology.orchestra.run.smithi155:> test -z $(ls -A /var/lib/ceph) 2024-04-15T01:19:49.616 DEBUG:teuthology.orchestra.run.smithi193:> test -z $(ls -A /var/lib/ceph) 2024-04-15T01:19:49.723 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-15T01:19:49.803 INFO:teuthology.run_tasks:Running task kernel... 2024-04-15T01:19:49.817 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-15T01:19:49.817 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-15T01:19:49.817 DEBUG:teuthology.orchestra.run.smithi073:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T01:19:49.818 DEBUG:teuthology.orchestra.run.smithi155:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T01:19:49.818 DEBUG:teuthology.orchestra.run.smithi193:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T01:19:49.834 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T01:19:49.835 DEBUG:teuthology.orchestra.run.smithi073:> uname -r 2024-04-15T01:19:49.836 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T01:19:49.836 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T01:19:49.837 DEBUG:teuthology.orchestra.run.smithi193:> uname -r 2024-04-15T01:19:49.837 DEBUG:teuthology.orchestra.run.smithi155:> uname -r 2024-04-15T01:19:49.892 INFO:teuthology.orchestra.run.smithi073.stdout:5.14.0-361.el9.x86_64 2024-04-15T01:19:49.892 INFO:teuthology.task.kernel:Running kernel on smithi073: 5.14.0-361.el9.x86_64 2024-04-15T01:19:49.892 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum install -y kernel 2024-04-15T01:19:49.894 INFO:teuthology.orchestra.run.smithi155.stdout:5.14.0-361.el9.x86_64 2024-04-15T01:19:49.894 INFO:teuthology.task.kernel:Running kernel on smithi155: 5.14.0-361.el9.x86_64 2024-04-15T01:19:49.894 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum install -y kernel 2024-04-15T01:19:49.895 INFO:teuthology.orchestra.run.smithi193.stdout:5.14.0-361.el9.x86_64 2024-04-15T01:19:49.895 INFO:teuthology.task.kernel:Running kernel on smithi193: 5.14.0-361.el9.x86_64 2024-04-15T01:19:49.896 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum install -y kernel 2024-04-15T01:19:52.143 INFO:teuthology.orchestra.run.smithi193.stdout:CentOS-9 - AppStream 15 MB/s | 8.1 MB 00:00 2024-04-15T01:19:52.184 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS-9 - AppStream 12 MB/s | 8.1 MB 00:00 2024-04-15T01:19:52.226 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS-9 - AppStream 13 MB/s | 8.1 MB 00:00 2024-04-15T01:19:53.843 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS-9 - BaseOS 7.9 MB/s | 2.5 MB 00:00 2024-04-15T01:19:53.876 INFO:teuthology.orchestra.run.smithi193.stdout:CentOS-9 - BaseOS 6.3 MB/s | 2.5 MB 00:00 2024-04-15T01:19:54.131 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS-9 - BaseOS 4.0 MB/s | 2.5 MB 00:00 2024-04-15T01:19:54.808 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - BaseOS 15 MB/s | 8.0 MB 00:00 2024-04-15T01:19:55.069 INFO:teuthology.orchestra.run.smithi193.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.0 MB 00:00 2024-04-15T01:19:55.104 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS Stream 9 - BaseOS 16 MB/s | 8.0 MB 00:00 2024-04-15T01:19:56.834 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - AppStream 21 MB/s | 19 MB 00:00 2024-04-15T01:19:57.199 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS Stream 9 - AppStream 19 MB/s | 19 MB 00:00 2024-04-15T01:19:58.076 INFO:teuthology.orchestra.run.smithi193.stdout:CentOS Stream 9 - AppStream 10 MB/s | 19 MB 00:01 2024-04-15T01:20:01.310 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - CRB 6.7 MB/s | 6.2 MB 00:00 2024-04-15T01:20:01.364 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS Stream 9 - CRB 11 MB/s | 6.2 MB 00:00 2024-04-15T01:20:02.702 INFO:teuthology.orchestra.run.smithi193.stdout:CentOS Stream 9 - CRB 6.0 MB/s | 6.2 MB 00:01 2024-04-15T01:20:02.810 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - Extras packages 49 kB/s | 16 kB 00:00 2024-04-15T01:20:03.024 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS Stream 9 - Extras packages 34 kB/s | 16 kB 00:00 2024-04-15T01:20:03.820 INFO:teuthology.orchestra.run.smithi155.stdout:Extra Packages for Enterprise Linux 24 MB/s | 21 MB 00:00 2024-04-15T01:20:04.169 INFO:teuthology.orchestra.run.smithi193.stdout:CentOS Stream 9 - Extras packages 55 kB/s | 16 kB 00:00 2024-04-15T01:20:05.762 INFO:teuthology.orchestra.run.smithi193.stdout:Extra Packages for Enterprise Linux 14 MB/s | 21 MB 00:01 2024-04-15T01:20:05.843 INFO:teuthology.orchestra.run.smithi073.stdout:Extra Packages for Enterprise Linux 7.8 MB/s | 21 MB 00:02 2024-04-15T01:20:09.045 INFO:teuthology.orchestra.run.smithi155.stdout:lab-extras 11 kB/s | 1.7 kB 00:00 2024-04-15T01:20:10.795 INFO:teuthology.orchestra.run.smithi193.stdout:lab-extras 27 kB/s | 1.7 kB 00:00 2024-04-15T01:20:11.141 INFO:teuthology.orchestra.run.smithi073.stdout:lab-extras 16 kB/s | 1.7 kB 00:00 2024-04-15T01:20:11.301 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:20:11.301 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:20:11.301 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:20:11.301 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.301 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:20:11.301 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.301 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:20:11.301 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.301 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:20:11.301 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.301 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:20:11.302 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.302 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:20:11.302 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.302 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:20:11.302 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.302 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:20:11.302 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.302 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:20:11.302 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.302 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:20:11.302 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.302 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:20:11.302 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.302 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:20:11.303 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.303 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:20:11.303 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.303 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:20:11.303 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.303 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:20:11.303 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.303 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:20:11.303 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.303 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:20:11.303 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.303 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:20:11.303 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.303 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:20:11.303 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.304 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:20:11.304 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.304 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:20:11.304 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.304 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:20:11.304 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.304 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:20:11.304 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.304 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:20:11.304 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.304 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:20:11.304 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.304 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:20:11.304 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.305 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:20:11.305 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.305 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:20:11.305 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.305 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:20:11.305 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.305 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:20:11.305 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.305 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:20:11.305 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.305 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:20:11.305 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.305 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:20:11.305 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.305 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:20:11.306 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.306 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:20:11.306 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.306 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:20:11.306 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.306 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:20:11.306 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.306 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.306 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.306 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:20:11.306 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.306 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.306 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.306 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.307 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:20:11.307 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.307 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.307 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.307 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.307 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.307 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.307 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:20:11.307 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.307 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.307 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.307 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.307 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:20:11.308 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.308 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.308 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.308 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.308 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:20:11.308 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.308 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.308 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.308 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.308 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:20:11.308 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.308 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.308 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.308 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.308 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:20:11.309 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.309 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.309 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.309 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.309 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:20:11.309 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.309 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.309 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.309 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:20:11.694 INFO:teuthology.orchestra.run.smithi155.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-15T01:20:11.694 INFO:teuthology.orchestra.run.smithi155.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-15T01:20:11.809 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:20:11.814 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:20:11.814 INFO:teuthology.orchestra.run.smithi155.stdout: Package Architecture Version Repository Size 2024-04-15T01:20:11.814 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:20:11.814 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-15T01:20:11.814 INFO:teuthology.orchestra.run.smithi155.stdout: kernel x86_64 5.14.0-435.el9 baseos 214 k 2024-04-15T01:20:11.815 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2024-04-15T01:20:11.815 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-core x86_64 5.14.0-435.el9 baseos 15 M 2024-04-15T01:20:11.815 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-modules x86_64 5.14.0-435.el9 baseos 34 M 2024-04-15T01:20:11.815 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-modules-core x86_64 5.14.0-435.el9 baseos 28 M 2024-04-15T01:20:11.815 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:20:11.815 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-15T01:20:11.815 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:20:11.815 INFO:teuthology.orchestra.run.smithi155.stdout:Install 4 Packages 2024-04-15T01:20:11.815 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:20:11.815 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 77 M 2024-04-15T01:20:11.815 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 123 M 2024-04-15T01:20:11.815 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-15T01:20:12.013 INFO:teuthology.orchestra.run.smithi155.stdout:(1/4): kernel-5.14.0-435.el9.x86_64.rpm 2.4 MB/s | 214 kB 00:00 2024-04-15T01:20:12.688 INFO:teuthology.orchestra.run.smithi155.stdout:(2/4): kernel-core-5.14.0-435.el9.x86_64.rpm 20 MB/s | 15 MB 00:00 2024-04-15T01:20:13.033 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-15T01:20:13.034 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-15T01:20:13.034 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-15T01:20:13.034 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.034 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-15T01:20:13.034 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.034 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-15T01:20:13.034 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.034 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-15T01:20:13.034 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.034 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-15T01:20:13.034 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.035 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-15T01:20:13.035 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.035 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-15T01:20:13.035 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.035 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-15T01:20:13.035 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.035 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-15T01:20:13.035 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.035 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-15T01:20:13.035 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.035 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-15T01:20:13.035 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.035 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-15T01:20:13.035 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.036 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-15T01:20:13.036 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.036 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-15T01:20:13.036 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.036 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-15T01:20:13.036 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.036 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-15T01:20:13.036 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.036 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-15T01:20:13.036 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.036 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-15T01:20:13.036 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.037 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-15T01:20:13.037 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.037 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-15T01:20:13.037 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.037 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-15T01:20:13.037 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.037 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-15T01:20:13.037 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.037 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-15T01:20:13.037 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.037 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-15T01:20:13.037 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.037 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-15T01:20:13.037 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.037 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-15T01:20:13.038 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.038 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-15T01:20:13.038 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.038 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-15T01:20:13.038 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.038 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-15T01:20:13.038 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.038 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-15T01:20:13.038 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.038 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-15T01:20:13.038 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.038 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-15T01:20:13.038 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.039 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-15T01:20:13.039 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.039 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-15T01:20:13.039 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.039 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-15T01:20:13.039 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.039 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-15T01:20:13.039 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.039 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-15T01:20:13.039 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.039 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.039 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.039 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:20:13.039 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.040 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.040 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.040 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.040 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-15T01:20:13.040 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.040 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.040 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.040 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.040 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.040 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.040 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:20:13.040 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.040 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.040 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.040 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.041 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:20:13.041 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.041 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.041 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.041 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.041 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:20:13.041 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.041 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.042 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.042 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.042 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:20:13.042 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.042 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.042 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.042 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.042 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:20:13.042 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.042 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.042 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.042 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.042 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:20:13.043 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.043 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.043 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.043 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.322 INFO:teuthology.orchestra.run.smithi155.stdout:(3/4): kernel-modules-5.14.0-435.el9.x86_64.rpm 24 MB/s | 34 MB 00:01 2024-04-15T01:20:13.410 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:20:13.410 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:20:13.410 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:20:13.410 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.410 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:20:13.411 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.411 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:20:13.411 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.411 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:20:13.411 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.411 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:20:13.411 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.411 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:20:13.411 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.411 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:20:13.411 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.411 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:20:13.411 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.411 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:20:13.411 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.412 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:20:13.412 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.412 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:20:13.412 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.412 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:20:13.412 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.412 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:20:13.412 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.412 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:20:13.412 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.412 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:20:13.412 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.412 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:20:13.412 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.413 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:20:13.413 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.413 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:20:13.413 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.413 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:20:13.413 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.413 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:20:13.413 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.413 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:20:13.413 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.413 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:20:13.413 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.413 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:20:13.413 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.413 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:20:13.414 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.414 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:20:13.414 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.414 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:20:13.414 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.414 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:20:13.414 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.414 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:20:13.414 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.414 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:20:13.414 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.414 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:20:13.414 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.414 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:20:13.415 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.415 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:20:13.415 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.415 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:20:13.415 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.415 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:20:13.415 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.415 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:20:13.415 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.415 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:20:13.415 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.415 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:20:13.415 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.416 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.416 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.416 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:20:13.416 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.416 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.416 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.416 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.416 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:20:13.416 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.416 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.416 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.416 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.417 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.417 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.417 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:20:13.417 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.417 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.417 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.417 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.417 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:20:13.417 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.417 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.417 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.417 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.417 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:20:13.417 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.417 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.418 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.418 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.418 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:20:13.418 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.418 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.418 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.418 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.418 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:20:13.418 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.418 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.418 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.418 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.418 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:20:13.418 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.419 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.419 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.419 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:20:13.469 INFO:teuthology.orchestra.run.smithi193.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-15T01:20:13.470 INFO:teuthology.orchestra.run.smithi193.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-15T01:20:13.564 INFO:teuthology.orchestra.run.smithi155.stdout:(4/4): kernel-modules-core-5.14.0-435.el9.x86_6 18 MB/s | 28 MB 00:01 2024-04-15T01:20:13.564 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:20:13.564 INFO:teuthology.orchestra.run.smithi155.stdout:Total 44 MB/s | 77 MB 00:01 2024-04-15T01:20:13.583 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-15T01:20:13.595 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:20:13.595 INFO:teuthology.orchestra.run.smithi193.stdout: Package Architecture Version Repository Size 2024-04-15T01:20:13.595 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:20:13.595 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-04-15T01:20:13.595 INFO:teuthology.orchestra.run.smithi193.stdout: kernel x86_64 5.14.0-435.el9 baseos 214 k 2024-04-15T01:20:13.595 INFO:teuthology.orchestra.run.smithi193.stdout:Installing dependencies: 2024-04-15T01:20:13.595 INFO:teuthology.orchestra.run.smithi193.stdout: kernel-core x86_64 5.14.0-435.el9 baseos 15 M 2024-04-15T01:20:13.596 INFO:teuthology.orchestra.run.smithi193.stdout: kernel-modules x86_64 5.14.0-435.el9 baseos 34 M 2024-04-15T01:20:13.596 INFO:teuthology.orchestra.run.smithi193.stdout: kernel-modules-core x86_64 5.14.0-435.el9 baseos 28 M 2024-04-15T01:20:13.596 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:20:13.596 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-04-15T01:20:13.596 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:20:13.596 INFO:teuthology.orchestra.run.smithi193.stdout:Install 4 Packages 2024-04-15T01:20:13.596 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:20:13.596 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 77 M 2024-04-15T01:20:13.597 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 123 M 2024-04-15T01:20:13.597 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-04-15T01:20:13.806 INFO:teuthology.orchestra.run.smithi073.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-15T01:20:13.806 INFO:teuthology.orchestra.run.smithi073.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-15T01:20:13.914 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:20:13.921 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:20:13.921 INFO:teuthology.orchestra.run.smithi073.stdout: Package Architecture Version Repository Size 2024-04-15T01:20:13.921 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:20:13.921 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-04-15T01:20:13.921 INFO:teuthology.orchestra.run.smithi073.stdout: kernel x86_64 5.14.0-435.el9 baseos 214 k 2024-04-15T01:20:13.921 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2024-04-15T01:20:13.921 INFO:teuthology.orchestra.run.smithi073.stdout: kernel-core x86_64 5.14.0-435.el9 baseos 15 M 2024-04-15T01:20:13.921 INFO:teuthology.orchestra.run.smithi073.stdout: kernel-modules x86_64 5.14.0-435.el9 baseos 34 M 2024-04-15T01:20:13.921 INFO:teuthology.orchestra.run.smithi073.stdout: kernel-modules-core x86_64 5.14.0-435.el9 baseos 28 M 2024-04-15T01:20:13.922 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:20:13.922 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-04-15T01:20:13.922 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:20:13.922 INFO:teuthology.orchestra.run.smithi073.stdout:Install 4 Packages 2024-04-15T01:20:13.922 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:20:13.922 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 77 M 2024-04-15T01:20:13.922 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 123 M 2024-04-15T01:20:13.922 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-04-15T01:20:14.005 INFO:teuthology.orchestra.run.smithi193.stdout:(1/4): kernel-5.14.0-435.el9.x86_64.rpm 1.5 MB/s | 214 kB 00:00 2024-04-15T01:20:14.235 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-15T01:20:14.347 INFO:teuthology.orchestra.run.smithi193.stdout:(2/4): kernel-core-5.14.0-435.el9.x86_64.rpm 32 MB/s | 15 MB 00:00 2024-04-15T01:20:14.542 INFO:teuthology.orchestra.run.smithi073.stdout:(1/4): kernel-5.14.0-435.el9.x86_64.rpm 431 kB/s | 214 kB 00:00 2024-04-15T01:20:14.584 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-15T01:20:14.584 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-15T01:20:14.839 INFO:teuthology.orchestra.run.smithi193.stdout:(3/4): kernel-modules-5.14.0-435.el9.x86_64.rpm 35 MB/s | 34 MB 00:00 2024-04-15T01:20:15.214 INFO:teuthology.orchestra.run.smithi193.stdout:(4/4): kernel-modules-core-5.14.0-435.el9.x86_6 23 MB/s | 28 MB 00:01 2024-04-15T01:20:15.214 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:20:15.214 INFO:teuthology.orchestra.run.smithi193.stdout:Total 47 MB/s | 77 MB 00:01 2024-04-15T01:20:15.627 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-15T01:20:15.628 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-15T01:20:15.883 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-04-15T01:20:16.251 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-04-15T01:20:16.251 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-04-15T01:20:17.282 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-04-15T01:20:17.282 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-04-15T01:20:18.107 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-15T01:20:18.734 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : kernel-modules-core-5.14.0-435.el9.x86_64 1/4 2024-04-15T01:20:18.821 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-15T01:20:19.759 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-04-15T01:20:19.925 INFO:teuthology.orchestra.run.smithi073.stdout:(2/4): kernel-core-5.14.0-435.el9.x86_64.rpm 2.6 MB/s | 15 MB 00:05 2024-04-15T01:20:20.350 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : kernel-modules-core-5.14.0-435.el9.x86_64 1/4 2024-04-15T01:20:20.438 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-15T01:20:20.642 INFO:teuthology.orchestra.run.smithi073.stdout:(3/4): kernel-modules-5.14.0-435.el9.x86_64.rpm 5.1 MB/s | 34 MB 00:06 2024-04-15T01:20:21.609 INFO:teuthology.orchestra.run.smithi073.stdout:(4/4): kernel-modules-core-5.14.0-435.el9.x86_6 3.9 MB/s | 28 MB 00:07 2024-04-15T01:20:21.610 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:20:21.610 INFO:teuthology.orchestra.run.smithi073.stdout:Total 10 MB/s | 77 MB 00:07 2024-04-15T01:20:21.700 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-15T01:20:21.700 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-15T01:20:22.278 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-04-15T01:20:22.669 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-04-15T01:20:22.669 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-04-15T01:20:23.174 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-15T01:20:23.316 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-15T01:20:23.663 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-04-15T01:20:23.663 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-04-15T01:20:26.167 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-04-15T01:20:26.370 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-15T01:20:26.407 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : kernel-5.14.0-435.el9.x86_64 4/4 2024-04-15T01:20:26.750 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : kernel-modules-core-5.14.0-435.el9.x86_64 1/4 2024-04-15T01:20:26.834 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-15T01:20:28.056 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-15T01:20:28.100 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : kernel-5.14.0-435.el9.x86_64 4/4 2024-04-15T01:20:29.554 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-15T01:20:29.693 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-15T01:20:31.143 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-modules-core-5.14.0-435.el9.x86_64 4/4 2024-04-15T01:20:32.826 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: kernel-modules-core-5.14.0-435.el9.x86_64 4/4 2024-04-15T01:20:34.448 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-15T01:20:34.486 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : kernel-5.14.0-435.el9.x86_64 4/4 2024-04-15T01:20:39.231 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: kernel-modules-core-5.14.0-435.el9.x86_64 4/4 2024-04-15T01:21:00.306 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-core-5.14.0-435.el9.x86_64 4/4 2024-04-15T01:21:00.306 INFO:teuthology.orchestra.run.smithi155.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-15T01:21:00.306 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:21:00.351 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-modules-5.14.0-435.el9.x86_64 4/4 2024-04-15T01:21:00.768 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-5.14.0-435.el9.x86_64 4/4 2024-04-15T01:21:00.768 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : kernel-5.14.0-435.el9.x86_64 1/4 2024-04-15T01:21:00.768 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-15T01:21:00.768 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-15T01:21:01.214 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : kernel-modules-core-5.14.0-435.el9.x86_64 4/4 2024-04-15T01:21:01.214 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:21:01.214 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-15T01:21:01.214 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-5.14.0-435.el9.x86_64 2024-04-15T01:21:01.214 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-core-5.14.0-435.el9.x86_64 2024-04-15T01:21:01.214 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-modules-5.14.0-435.el9.x86_64 2024-04-15T01:21:01.214 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-modules-core-5.14.0-435.el9.x86_64 2024-04-15T01:21:01.215 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:21:01.215 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:21:01.550 DEBUG:teuthology.orchestra.run.smithi155:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T01:21:01.642 INFO:teuthology.orchestra.run.smithi155.stdout:kernel-5.14.0-435.el9.x86_64 2024-04-15T01:21:01.642 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-435.el9.x86_64 2024-04-15T01:21:01.643 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-435.el9.x86_64 2024-04-15T01:21:01.643 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T01:21:01.643 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T01:21:01.643 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-15T01:21:01.643 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi155.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T01:21:01.643 DEBUG:teuthology.orchestra.run.smithi155:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T01:21:01.724 INFO:teuthology.orchestra.run.smithi155.stdout:kernel-5.14.0-435.el9.x86_64 2024-04-15T01:21:01.724 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-435.el9.x86_64 2024-04-15T01:21:01.724 DEBUG:teuthology.orchestra.run.smithi155:> sudo rpm -qi grub2-tools 2024-04-15T01:21:01.758 INFO:teuthology.orchestra.run.smithi155.stdout:Name : grub2-tools 2024-04-15T01:21:01.758 INFO:teuthology.orchestra.run.smithi155.stdout:Epoch : 1 2024-04-15T01:21:01.759 INFO:teuthology.orchestra.run.smithi155.stdout:Version : 2.06 2024-04-15T01:21:01.759 INFO:teuthology.orchestra.run.smithi155.stdout:Release : 68.el9 2024-04-15T01:21:01.759 INFO:teuthology.orchestra.run.smithi155.stdout:Architecture: x86_64 2024-04-15T01:21:01.759 INFO:teuthology.orchestra.run.smithi155.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-15T01:21:01.759 INFO:teuthology.orchestra.run.smithi155.stdout:Group : Unspecified 2024-04-15T01:21:01.759 INFO:teuthology.orchestra.run.smithi155.stdout:Size : 8264254 2024-04-15T01:21:01.759 INFO:teuthology.orchestra.run.smithi155.stdout:License : GPLv3+ 2024-04-15T01:21:01.759 INFO:teuthology.orchestra.run.smithi155.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-15T01:21:01.759 INFO:teuthology.orchestra.run.smithi155.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-15T01:21:01.759 INFO:teuthology.orchestra.run.smithi155.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-15T01:21:01.759 INFO:teuthology.orchestra.run.smithi155.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-15T01:21:01.760 INFO:teuthology.orchestra.run.smithi155.stdout:Packager : builder@centos.org 2024-04-15T01:21:01.760 INFO:teuthology.orchestra.run.smithi155.stdout:Vendor : CentOS 2024-04-15T01:21:01.760 INFO:teuthology.orchestra.run.smithi155.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-15T01:21:01.760 INFO:teuthology.orchestra.run.smithi155.stdout:Summary : Support tools for GRUB. 2024-04-15T01:21:01.760 INFO:teuthology.orchestra.run.smithi155.stdout:Description : 2024-04-15T01:21:01.760 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:21:01.760 INFO:teuthology.orchestra.run.smithi155.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-15T01:21:01.760 INFO:teuthology.orchestra.run.smithi155.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-15T01:21:01.760 INFO:teuthology.orchestra.run.smithi155.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-15T01:21:01.760 INFO:teuthology.orchestra.run.smithi155.stdout:hardware devices. 2024-04-15T01:21:01.760 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:21:01.760 INFO:teuthology.orchestra.run.smithi155.stdout:This subpackage provides tools for support of all platforms. 2024-04-15T01:21:01.761 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-15T01:21:01.761 INFO:teuthology.task.kernel:Updating grub on smithi155 to boot 5.14.0-435.el9.x86_64 2024-04-15T01:21:01.762 DEBUG:teuthology.orchestra.run.smithi155:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-15T01:21:01.995 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: kernel-core-5.14.0-435.el9.x86_64 4/4 2024-04-15T01:21:01.995 INFO:teuthology.orchestra.run.smithi193.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-15T01:21:01.995 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:21:02.041 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: kernel-modules-5.14.0-435.el9.x86_64 4/4 2024-04-15T01:21:02.359 INFO:teuthology.orchestra.run.smithi155.stderr:Generating grub configuration file ... 2024-04-15T01:21:02.461 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: kernel-5.14.0-435.el9.x86_64 4/4 2024-04-15T01:21:02.461 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : kernel-5.14.0-435.el9.x86_64 1/4 2024-04-15T01:21:02.461 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-15T01:21:02.461 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-15T01:21:02.929 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : kernel-modules-core-5.14.0-435.el9.x86_64 4/4 2024-04-15T01:21:02.929 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:21:02.929 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-04-15T01:21:02.929 INFO:teuthology.orchestra.run.smithi193.stdout: kernel-5.14.0-435.el9.x86_64 2024-04-15T01:21:02.929 INFO:teuthology.orchestra.run.smithi193.stdout: kernel-core-5.14.0-435.el9.x86_64 2024-04-15T01:21:02.929 INFO:teuthology.orchestra.run.smithi193.stdout: kernel-modules-5.14.0-435.el9.x86_64 2024-04-15T01:21:02.930 INFO:teuthology.orchestra.run.smithi193.stdout: kernel-modules-core-5.14.0-435.el9.x86_64 2024-04-15T01:21:02.930 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:21:02.930 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-15T01:21:03.269 DEBUG:teuthology.orchestra.run.smithi193:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T01:21:03.367 INFO:teuthology.orchestra.run.smithi193.stdout:kernel-5.14.0-435.el9.x86_64 2024-04-15T01:21:03.367 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-435.el9.x86_64 2024-04-15T01:21:03.367 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-435.el9.x86_64 2024-04-15T01:21:03.367 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T01:21:03.368 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T01:21:03.368 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-04-15T01:21:03.368 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi193.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T01:21:03.368 DEBUG:teuthology.orchestra.run.smithi193:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T01:21:03.449 INFO:teuthology.orchestra.run.smithi193.stdout:kernel-5.14.0-435.el9.x86_64 2024-04-15T01:21:03.449 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-435.el9.x86_64 2024-04-15T01:21:03.449 DEBUG:teuthology.orchestra.run.smithi193:> sudo rpm -qi grub2-tools 2024-04-15T01:21:03.493 INFO:teuthology.orchestra.run.smithi193.stdout:Name : grub2-tools 2024-04-15T01:21:03.493 INFO:teuthology.orchestra.run.smithi193.stdout:Epoch : 1 2024-04-15T01:21:03.493 INFO:teuthology.orchestra.run.smithi193.stdout:Version : 2.06 2024-04-15T01:21:03.493 INFO:teuthology.orchestra.run.smithi193.stdout:Release : 68.el9 2024-04-15T01:21:03.493 INFO:teuthology.orchestra.run.smithi193.stdout:Architecture: x86_64 2024-04-15T01:21:03.493 INFO:teuthology.orchestra.run.smithi193.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-15T01:21:03.493 INFO:teuthology.orchestra.run.smithi193.stdout:Group : Unspecified 2024-04-15T01:21:03.493 INFO:teuthology.orchestra.run.smithi193.stdout:Size : 8264254 2024-04-15T01:21:03.494 INFO:teuthology.orchestra.run.smithi193.stdout:License : GPLv3+ 2024-04-15T01:21:03.494 INFO:teuthology.orchestra.run.smithi193.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-15T01:21:03.494 INFO:teuthology.orchestra.run.smithi193.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-15T01:21:03.494 INFO:teuthology.orchestra.run.smithi193.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-15T01:21:03.494 INFO:teuthology.orchestra.run.smithi193.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-15T01:21:03.494 INFO:teuthology.orchestra.run.smithi193.stdout:Packager : builder@centos.org 2024-04-15T01:21:03.494 INFO:teuthology.orchestra.run.smithi193.stdout:Vendor : CentOS 2024-04-15T01:21:03.494 INFO:teuthology.orchestra.run.smithi193.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-15T01:21:03.494 INFO:teuthology.orchestra.run.smithi193.stdout:Summary : Support tools for GRUB. 2024-04-15T01:21:03.494 INFO:teuthology.orchestra.run.smithi193.stdout:Description : 2024-04-15T01:21:03.494 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:21:03.494 INFO:teuthology.orchestra.run.smithi193.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-15T01:21:03.494 INFO:teuthology.orchestra.run.smithi193.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-15T01:21:03.495 INFO:teuthology.orchestra.run.smithi193.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-15T01:21:03.495 INFO:teuthology.orchestra.run.smithi193.stdout:hardware devices. 2024-04-15T01:21:03.495 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:21:03.495 INFO:teuthology.orchestra.run.smithi193.stdout:This subpackage provides tools for support of all platforms. 2024-04-15T01:21:03.496 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-15T01:21:03.496 INFO:teuthology.task.kernel:Updating grub on smithi193 to boot 5.14.0-435.el9.x86_64 2024-04-15T01:21:03.496 DEBUG:teuthology.orchestra.run.smithi193:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-15T01:21:03.754 INFO:teuthology.orchestra.run.smithi155.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-15T01:21:03.793 INFO:teuthology.orchestra.run.smithi155.stderr:done 2024-04-15T01:21:03.795 DEBUG:teuthology.orchestra.run.smithi155:> mktemp 2024-04-15T01:21:03.810 INFO:teuthology.orchestra.run.smithi155.stdout:/tmp/tmp.TSjTSwcPLR 2024-04-15T01:21:03.810 DEBUG:teuthology.orchestra.run.smithi155:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.TSjTSwcPLR 2024-04-15T01:21:03.878 DEBUG:teuthology.orchestra.run.smithi155:> sudo chmod 0666 /tmp/tmp.TSjTSwcPLR 2024-04-15T01:21:04.020 DEBUG:teuthology.orchestra.remote:smithi155:/tmp/tmp.TSjTSwcPLR is 6KB 2024-04-15T01:21:04.067 INFO:teuthology.orchestra.run.smithi193.stderr:Generating grub configuration file ... 2024-04-15T01:21:04.070 DEBUG:teuthology.orchestra.run.smithi155:> rm -fr /tmp/tmp.TSjTSwcPLR 2024-04-15T01:21:04.084 DEBUG:teuthology.orchestra.run.smithi155:> sudo /bin/ls /boot/loader/entries || true 2024-04-15T01:21:04.150 INFO:teuthology.orchestra.run.smithi155.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-15T01:21:04.151 INFO:teuthology.orchestra.run.smithi155.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-15T01:21:04.151 INFO:teuthology.orchestra.run.smithi155.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-15T01:21:04.151 INFO:teuthology.orchestra.run.smithi155.stdout:15949e3c88704300882482eddfd7baae-5.14.0-435.el9.x86_64.conf 2024-04-15T01:21:04.151 DEBUG:teuthology.orchestra.run.smithi155:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-435.el9.x86_64 2024-04-15T01:21:04.286 DEBUG:teuthology.orchestra.run.smithi155:> sudo shutdown -r now 2024-04-15T01:21:05.485 INFO:teuthology.orchestra.run.smithi193.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-15T01:21:05.519 INFO:teuthology.orchestra.run.smithi193.stderr:done 2024-04-15T01:21:05.521 DEBUG:teuthology.orchestra.run.smithi193:> mktemp 2024-04-15T01:21:05.536 INFO:teuthology.orchestra.run.smithi193.stdout:/tmp/tmp.s6wiby9svR 2024-04-15T01:21:05.536 DEBUG:teuthology.orchestra.run.smithi193:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.s6wiby9svR 2024-04-15T01:21:05.616 DEBUG:teuthology.orchestra.run.smithi193:> sudo chmod 0666 /tmp/tmp.s6wiby9svR 2024-04-15T01:21:05.761 DEBUG:teuthology.orchestra.remote:smithi193:/tmp/tmp.s6wiby9svR is 6KB 2024-04-15T01:21:05.809 DEBUG:teuthology.orchestra.run.smithi193:> rm -fr /tmp/tmp.s6wiby9svR 2024-04-15T01:21:05.823 DEBUG:teuthology.orchestra.run.smithi193:> sudo /bin/ls /boot/loader/entries || true 2024-04-15T01:21:05.888 INFO:teuthology.orchestra.run.smithi193.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-15T01:21:05.888 INFO:teuthology.orchestra.run.smithi193.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-15T01:21:05.888 INFO:teuthology.orchestra.run.smithi193.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-15T01:21:05.888 INFO:teuthology.orchestra.run.smithi193.stdout:15949e3c88704300882482eddfd7baae-5.14.0-435.el9.x86_64.conf 2024-04-15T01:21:05.889 DEBUG:teuthology.orchestra.run.smithi193:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-435.el9.x86_64 2024-04-15T01:21:06.029 DEBUG:teuthology.orchestra.run.smithi193:> sudo shutdown -r now 2024-04-15T01:21:08.462 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: kernel-core-5.14.0-435.el9.x86_64 4/4 2024-04-15T01:21:08.463 INFO:teuthology.orchestra.run.smithi073.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-15T01:21:08.463 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:21:08.508 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: kernel-modules-5.14.0-435.el9.x86_64 4/4 2024-04-15T01:21:08.825 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: kernel-5.14.0-435.el9.x86_64 4/4 2024-04-15T01:21:08.825 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : kernel-5.14.0-435.el9.x86_64 1/4 2024-04-15T01:21:08.825 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-15T01:21:08.825 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-15T01:21:09.258 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : kernel-modules-core-5.14.0-435.el9.x86_64 4/4 2024-04-15T01:21:09.259 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:21:09.259 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-04-15T01:21:09.259 INFO:teuthology.orchestra.run.smithi073.stdout: kernel-5.14.0-435.el9.x86_64 2024-04-15T01:21:09.259 INFO:teuthology.orchestra.run.smithi073.stdout: kernel-core-5.14.0-435.el9.x86_64 2024-04-15T01:21:09.259 INFO:teuthology.orchestra.run.smithi073.stdout: kernel-modules-5.14.0-435.el9.x86_64 2024-04-15T01:21:09.259 INFO:teuthology.orchestra.run.smithi073.stdout: kernel-modules-core-5.14.0-435.el9.x86_64 2024-04-15T01:21:09.259 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:21:09.259 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:21:09.591 DEBUG:teuthology.orchestra.run.smithi073:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T01:21:09.692 INFO:teuthology.orchestra.run.smithi073.stdout:kernel-5.14.0-435.el9.x86_64 2024-04-15T01:21:09.693 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-435.el9.x86_64 2024-04-15T01:21:09.693 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-435.el9.x86_64 2024-04-15T01:21:09.693 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T01:21:09.693 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T01:21:09.693 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-15T01:21:09.693 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi073.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T01:21:09.693 DEBUG:teuthology.orchestra.run.smithi073:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T01:21:09.773 INFO:teuthology.orchestra.run.smithi073.stdout:kernel-5.14.0-435.el9.x86_64 2024-04-15T01:21:09.774 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-435.el9.x86_64 2024-04-15T01:21:09.774 DEBUG:teuthology.orchestra.run.smithi073:> sudo rpm -qi grub2-tools 2024-04-15T01:21:09.810 INFO:teuthology.orchestra.run.smithi073.stdout:Name : grub2-tools 2024-04-15T01:21:09.810 INFO:teuthology.orchestra.run.smithi073.stdout:Epoch : 1 2024-04-15T01:21:09.810 INFO:teuthology.orchestra.run.smithi073.stdout:Version : 2.06 2024-04-15T01:21:09.810 INFO:teuthology.orchestra.run.smithi073.stdout:Release : 68.el9 2024-04-15T01:21:09.810 INFO:teuthology.orchestra.run.smithi073.stdout:Architecture: x86_64 2024-04-15T01:21:09.810 INFO:teuthology.orchestra.run.smithi073.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-15T01:21:09.810 INFO:teuthology.orchestra.run.smithi073.stdout:Group : Unspecified 2024-04-15T01:21:09.810 INFO:teuthology.orchestra.run.smithi073.stdout:Size : 8264254 2024-04-15T01:21:09.810 INFO:teuthology.orchestra.run.smithi073.stdout:License : GPLv3+ 2024-04-15T01:21:09.810 INFO:teuthology.orchestra.run.smithi073.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-15T01:21:09.811 INFO:teuthology.orchestra.run.smithi073.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-15T01:21:09.811 INFO:teuthology.orchestra.run.smithi073.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-15T01:21:09.811 INFO:teuthology.orchestra.run.smithi073.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-15T01:21:09.811 INFO:teuthology.orchestra.run.smithi073.stdout:Packager : builder@centos.org 2024-04-15T01:21:09.811 INFO:teuthology.orchestra.run.smithi073.stdout:Vendor : CentOS 2024-04-15T01:21:09.811 INFO:teuthology.orchestra.run.smithi073.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-15T01:21:09.811 INFO:teuthology.orchestra.run.smithi073.stdout:Summary : Support tools for GRUB. 2024-04-15T01:21:09.811 INFO:teuthology.orchestra.run.smithi073.stdout:Description : 2024-04-15T01:21:09.811 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:21:09.811 INFO:teuthology.orchestra.run.smithi073.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-15T01:21:09.811 INFO:teuthology.orchestra.run.smithi073.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-15T01:21:09.811 INFO:teuthology.orchestra.run.smithi073.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-15T01:21:09.811 INFO:teuthology.orchestra.run.smithi073.stdout:hardware devices. 2024-04-15T01:21:09.812 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:21:09.812 INFO:teuthology.orchestra.run.smithi073.stdout:This subpackage provides tools for support of all platforms. 2024-04-15T01:21:09.812 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-15T01:21:09.812 INFO:teuthology.task.kernel:Updating grub on smithi073 to boot 5.14.0-435.el9.x86_64 2024-04-15T01:21:09.813 DEBUG:teuthology.orchestra.run.smithi073:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-15T01:21:10.432 INFO:teuthology.orchestra.run.smithi073.stderr:Generating grub configuration file ... 2024-04-15T01:21:11.867 INFO:teuthology.orchestra.run.smithi073.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-15T01:21:11.892 INFO:teuthology.orchestra.run.smithi073.stderr:done 2024-04-15T01:21:11.894 DEBUG:teuthology.orchestra.run.smithi073:> mktemp 2024-04-15T01:21:11.919 INFO:teuthology.orchestra.run.smithi073.stdout:/tmp/tmp.YVVBWfoSLq 2024-04-15T01:21:11.919 DEBUG:teuthology.orchestra.run.smithi073:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.YVVBWfoSLq 2024-04-15T01:21:11.989 DEBUG:teuthology.orchestra.run.smithi073:> sudo chmod 0666 /tmp/tmp.YVVBWfoSLq 2024-04-15T01:21:12.192 DEBUG:teuthology.orchestra.remote:smithi073:/tmp/tmp.YVVBWfoSLq is 6KB 2024-04-15T01:21:12.225 DEBUG:teuthology.orchestra.run.smithi073:> rm -fr /tmp/tmp.YVVBWfoSLq 2024-04-15T01:21:12.241 DEBUG:teuthology.orchestra.run.smithi073:> sudo /bin/ls /boot/loader/entries || true 2024-04-15T01:21:12.335 INFO:teuthology.orchestra.run.smithi073.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-15T01:21:12.335 INFO:teuthology.orchestra.run.smithi073.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-15T01:21:12.335 INFO:teuthology.orchestra.run.smithi073.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-15T01:21:12.335 INFO:teuthology.orchestra.run.smithi073.stdout:15949e3c88704300882482eddfd7baae-5.14.0-435.el9.x86_64.conf 2024-04-15T01:21:12.336 DEBUG:teuthology.orchestra.run.smithi073:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-435.el9.x86_64 2024-04-15T01:21:12.435 DEBUG:teuthology.orchestra.run.smithi073:> sudo shutdown -r now 2024-04-15T01:21:34.310 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-15T01:21:34.311 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-04-15T01:21:34.312 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:21:36.034 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-04-15T01:21:36.034 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi193.front.sepia.ceph.com' 2024-04-15T01:21:36.035 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi193.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:21:42.442 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-15T01:21:42.442 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi073.front.sepia.ceph.com' 2024-04-15T01:21:42.443 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:21:52.670 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.155 2024-04-15T01:21:54.462 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.193 2024-04-15T01:22:00.862 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.73 2024-04-15T01:22:01.673 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-04-15T01:22:01.673 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:22:03.465 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi193.front.sepia.ceph.com' 2024-04-15T01:22:03.466 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi193.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:22:04.734 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.155 2024-04-15T01:22:06.526 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.193 2024-04-15T01:22:09.866 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi073.front.sepia.ceph.com' 2024-04-15T01:22:09.867 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:22:12.926 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.73 2024-04-15T01:22:16.738 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-04-15T01:22:16.739 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:22:18.529 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi193.front.sepia.ceph.com' 2024-04-15T01:22:18.530 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi193.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:22:24.933 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi073.front.sepia.ceph.com' 2024-04-15T01:22:24.934 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:22:35.166 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.155 2024-04-15T01:22:36.958 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.193 2024-04-15T01:22:43.358 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.73 2024-04-15T01:22:50.177 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-04-15T01:22:50.178 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:22:50.596 DEBUG:teuthology.orchestra.run.smithi155:> true 2024-04-15T01:22:51.166 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-04-15T01:22:51.166 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-435.el9.x86_64"... 2024-04-15T01:22:51.167 DEBUG:teuthology.orchestra.run.smithi155:> uname -r 2024-04-15T01:22:51.180 INFO:teuthology.orchestra.run.smithi155.stdout:5.14.0-435.el9.x86_64 2024-04-15T01:22:51.181 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-435.el9.x86_64 vs 5.14.0-435.el9.x86_64 2024-04-15T01:22:51.181 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T01:22:51.181 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-15T01:22:51.959 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi193.front.sepia.ceph.com' 2024-04-15T01:22:51.960 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi193.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:22:52.182 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-15T01:22:52.182 DEBUG:teuthology.orchestra.run.smithi155:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T01:22:52.244 INFO:teuthology.orchestra.run.smithi155.stdout:ttyS1 2024-04-15T01:22:52.279 DEBUG:teuthology.parallel:result is None 2024-04-15T01:22:52.414 DEBUG:teuthology.orchestra.run.smithi193:> true 2024-04-15T01:22:52.797 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi193.front.sepia.ceph.com' 2024-04-15T01:22:52.797 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-435.el9.x86_64"... 2024-04-15T01:22:52.797 DEBUG:teuthology.orchestra.run.smithi193:> uname -r 2024-04-15T01:22:52.811 INFO:teuthology.orchestra.run.smithi193.stdout:5.14.0-435.el9.x86_64 2024-04-15T01:22:52.811 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-435.el9.x86_64 vs 5.14.0-435.el9.x86_64 2024-04-15T01:22:52.811 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T01:22:52.811 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-15T01:22:53.812 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-15T01:22:53.812 DEBUG:teuthology.orchestra.run.smithi193:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T01:22:53.909 INFO:teuthology.orchestra.run.smithi193.stdout:ttyS1 2024-04-15T01:22:53.947 DEBUG:teuthology.parallel:result is None 2024-04-15T01:22:58.359 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi073.front.sepia.ceph.com' 2024-04-15T01:22:58.360 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:22:58.757 DEBUG:teuthology.orchestra.run.smithi073:> true 2024-04-15T01:22:59.147 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi073.front.sepia.ceph.com' 2024-04-15T01:22:59.147 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-435.el9.x86_64"... 2024-04-15T01:22:59.147 DEBUG:teuthology.orchestra.run.smithi073:> uname -r 2024-04-15T01:22:59.161 INFO:teuthology.orchestra.run.smithi073.stdout:5.14.0-435.el9.x86_64 2024-04-15T01:22:59.161 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-435.el9.x86_64 vs 5.14.0-435.el9.x86_64 2024-04-15T01:22:59.161 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T01:22:59.161 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-15T01:23:00.162 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-15T01:23:00.162 DEBUG:teuthology.orchestra.run.smithi073:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T01:23:00.245 INFO:teuthology.orchestra.run.smithi073.stdout:ttyS1 2024-04-15T01:23:00.287 DEBUG:teuthology.parallel:result is None 2024-04-15T01:23:00.288 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-15T01:23:00.295 INFO:teuthology.task.internal:Creating test directory... 2024-04-15T01:23:00.296 DEBUG:teuthology.orchestra.run.smithi073:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T01:23:00.299 DEBUG:teuthology.orchestra.run.smithi155:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T01:23:00.302 DEBUG:teuthology.orchestra.run.smithi193:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T01:23:00.321 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-15T01:23:00.372 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-15T01:23:00.407 INFO:teuthology.task.internal:Creating archive directory... 2024-04-15T01:23:00.407 DEBUG:teuthology.orchestra.run.smithi073:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T01:23:00.410 DEBUG:teuthology.orchestra.run.smithi155:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T01:23:00.412 DEBUG:teuthology.orchestra.run.smithi193:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T01:23:00.533 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-15T01:23:00.543 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-15T01:23:00.545 DEBUG:teuthology.orchestra.run.smithi073:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-15T01:23:00.548 DEBUG:teuthology.orchestra.run.smithi155:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-15T01:23:00.551 DEBUG:teuthology.orchestra.run.smithi193:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-15T01:23:00.581 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T01:23:00.586 INFO:teuthology.orchestra.run.smithi193.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T01:23:00.588 INFO:teuthology.orchestra.run.smithi073.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T01:23:00.596 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T01:23:00.600 INFO:teuthology.orchestra.run.smithi193.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T01:23:00.601 INFO:teuthology.orchestra.run.smithi073.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T01:23:00.603 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-15T01:23:00.891 INFO:teuthology.task.internal:Configuring sudo... 2024-04-15T01:23:00.891 DEBUG:teuthology.orchestra.run.smithi073:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-15T01:23:00.894 DEBUG:teuthology.orchestra.run.smithi155:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-15T01:23:00.897 DEBUG:teuthology.orchestra.run.smithi193:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-15T01:23:00.929 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-15T01:23:01.141 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-15T01:23:01.142 DEBUG:teuthology.orchestra.run.smithi073:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T01:23:01.144 DEBUG:teuthology.orchestra.run.smithi155:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T01:23:01.148 DEBUG:teuthology.orchestra.run.smithi193:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T01:23:01.167 DEBUG:teuthology.orchestra.run.smithi073:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T01:23:01.238 DEBUG:teuthology.orchestra.run.smithi073:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T01:23:01.281 DEBUG:teuthology.orchestra.run.smithi073:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T01:23:01.360 DEBUG:teuthology.orchestra.run.smithi073:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T01:23:01.400 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2024-04-15T01:23:01.400 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T01:23:01.464 DEBUG:teuthology.orchestra.run.smithi155:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T01:23:01.508 DEBUG:teuthology.orchestra.run.smithi155:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T01:23:01.572 DEBUG:teuthology.orchestra.run.smithi155:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T01:23:01.614 DEBUG:teuthology.orchestra.run.smithi155:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T01:23:01.660 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-04-15T01:23:01.660 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T01:23:01.729 DEBUG:teuthology.orchestra.run.smithi193:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T01:23:01.775 DEBUG:teuthology.orchestra.run.smithi193:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T01:23:01.830 DEBUG:teuthology.orchestra.run.smithi193:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T01:23:01.916 DEBUG:teuthology.orchestra.run.smithi193:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T01:23:01.963 DEBUG:teuthology.orchestra.run.smithi193:> set -ex 2024-04-15T01:23:01.963 DEBUG:teuthology.orchestra.run.smithi193:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T01:23:02.033 DEBUG:teuthology.orchestra.run.smithi073:> sudo service rsyslog restart 2024-04-15T01:23:02.035 DEBUG:teuthology.orchestra.run.smithi155:> sudo service rsyslog restart 2024-04-15T01:23:02.037 DEBUG:teuthology.orchestra.run.smithi193:> sudo service rsyslog restart 2024-04-15T01:23:02.079 INFO:teuthology.orchestra.run.smithi073.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T01:23:02.089 INFO:teuthology.orchestra.run.smithi155.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T01:23:02.126 INFO:teuthology.orchestra.run.smithi193.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T01:23:02.633 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-15T01:23:02.642 INFO:teuthology.task.internal:Starting timer... 2024-04-15T01:23:02.642 INFO:teuthology.run_tasks:Running task pcp... 2024-04-15T01:23:02.664 INFO:teuthology.run_tasks:Running task selinux... 2024-04-15T01:23:02.715 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-15T01:23:02.716 DEBUG:teuthology.orchestra.run.smithi073:> sudo service auditd rotate 2024-04-15T01:23:02.811 INFO:teuthology.orchestra.run.smithi073.stdout:Rotating logs: 2024-04-15T01:23:02.815 DEBUG:teuthology.orchestra.run.smithi155:> sudo service auditd rotate 2024-04-15T01:23:02.884 INFO:teuthology.orchestra.run.smithi155.stdout:Rotating logs: 2024-04-15T01:23:02.886 DEBUG:teuthology.orchestra.run.smithi193:> sudo service auditd rotate 2024-04-15T01:23:02.950 INFO:teuthology.orchestra.run.smithi193.stdout:Rotating logs: 2024-04-15T01:23:02.951 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-15T01:23:02.952 DEBUG:teuthology.orchestra.run.smithi073:> /usr/sbin/getenforce 2024-04-15T01:23:02.987 INFO:teuthology.orchestra.run.smithi073.stdout:Permissive 2024-04-15T01:23:02.987 DEBUG:teuthology.orchestra.run.smithi155:> /usr/sbin/getenforce 2024-04-15T01:23:03.012 INFO:teuthology.orchestra.run.smithi155.stdout:Permissive 2024-04-15T01:23:03.012 DEBUG:teuthology.orchestra.run.smithi193:> /usr/sbin/getenforce 2024-04-15T01:23:03.051 INFO:teuthology.orchestra.run.smithi193.stdout:Permissive 2024-04-15T01:23:03.052 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi073.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi155.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi193.front.sepia.ceph.com': 'permissive'} 2024-04-15T01:23:03.052 DEBUG:teuthology.orchestra.run.smithi073:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-15T01:23:03.100 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T01:23:03.101 DEBUG:teuthology.orchestra.run.smithi155:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-15T01:23:03.131 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T01:23:03.132 DEBUG:teuthology.orchestra.run.smithi193:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-15T01:23:03.160 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T01:23:03.161 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-15T01:23:03.161 DEBUG:teuthology.orchestra.run.smithi073:> sudo /usr/sbin/setenforce permissive 2024-04-15T01:23:03.381 DEBUG:teuthology.orchestra.run.smithi155:> sudo /usr/sbin/setenforce permissive 2024-04-15T01:23:03.413 DEBUG:teuthology.orchestra.run.smithi193:> sudo /usr/sbin/setenforce permissive 2024-04-15T01:23:03.444 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-15T01:23:03.454 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-04-15T01:23:03.459 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-04-15T01:23:03.592 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-15T01:23:03.613 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-04-15T01:23:03.615 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi073.front.sepia.ceph.com,smithi155.front.sepia.ceph.com,smithi193.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-15T01:27:43.494 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi073.front.sepia.ceph.com'), Remote(name='ubuntu@smithi155.front.sepia.ceph.com'), Remote(name='ubuntu@smithi193.front.sepia.ceph.com')] 2024-04-15T01:27:43.495 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi073.front.sepia.ceph.com' 2024-04-15T01:27:43.496 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:27:43.588 DEBUG:teuthology.orchestra.run.smithi073:> true 2024-04-15T01:27:43.665 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi073.front.sepia.ceph.com' 2024-04-15T01:27:43.665 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-04-15T01:27:43.666 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:27:43.756 DEBUG:teuthology.orchestra.run.smithi155:> true 2024-04-15T01:27:43.833 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-04-15T01:27:43.834 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi193.front.sepia.ceph.com' 2024-04-15T01:27:43.834 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi193.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:27:43.924 DEBUG:teuthology.orchestra.run.smithi193:> true 2024-04-15T01:27:44.000 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi193.front.sepia.ceph.com' 2024-04-15T01:27:44.001 INFO:teuthology.run_tasks:Running task clock... 2024-04-15T01:27:44.013 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-15T01:27:44.013 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T01:27:44.013 DEBUG:teuthology.orchestra.run.smithi073:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T01:27:44.019 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T01:27:44.019 DEBUG:teuthology.orchestra.run.smithi155:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T01:27:44.021 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T01:27:44.022 DEBUG:teuthology.orchestra.run.smithi193:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T01:27:44.048 INFO:teuthology.orchestra.run.smithi073.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-15T01:27:44.052 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-15T01:27:44.064 INFO:teuthology.orchestra.run.smithi073.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-15T01:27:44.069 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-15T01:27:44.072 INFO:teuthology.orchestra.run.smithi193.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-15T01:27:44.088 INFO:teuthology.orchestra.run.smithi193.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-15T01:27:44.094 INFO:teuthology.orchestra.run.smithi073.stderr:sudo: ntpd: command not found 2024-04-15T01:27:44.098 INFO:teuthology.orchestra.run.smithi155.stderr:sudo: ntpd: command not found 2024-04-15T01:27:44.107 INFO:teuthology.orchestra.run.smithi073.stdout:506 Cannot talk to daemon 2024-04-15T01:27:44.112 INFO:teuthology.orchestra.run.smithi155.stdout:506 Cannot talk to daemon 2024-04-15T01:27:44.117 INFO:teuthology.orchestra.run.smithi193.stderr:sudo: ntpd: command not found 2024-04-15T01:27:44.124 INFO:teuthology.orchestra.run.smithi073.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-15T01:27:44.129 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-15T01:27:44.131 INFO:teuthology.orchestra.run.smithi193.stdout:506 Cannot talk to daemon 2024-04-15T01:27:44.140 INFO:teuthology.orchestra.run.smithi073.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-15T01:27:44.145 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-15T01:27:44.147 INFO:teuthology.orchestra.run.smithi193.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-15T01:27:44.163 INFO:teuthology.orchestra.run.smithi193.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-15T01:27:44.192 INFO:teuthology.orchestra.run.smithi073.stderr:bash: line 1: ntpq: command not found 2024-04-15T01:27:44.196 INFO:teuthology.orchestra.run.smithi073.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T01:27:44.197 INFO:teuthology.orchestra.run.smithi073.stdout:=============================================================================== 2024-04-15T01:27:44.197 INFO:teuthology.orchestra.run.smithi073.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T01:27:44.197 INFO:teuthology.orchestra.run.smithi073.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T01:27:44.197 INFO:teuthology.orchestra.run.smithi073.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T01:27:44.197 INFO:teuthology.orchestra.run.smithi073.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T01:27:44.207 INFO:teuthology.orchestra.run.smithi155.stderr:bash: line 1: ntpq: command not found 2024-04-15T01:27:44.210 INFO:teuthology.orchestra.run.smithi155.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T01:27:44.210 INFO:teuthology.orchestra.run.smithi155.stdout:=============================================================================== 2024-04-15T01:27:44.211 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T01:27:44.211 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T01:27:44.211 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T01:27:44.211 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T01:27:44.215 INFO:teuthology.orchestra.run.smithi193.stderr:bash: line 1: ntpq: command not found 2024-04-15T01:27:44.219 INFO:teuthology.orchestra.run.smithi193.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T01:27:44.219 INFO:teuthology.orchestra.run.smithi193.stdout:=============================================================================== 2024-04-15T01:27:44.219 INFO:teuthology.orchestra.run.smithi193.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T01:27:44.219 INFO:teuthology.orchestra.run.smithi193.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T01:27:44.219 INFO:teuthology.orchestra.run.smithi193.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T01:27:44.219 INFO:teuthology.orchestra.run.smithi193.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T01:27:44.219 INFO:teuthology.run_tasks:Running task install... 2024-04-15T01:27:44.228 DEBUG:teuthology.task.install:project ceph 2024-04-15T01:27:44.228 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765'}} 2024-04-15T01:27:44.228 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765'} 2024-04-15T01:27:44.228 INFO:teuthology.task.install:Using flavor: default 2024-04-15T01:27:44.234 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-04-15T01:27:44.234 INFO:teuthology.task.install:extra packages: [] 2024-04-15T01:27:44.234 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765', 'tag': None, 'wait_for_package': False} 2024-04-15T01:27:44.235 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:27:44.237 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765', 'tag': None, 'wait_for_package': False} 2024-04-15T01:27:44.237 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:27:44.238 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765', 'tag': None, 'wait_for_package': False} 2024-04-15T01:27:44.238 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:27:44.384 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/ 2024-04-15T01:27:44.384 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2114.ga9a752df 2024-04-15T01:27:44.389 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/ 2024-04-15T01:27:44.389 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2114.ga9a752df 2024-04-15T01:27:44.397 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/ 2024-04-15T01:27:44.398 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2114.ga9a752df 2024-04-15T01:27:44.505 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-15T01:27:44.505 DEBUG:teuthology.orchestra.run.smithi193:> set -ex 2024-04-15T01:27:44.505 DEBUG:teuthology.orchestra.run.smithi193:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-15T01:27:44.508 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-15T01:27:44.508 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2024-04-15T01:27:44.508 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-15T01:27:44.536 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-04-15T01:27:44.536 DEBUG:teuthology.orchestra.run.smithi193:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/a9a752df26c63acad72e1b3569fd79a515ca0765/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-15T01:27:44.537 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-04-15T01:27:44.537 DEBUG:teuthology.orchestra.run.smithi073:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/a9a752df26c63acad72e1b3569fd79a515ca0765/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-15T01:27:44.567 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-15T01:27:44.567 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-04-15T01:27:44.567 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-15T01:27:44.596 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-04-15T01:27:44.596 DEBUG:teuthology.orchestra.run.smithi155:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/a9a752df26c63acad72e1b3569fd79a515ca0765/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-15T01:27:44.604 DEBUG:teuthology.orchestra.run.smithi073:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-04-15T01:27:44.605 DEBUG:teuthology.orchestra.run.smithi193:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-04-15T01:27:44.664 DEBUG:teuthology.orchestra.run.smithi155:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-04-15T01:27:44.684 DEBUG:teuthology.orchestra.run.smithi073:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-04-15T01:27:44.685 DEBUG:teuthology.orchestra.run.smithi193:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-04-15T01:27:44.745 DEBUG:teuthology.orchestra.run.smithi155:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-04-15T01:27:44.750 INFO:teuthology.orchestra.run.smithi073.stdout:check_obsoletes = 1 2024-04-15T01:27:44.751 INFO:teuthology.orchestra.run.smithi193.stdout:check_obsoletes = 1 2024-04-15T01:27:44.752 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum clean all 2024-04-15T01:27:44.753 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum clean all 2024-04-15T01:27:44.811 INFO:teuthology.orchestra.run.smithi155.stdout:check_obsoletes = 1 2024-04-15T01:27:44.813 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum clean all 2024-04-15T01:27:44.993 INFO:teuthology.orchestra.run.smithi073.stdout:74 files removed 2024-04-15T01:27:44.996 INFO:teuthology.orchestra.run.smithi193.stdout:74 files removed 2024-04-15T01:27:45.020 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph-radosgw 2024-04-15T01:27:45.023 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install ceph-radosgw 2024-04-15T01:27:45.054 INFO:teuthology.orchestra.run.smithi155.stdout:74 files removed 2024-04-15T01:27:45.081 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-radosgw 2024-04-15T01:27:45.705 INFO:teuthology.orchestra.run.smithi193.stdout:ceph packages for x86_64 218 kB/s | 83 kB 00:00 2024-04-15T01:27:45.708 INFO:teuthology.orchestra.run.smithi073.stdout:ceph packages for x86_64 213 kB/s | 83 kB 00:00 2024-04-15T01:27:45.852 INFO:teuthology.orchestra.run.smithi155.stdout:ceph packages for x86_64 178 kB/s | 83 kB 00:00 2024-04-15T01:27:46.117 INFO:teuthology.orchestra.run.smithi073.stdout:ceph noarch packages 32 kB/s | 11 kB 00:00 2024-04-15T01:27:46.122 INFO:teuthology.orchestra.run.smithi193.stdout:ceph noarch packages 31 kB/s | 11 kB 00:00 2024-04-15T01:27:46.278 INFO:teuthology.orchestra.run.smithi155.stdout:ceph noarch packages 30 kB/s | 11 kB 00:00 2024-04-15T01:27:46.523 INFO:teuthology.orchestra.run.smithi193.stdout:ceph source packages 5.3 kB/s | 1.9 kB 00:00 2024-04-15T01:27:46.535 INFO:teuthology.orchestra.run.smithi073.stdout:ceph source packages 5.0 kB/s | 1.9 kB 00:00 2024-04-15T01:27:46.594 INFO:teuthology.orchestra.run.smithi155.stdout:ceph source packages 6.9 kB/s | 1.9 kB 00:00 2024-04-15T01:27:47.025 INFO:teuthology.orchestra.run.smithi193.stdout:CentOS-9 - AppStream 17 MB/s | 8.1 MB 00:00 2024-04-15T01:27:47.362 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS-9 - AppStream 10 MB/s | 8.1 MB 00:00 2024-04-15T01:27:47.380 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS-9 - AppStream 11 MB/s | 8.1 MB 00:00 2024-04-15T01:27:48.609 INFO:teuthology.orchestra.run.smithi193.stdout:CentOS-9 - BaseOS 9.0 MB/s | 2.5 MB 00:00 2024-04-15T01:27:49.041 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS-9 - BaseOS 8.1 MB/s | 2.5 MB 00:00 2024-04-15T01:27:49.271 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS-9 - BaseOS 4.3 MB/s | 2.5 MB 00:00 2024-04-15T01:27:49.591 INFO:teuthology.orchestra.run.smithi193.stdout:CentOS Stream 9 - BaseOS 15 MB/s | 8.0 MB 00:00 2024-04-15T01:27:50.006 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - BaseOS 16 MB/s | 8.0 MB 00:00 2024-04-15T01:27:51.411 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS Stream 9 - BaseOS 4.8 MB/s | 8.0 MB 00:01 2024-04-15T01:27:53.406 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS Stream 9 - AppStream 21 MB/s | 19 MB 00:00 2024-04-15T01:27:54.257 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - AppStream 6.0 MB/s | 19 MB 00:03 2024-04-15T01:27:58.596 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS Stream 9 - CRB 3.8 MB/s | 6.2 MB 00:01 2024-04-15T01:27:58.641 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - CRB 7.7 MB/s | 6.2 MB 00:00 2024-04-15T01:28:00.025 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - Extras packages 91 kB/s | 16 kB 00:00 2024-04-15T01:28:01.255 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS Stream 9 - Extras packages 12 kB/s | 16 kB 00:01 2024-04-15T01:28:01.329 INFO:teuthology.orchestra.run.smithi155.stdout:Extra Packages for Enterprise Linux 18 MB/s | 21 MB 00:01 2024-04-15T01:28:05.940 INFO:teuthology.orchestra.run.smithi073.stdout:Extra Packages for Enterprise Linux 4.6 MB/s | 21 MB 00:04 2024-04-15T01:28:06.519 INFO:teuthology.orchestra.run.smithi155.stdout:lab-extras 23 kB/s | 1.7 kB 00:00 2024-04-15T01:28:09.111 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:28:09.111 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:28:09.111 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:28:09.111 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.111 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:28:09.112 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.112 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:28:09.112 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.112 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:28:09.112 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.112 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:28:09.112 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.112 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:28:09.112 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.112 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:28:09.112 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.112 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:28:09.113 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.113 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:28:09.113 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.113 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:28:09.113 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.113 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:28:09.113 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.113 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:28:09.113 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.113 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:28:09.113 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.113 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:28:09.113 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.114 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:28:09.114 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.114 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:28:09.114 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.114 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:28:09.114 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.114 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:28:09.114 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.114 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:28:09.114 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.114 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:28:09.114 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.115 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:28:09.115 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.115 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:28:09.115 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.115 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:28:09.115 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.115 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:28:09.115 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.115 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:28:09.115 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.115 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:28:09.115 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.115 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:28:09.115 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.116 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:28:09.116 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.116 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:28:09.116 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.116 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:28:09.116 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.116 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:28:09.116 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.116 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:28:09.116 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.116 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:28:09.116 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.116 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:28:09.117 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.117 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:28:09.117 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.117 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:28:09.117 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.117 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:28:09.117 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.117 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.117 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.117 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:28:09.117 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.117 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.117 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.118 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.118 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:28:09.118 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.118 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.118 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.118 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.118 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.118 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.118 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:28:09.118 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.118 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.118 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.119 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.119 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:28:09.119 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.119 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.119 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.119 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.119 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:28:09.119 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.119 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.119 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.119 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.119 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:28:09.119 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.119 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.120 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.120 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.120 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:28:09.120 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.120 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.120 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.120 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.120 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:28:09.120 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.120 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.120 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.120 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:28:09.645 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:28:09.648 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:28:09.648 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2024-04-15T01:28:09.649 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:28:09.649 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-15T01:28:09.649 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-radosgw x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 9.9 M 2024-04-15T01:28:09.649 INFO:teuthology.orchestra.run.smithi155.stdout:Upgrading: 2024-04-15T01:28:09.649 INFO:teuthology.orchestra.run.smithi155.stdout: librados2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.4 M 2024-04-15T01:28:09.649 INFO:teuthology.orchestra.run.smithi155.stdout: librbd1 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.1 M 2024-04-15T01:28:09.649 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2024-04-15T01:28:09.649 INFO:teuthology.orchestra.run.smithi155.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-15T01:28:09.649 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-base x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 5.3 M 2024-04-15T01:28:09.649 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-common x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 21 M 2024-04-15T01:28:09.650 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-selinux x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 25 k 2024-04-15T01:28:09.650 INFO:teuthology.orchestra.run.smithi155.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-15T01:28:09.650 INFO:teuthology.orchestra.run.smithi155.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-15T01:28:09.650 INFO:teuthology.orchestra.run.smithi155.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-15T01:28:09.650 INFO:teuthology.orchestra.run.smithi155.stdout: libcephfs2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 746 k 2024-04-15T01:28:09.651 INFO:teuthology.orchestra.run.smithi155.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-15T01:28:09.651 INFO:teuthology.orchestra.run.smithi155.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-15T01:28:09.651 INFO:teuthology.orchestra.run.smithi155.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-15T01:28:09.651 INFO:teuthology.orchestra.run.smithi155.stdout: libradosstriper1 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 501 k 2024-04-15T01:28:09.651 INFO:teuthology.orchestra.run.smithi155.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-15T01:28:09.651 INFO:teuthology.orchestra.run.smithi155.stdout: librgw2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 5.2 M 2024-04-15T01:28:09.651 INFO:teuthology.orchestra.run.smithi155.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-15T01:28:09.652 INFO:teuthology.orchestra.run.smithi155.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-15T01:28:09.652 INFO:teuthology.orchestra.run.smithi155.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-15T01:28:09.652 INFO:teuthology.orchestra.run.smithi155.stdout: python3-ceph-argparse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 45 k 2024-04-15T01:28:09.652 INFO:teuthology.orchestra.run.smithi155.stdout: python3-ceph-common x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 131 k 2024-04-15T01:28:09.652 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cephfs x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 162 k 2024-04-15T01:28:09.652 INFO:teuthology.orchestra.run.smithi155.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-15T01:28:09.652 INFO:teuthology.orchestra.run.smithi155.stdout: python3-rados x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 320 k 2024-04-15T01:28:09.652 INFO:teuthology.orchestra.run.smithi155.stdout: python3-rbd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 298 k 2024-04-15T01:28:09.652 INFO:teuthology.orchestra.run.smithi155.stdout: python3-rgw x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 99 k 2024-04-15T01:28:09.652 INFO:teuthology.orchestra.run.smithi155.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-15T01:28:09.652 INFO:teuthology.orchestra.run.smithi155.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-15T01:28:09.652 INFO:teuthology.orchestra.run.smithi155.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-15T01:28:09.652 INFO:teuthology.orchestra.run.smithi155.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-15T01:28:09.653 INFO:teuthology.orchestra.run.smithi155.stdout:Installing weak dependencies: 2024-04-15T01:28:09.653 INFO:teuthology.orchestra.run.smithi155.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-15T01:28:09.653 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:28:09.653 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-15T01:28:09.653 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:28:09.653 INFO:teuthology.orchestra.run.smithi155.stdout:Install 30 Packages 2024-04-15T01:28:09.653 INFO:teuthology.orchestra.run.smithi155.stdout:Upgrade 2 Packages 2024-04-15T01:28:09.653 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:28:09.653 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 59 M 2024-04-15T01:28:09.654 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-15T01:28:10.978 INFO:teuthology.orchestra.run.smithi155.stdout:(1/32): ceph-base-19.0.0-2114.ga9a752df.el7.x86 5.9 MB/s | 5.3 MB 00:00 2024-04-15T01:28:11.053 INFO:teuthology.orchestra.run.smithi155.stdout:(2/32): ceph-selinux-19.0.0-2114.ga9a752df.el7. 337 kB/s | 25 kB 00:00 2024-04-15T01:28:11.140 INFO:teuthology.orchestra.run.smithi073.stdout:lab-extras 14 kB/s | 1.7 kB 00:00 2024-04-15T01:28:11.220 INFO:teuthology.orchestra.run.smithi155.stdout:(3/32): libcephfs2-19.0.0-2114.ga9a752df.el7.x8 4.4 MB/s | 746 kB 00:00 2024-04-15T01:28:11.328 INFO:teuthology.orchestra.run.smithi155.stdout:(4/32): libradosstriper1-19.0.0-2114.ga9a752df. 4.5 MB/s | 501 kB 00:00 2024-04-15T01:28:11.454 INFO:teuthology.orchestra.run.smithi155.stdout:(5/32): ceph-radosgw-19.0.0-2114.ga9a752df.el7. 7.1 MB/s | 9.9 MB 00:01 2024-04-15T01:28:11.537 INFO:teuthology.orchestra.run.smithi155.stdout:(6/32): python3-ceph-argparse-19.0.0-2114.ga9a7 543 kB/s | 45 kB 00:00 2024-04-15T01:28:11.637 INFO:teuthology.orchestra.run.smithi155.stdout:(7/32): python3-ceph-common-19.0.0-2114.ga9a752 1.3 MB/s | 131 kB 00:00 2024-04-15T01:28:11.730 INFO:teuthology.orchestra.run.smithi155.stdout:(8/32): python3-cephfs-19.0.0-2114.ga9a752df.el 1.7 MB/s | 162 kB 00:00 2024-04-15T01:28:11.838 INFO:teuthology.orchestra.run.smithi155.stdout:(9/32): python3-rados-19.0.0-2114.ga9a752df.el7 2.9 MB/s | 320 kB 00:00 2024-04-15T01:28:11.914 INFO:teuthology.orchestra.run.smithi155.stdout:(10/32): librgw2-19.0.0-2114.ga9a752df.el7.x86_ 8.8 MB/s | 5.2 MB 00:00 2024-04-15T01:28:11.939 INFO:teuthology.orchestra.run.smithi155.stdout:(11/32): python3-rbd-19.0.0-2114.ga9a752df.el7. 2.9 MB/s | 298 kB 00:00 2024-04-15T01:28:12.147 INFO:teuthology.orchestra.run.smithi155.stdout:(12/32): ceph-common-19.0.0-2114.ga9a752df.el7. 9.9 MB/s | 21 MB 00:02 2024-04-15T01:28:12.173 INFO:teuthology.orchestra.run.smithi155.stdout:(13/32): python3-rgw-19.0.0-2114.ga9a752df.el7. 383 kB/s | 99 kB 00:00 2024-04-15T01:28:12.323 INFO:teuthology.orchestra.run.smithi155.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 278 kB/s | 107 kB 00:00 2024-04-15T01:28:12.348 INFO:teuthology.orchestra.run.smithi155.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 258 kB/s | 45 kB 00:00 2024-04-15T01:28:12.398 INFO:teuthology.orchestra.run.smithi155.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 639 kB/s | 160 kB 00:00 2024-04-15T01:28:12.432 INFO:teuthology.orchestra.run.smithi193.stdout:CentOS Stream 9 - AppStream 891 kB/s | 19 MB 00:21 2024-04-15T01:28:12.457 INFO:teuthology.orchestra.run.smithi155.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 726 kB/s | 42 kB 00:00 2024-04-15T01:28:12.482 INFO:teuthology.orchestra.run.smithi155.stdout:(18/32): librdkafka-1.6.1-102.el9.x86_64.rpm 4.1 MB/s | 662 kB 00:00 2024-04-15T01:28:12.524 INFO:teuthology.orchestra.run.smithi155.stdout:(19/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.6 MB/s | 292 kB 00:00 2024-04-15T01:28:12.549 INFO:teuthology.orchestra.run.smithi155.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 536 kB/s | 36 kB 00:00 2024-04-15T01:28:12.575 INFO:teuthology.orchestra.run.smithi155.stdout:(21/32): qatlib-24.02.0-1.el9.x86_64.rpm 1.8 MB/s | 221 kB 00:00 2024-04-15T01:28:12.600 INFO:teuthology.orchestra.run.smithi155.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 627 kB/s | 47 kB 00:00 2024-04-15T01:28:12.842 INFO:teuthology.orchestra.run.smithi155.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 107 kB/s | 26 kB 00:00 2024-04-15T01:28:12.909 INFO:teuthology.orchestra.run.smithi155.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 860 kB/s | 309 kB 00:00 2024-04-15T01:28:12.942 INFO:teuthology.orchestra.run.smithi155.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 484 kB/s | 49 kB 00:00 2024-04-15T01:28:12.968 INFO:teuthology.orchestra.run.smithi155.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.1 MB/s | 67 kB 00:00 2024-04-15T01:28:13.035 INFO:teuthology.orchestra.run.smithi155.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 2.8 MB/s | 192 kB 00:00 2024-04-15T01:28:13.277 INFO:teuthology.orchestra.run.smithi155.stdout:(28/32): libarrow-9.0.0-10.el9.x86_64.rpm 6.3 MB/s | 4.4 MB 00:00 2024-04-15T01:28:13.302 INFO:teuthology.orchestra.run.smithi155.stdout:(29/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 2.3 MB/s | 838 kB 00:00 2024-04-15T01:28:13.335 INFO:teuthology.orchestra.run.smithi155.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 5.3 MB/s | 1.6 MB 00:00 2024-04-15T01:28:13.669 INFO:teuthology.orchestra.run.smithi155.stdout:(31/32): librbd1-19.0.0-2114.ga9a752df.el7.x86_ 8.6 MB/s | 3.1 MB 00:00 2024-04-15T01:28:13.694 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:28:13.695 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:28:13.695 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:28:13.695 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.695 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:28:13.695 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.695 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:28:13.695 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.695 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:28:13.695 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.695 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:28:13.695 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.695 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:28:13.696 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.696 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:28:13.696 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.696 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:28:13.696 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.696 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:28:13.696 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.696 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:28:13.696 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.696 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:28:13.696 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.696 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:28:13.696 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.697 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:28:13.697 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.697 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:28:13.697 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.697 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:28:13.697 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.697 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:28:13.697 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.697 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:28:13.697 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.697 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:28:13.697 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.697 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:28:13.698 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.698 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:28:13.698 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.698 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:28:13.698 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.698 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:28:13.698 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.698 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:28:13.698 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.698 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:28:13.698 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.698 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:28:13.698 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.699 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:28:13.699 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.699 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:28:13.699 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.699 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:28:13.699 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.699 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:28:13.699 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.699 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:28:13.699 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.699 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:28:13.699 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.699 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:28:13.699 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.700 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:28:13.700 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.700 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:28:13.700 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.700 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:28:13.700 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.700 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:28:13.700 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.700 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:28:13.700 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.700 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.700 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.700 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:28:13.700 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.701 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.701 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.701 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.701 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:28:13.701 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.701 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.701 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.701 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.701 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.701 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.701 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:28:13.701 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.701 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.701 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.702 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.702 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:28:13.702 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.702 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.702 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.702 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.702 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:28:13.702 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.702 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.702 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.702 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.702 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:28:13.702 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.703 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.703 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.703 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.703 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:28:13.703 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.703 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.703 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.703 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.703 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:28:13.703 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.703 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.703 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.703 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:28:13.727 INFO:teuthology.orchestra.run.smithi155.stdout:(32/32): librados2-19.0.0-2114.ga9a752df.el7.x8 7.5 MB/s | 3.4 MB 00:00 2024-04-15T01:28:13.732 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:28:13.732 INFO:teuthology.orchestra.run.smithi155.stdout:Total 14 MB/s | 59 MB 00:04 2024-04-15T01:28:13.828 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-15T01:28:13.864 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-15T01:28:13.864 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-15T01:28:14.180 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:28:14.184 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:28:14.184 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repository Size 2024-04-15T01:28:14.184 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:28:14.184 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-04-15T01:28:14.184 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-radosgw x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 9.9 M 2024-04-15T01:28:14.184 INFO:teuthology.orchestra.run.smithi073.stdout:Upgrading: 2024-04-15T01:28:14.185 INFO:teuthology.orchestra.run.smithi073.stdout: librados2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.4 M 2024-04-15T01:28:14.185 INFO:teuthology.orchestra.run.smithi073.stdout: librbd1 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.1 M 2024-04-15T01:28:14.185 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2024-04-15T01:28:14.185 INFO:teuthology.orchestra.run.smithi073.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-15T01:28:14.185 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-base x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 5.3 M 2024-04-15T01:28:14.185 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-common x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 21 M 2024-04-15T01:28:14.185 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-selinux x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 25 k 2024-04-15T01:28:14.185 INFO:teuthology.orchestra.run.smithi073.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-15T01:28:14.185 INFO:teuthology.orchestra.run.smithi073.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-15T01:28:14.185 INFO:teuthology.orchestra.run.smithi073.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-15T01:28:14.185 INFO:teuthology.orchestra.run.smithi073.stdout: libcephfs2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 746 k 2024-04-15T01:28:14.185 INFO:teuthology.orchestra.run.smithi073.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-15T01:28:14.186 INFO:teuthology.orchestra.run.smithi073.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-15T01:28:14.186 INFO:teuthology.orchestra.run.smithi073.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-15T01:28:14.186 INFO:teuthology.orchestra.run.smithi073.stdout: libradosstriper1 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 501 k 2024-04-15T01:28:14.186 INFO:teuthology.orchestra.run.smithi073.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-15T01:28:14.186 INFO:teuthology.orchestra.run.smithi073.stdout: librgw2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 5.2 M 2024-04-15T01:28:14.186 INFO:teuthology.orchestra.run.smithi073.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-15T01:28:14.186 INFO:teuthology.orchestra.run.smithi073.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-15T01:28:14.186 INFO:teuthology.orchestra.run.smithi073.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-15T01:28:14.186 INFO:teuthology.orchestra.run.smithi073.stdout: python3-ceph-argparse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 45 k 2024-04-15T01:28:14.186 INFO:teuthology.orchestra.run.smithi073.stdout: python3-ceph-common x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 131 k 2024-04-15T01:28:14.186 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cephfs x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 162 k 2024-04-15T01:28:14.186 INFO:teuthology.orchestra.run.smithi073.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-15T01:28:14.186 INFO:teuthology.orchestra.run.smithi073.stdout: python3-rados x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 320 k 2024-04-15T01:28:14.187 INFO:teuthology.orchestra.run.smithi073.stdout: python3-rbd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 298 k 2024-04-15T01:28:14.187 INFO:teuthology.orchestra.run.smithi073.stdout: python3-rgw x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 99 k 2024-04-15T01:28:14.187 INFO:teuthology.orchestra.run.smithi073.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-15T01:28:14.187 INFO:teuthology.orchestra.run.smithi073.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-15T01:28:14.187 INFO:teuthology.orchestra.run.smithi073.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-15T01:28:14.187 INFO:teuthology.orchestra.run.smithi073.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-15T01:28:14.187 INFO:teuthology.orchestra.run.smithi073.stdout:Installing weak dependencies: 2024-04-15T01:28:14.187 INFO:teuthology.orchestra.run.smithi073.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-15T01:28:14.187 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:28:14.187 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-04-15T01:28:14.187 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:28:14.188 INFO:teuthology.orchestra.run.smithi073.stdout:Install 30 Packages 2024-04-15T01:28:14.188 INFO:teuthology.orchestra.run.smithi073.stdout:Upgrade 2 Packages 2024-04-15T01:28:14.188 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:28:14.188 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 59 M 2024-04-15T01:28:14.188 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-04-15T01:28:14.358 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-15T01:28:14.358 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-15T01:28:15.854 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-15T01:28:15.930 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-15T01:28:15.982 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-15T01:28:15.982 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-15T01:28:15.997 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-15T01:28:16.013 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-15T01:28:16.033 INFO:teuthology.orchestra.run.smithi073.stdout:(1/32): ceph-base-19.0.0-2114.ga9a752df.el7.x86 3.3 MB/s | 5.3 MB 00:01 2024-04-15T01:28:16.091 INFO:teuthology.orchestra.run.smithi073.stdout:(2/32): ceph-selinux-19.0.0-2114.ga9a752df.el7. 433 kB/s | 25 kB 00:00 2024-04-15T01:28:16.205 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-15T01:28:16.233 INFO:teuthology.orchestra.run.smithi073.stdout:(3/32): libcephfs2-19.0.0-2114.ga9a752df.el7.x8 5.1 MB/s | 746 kB 00:00 2024-04-15T01:28:16.260 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-15T01:28:16.366 INFO:teuthology.orchestra.run.smithi073.stdout:(4/32): libradosstriper1-19.0.0-2114.ga9a752df. 3.7 MB/s | 501 kB 00:00 2024-04-15T01:28:16.597 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-15T01:28:16.650 INFO:teuthology.orchestra.run.smithi155.stdout: Upgrading : librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T01:28:16.684 INFO:teuthology.orchestra.run.smithi193.stdout:CentOS Stream 9 - CRB 8.9 MB/s | 6.2 MB 00:00 2024-04-15T01:28:16.735 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T01:28:16.820 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 8/34 2024-04-15T01:28:16.852 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 9/34 2024-04-15T01:28:16.883 INFO:teuthology.orchestra.run.smithi073.stdout:(5/32): ceph-common-19.0.0-2114.ga9a752df.el7.x 8.3 MB/s | 21 MB 00:02 2024-04-15T01:28:16.898 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 9/34 2024-04-15T01:28:16.934 INFO:teuthology.orchestra.run.smithi073.stdout:(6/32): python3-ceph-argparse-19.0.0-2114.ga9a7 910 kB/s | 45 kB 00:00 2024-04-15T01:28:16.935 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-15T01:28:16.979 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7. 11/34 2024-04-15T01:28:17.000 INFO:teuthology.orchestra.run.smithi073.stdout:(7/32): python3-ceph-common-19.0.0-2114.ga9a752 1.9 MB/s | 131 kB 00:00 2024-04-15T01:28:17.047 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 12/34 2024-04-15T01:28:17.071 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 13/34 2024-04-15T01:28:17.075 INFO:teuthology.orchestra.run.smithi073.stdout:(8/32): librgw2-19.0.0-2114.ga9a752df.el7.x86_6 7.3 MB/s | 5.2 MB 00:00 2024-04-15T01:28:17.109 INFO:teuthology.orchestra.run.smithi073.stdout:(9/32): python3-cephfs-19.0.0-2114.ga9a752df.el 1.5 MB/s | 162 kB 00:00 2024-04-15T01:28:17.118 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 13/34 2024-04-15T01:28:17.151 INFO:teuthology.orchestra.run.smithi073.stdout:(10/32): python3-rados-19.0.0-2114.ga9a752df.el 4.1 MB/s | 320 kB 00:00 2024-04-15T01:28:17.153 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-15T01:28:17.177 INFO:teuthology.orchestra.run.smithi073.stdout:(11/32): python3-rbd-19.0.0-2114.ga9a752df.el7. 4.3 MB/s | 298 kB 00:00 2024-04-15T01:28:17.210 INFO:teuthology.orchestra.run.smithi073.stdout:(12/32): python3-rgw-19.0.0-2114.ga9a752df.el7. 1.7 MB/s | 99 kB 00:00 2024-04-15T01:28:17.262 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-15T01:28:17.296 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-15T01:28:17.319 INFO:teuthology.orchestra.run.smithi073.stdout:(13/32): ceph-radosgw-19.0.0-2114.ga9a752df.el7 3.4 MB/s | 9.9 MB 00:02 2024-04-15T01:28:17.336 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-15T01:28:17.368 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-15T01:28:17.377 INFO:teuthology.orchestra.run.smithi073.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 534 kB/s | 107 kB 00:00 2024-04-15T01:28:17.401 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-15T01:28:17.422 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-15T01:28:17.428 INFO:teuthology.orchestra.run.smithi073.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 418 kB/s | 45 kB 00:00 2024-04-15T01:28:17.453 INFO:teuthology.orchestra.run.smithi073.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 661 kB/s | 160 kB 00:00 2024-04-15T01:28:17.495 INFO:teuthology.orchestra.run.smithi073.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 5.5 MB/s | 662 kB 00:00 2024-04-15T01:28:17.520 INFO:teuthology.orchestra.run.smithi073.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 633 kB/s | 42 kB 00:00 2024-04-15T01:28:17.546 INFO:teuthology.orchestra.run.smithi073.stdout:(19/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.4 MB/s | 292 kB 00:00 2024-04-15T01:28:17.587 INFO:teuthology.orchestra.run.smithi073.stdout:(20/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.3 MB/s | 221 kB 00:00 2024-04-15T01:28:17.612 INFO:teuthology.orchestra.run.smithi073.stdout:(21/32): qatlib-service-24.02.0-1.el9.x86_64.rp 389 kB/s | 36 kB 00:00 2024-04-15T01:28:17.638 INFO:teuthology.orchestra.run.smithi073.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 516 kB/s | 47 kB 00:00 2024-04-15T01:28:17.743 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-15T01:28:17.785 INFO:teuthology.orchestra.run.smithi155.stdout: Upgrading : librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 22/34 2024-04-15T01:28:17.830 INFO:teuthology.orchestra.run.smithi073.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 135 kB/s | 26 kB 00:00 2024-04-15T01:28:17.859 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 22/34 2024-04-15T01:28:17.891 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 23/34 2024-04-15T01:28:17.943 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-15T01:28:17.972 INFO:teuthology.orchestra.run.smithi073.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 805 kB/s | 309 kB 00:00 2024-04-15T01:28:17.997 INFO:teuthology.orchestra.run.smithi073.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 291 kB/s | 49 kB 00:00 2024-04-15T01:28:18.056 INFO:teuthology.orchestra.run.smithi073.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 807 kB/s | 67 kB 00:00 2024-04-15T01:28:18.181 INFO:teuthology.orchestra.run.smithi073.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 1.5 MB/s | 192 kB 00:00 2024-04-15T01:28:18.248 INFO:teuthology.orchestra.run.smithi073.stdout:(28/32): libarrow-9.0.0-10.el9.x86_64.rpm 7.0 MB/s | 4.4 MB 00:00 2024-04-15T01:28:18.306 INFO:teuthology.orchestra.run.smithi073.stdout:(29/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 2.6 MB/s | 838 kB 00:00 2024-04-15T01:28:18.398 INFO:teuthology.orchestra.run.smithi073.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 7.3 MB/s | 1.6 MB 00:00 2024-04-15T01:28:18.436 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-15T01:28:18.463 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 26/34 2024-04-15T01:28:18.535 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 26/34 2024-04-15T01:28:18.604 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 27/34 2024-04-15T01:28:18.615 INFO:teuthology.orchestra.run.smithi073.stdout:(31/32): librbd1-19.0.0-2114.ga9a752df.el7.x86_ 10 MB/s | 3.1 MB 00:00 2024-04-15T01:28:18.632 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x8 28/34 2024-04-15T01:28:18.748 INFO:teuthology.orchestra.run.smithi073.stdout:(32/32): librados2-19.0.0-2114.ga9a752df.el7.x8 6.8 MB/s | 3.4 MB 00:00 2024-04-15T01:28:18.750 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:28:18.751 INFO:teuthology.orchestra.run.smithi073.stdout:Total 13 MB/s | 59 MB 00:04 2024-04-15T01:28:18.854 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-04-15T01:28:18.889 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-04-15T01:28:18.889 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-04-15T01:28:19.175 INFO:teuthology.orchestra.run.smithi193.stdout:CentOS Stream 9 - Extras packages 14 kB/s | 16 kB 00:01 2024-04-15T01:28:19.366 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-04-15T01:28:19.366 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-04-15T01:28:20.545 INFO:teuthology.orchestra.run.smithi193.stdout:Extra Packages for Enterprise Linux 17 MB/s | 21 MB 00:01 2024-04-15T01:28:20.819 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-04-15T01:28:20.866 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T01:28:20.909 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-15T01:28:20.937 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T01:28:21.007 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-15T01:28:21.098 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-15T01:28:21.120 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-15T01:28:21.138 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-15T01:28:21.321 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-15T01:28:21.376 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-15T01:28:21.503 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T01:28:21.582 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 30/34 2024-04-15T01:28:21.673 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 30/34 2024-04-15T01:28:21.673 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-15T01:28:21.673 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-15T01:28:21.673 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:28:21.716 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T01:28:21.754 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-15T01:28:21.791 INFO:teuthology.orchestra.run.smithi073.stdout: Upgrading : librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T01:28:21.884 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T01:28:21.973 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 8/34 2024-04-15T01:28:22.001 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 9/34 2024-04-15T01:28:22.064 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 9/34 2024-04-15T01:28:22.093 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-15T01:28:22.141 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7. 11/34 2024-04-15T01:28:22.216 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 12/34 2024-04-15T01:28:22.245 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 13/34 2024-04-15T01:28:22.310 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 13/34 2024-04-15T01:28:22.344 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-15T01:28:22.455 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-15T01:28:22.495 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-15T01:28:22.536 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-15T01:28:22.568 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-15T01:28:22.597 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-15T01:28:22.630 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-15T01:28:22.957 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-15T01:28:22.985 INFO:teuthology.orchestra.run.smithi073.stdout: Upgrading : librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 22/34 2024-04-15T01:28:23.057 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 22/34 2024-04-15T01:28:23.090 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 23/34 2024-04-15T01:28:23.133 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-15T01:28:23.587 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-15T01:28:23.621 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 26/34 2024-04-15T01:28:23.693 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 26/34 2024-04-15T01:28:23.769 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 27/34 2024-04-15T01:28:23.798 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x8 28/34 2024-04-15T01:28:25.718 INFO:teuthology.orchestra.run.smithi193.stdout:lab-extras 15 kB/s | 1.7 kB 00:00 2024-04-15T01:28:26.015 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T01:28:26.120 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T01:28:26.677 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T01:28:26.716 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 30/34 2024-04-15T01:28:26.809 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 30/34 2024-04-15T01:28:26.809 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-15T01:28:26.809 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-15T01:28:26.809 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:28:26.850 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T01:28:28.338 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-15T01:28:28.338 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-15T01:28:28.338 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-15T01:28:28.338 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.339 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-15T01:28:28.339 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.339 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-15T01:28:28.339 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.339 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-15T01:28:28.339 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.339 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-15T01:28:28.339 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.339 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-15T01:28:28.339 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.339 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-15T01:28:28.339 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.340 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-15T01:28:28.340 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.340 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-15T01:28:28.340 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.340 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-15T01:28:28.340 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.340 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-15T01:28:28.340 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.340 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-15T01:28:28.340 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.340 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-15T01:28:28.340 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.341 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-15T01:28:28.341 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.341 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-15T01:28:28.341 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.341 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-15T01:28:28.341 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.341 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-15T01:28:28.341 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.341 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-15T01:28:28.341 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.341 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-15T01:28:28.341 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.341 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-15T01:28:28.342 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.342 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-15T01:28:28.342 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.342 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-15T01:28:28.342 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.342 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-15T01:28:28.342 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.342 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-15T01:28:28.342 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.342 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-15T01:28:28.342 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.342 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-15T01:28:28.343 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.343 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-15T01:28:28.343 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.343 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-15T01:28:28.343 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.343 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-15T01:28:28.343 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.343 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-15T01:28:28.343 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.343 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-15T01:28:28.343 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.343 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-15T01:28:28.344 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.344 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-15T01:28:28.344 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.344 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-15T01:28:28.344 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.344 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-15T01:28:28.344 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.344 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-15T01:28:28.344 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.344 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-15T01:28:28.344 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.344 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.344 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.344 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:28:28.345 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.345 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.345 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.345 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.345 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-15T01:28:28.345 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.345 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.345 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.345 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.345 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.345 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.345 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:28:28.346 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.346 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.346 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.346 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.346 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:28:28.346 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.346 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.346 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.346 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.346 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:28:28.346 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.346 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.347 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.347 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.347 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:28:28.347 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.347 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.347 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.347 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.347 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:28:28.347 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.347 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.347 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.348 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.348 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:28:28.348 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.348 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.348 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.348 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:28:28.862 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-15T01:28:28.879 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:28:28.879 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repository Size 2024-04-15T01:28:28.879 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:28:28.879 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-04-15T01:28:28.879 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-radosgw x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 9.9 M 2024-04-15T01:28:28.880 INFO:teuthology.orchestra.run.smithi193.stdout:Upgrading: 2024-04-15T01:28:28.880 INFO:teuthology.orchestra.run.smithi193.stdout: librados2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.4 M 2024-04-15T01:28:28.880 INFO:teuthology.orchestra.run.smithi193.stdout: librbd1 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.1 M 2024-04-15T01:28:28.880 INFO:teuthology.orchestra.run.smithi193.stdout:Installing dependencies: 2024-04-15T01:28:28.880 INFO:teuthology.orchestra.run.smithi193.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-15T01:28:28.880 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-base x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 5.3 M 2024-04-15T01:28:28.880 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-common x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 21 M 2024-04-15T01:28:28.880 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-selinux x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 25 k 2024-04-15T01:28:28.880 INFO:teuthology.orchestra.run.smithi193.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-15T01:28:28.880 INFO:teuthology.orchestra.run.smithi193.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-15T01:28:28.880 INFO:teuthology.orchestra.run.smithi193.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-15T01:28:28.880 INFO:teuthology.orchestra.run.smithi193.stdout: libcephfs2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 746 k 2024-04-15T01:28:28.881 INFO:teuthology.orchestra.run.smithi193.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-15T01:28:28.881 INFO:teuthology.orchestra.run.smithi193.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-15T01:28:28.881 INFO:teuthology.orchestra.run.smithi193.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-15T01:28:28.881 INFO:teuthology.orchestra.run.smithi193.stdout: libradosstriper1 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 501 k 2024-04-15T01:28:28.881 INFO:teuthology.orchestra.run.smithi193.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-15T01:28:28.881 INFO:teuthology.orchestra.run.smithi193.stdout: librgw2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 5.2 M 2024-04-15T01:28:28.881 INFO:teuthology.orchestra.run.smithi193.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-15T01:28:28.881 INFO:teuthology.orchestra.run.smithi193.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-15T01:28:28.881 INFO:teuthology.orchestra.run.smithi193.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-15T01:28:28.881 INFO:teuthology.orchestra.run.smithi193.stdout: python3-ceph-argparse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 45 k 2024-04-15T01:28:28.881 INFO:teuthology.orchestra.run.smithi193.stdout: python3-ceph-common x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 131 k 2024-04-15T01:28:28.881 INFO:teuthology.orchestra.run.smithi193.stdout: python3-cephfs x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 162 k 2024-04-15T01:28:28.881 INFO:teuthology.orchestra.run.smithi193.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-15T01:28:28.882 INFO:teuthology.orchestra.run.smithi193.stdout: python3-rados x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 320 k 2024-04-15T01:28:28.882 INFO:teuthology.orchestra.run.smithi193.stdout: python3-rbd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 298 k 2024-04-15T01:28:28.882 INFO:teuthology.orchestra.run.smithi193.stdout: python3-rgw x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 99 k 2024-04-15T01:28:28.882 INFO:teuthology.orchestra.run.smithi193.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-15T01:28:28.882 INFO:teuthology.orchestra.run.smithi193.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-15T01:28:28.882 INFO:teuthology.orchestra.run.smithi193.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-15T01:28:28.882 INFO:teuthology.orchestra.run.smithi193.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-15T01:28:28.882 INFO:teuthology.orchestra.run.smithi193.stdout:Installing weak dependencies: 2024-04-15T01:28:28.882 INFO:teuthology.orchestra.run.smithi193.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-15T01:28:28.882 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:28:28.882 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-04-15T01:28:28.882 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:28:28.882 INFO:teuthology.orchestra.run.smithi193.stdout:Install 30 Packages 2024-04-15T01:28:28.883 INFO:teuthology.orchestra.run.smithi193.stdout:Upgrade 2 Packages 2024-04-15T01:28:28.883 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:28:28.883 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 59 M 2024-04-15T01:28:28.883 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-04-15T01:28:30.269 INFO:teuthology.orchestra.run.smithi193.stdout:(1/32): ceph-base-19.0.0-2114.ga9a752df.el7.x86 4.7 MB/s | 5.3 MB 00:01 2024-04-15T01:28:30.336 INFO:teuthology.orchestra.run.smithi193.stdout:(2/32): ceph-selinux-19.0.0-2114.ga9a752df.el7. 379 kB/s | 25 kB 00:00 2024-04-15T01:28:30.486 INFO:teuthology.orchestra.run.smithi193.stdout:(3/32): ceph-radosgw-19.0.0-2114.ga9a752df.el7. 7.3 MB/s | 9.9 MB 00:01 2024-04-15T01:28:30.550 INFO:teuthology.orchestra.run.smithi193.stdout:(4/32): libcephfs2-19.0.0-2114.ga9a752df.el7.x8 3.4 MB/s | 746 kB 00:00 2024-04-15T01:28:30.587 INFO:teuthology.orchestra.run.smithi193.stdout:(5/32): libradosstriper1-19.0.0-2114.ga9a752df. 4.9 MB/s | 501 kB 00:00 2024-04-15T01:28:30.654 INFO:teuthology.orchestra.run.smithi193.stdout:(6/32): python3-ceph-argparse-19.0.0-2114.ga9a7 676 kB/s | 45 kB 00:00 2024-04-15T01:28:30.746 INFO:teuthology.orchestra.run.smithi193.stdout:(7/32): python3-ceph-common-19.0.0-2114.ga9a752 1.4 MB/s | 131 kB 00:00 2024-04-15T01:28:30.846 INFO:teuthology.orchestra.run.smithi193.stdout:(8/32): python3-cephfs-19.0.0-2114.ga9a752df.el 1.6 MB/s | 162 kB 00:00 2024-04-15T01:28:30.963 INFO:teuthology.orchestra.run.smithi193.stdout:(9/32): python3-rados-19.0.0-2114.ga9a752df.el7 2.7 MB/s | 320 kB 00:00 2024-04-15T01:28:31.188 INFO:teuthology.orchestra.run.smithi193.stdout:(10/32): ceph-common-19.0.0-2114.ga9a752df.el7. 10 MB/s | 21 MB 00:02 2024-04-15T01:28:31.213 INFO:teuthology.orchestra.run.smithi193.stdout:(11/32): python3-rbd-19.0.0-2114.ga9a752df.el7. 1.2 MB/s | 298 kB 00:00 2024-04-15T01:28:31.289 INFO:teuthology.orchestra.run.smithi193.stdout:(12/32): librgw2-19.0.0-2114.ga9a752df.el7.x86_ 7.0 MB/s | 5.2 MB 00:00 2024-04-15T01:28:31.314 INFO:teuthology.orchestra.run.smithi193.stdout:(13/32): python3-rgw-19.0.0-2114.ga9a752df.el7. 790 kB/s | 99 kB 00:00 2024-04-15T01:28:31.343 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T01:28:31.344 INFO:teuthology.orchestra.run.smithi155.stdout:skipping the directory /sys 2024-04-15T01:28:31.344 INFO:teuthology.orchestra.run.smithi155.stdout:skipping the directory /proc 2024-04-15T01:28:31.344 INFO:teuthology.orchestra.run.smithi155.stdout:skipping the directory /mnt 2024-04-15T01:28:31.344 INFO:teuthology.orchestra.run.smithi155.stdout:skipping the directory /var/tmp 2024-04-15T01:28:31.344 INFO:teuthology.orchestra.run.smithi155.stdout:skipping the directory /home 2024-04-15T01:28:31.344 INFO:teuthology.orchestra.run.smithi155.stdout:skipping the directory /root 2024-04-15T01:28:31.344 INFO:teuthology.orchestra.run.smithi155.stdout:skipping the directory /tmp 2024-04-15T01:28:31.344 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:28:31.498 INFO:teuthology.orchestra.run.smithi193.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 376 kB/s | 107 kB 00:00 2024-04-15T01:28:31.515 INFO:teuthology.orchestra.run.smithi193.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 226 kB/s | 45 kB 00:00 2024-04-15T01:28:31.640 INFO:teuthology.orchestra.run.smithi193.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 457 kB/s | 160 kB 00:00 2024-04-15T01:28:31.707 INFO:teuthology.orchestra.run.smithi193.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 634 kB/s | 42 kB 00:00 2024-04-15T01:28:31.749 INFO:teuthology.orchestra.run.smithi193.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.2 MB/s | 292 kB 00:00 2024-04-15T01:28:31.816 INFO:teuthology.orchestra.run.smithi193.stdout:(19/32): qatlib-service-24.02.0-1.el9.x86_64.rp 538 kB/s | 36 kB 00:00 2024-04-15T01:28:31.874 INFO:teuthology.orchestra.run.smithi193.stdout:(20/32): librdkafka-1.6.1-102.el9.x86_64.rpm 1.7 MB/s | 662 kB 00:00 2024-04-15T01:28:31.900 INFO:teuthology.orchestra.run.smithi193.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 566 kB/s | 47 kB 00:00 2024-04-15T01:28:31.941 INFO:teuthology.orchestra.run.smithi193.stdout:(22/32): qatlib-24.02.0-1.el9.x86_64.rpm 942 kB/s | 221 kB 00:00 2024-04-15T01:28:32.183 INFO:teuthology.orchestra.run.smithi193.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 107 kB/s | 26 kB 00:00 2024-04-15T01:28:32.276 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 32/34 2024-04-15T01:28:32.292 INFO:teuthology.orchestra.run.smithi193.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 448 kB/s | 49 kB 00:00 2024-04-15T01:28:32.301 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 32/34 2024-04-15T01:28:32.301 INFO:teuthology.orchestra.run.smithi155.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:28:32.301 INFO:teuthology.orchestra.run.smithi155.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-15T01:28:32.301 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-15T01:28:32.301 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-15T01:28:32.302 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:28:32.303 INFO:teuthology.orchestra.run.smithi155.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-15T01:28:32.325 INFO:teuthology.orchestra.run.smithi193.stdout:(25/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 685 kB/s | 309 kB 00:00 2024-04-15T01:28:32.387 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-15T01:28:32.387 INFO:teuthology.orchestra.run.smithi155.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T01:28:32.426 INFO:teuthology.orchestra.run.smithi193.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 504 kB/s | 67 kB 00:00 2024-04-15T01:28:32.543 INFO:teuthology.orchestra.run.smithi193.stdout:(27/32): libarrow-9.0.0-10.el9.x86_64.rpm 6.9 MB/s | 4.4 MB 00:00 2024-04-15T01:28:32.568 INFO:teuthology.orchestra.run.smithi193.stdout:(28/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 3.4 MB/s | 838 kB 00:00 2024-04-15T01:28:32.610 INFO:teuthology.orchestra.run.smithi193.stdout:(29/32): re2-20211101-3.el9.x86_64.rpm 1.0 MB/s | 192 kB 00:00 2024-04-15T01:28:32.652 INFO:teuthology.orchestra.run.smithi193.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 15 MB/s | 1.6 MB 00:00 2024-04-15T01:28:32.937 INFO:teuthology.orchestra.run.smithi193.stdout:(31/32): librbd1-19.0.0-2114.ga9a752df.el7.x86_ 9.6 MB/s | 3.1 MB 00:00 2024-04-15T01:28:33.019 INFO:teuthology.orchestra.run.smithi193.stdout:(32/32): librados2-19.0.0-2114.ga9a752df.el7.x8 7.5 MB/s | 3.4 MB 00:00 2024-04-15T01:28:33.024 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:28:33.025 INFO:teuthology.orchestra.run.smithi193.stdout:Total 14 MB/s | 59 MB 00:04 2024-04-15T01:28:33.124 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-04-15T01:28:33.159 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-04-15T01:28:33.159 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-04-15T01:28:33.564 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T01:28:33.564 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 1/34 2024-04-15T01:28:33.564 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2/34 2024-04-15T01:28:33.564 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 3/34 2024-04-15T01:28:33.564 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 4/34 2024-04-15T01:28:33.564 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 5/34 2024-04-15T01:28:33.564 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 6/34 2024-04-15T01:28:33.564 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T01:28:33.564 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7. 8/34 2024-04-15T01:28:33.564 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x8 9/34 2024-04-15T01:28:33.564 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 10/34 2024-04-15T01:28:33.565 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 11/34 2024-04-15T01:28:33.565 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 12/34 2024-04-15T01:28:33.565 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 13/34 2024-04-15T01:28:33.565 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-15T01:28:33.565 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-15T01:28:33.565 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-15T01:28:33.565 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-15T01:28:33.565 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-15T01:28:33.565 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-15T01:28:33.565 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-15T01:28:33.565 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-15T01:28:33.565 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-15T01:28:33.565 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-15T01:28:33.566 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-15T01:28:33.566 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-15T01:28:33.566 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-15T01:28:33.566 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-15T01:28:33.566 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-15T01:28:33.566 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-15T01:28:33.566 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-15T01:28:33.567 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T01:28:33.567 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-15T01:28:33.567 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 33/34 2024-04-15T01:28:33.653 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-04-15T01:28:33.653 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-04-15T01:28:34.752 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T01:28:34.752 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:28:34.753 INFO:teuthology.orchestra.run.smithi155.stdout:Upgraded: 2024-04-15T01:28:34.753 INFO:teuthology.orchestra.run.smithi155.stdout: librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:34.753 INFO:teuthology.orchestra.run.smithi155.stdout: librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:34.753 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-15T01:28:34.753 INFO:teuthology.orchestra.run.smithi155.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-15T01:28:34.753 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:34.753 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:34.753 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:34.753 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:34.753 INFO:teuthology.orchestra.run.smithi155.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-15T01:28:34.753 INFO:teuthology.orchestra.run.smithi155.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-15T01:28:34.753 INFO:teuthology.orchestra.run.smithi155.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-15T01:28:34.754 INFO:teuthology.orchestra.run.smithi155.stdout: libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:34.754 INFO:teuthology.orchestra.run.smithi155.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-15T01:28:34.754 INFO:teuthology.orchestra.run.smithi155.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-15T01:28:34.754 INFO:teuthology.orchestra.run.smithi155.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-15T01:28:34.754 INFO:teuthology.orchestra.run.smithi155.stdout: libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:34.754 INFO:teuthology.orchestra.run.smithi155.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-15T01:28:34.754 INFO:teuthology.orchestra.run.smithi155.stdout: librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:34.754 INFO:teuthology.orchestra.run.smithi155.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-15T01:28:34.754 INFO:teuthology.orchestra.run.smithi155.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-15T01:28:34.754 INFO:teuthology.orchestra.run.smithi155.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-15T01:28:34.754 INFO:teuthology.orchestra.run.smithi155.stdout: python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:34.754 INFO:teuthology.orchestra.run.smithi155.stdout: python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:34.755 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:34.755 INFO:teuthology.orchestra.run.smithi155.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-15T01:28:34.755 INFO:teuthology.orchestra.run.smithi155.stdout: python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:34.755 INFO:teuthology.orchestra.run.smithi155.stdout: python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:34.755 INFO:teuthology.orchestra.run.smithi155.stdout: python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:34.755 INFO:teuthology.orchestra.run.smithi155.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-15T01:28:34.755 INFO:teuthology.orchestra.run.smithi155.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-15T01:28:34.755 INFO:teuthology.orchestra.run.smithi155.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-15T01:28:34.755 INFO:teuthology.orchestra.run.smithi155.stdout: re2-1:20211101-3.el9.x86_64 2024-04-15T01:28:34.755 INFO:teuthology.orchestra.run.smithi155.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-15T01:28:34.755 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:28:34.755 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:28:35.019 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-test 2024-04-15T01:28:35.145 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-04-15T01:28:35.225 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-15T01:28:35.257 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-15T01:28:35.283 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-15T01:28:35.305 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-15T01:28:35.322 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-15T01:28:35.531 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-15T01:28:35.590 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-15T01:28:35.620 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:00:29 ago on Mon 15 Apr 2024 01:28:06 AM UTC. 2024-04-15T01:28:35.909 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:28:35.909 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:28:35.909 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:28:35.909 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.909 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:28:35.909 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.909 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:28:35.909 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.910 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:28:35.910 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.910 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:28:35.910 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.910 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:28:35.910 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.910 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:28:35.910 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.910 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:28:35.910 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.910 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:28:35.910 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.910 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:28:35.911 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.911 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:28:35.911 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.911 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:28:35.911 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.911 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:28:35.911 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.911 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:28:35.911 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.911 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:28:35.911 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.911 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:28:35.911 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.912 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:28:35.912 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.912 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:28:35.912 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.912 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:28:35.912 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.912 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:28:35.912 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.912 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:28:35.912 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.912 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:28:35.912 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.912 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:28:35.913 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.913 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:28:35.913 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.913 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:28:35.913 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.913 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:28:35.913 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.913 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:28:35.913 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.913 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:28:35.913 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.913 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:28:35.913 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.914 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:28:35.914 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.914 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:28:35.914 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.914 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:28:35.914 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.914 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:28:35.914 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.914 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:28:35.914 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.914 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:28:35.914 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.914 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:28:35.914 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.915 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:28:35.915 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.915 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.915 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.915 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:28:35.915 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.915 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.915 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.915 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.915 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:28:35.915 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.915 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.915 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.916 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.916 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.916 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.916 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:28:35.916 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.916 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.916 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.916 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.916 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:28:35.916 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.916 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.916 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.916 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.916 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:28:35.917 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.917 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.917 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.917 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.917 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:28:35.917 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.917 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.917 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.917 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.917 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:28:35.917 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.917 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.917 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.917 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.918 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:28:35.918 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.918 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.918 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.918 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:28:35.977 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:28:35.978 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:28:35.978 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2024-04-15T01:28:35.978 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:28:35.978 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-15T01:28:35.978 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-test x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 48 M 2024-04-15T01:28:35.978 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2024-04-15T01:28:35.979 INFO:teuthology.orchestra.run.smithi155.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-15T01:28:35.979 INFO:teuthology.orchestra.run.smithi155.stdout: libcephsqlite x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 164 k 2024-04-15T01:28:35.979 INFO:teuthology.orchestra.run.smithi155.stdout: oniguruma x86_64 6.9.6-1.el9.5 baseos 218 k 2024-04-15T01:28:35.979 INFO:teuthology.orchestra.run.smithi155.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-15T01:28:35.979 INFO:teuthology.orchestra.run.smithi155.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-15T01:28:35.979 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:28:35.979 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-15T01:28:35.979 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:28:35.979 INFO:teuthology.orchestra.run.smithi155.stdout:Install 6 Packages 2024-04-15T01:28:35.979 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:28:35.980 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-15T01:28:35.980 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 49 M 2024-04-15T01:28:35.980 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 206 M 2024-04-15T01:28:35.980 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-15T01:28:36.009 INFO:teuthology.orchestra.run.smithi193.stdout: Upgrading : librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T01:28:36.102 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T01:28:36.188 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 8/34 2024-04-15T01:28:36.228 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 9/34 2024-04-15T01:28:36.274 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 9/34 2024-04-15T01:28:36.283 INFO:teuthology.orchestra.run.smithi155.stdout:(1/6): jq-1.6-16.el9.x86_64.rpm 1.5 MB/s | 187 kB 00:00 2024-04-15T01:28:36.311 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-15T01:28:36.354 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7. 11/34 2024-04-15T01:28:36.375 INFO:teuthology.orchestra.run.smithi155.stdout:(2/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 2.3 MB/s | 218 kB 00:00 2024-04-15T01:28:36.422 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 12/34 2024-04-15T01:28:36.447 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 13/34 2024-04-15T01:28:36.454 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T01:28:36.454 INFO:teuthology.orchestra.run.smithi073.stdout:skipping the directory /sys 2024-04-15T01:28:36.454 INFO:teuthology.orchestra.run.smithi073.stdout:skipping the directory /proc 2024-04-15T01:28:36.454 INFO:teuthology.orchestra.run.smithi073.stdout:skipping the directory /mnt 2024-04-15T01:28:36.455 INFO:teuthology.orchestra.run.smithi073.stdout:skipping the directory /var/tmp 2024-04-15T01:28:36.455 INFO:teuthology.orchestra.run.smithi073.stdout:skipping the directory /home 2024-04-15T01:28:36.455 INFO:teuthology.orchestra.run.smithi073.stdout:skipping the directory /root 2024-04-15T01:28:36.455 INFO:teuthology.orchestra.run.smithi073.stdout:skipping the directory /tmp 2024-04-15T01:28:36.455 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:28:36.458 INFO:teuthology.orchestra.run.smithi155.stdout:(3/6): socat-1.7.4.1-5.el9.x86_64.rpm 3.6 MB/s | 305 kB 00:00 2024-04-15T01:28:36.484 INFO:teuthology.orchestra.run.smithi155.stdout:(4/6): libcephsqlite-19.0.0-2114.ga9a752df.el7. 513 kB/s | 164 kB 00:00 2024-04-15T01:28:36.494 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 13/34 2024-04-15T01:28:36.528 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-15T01:28:36.542 INFO:teuthology.orchestra.run.smithi155.stdout:(5/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 762 kB/s | 64 kB 00:00 2024-04-15T01:28:36.637 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-15T01:28:36.671 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-15T01:28:36.726 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-15T01:28:36.761 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-15T01:28:36.790 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-15T01:28:36.823 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-15T01:28:37.146 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-15T01:28:37.170 INFO:teuthology.orchestra.run.smithi193.stdout: Upgrading : librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 22/34 2024-04-15T01:28:37.242 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 22/34 2024-04-15T01:28:37.283 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 23/34 2024-04-15T01:28:37.320 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 32/34 2024-04-15T01:28:37.333 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-15T01:28:37.345 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 32/34 2024-04-15T01:28:37.345 INFO:teuthology.orchestra.run.smithi073.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:28:37.345 INFO:teuthology.orchestra.run.smithi073.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-15T01:28:37.345 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-15T01:28:37.345 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-15T01:28:37.346 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:28:37.348 INFO:teuthology.orchestra.run.smithi073.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-15T01:28:37.439 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-15T01:28:37.439 INFO:teuthology.orchestra.run.smithi073.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T01:28:37.798 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-15T01:28:37.831 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 26/34 2024-04-15T01:28:37.886 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 26/34 2024-04-15T01:28:37.961 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 27/34 2024-04-15T01:28:37.992 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x8 28/34 2024-04-15T01:28:38.501 INFO:teuthology.orchestra.run.smithi155.stdout:(6/6): ceph-test-19.0.0-2114.ga9a752df.el7.x86_ 20 MB/s | 48 MB 00:02 2024-04-15T01:28:38.503 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:28:38.503 INFO:teuthology.orchestra.run.smithi155.stdout:Total 19 MB/s | 49 MB 00:02 2024-04-15T01:28:38.525 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T01:28:38.525 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 1/34 2024-04-15T01:28:38.525 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2/34 2024-04-15T01:28:38.525 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 3/34 2024-04-15T01:28:38.525 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 4/34 2024-04-15T01:28:38.525 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 5/34 2024-04-15T01:28:38.525 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 6/34 2024-04-15T01:28:38.525 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T01:28:38.526 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7. 8/34 2024-04-15T01:28:38.526 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x8 9/34 2024-04-15T01:28:38.526 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 10/34 2024-04-15T01:28:38.526 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 11/34 2024-04-15T01:28:38.526 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 12/34 2024-04-15T01:28:38.526 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 13/34 2024-04-15T01:28:38.526 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-15T01:28:38.526 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-15T01:28:38.526 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-15T01:28:38.526 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-15T01:28:38.526 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-15T01:28:38.527 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-15T01:28:38.527 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-15T01:28:38.527 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-15T01:28:38.527 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-15T01:28:38.527 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-15T01:28:38.527 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-15T01:28:38.527 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-15T01:28:38.527 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-15T01:28:38.527 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-15T01:28:38.530 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-15T01:28:38.530 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-15T01:28:38.530 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-15T01:28:38.530 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T01:28:38.530 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-15T01:28:38.530 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 33/34 2024-04-15T01:28:38.553 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-15T01:28:38.574 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-15T01:28:38.574 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-15T01:28:38.957 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-15T01:28:38.957 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-15T01:28:39.550 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-15T01:28:39.595 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T01:28:39.595 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:28:39.595 INFO:teuthology.orchestra.run.smithi073.stdout:Upgraded: 2024-04-15T01:28:39.596 INFO:teuthology.orchestra.run.smithi073.stdout: librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:39.596 INFO:teuthology.orchestra.run.smithi073.stdout: librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:39.596 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-04-15T01:28:39.596 INFO:teuthology.orchestra.run.smithi073.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-15T01:28:39.596 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:39.596 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:39.596 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:39.596 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:39.596 INFO:teuthology.orchestra.run.smithi073.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-15T01:28:39.596 INFO:teuthology.orchestra.run.smithi073.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-15T01:28:39.596 INFO:teuthology.orchestra.run.smithi073.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-15T01:28:39.596 INFO:teuthology.orchestra.run.smithi073.stdout: libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:39.596 INFO:teuthology.orchestra.run.smithi073.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-15T01:28:39.597 INFO:teuthology.orchestra.run.smithi073.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-15T01:28:39.597 INFO:teuthology.orchestra.run.smithi073.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-15T01:28:39.597 INFO:teuthology.orchestra.run.smithi073.stdout: libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:39.597 INFO:teuthology.orchestra.run.smithi073.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-15T01:28:39.597 INFO:teuthology.orchestra.run.smithi073.stdout: librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:39.597 INFO:teuthology.orchestra.run.smithi073.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-15T01:28:39.597 INFO:teuthology.orchestra.run.smithi073.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-15T01:28:39.597 INFO:teuthology.orchestra.run.smithi073.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-15T01:28:39.597 INFO:teuthology.orchestra.run.smithi073.stdout: python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:39.597 INFO:teuthology.orchestra.run.smithi073.stdout: python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:39.597 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:39.597 INFO:teuthology.orchestra.run.smithi073.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-15T01:28:39.597 INFO:teuthology.orchestra.run.smithi073.stdout: python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:39.597 INFO:teuthology.orchestra.run.smithi073.stdout: python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:39.598 INFO:teuthology.orchestra.run.smithi073.stdout: python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:39.598 INFO:teuthology.orchestra.run.smithi073.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-15T01:28:39.598 INFO:teuthology.orchestra.run.smithi073.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-15T01:28:39.598 INFO:teuthology.orchestra.run.smithi073.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-15T01:28:39.598 INFO:teuthology.orchestra.run.smithi073.stdout: re2-1:20211101-3.el9.x86_64 2024-04-15T01:28:39.598 INFO:teuthology.orchestra.run.smithi073.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-15T01:28:39.598 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:28:39.598 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:28:39.643 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-15T01:28:39.685 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-15T01:28:39.725 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-15T01:28:39.767 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-15T01:28:39.796 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 5/6 2024-04-15T01:28:39.857 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph-test 2024-04-15T01:28:40.257 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T01:28:40.305 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T01:28:40.447 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:00:29 ago on Mon 15 Apr 2024 01:28:11 AM UTC. 2024-04-15T01:28:40.731 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:28:40.732 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:28:40.732 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:28:40.732 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.732 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:28:40.732 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.732 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:28:40.732 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.732 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:28:40.732 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.732 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:28:40.733 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.733 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:28:40.733 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.733 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:28:40.733 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.733 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:28:40.733 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.733 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:28:40.733 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.733 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:28:40.733 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.733 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:28:40.733 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.733 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:28:40.734 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.734 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:28:40.734 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.734 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:28:40.734 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.734 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:28:40.734 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.734 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:28:40.734 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.734 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:28:40.734 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.734 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:28:40.735 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.735 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:28:40.735 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.735 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:28:40.735 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.735 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:28:40.735 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.735 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:28:40.735 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.735 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:28:40.735 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.735 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:28:40.736 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.736 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:28:40.736 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.736 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:28:40.736 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.736 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:28:40.736 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.736 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:28:40.736 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.736 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:28:40.736 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.736 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:28:40.736 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.736 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:28:40.737 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.737 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:28:40.737 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.737 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:28:40.737 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.737 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:28:40.737 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.737 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:28:40.737 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.737 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:28:40.737 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.737 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:28:40.737 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.737 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.738 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.738 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:28:40.738 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.738 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.738 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.738 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.738 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:28:40.738 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.738 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.738 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.738 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.738 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.738 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.739 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:28:40.739 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.739 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.739 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.739 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.739 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:28:40.739 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.739 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.739 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.739 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.739 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:28:40.739 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.739 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.740 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.740 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.740 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:28:40.740 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.740 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.740 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.740 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.740 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:28:40.740 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.740 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.740 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.740 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.740 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:28:40.740 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.741 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.741 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.741 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:28:40.799 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:28:40.799 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:28:40.800 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repository Size 2024-04-15T01:28:40.800 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:28:40.800 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-04-15T01:28:40.800 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-test x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 48 M 2024-04-15T01:28:40.800 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2024-04-15T01:28:40.800 INFO:teuthology.orchestra.run.smithi073.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-15T01:28:40.800 INFO:teuthology.orchestra.run.smithi073.stdout: libcephsqlite x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 164 k 2024-04-15T01:28:40.800 INFO:teuthology.orchestra.run.smithi073.stdout: oniguruma x86_64 6.9.6-1.el9.5 baseos 218 k 2024-04-15T01:28:40.800 INFO:teuthology.orchestra.run.smithi073.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-15T01:28:40.800 INFO:teuthology.orchestra.run.smithi073.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-15T01:28:40.800 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:28:40.800 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-04-15T01:28:40.801 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:28:40.801 INFO:teuthology.orchestra.run.smithi073.stdout:Install 6 Packages 2024-04-15T01:28:40.801 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:28:40.801 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 49 M 2024-04-15T01:28:40.801 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 206 M 2024-04-15T01:28:40.801 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-04-15T01:28:40.859 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T01:28:40.917 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 30/34 2024-04-15T01:28:40.999 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 30/34 2024-04-15T01:28:40.999 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-15T01:28:40.999 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-15T01:28:40.999 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:28:41.034 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T01:28:41.374 INFO:teuthology.orchestra.run.smithi073.stdout:(1/6): libcephsqlite-19.0.0-2114.ga9a752df.el7. 415 kB/s | 164 kB 00:00 2024-04-15T01:28:41.402 INFO:teuthology.orchestra.run.smithi073.stdout:(2/6): jq-1.6-16.el9.x86_64.rpm 446 kB/s | 187 kB 00:00 2024-04-15T01:28:41.567 INFO:teuthology.orchestra.run.smithi073.stdout:(3/6): socat-1.7.4.1-5.el9.x86_64.rpm 1.8 MB/s | 305 kB 00:00 2024-04-15T01:28:41.609 INFO:teuthology.orchestra.run.smithi073.stdout:(4/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.5 MB/s | 64 kB 00:00 2024-04-15T01:28:41.717 INFO:teuthology.orchestra.run.smithi073.stdout:(5/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 637 kB/s | 218 kB 00:00 2024-04-15T01:28:43.301 INFO:teuthology.orchestra.run.smithi073.stdout:(6/6): ceph-test-19.0.0-2114.ga9a752df.el7.x86_ 21 MB/s | 48 MB 00:02 2024-04-15T01:28:43.303 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:28:43.303 INFO:teuthology.orchestra.run.smithi073.stdout:Total 19 MB/s | 49 MB 00:02 2024-04-15T01:28:43.353 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-04-15T01:28:43.373 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-04-15T01:28:43.373 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-04-15T01:28:43.757 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-04-15T01:28:43.757 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-04-15T01:28:44.301 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 5/6 2024-04-15T01:28:44.331 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-04-15T01:28:44.386 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 6/6 2024-04-15T01:28:44.416 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-15T01:28:44.455 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-15T01:28:44.487 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-15T01:28:44.526 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-15T01:28:44.554 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 5/6 2024-04-15T01:28:46.759 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 6/6 2024-04-15T01:28:46.759 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 1/6 2024-04-15T01:28:46.759 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 2/6 2024-04-15T01:28:46.759 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : jq-1.6-16.el9.x86_64 3/6 2024-04-15T01:28:46.759 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 4/6 2024-04-15T01:28:46.759 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 5/6 2024-04-15T01:28:47.185 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 6/6 2024-04-15T01:28:47.186 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:28:47.186 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-15T01:28:47.186 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:47.186 INFO:teuthology.orchestra.run.smithi155.stdout: jq-1.6-16.el9.x86_64 2024-04-15T01:28:47.186 INFO:teuthology.orchestra.run.smithi155.stdout: libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:47.186 INFO:teuthology.orchestra.run.smithi155.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-15T01:28:47.186 INFO:teuthology.orchestra.run.smithi155.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-15T01:28:47.186 INFO:teuthology.orchestra.run.smithi155.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-15T01:28:47.186 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:28:47.186 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:28:47.513 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph 2024-04-15T01:28:48.131 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:00:42 ago on Mon 15 Apr 2024 01:28:06 AM UTC. 2024-04-15T01:28:48.438 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:28:48.438 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:28:48.438 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:28:48.438 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.438 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:28:48.438 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.438 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:28:48.438 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.438 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:28:48.439 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.439 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:28:48.439 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.439 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:28:48.439 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.439 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:28:48.439 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.439 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:28:48.439 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.439 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:28:48.439 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.439 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:28:48.439 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.439 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:28:48.440 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.440 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:28:48.440 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.440 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:28:48.440 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.440 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:28:48.440 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.440 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:28:48.440 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.440 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:28:48.440 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.440 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:28:48.441 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.441 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:28:48.441 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.441 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:28:48.441 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.441 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:28:48.441 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.441 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:28:48.441 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.441 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:28:48.441 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.441 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:28:48.441 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.442 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:28:48.442 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.442 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:28:48.442 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.442 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:28:48.442 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.442 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:28:48.442 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.442 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:28:48.442 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.442 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:28:48.442 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.443 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:28:48.443 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.443 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:28:48.443 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.443 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:28:48.443 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.443 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:28:48.443 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.443 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:28:48.443 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.443 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:28:48.443 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.443 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:28:48.444 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.444 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:28:48.444 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.444 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.444 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.444 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:28:48.444 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.444 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.444 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.444 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.444 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:28:48.444 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.444 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.445 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.445 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.445 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.445 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.445 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:28:48.445 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.445 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.445 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.445 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.445 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:28:48.445 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.445 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.445 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.446 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.446 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:28:48.446 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.446 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.446 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.446 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.446 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:28:48.446 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.446 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.446 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.446 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.446 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:28:48.447 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.447 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.447 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.447 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.447 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:28:48.447 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.447 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.447 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.447 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:28:48.516 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:28:48.519 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:28:48.519 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2024-04-15T01:28:48.519 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:28:48.519 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-15T01:28:48.519 INFO:teuthology.orchestra.run.smithi155.stdout: ceph x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 6.6 k 2024-04-15T01:28:48.519 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2024-04-15T01:28:48.519 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mds x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 2.4 M 2024-04-15T01:28:48.519 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 1.5 M 2024-04-15T01:28:48.520 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 248 k 2024-04-15T01:28:48.520 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mon x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 4.7 M 2024-04-15T01:28:48.520 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-osd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 17 M 2024-04-15T01:28:48.520 INFO:teuthology.orchestra.run.smithi155.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-15T01:28:48.520 INFO:teuthology.orchestra.run.smithi155.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-15T01:28:48.520 INFO:teuthology.orchestra.run.smithi155.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-15T01:28:48.520 INFO:teuthology.orchestra.run.smithi155.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-15T01:28:48.520 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-15T01:28:48.520 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-15T01:28:48.520 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-15T01:28:48.520 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-15T01:28:48.520 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-15T01:28:48.520 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-15T01:28:48.521 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco-collections 2024-04-15T01:28:48.521 INFO:teuthology.orchestra.run.smithi155.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-15T01:28:48.521 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-15T01:28:48.521 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-15T01:28:48.521 INFO:teuthology.orchestra.run.smithi155.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-15T01:28:48.521 INFO:teuthology.orchestra.run.smithi155.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-15T01:28:48.521 INFO:teuthology.orchestra.run.smithi155.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-15T01:28:48.521 INFO:teuthology.orchestra.run.smithi155.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-15T01:28:48.521 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-15T01:28:48.521 INFO:teuthology.orchestra.run.smithi155.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-15T01:28:48.521 INFO:teuthology.orchestra.run.smithi155.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-15T01:28:48.521 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-15T01:28:48.522 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-15T01:28:48.522 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-15T01:28:48.522 INFO:teuthology.orchestra.run.smithi155.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-15T01:28:48.522 INFO:teuthology.orchestra.run.smithi155.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-15T01:28:48.522 INFO:teuthology.orchestra.run.smithi155.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-15T01:28:48.522 INFO:teuthology.orchestra.run.smithi155.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-15T01:28:48.522 INFO:teuthology.orchestra.run.smithi155.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-15T01:28:48.522 INFO:teuthology.orchestra.run.smithi155.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-15T01:28:48.522 INFO:teuthology.orchestra.run.smithi155.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-15T01:28:48.522 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:28:48.522 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-15T01:28:48.522 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:28:48.522 INFO:teuthology.orchestra.run.smithi155.stdout:Install 36 Packages 2024-04-15T01:28:48.523 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:28:48.524 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 30 M 2024-04-15T01:28:48.524 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 107 M 2024-04-15T01:28:48.524 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-15T01:28:49.051 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 5/6 2024-04-15T01:28:49.137 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 6/6 2024-04-15T01:28:49.248 INFO:teuthology.orchestra.run.smithi155.stdout:(1/36): ceph-19.0.0-2114.ga9a752df.el7.x86_64.r 29 kB/s | 6.6 kB 00:00 2024-04-15T01:28:49.672 INFO:teuthology.orchestra.run.smithi155.stdout:(2/36): ceph-mgr-19.0.0-2114.ga9a752df.el7.x86_ 2.3 MB/s | 1.5 MB 00:00 2024-04-15T01:28:49.789 INFO:teuthology.orchestra.run.smithi155.stdout:(3/36): ceph-mds-19.0.0-2114.ga9a752df.el7.x86_ 3.1 MB/s | 2.4 MB 00:00 2024-04-15T01:28:49.873 INFO:teuthology.orchestra.run.smithi155.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2114.ga9a7 2.9 MB/s | 248 kB 00:00 2024-04-15T01:28:50.015 INFO:teuthology.orchestra.run.smithi155.stdout:(5/36): ceph-mon-19.0.0-2114.ga9a752df.el7.x86_ 6.1 MB/s | 4.7 MB 00:00 2024-04-15T01:28:50.540 INFO:teuthology.orchestra.run.smithi155.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 380 kB/s | 253 kB 00:00 2024-04-15T01:28:50.641 INFO:teuthology.orchestra.run.smithi155.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 1.0 MB/s | 106 kB 00:00 2024-04-15T01:28:50.810 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T01:28:50.810 INFO:teuthology.orchestra.run.smithi193.stdout:skipping the directory /sys 2024-04-15T01:28:50.811 INFO:teuthology.orchestra.run.smithi193.stdout:skipping the directory /proc 2024-04-15T01:28:50.811 INFO:teuthology.orchestra.run.smithi193.stdout:skipping the directory /mnt 2024-04-15T01:28:50.811 INFO:teuthology.orchestra.run.smithi193.stdout:skipping the directory /var/tmp 2024-04-15T01:28:50.811 INFO:teuthology.orchestra.run.smithi193.stdout:skipping the directory /home 2024-04-15T01:28:50.811 INFO:teuthology.orchestra.run.smithi193.stdout:skipping the directory /root 2024-04-15T01:28:50.811 INFO:teuthology.orchestra.run.smithi193.stdout:skipping the directory /tmp 2024-04-15T01:28:50.811 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:28:50.916 INFO:teuthology.orchestra.run.smithi155.stdout:(8/36): ceph-osd-19.0.0-2114.ga9a752df.el7.x86_ 14 MB/s | 17 MB 00:01 2024-04-15T01:28:50.941 INFO:teuthology.orchestra.run.smithi155.stdout:(9/36): python3-pycparser-2.20-6.el9.noarch.rpm 450 kB/s | 135 kB 00:00 2024-04-15T01:28:50.974 INFO:teuthology.orchestra.run.smithi155.stdout:(10/36): python3-cryptography-36.0.1-4.el9.x86_ 1.3 MB/s | 1.2 MB 00:00 2024-04-15T01:28:51.050 INFO:teuthology.orchestra.run.smithi155.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 1.9 MB/s | 215 kB 00:00 2024-04-15T01:28:51.117 INFO:teuthology.orchestra.run.smithi155.stdout:(12/36): lua-5.4.4-4.el9.x86_64.rpm 1.3 MB/s | 188 kB 00:00 2024-04-15T01:28:51.167 INFO:teuthology.orchestra.run.smithi155.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 696 kB/s | 35 kB 00:00 2024-04-15T01:28:51.192 INFO:teuthology.orchestra.run.smithi155.stdout:(14/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.2 MB/s | 172 kB 00:00 2024-04-15T01:28:51.217 INFO:teuthology.orchestra.run.smithi155.stdout:(15/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.0 MB/s | 51 kB 00:00 2024-04-15T01:28:51.243 INFO:teuthology.orchestra.run.smithi155.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 829 kB/s | 42 kB 00:00 2024-04-15T01:28:51.327 INFO:teuthology.orchestra.run.smithi155.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 205 kB/s | 22 kB 00:00 2024-04-15T01:28:51.352 INFO:teuthology.orchestra.run.smithi155.stdout:(18/36): python3-requests-2.25.1-8.el9.noarch.r 286 kB/s | 125 kB 00:00 2024-04-15T01:28:51.469 INFO:teuthology.orchestra.run.smithi155.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 669 kB/s | 151 kB 00:00 2024-04-15T01:28:51.511 INFO:teuthology.orchestra.run.smithi155.stdout:(20/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 236 kB/s | 43 kB 00:00 2024-04-15T01:28:51.578 INFO:teuthology.orchestra.run.smithi155.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 761 kB/s | 172 kB 00:00 2024-04-15T01:28:51.603 INFO:teuthology.orchestra.run.smithi155.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 116 kB/s | 11 kB 00:00 2024-04-15T01:28:51.628 INFO:teuthology.orchestra.run.smithi155.stdout:(23/36): python3-cherrypy-18.6.1-2.el9.noarch.r 2.2 MB/s | 358 kB 00:00 2024-04-15T01:28:51.654 INFO:teuthology.orchestra.run.smithi155.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 234 kB/s | 18 kB 00:00 2024-04-15T01:28:51.687 INFO:teuthology.orchestra.run.smithi155.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 275 kB/s | 23 kB 00:00 2024-04-15T01:28:51.709 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 6/6 2024-04-15T01:28:51.709 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 1/6 2024-04-15T01:28:51.709 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 2/6 2024-04-15T01:28:51.709 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : jq-1.6-16.el9.x86_64 3/6 2024-04-15T01:28:51.709 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 4/6 2024-04-15T01:28:51.709 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 5/6 2024-04-15T01:28:51.712 INFO:teuthology.orchestra.run.smithi155.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 232 kB/s | 19 kB 00:00 2024-04-15T01:28:51.738 INFO:teuthology.orchestra.run.smithi155.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 235 kB/s | 20 kB 00:00 2024-04-15T01:28:51.758 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 32/34 2024-04-15T01:28:51.763 INFO:teuthology.orchestra.run.smithi155.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 615 kB/s | 46 kB 00:00 2024-04-15T01:28:51.782 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 32/34 2024-04-15T01:28:51.783 INFO:teuthology.orchestra.run.smithi193.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:28:51.783 INFO:teuthology.orchestra.run.smithi193.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-15T01:28:51.783 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-15T01:28:51.783 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-15T01:28:51.783 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:28:51.785 INFO:teuthology.orchestra.run.smithi193.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-15T01:28:51.788 INFO:teuthology.orchestra.run.smithi155.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-04-15T01:28:51.839 INFO:teuthology.orchestra.run.smithi155.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 217 kB/s | 16 kB 00:00 2024-04-15T01:28:51.864 INFO:teuthology.orchestra.run.smithi155.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2024-04-15T01:28:51.869 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-15T01:28:51.869 INFO:teuthology.orchestra.run.smithi193.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T01:28:51.906 INFO:teuthology.orchestra.run.smithi155.stdout:(32/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.6 MB/s | 272 kB 00:00 2024-04-15T01:28:51.931 INFO:teuthology.orchestra.run.smithi155.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 388 kB/s | 36 kB 00:00 2024-04-15T01:28:51.957 INFO:teuthology.orchestra.run.smithi155.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.4 MB/s | 230 kB 00:00 2024-04-15T01:28:51.990 INFO:teuthology.orchestra.run.smithi155.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 341 kB/s | 20 kB 00:00 2024-04-15T01:28:52.015 INFO:teuthology.orchestra.run.smithi155.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.8 MB/s | 427 kB 00:00 2024-04-15T01:28:52.017 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:28:52.017 INFO:teuthology.orchestra.run.smithi155.stdout:Total 8.6 MB/s | 30 MB 00:03 2024-04-15T01:28:52.130 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 6/6 2024-04-15T01:28:52.130 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:28:52.130 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-04-15T01:28:52.131 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:52.131 INFO:teuthology.orchestra.run.smithi073.stdout: jq-1.6-16.el9.x86_64 2024-04-15T01:28:52.131 INFO:teuthology.orchestra.run.smithi073.stdout: libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:52.131 INFO:teuthology.orchestra.run.smithi073.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-15T01:28:52.131 INFO:teuthology.orchestra.run.smithi073.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-15T01:28:52.131 INFO:teuthology.orchestra.run.smithi073.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-15T01:28:52.131 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:28:52.131 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:28:52.158 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-15T01:28:52.198 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-15T01:28:52.198 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-15T01:28:52.428 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph 2024-04-15T01:28:52.602 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-15T01:28:52.602 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-15T01:28:53.035 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T01:28:53.035 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 1/34 2024-04-15T01:28:53.035 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2/34 2024-04-15T01:28:53.036 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 3/34 2024-04-15T01:28:53.036 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 4/34 2024-04-15T01:28:53.036 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 5/34 2024-04-15T01:28:53.036 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 6/34 2024-04-15T01:28:53.036 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T01:28:53.037 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7. 8/34 2024-04-15T01:28:53.037 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x8 9/34 2024-04-15T01:28:53.037 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 10/34 2024-04-15T01:28:53.037 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 11/34 2024-04-15T01:28:53.037 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 12/34 2024-04-15T01:28:53.037 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 13/34 2024-04-15T01:28:53.038 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-15T01:28:53.038 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-15T01:28:53.038 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-15T01:28:53.038 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-15T01:28:53.038 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-15T01:28:53.039 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-15T01:28:53.039 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-15T01:28:53.039 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-15T01:28:53.039 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-15T01:28:53.039 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-15T01:28:53.039 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-15T01:28:53.040 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-15T01:28:53.040 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-15T01:28:53.040 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-15T01:28:53.040 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-15T01:28:53.040 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-15T01:28:53.040 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-15T01:28:53.041 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T01:28:53.041 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-15T01:28:53.041 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 33/34 2024-04-15T01:28:53.042 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:00:42 ago on Mon 15 Apr 2024 01:28:11 AM UTC. 2024-04-15T01:28:53.345 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:28:53.345 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:28:53.346 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:28:53.346 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.346 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:28:53.346 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.346 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:28:53.346 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.346 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:28:53.346 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.346 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:28:53.346 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.346 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:28:53.347 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.347 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:28:53.347 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.347 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:28:53.347 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.347 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:28:53.347 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.347 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:28:53.347 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.347 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:28:53.347 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.347 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:28:53.347 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.348 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:28:53.348 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.348 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:28:53.348 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.348 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:28:53.348 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.348 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:28:53.348 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.348 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:28:53.348 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.348 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:28:53.348 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.348 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:28:53.349 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.349 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:28:53.349 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.349 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:28:53.349 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.349 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:28:53.349 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.349 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:28:53.349 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.349 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:28:53.350 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.350 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:28:53.350 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.350 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:28:53.350 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.350 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:28:53.350 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.350 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:28:53.350 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.350 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:28:53.350 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.350 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:28:53.351 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.351 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:28:53.351 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.351 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:28:53.351 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.351 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:28:53.351 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.351 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:28:53.351 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.351 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:28:53.351 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.351 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:28:53.351 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.352 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:28:53.352 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.352 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.352 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.352 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:28:53.352 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.352 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.352 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.352 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.352 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:28:53.352 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.352 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.352 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.352 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.353 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.353 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.353 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:28:53.353 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.353 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.353 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.353 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.353 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:28:53.353 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.353 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.353 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.353 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.353 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:28:53.353 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.354 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.354 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.354 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.354 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:28:53.354 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.354 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.354 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.354 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.354 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:28:53.354 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.354 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.354 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.354 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.355 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:28:53.355 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.355 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.355 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.355 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:28:53.425 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:28:53.427 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:28:53.428 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repository Size 2024-04-15T01:28:53.428 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:28:53.428 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-04-15T01:28:53.428 INFO:teuthology.orchestra.run.smithi073.stdout: ceph x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 6.6 k 2024-04-15T01:28:53.428 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2024-04-15T01:28:53.428 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mds x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 2.4 M 2024-04-15T01:28:53.428 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 1.5 M 2024-04-15T01:28:53.428 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 248 k 2024-04-15T01:28:53.428 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mon x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 4.7 M 2024-04-15T01:28:53.429 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-osd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 17 M 2024-04-15T01:28:53.429 INFO:teuthology.orchestra.run.smithi073.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-15T01:28:53.429 INFO:teuthology.orchestra.run.smithi073.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-15T01:28:53.429 INFO:teuthology.orchestra.run.smithi073.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-15T01:28:53.429 INFO:teuthology.orchestra.run.smithi073.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-15T01:28:53.429 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-15T01:28:53.429 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-15T01:28:53.429 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-15T01:28:53.429 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-15T01:28:53.429 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-15T01:28:53.429 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-15T01:28:53.429 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jaraco-collections 2024-04-15T01:28:53.429 INFO:teuthology.orchestra.run.smithi073.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-15T01:28:53.430 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-15T01:28:53.430 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-15T01:28:53.430 INFO:teuthology.orchestra.run.smithi073.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-15T01:28:53.430 INFO:teuthology.orchestra.run.smithi073.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-15T01:28:53.430 INFO:teuthology.orchestra.run.smithi073.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-15T01:28:53.430 INFO:teuthology.orchestra.run.smithi073.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-15T01:28:53.430 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-15T01:28:53.430 INFO:teuthology.orchestra.run.smithi073.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-15T01:28:53.430 INFO:teuthology.orchestra.run.smithi073.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-15T01:28:53.431 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-15T01:28:53.431 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-15T01:28:53.431 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-15T01:28:53.431 INFO:teuthology.orchestra.run.smithi073.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-15T01:28:53.431 INFO:teuthology.orchestra.run.smithi073.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-15T01:28:53.431 INFO:teuthology.orchestra.run.smithi073.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-15T01:28:53.431 INFO:teuthology.orchestra.run.smithi073.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-15T01:28:53.431 INFO:teuthology.orchestra.run.smithi073.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-15T01:28:53.431 INFO:teuthology.orchestra.run.smithi073.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-15T01:28:53.431 INFO:teuthology.orchestra.run.smithi073.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-15T01:28:53.431 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:28:53.431 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-04-15T01:28:53.431 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:28:53.432 INFO:teuthology.orchestra.run.smithi073.stdout:Install 36 Packages 2024-04-15T01:28:53.432 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:28:53.432 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 30 M 2024-04-15T01:28:53.433 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 107 M 2024-04-15T01:28:53.433 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-04-15T01:28:53.977 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-15T01:28:54.043 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-15T01:28:54.046 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T01:28:54.046 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:28:54.046 INFO:teuthology.orchestra.run.smithi193.stdout:Upgraded: 2024-04-15T01:28:54.046 INFO:teuthology.orchestra.run.smithi193.stdout: librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:54.046 INFO:teuthology.orchestra.run.smithi193.stdout: librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:54.047 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-04-15T01:28:54.047 INFO:teuthology.orchestra.run.smithi193.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-15T01:28:54.047 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:54.047 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:54.047 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:54.047 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:54.047 INFO:teuthology.orchestra.run.smithi193.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-15T01:28:54.047 INFO:teuthology.orchestra.run.smithi193.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-15T01:28:54.047 INFO:teuthology.orchestra.run.smithi193.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-15T01:28:54.047 INFO:teuthology.orchestra.run.smithi193.stdout: libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:54.047 INFO:teuthology.orchestra.run.smithi193.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-15T01:28:54.047 INFO:teuthology.orchestra.run.smithi193.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-15T01:28:54.047 INFO:teuthology.orchestra.run.smithi193.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-15T01:28:54.048 INFO:teuthology.orchestra.run.smithi193.stdout: libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:54.048 INFO:teuthology.orchestra.run.smithi193.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-15T01:28:54.048 INFO:teuthology.orchestra.run.smithi193.stdout: librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:54.048 INFO:teuthology.orchestra.run.smithi193.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-15T01:28:54.048 INFO:teuthology.orchestra.run.smithi193.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-15T01:28:54.048 INFO:teuthology.orchestra.run.smithi193.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-15T01:28:54.048 INFO:teuthology.orchestra.run.smithi193.stdout: python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:54.048 INFO:teuthology.orchestra.run.smithi193.stdout: python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:54.048 INFO:teuthology.orchestra.run.smithi193.stdout: python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:54.048 INFO:teuthology.orchestra.run.smithi193.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-15T01:28:54.048 INFO:teuthology.orchestra.run.smithi193.stdout: python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:54.048 INFO:teuthology.orchestra.run.smithi193.stdout: python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:54.048 INFO:teuthology.orchestra.run.smithi193.stdout: python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:28:54.049 INFO:teuthology.orchestra.run.smithi193.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-15T01:28:54.049 INFO:teuthology.orchestra.run.smithi193.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-15T01:28:54.049 INFO:teuthology.orchestra.run.smithi193.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-15T01:28:54.049 INFO:teuthology.orchestra.run.smithi193.stdout: re2-1:20211101-3.el9.x86_64 2024-04-15T01:28:54.049 INFO:teuthology.orchestra.run.smithi193.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-15T01:28:54.049 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:28:54.049 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-15T01:28:54.076 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-15T01:28:54.104 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-15T01:28:54.177 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-15T01:28:54.228 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-15T01:28:54.260 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-15T01:28:54.343 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install ceph-test 2024-04-15T01:28:54.354 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-15T01:28:54.354 INFO:teuthology.orchestra.run.smithi073.stdout:(1/36): ceph-19.0.0-2114.ga9a752df.el7.x86_64.r 41 kB/s | 6.6 kB 00:00 2024-04-15T01:28:54.448 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-15T01:28:54.506 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-15T01:28:54.540 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-15T01:28:54.570 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-15T01:28:54.604 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-15T01:28:54.638 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-15T01:28:54.678 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-15T01:28:54.722 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-15T01:28:54.729 INFO:teuthology.orchestra.run.smithi073.stdout:(2/36): ceph-mon-19.0.0-2114.ga9a752df.el7.x86_ 13 MB/s | 4.7 MB 00:00 2024-04-15T01:28:54.756 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-15T01:28:54.794 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-15T01:28:54.867 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-15T01:28:54.937 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:00:29 ago on Mon 15 Apr 2024 01:28:25 AM UTC. 2024-04-15T01:28:55.005 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-15T01:28:55.086 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-15T01:28:55.139 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-15T01:28:55.178 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-15T01:28:55.226 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-15T01:28:55.227 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-15T01:28:55.227 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-15T01:28:55.227 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.227 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-15T01:28:55.227 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.227 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-15T01:28:55.227 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.227 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-15T01:28:55.227 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.227 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-15T01:28:55.227 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.227 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-15T01:28:55.228 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.228 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-15T01:28:55.228 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.228 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-15T01:28:55.228 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.228 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-15T01:28:55.228 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.228 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-15T01:28:55.228 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.228 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-15T01:28:55.228 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.228 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-15T01:28:55.228 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.228 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-15T01:28:55.229 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.229 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-15T01:28:55.229 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.229 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-15T01:28:55.229 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.229 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-15T01:28:55.229 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.229 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-15T01:28:55.229 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.229 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-15T01:28:55.229 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.229 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-15T01:28:55.229 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.230 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-15T01:28:55.230 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.230 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-15T01:28:55.230 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.230 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-15T01:28:55.230 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.230 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-15T01:28:55.230 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.230 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-15T01:28:55.230 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.230 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-15T01:28:55.230 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.230 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-15T01:28:55.231 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.231 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-15T01:28:55.231 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.231 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-15T01:28:55.231 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.231 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-15T01:28:55.231 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.231 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-15T01:28:55.231 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.231 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-15T01:28:55.231 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.231 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-15T01:28:55.231 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.232 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-15T01:28:55.232 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.232 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-15T01:28:55.232 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.232 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-15T01:28:55.232 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.232 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-15T01:28:55.232 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.232 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-15T01:28:55.232 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.232 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.232 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.232 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:28:55.232 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.233 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.233 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.233 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.233 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-15T01:28:55.233 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.233 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.233 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.233 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.233 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.233 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.233 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:28:55.233 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.233 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.234 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.234 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.234 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:28:55.234 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.234 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.234 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.234 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.234 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:28:55.234 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.234 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.234 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.234 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.234 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:28:55.234 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.235 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.235 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.235 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.235 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:28:55.235 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.235 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.235 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.235 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.235 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:28:55.235 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.235 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.235 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.235 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:28:55.244 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-15T01:28:55.271 INFO:teuthology.orchestra.run.smithi073.stdout:(3/36): ceph-mds-19.0.0-2114.ga9a752df.el7.x86_ 2.2 MB/s | 2.4 MB 00:01 2024-04-15T01:28:55.305 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-15T01:28:55.306 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:28:55.306 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repository Size 2024-04-15T01:28:55.306 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:28:55.306 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-04-15T01:28:55.306 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-test x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 48 M 2024-04-15T01:28:55.306 INFO:teuthology.orchestra.run.smithi193.stdout:Installing dependencies: 2024-04-15T01:28:55.306 INFO:teuthology.orchestra.run.smithi193.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-15T01:28:55.306 INFO:teuthology.orchestra.run.smithi193.stdout: libcephsqlite x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 164 k 2024-04-15T01:28:55.306 INFO:teuthology.orchestra.run.smithi193.stdout: oniguruma x86_64 6.9.6-1.el9.5 baseos 218 k 2024-04-15T01:28:55.306 INFO:teuthology.orchestra.run.smithi193.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-15T01:28:55.306 INFO:teuthology.orchestra.run.smithi193.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-15T01:28:55.307 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:28:55.307 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-04-15T01:28:55.307 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:28:55.307 INFO:teuthology.orchestra.run.smithi193.stdout:Install 6 Packages 2024-04-15T01:28:55.307 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:28:55.307 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 49 M 2024-04-15T01:28:55.307 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 206 M 2024-04-15T01:28:55.308 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-04-15T01:28:55.309 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-15T01:28:55.330 INFO:teuthology.orchestra.run.smithi073.stdout:(4/36): ceph-mgr-19.0.0-2114.ga9a752df.el7.x86_ 1.3 MB/s | 1.5 MB 00:01 2024-04-15T01:28:55.381 INFO:teuthology.orchestra.run.smithi073.stdout:(5/36): ceph-mgr-modules-core-19.0.0-2114.ga9a7 2.2 MB/s | 248 kB 00:00 2024-04-15T01:28:55.500 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-15T01:28:55.549 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-15T01:28:55.573 INFO:teuthology.orchestra.run.smithi073.stdout:(6/36): ceph-osd-19.0.0-2114.ga9a752df.el7.x86_ 20 MB/s | 17 MB 00:00 2024-04-15T01:28:55.627 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-15T01:28:55.724 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-15T01:28:55.767 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-15T01:28:55.888 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-15T01:28:55.907 INFO:teuthology.orchestra.run.smithi193.stdout:(1/6): jq-1.6-16.el9.x86_64.rpm 937 kB/s | 187 kB 00:00 2024-04-15T01:28:55.973 INFO:teuthology.orchestra.run.smithi193.stdout:(2/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 3.2 MB/s | 218 kB 00:00 2024-04-15T01:28:55.989 INFO:teuthology.orchestra.run.smithi073.stdout:(7/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 384 kB/s | 253 kB 00:00 2024-04-15T01:28:56.047 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7. 31/36 2024-04-15T01:28:56.065 INFO:teuthology.orchestra.run.smithi073.stdout:(8/36): python3-ply-3.11-14.el9.noarch.rpm 217 kB/s | 106 kB 00:00 2024-04-15T01:28:56.065 INFO:teuthology.orchestra.run.smithi193.stdout:(3/6): socat-1.7.4.1-5.el9.x86_64.rpm 3.2 MB/s | 305 kB 00:00 2024-04-15T01:28:56.075 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 32/36 2024-04-15T01:28:56.090 INFO:teuthology.orchestra.run.smithi073.stdout:(9/36): python3-pycparser-2.20-6.el9.noarch.rpm 1.3 MB/s | 135 kB 00:00 2024-04-15T01:28:56.091 INFO:teuthology.orchestra.run.smithi193.stdout:(4/6): libcephsqlite-19.0.0-2114.ga9a752df.el7. 426 kB/s | 164 kB 00:00 2024-04-15T01:28:56.100 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 32/36 2024-04-15T01:28:56.101 INFO:teuthology.orchestra.run.smithi155.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:28:56.101 INFO:teuthology.orchestra.run.smithi155.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-15T01:28:56.101 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-15T01:28:56.101 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-15T01:28:56.101 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:28:56.133 INFO:teuthology.orchestra.run.smithi193.stdout:(5/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 952 kB/s | 64 kB 00:00 2024-04-15T01:28:56.199 INFO:teuthology.orchestra.run.smithi073.stdout:(10/36): python3-urllib3-1.26.5-5.el9.noarch.rp 1.9 MB/s | 215 kB 00:00 2024-04-15T01:28:56.274 INFO:teuthology.orchestra.run.smithi073.stdout:(11/36): python3-requests-2.25.1-8.el9.noarch.r 598 kB/s | 125 kB 00:00 2024-04-15T01:28:56.483 INFO:teuthology.orchestra.run.smithi073.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 1.1 MB/s | 1.2 MB 00:01 2024-04-15T01:28:57.050 INFO:teuthology.orchestra.run.smithi073.stdout:(13/36): lua-5.4.4-4.el9.x86_64.rpm 222 kB/s | 188 kB 00:00 2024-04-15T01:28:57.083 INFO:teuthology.orchestra.run.smithi073.stdout:(14/36): python3-markupsafe-1.1.1-12.el9.x86_64 58 kB/s | 35 kB 00:00 2024-04-15T01:28:57.109 INFO:teuthology.orchestra.run.smithi073.stdout:(15/36): python3-mako-1.1.4-6.el9.noarch.rpm 206 kB/s | 172 kB 00:00 2024-04-15T01:28:57.259 INFO:teuthology.orchestra.run.smithi073.stdout:(16/36): lua-devel-5.4.4-4.el9.x86_64.rpm 149 kB/s | 22 kB 00:00 2024-04-15T01:28:57.534 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 33/36 2024-04-15T01:28:57.560 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 33/36 2024-04-15T01:28:57.560 INFO:teuthology.orchestra.run.smithi155.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:28:57.560 INFO:teuthology.orchestra.run.smithi155.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-15T01:28:57.561 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-15T01:28:57.561 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-15T01:28:57.561 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:28:57.592 INFO:teuthology.orchestra.run.smithi073.stdout:(17/36): luarocks-3.9.2-1.el9.noarch.rpm 453 kB/s | 151 kB 00:00 2024-04-15T01:28:57.626 INFO:teuthology.orchestra.run.smithi073.stdout:(18/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 1.3 MB/s | 43 kB 00:00 2024-04-15T01:28:57.684 INFO:teuthology.orchestra.run.smithi073.stdout:(19/36): python3-pytz-2021.1-5.el9.noarch.rpm 80 kB/s | 51 kB 00:00 2024-04-15T01:28:57.710 INFO:teuthology.orchestra.run.smithi073.stdout:(20/36): python3-toml-0.10.2-6.el9.noarch.rpm 66 kB/s | 42 kB 00:00 2024-04-15T01:28:57.743 INFO:teuthology.orchestra.run.smithi073.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.4 MB/s | 172 kB 00:00 2024-04-15T01:28:57.790 INFO:teuthology.orchestra.run.smithi073.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 134 kB/s | 11 kB 00:00 2024-04-15T01:28:57.811 INFO:teuthology.orchestra.run.smithi073.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 264 kB/s | 18 kB 00:00 2024-04-15T01:28:57.836 INFO:teuthology.orchestra.run.smithi073.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 507 kB/s | 23 kB 00:00 2024-04-15T01:28:57.861 INFO:teuthology.orchestra.run.smithi073.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 388 kB/s | 19 kB 00:00 2024-04-15T01:28:57.887 INFO:teuthology.orchestra.run.smithi073.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 392 kB/s | 20 kB 00:00 2024-04-15T01:28:57.929 INFO:teuthology.orchestra.run.smithi073.stdout:(27/36): python3-more-itertools-8.12.0-2.el9.no 1.9 MB/s | 79 kB 00:00 2024-04-15T01:28:57.953 INFO:teuthology.orchestra.run.smithi073.stdout:(28/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.3 MB/s | 358 kB 00:00 2024-04-15T01:28:57.979 INFO:teuthology.orchestra.run.smithi073.stdout:(29/36): python3-logutils-0.3.5-21.el9.noarch.r 395 kB/s | 46 kB 00:00 2024-04-15T01:28:58.001 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 34/36 2024-04-15T01:28:58.004 INFO:teuthology.orchestra.run.smithi073.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 327 kB/s | 16 kB 00:00 2024-04-15T01:28:58.025 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 34/36 2024-04-15T01:28:58.025 INFO:teuthology.orchestra.run.smithi155.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:28:58.025 INFO:teuthology.orchestra.run.smithi155.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-15T01:28:58.025 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-15T01:28:58.025 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-15T01:28:58.025 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:28:58.029 INFO:teuthology.orchestra.run.smithi073.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.6 MB/s | 272 kB 00:00 2024-04-15T01:28:58.046 INFO:teuthology.orchestra.run.smithi073.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.3 MB/s | 90 kB 00:00 2024-04-15T01:28:58.072 INFO:teuthology.orchestra.run.smithi073.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 529 kB/s | 36 kB 00:00 2024-04-15T01:28:58.114 INFO:teuthology.orchestra.run.smithi073.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.7 MB/s | 230 kB 00:00 2024-04-15T01:28:58.139 INFO:teuthology.orchestra.run.smithi073.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 299 kB/s | 20 kB 00:00 2024-04-15T01:28:58.164 INFO:teuthology.orchestra.run.smithi073.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.5 MB/s | 427 kB 00:00 2024-04-15T01:28:58.166 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:28:58.166 INFO:teuthology.orchestra.run.smithi073.stdout:Total 6.4 MB/s | 30 MB 00:04 2024-04-15T01:28:58.252 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 35/36 2024-04-15T01:28:58.276 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 35/36 2024-04-15T01:28:58.276 INFO:teuthology.orchestra.run.smithi155.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:28:58.276 INFO:teuthology.orchestra.run.smithi155.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-15T01:28:58.276 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-15T01:28:58.276 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-15T01:28:58.276 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:28:58.318 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-04-15T01:28:58.341 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 36/36 2024-04-15T01:28:58.365 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-04-15T01:28:58.365 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-04-15T01:28:58.374 INFO:teuthology.orchestra.run.smithi193.stdout:(6/6): ceph-test-19.0.0-2114.ga9a752df.el7.x86_ 18 MB/s | 48 MB 00:02 2024-04-15T01:28:58.376 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:28:58.377 INFO:teuthology.orchestra.run.smithi193.stdout:Total 16 MB/s | 49 MB 00:03 2024-04-15T01:28:58.428 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-04-15T01:28:58.448 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-04-15T01:28:58.448 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-04-15T01:28:58.783 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-04-15T01:28:58.783 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-04-15T01:28:58.839 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-04-15T01:28:58.840 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-04-15T01:28:59.420 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-04-15T01:28:59.508 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-15T01:28:59.547 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-15T01:28:59.587 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-15T01:28:59.634 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-15T01:28:59.669 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 5/6 2024-04-15T01:29:00.101 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 36/36 2024-04-15T01:29:00.102 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 1/36 2024-04-15T01:29:00.102 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 2/36 2024-04-15T01:29:00.102 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 3/36 2024-04-15T01:29:00.102 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 4/36 2024-04-15T01:29:00.102 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 5/36 2024-04-15T01:29:00.102 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7. 6/36 2024-04-15T01:29:00.102 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-15T01:29:00.102 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-15T01:29:00.102 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-15T01:29:00.102 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-15T01:29:00.102 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-15T01:29:00.102 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-15T01:29:00.103 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-15T01:29:00.103 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-15T01:29:00.103 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-15T01:29:00.103 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-15T01:29:00.103 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-15T01:29:00.103 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-15T01:29:00.103 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-15T01:29:00.103 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-15T01:29:00.103 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-15T01:29:00.103 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-15T01:29:00.103 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-15T01:29:00.103 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-15T01:29:00.103 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-15T01:29:00.105 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-15T01:29:00.105 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-15T01:29:00.105 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-15T01:29:00.105 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-15T01:29:00.105 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-15T01:29:00.105 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-15T01:29:00.105 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-15T01:29:00.105 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-15T01:29:00.105 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-15T01:29:00.105 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-15T01:29:00.124 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-04-15T01:29:00.184 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-15T01:29:00.241 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-15T01:29:00.278 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-15T01:29:00.348 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-15T01:29:00.394 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-15T01:29:00.426 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-15T01:29:00.518 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-15T01:29:00.588 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-15T01:29:00.629 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-15T01:29:00.664 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-15T01:29:00.696 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-15T01:29:00.731 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-15T01:29:00.764 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-15T01:29:00.796 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-15T01:29:00.831 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-15T01:29:00.866 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-15T01:29:00.904 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-15T01:29:00.976 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-15T01:29:01.050 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-15T01:29:01.050 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:29:01.050 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-15T01:29:01.050 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:29:01.051 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:29:01.051 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:29:01.051 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:29:01.051 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:29:01.051 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:29:01.052 INFO:teuthology.orchestra.run.smithi155.stdout: lua-5.4.4-4.el9.x86_64 2024-04-15T01:29:01.052 INFO:teuthology.orchestra.run.smithi155.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-15T01:29:01.052 INFO:teuthology.orchestra.run.smithi155.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-15T01:29:01.052 INFO:teuthology.orchestra.run.smithi155.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-15T01:29:01.052 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-15T01:29:01.052 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-15T01:29:01.052 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-15T01:29:01.052 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-15T01:29:01.052 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-15T01:29:01.052 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-15T01:29:01.053 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-15T01:29:01.053 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-15T01:29:01.053 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-15T01:29:01.053 INFO:teuthology.orchestra.run.smithi155.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-15T01:29:01.053 INFO:teuthology.orchestra.run.smithi155.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-15T01:29:01.053 INFO:teuthology.orchestra.run.smithi155.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-15T01:29:01.053 INFO:teuthology.orchestra.run.smithi155.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-15T01:29:01.053 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-15T01:29:01.053 INFO:teuthology.orchestra.run.smithi155.stdout: python3-ply-3.11-14.el9.noarch 2024-04-15T01:29:01.053 INFO:teuthology.orchestra.run.smithi155.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-15T01:29:01.053 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-15T01:29:01.053 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-15T01:29:01.053 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-15T01:29:01.054 INFO:teuthology.orchestra.run.smithi155.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-15T01:29:01.054 INFO:teuthology.orchestra.run.smithi155.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-15T01:29:01.054 INFO:teuthology.orchestra.run.smithi155.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-15T01:29:01.054 INFO:teuthology.orchestra.run.smithi155.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-15T01:29:01.054 INFO:teuthology.orchestra.run.smithi155.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-15T01:29:01.054 INFO:teuthology.orchestra.run.smithi155.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-15T01:29:01.054 INFO:teuthology.orchestra.run.smithi155.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-15T01:29:01.054 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:29:01.054 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:29:01.114 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-15T01:29:01.203 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-15T01:29:01.257 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-15T01:29:01.295 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-15T01:29:01.344 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-15T01:29:01.406 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-15T01:29:01.426 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-base 2024-04-15T01:29:01.602 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-15T01:29:01.649 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-15T01:29:01.727 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-15T01:29:01.815 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-15T01:29:01.857 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-15T01:29:01.973 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-15T01:29:02.025 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:00:56 ago on Mon 15 Apr 2024 01:28:06 AM UTC. 2024-04-15T01:29:02.130 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7. 31/36 2024-04-15T01:29:02.159 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 32/36 2024-04-15T01:29:02.185 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 32/36 2024-04-15T01:29:02.185 INFO:teuthology.orchestra.run.smithi073.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:29:02.185 INFO:teuthology.orchestra.run.smithi073.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-15T01:29:02.185 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-15T01:29:02.185 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-15T01:29:02.185 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:29:02.312 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:29:02.313 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:29:02.313 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:29:02.313 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.313 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:29:02.313 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.313 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:29:02.313 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.313 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:29:02.313 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.313 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:29:02.313 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.313 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:29:02.314 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.314 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:29:02.314 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.314 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:29:02.314 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.314 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:29:02.314 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.314 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:29:02.314 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.314 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:29:02.314 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.314 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:29:02.314 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.315 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:29:02.315 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.315 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:29:02.315 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.315 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:29:02.315 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.315 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:29:02.315 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.315 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:29:02.315 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.315 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:29:02.315 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.315 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:29:02.316 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.316 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:29:02.316 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.316 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:29:02.316 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.316 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:29:02.316 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.316 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:29:02.316 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.316 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:29:02.316 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.316 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:29:02.316 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.317 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:29:02.317 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.317 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:29:02.317 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.317 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:29:02.317 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.317 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:29:02.317 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.317 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:29:02.317 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.317 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:29:02.317 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.317 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:29:02.317 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.318 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:29:02.318 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.318 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:29:02.318 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.318 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:29:02.318 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.318 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:29:02.318 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.318 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:29:02.318 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.318 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.318 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.319 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:29:02.319 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.319 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.319 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.319 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.319 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:29:02.319 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.319 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.319 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.319 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.319 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.319 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.319 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:29:02.319 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.319 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.320 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.320 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.320 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:29:02.320 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.320 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.320 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.320 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.320 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:29:02.320 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.320 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.320 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.320 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.320 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:29:02.321 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.321 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.321 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.321 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.321 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:29:02.321 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.321 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.321 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.321 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.321 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:29:02.321 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.321 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.321 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.321 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:29:02.322 INFO:teuthology.orchestra.run.smithi155.stdout:Package ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:29:02.380 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:29:02.381 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2024-04-15T01:29:02.382 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:29:02.479 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install cephadm 2024-04-15T01:29:03.080 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:00:57 ago on Mon 15 Apr 2024 01:28:06 AM UTC. 2024-04-15T01:29:03.385 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:29:03.385 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:29:03.385 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:29:03.385 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.385 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:29:03.385 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.386 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:29:03.386 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.386 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:29:03.386 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.386 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:29:03.386 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.386 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:29:03.387 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.387 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:29:03.387 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.387 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:29:03.387 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.388 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:29:03.388 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.388 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:29:03.388 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.388 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:29:03.389 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.389 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:29:03.389 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.389 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:29:03.389 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.389 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:29:03.390 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.390 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:29:03.390 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.390 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:29:03.390 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.391 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:29:03.391 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.391 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:29:03.391 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.391 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:29:03.392 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.392 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:29:03.392 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.392 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:29:03.393 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.393 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:29:03.393 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.393 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:29:03.393 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.394 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:29:03.394 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.394 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:29:03.394 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.394 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:29:03.394 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.394 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:29:03.394 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.395 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:29:03.395 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.395 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:29:03.395 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.395 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:29:03.395 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.395 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:29:03.395 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.395 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:29:03.395 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.395 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:29:03.395 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.396 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:29:03.396 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.396 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:29:03.396 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.396 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:29:03.396 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.396 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:29:03.396 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.396 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.396 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.396 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:29:03.396 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.397 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.397 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.397 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.397 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:29:03.397 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.397 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.397 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.397 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.397 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.397 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.397 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:29:03.397 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.397 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.398 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.398 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.398 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:29:03.398 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.398 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.398 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.398 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.398 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:29:03.398 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.398 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.398 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.399 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.399 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:29:03.399 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.399 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.399 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.399 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.399 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:29:03.399 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.399 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.399 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.399 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.399 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:29:03.399 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.400 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.400 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.400 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:29:03.453 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:29:03.454 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:29:03.454 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2024-04-15T01:29:03.454 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:29:03.454 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-15T01:29:03.454 INFO:teuthology.orchestra.run.smithi155.stdout: cephadm noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 749 k 2024-04-15T01:29:03.454 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:29:03.454 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-15T01:29:03.454 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:29:03.454 INFO:teuthology.orchestra.run.smithi155.stdout:Install 1 Package 2024-04-15T01:29:03.455 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:29:03.455 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 749 k 2024-04-15T01:29:03.455 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 755 k 2024-04-15T01:29:03.455 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-15T01:29:03.635 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 33/36 2024-04-15T01:29:03.661 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 33/36 2024-04-15T01:29:03.661 INFO:teuthology.orchestra.run.smithi073.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:29:03.661 INFO:teuthology.orchestra.run.smithi073.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-15T01:29:03.661 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-15T01:29:03.662 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-15T01:29:03.662 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:29:03.749 INFO:teuthology.orchestra.run.smithi155.stdout:cephadm-19.0.0-2114.ga9a752df.el7.noarch.rpm 2.5 MB/s | 749 kB 00:00 2024-04-15T01:29:03.749 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:29:03.749 INFO:teuthology.orchestra.run.smithi155.stdout:Total 2.5 MB/s | 749 kB 00:00 2024-04-15T01:29:03.750 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-15T01:29:03.755 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-15T01:29:03.755 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-15T01:29:03.761 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-15T01:29:03.761 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-15T01:29:03.837 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-15T01:29:04.110 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 34/36 2024-04-15T01:29:04.134 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 34/36 2024-04-15T01:29:04.134 INFO:teuthology.orchestra.run.smithi073.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:29:04.134 INFO:teuthology.orchestra.run.smithi073.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-15T01:29:04.134 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-15T01:29:04.135 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-15T01:29:04.135 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:29:04.183 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T01:29:04.233 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 5/6 2024-04-15T01:29:04.278 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T01:29:04.329 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 6/6 2024-04-15T01:29:04.353 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 35/36 2024-04-15T01:29:04.376 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 35/36 2024-04-15T01:29:04.376 INFO:teuthology.orchestra.run.smithi073.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:29:04.377 INFO:teuthology.orchestra.run.smithi073.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-15T01:29:04.377 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-15T01:29:04.377 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-15T01:29:04.377 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:29:04.434 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 36/36 2024-04-15T01:29:04.663 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T01:29:04.966 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T01:29:04.967 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:29:04.967 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-15T01:29:04.967 INFO:teuthology.orchestra.run.smithi155.stdout: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:29:04.967 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:29:04.967 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:29:05.177 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-immutable-object-cache 2024-04-15T01:29:05.793 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:00:59 ago on Mon 15 Apr 2024 01:28:06 AM UTC. 2024-04-15T01:29:06.079 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:29:06.079 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:29:06.079 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:29:06.079 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.079 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:29:06.079 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.079 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:29:06.080 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.080 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:29:06.080 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.080 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:29:06.080 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.080 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:29:06.080 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.080 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:29:06.080 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.080 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:29:06.080 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.080 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:29:06.081 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.081 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:29:06.081 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.081 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:29:06.081 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.081 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:29:06.081 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.081 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:29:06.081 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.081 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:29:06.081 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.081 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:29:06.081 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.081 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:29:06.082 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.082 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:29:06.082 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.082 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:29:06.082 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.082 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:29:06.082 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.082 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:29:06.082 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.082 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:29:06.082 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.083 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:29:06.083 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.083 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:29:06.083 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.083 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:29:06.083 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.083 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:29:06.083 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.083 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:29:06.083 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.083 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:29:06.084 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.084 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:29:06.084 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.084 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:29:06.084 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.084 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:29:06.084 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.084 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:29:06.084 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.084 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:29:06.084 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.084 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:29:06.084 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.084 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:29:06.085 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.085 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:29:06.085 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.085 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:29:06.085 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.085 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:29:06.085 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.085 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.085 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.085 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:29:06.085 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.086 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.086 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.086 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.086 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:29:06.086 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.086 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.086 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.086 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.086 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.086 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.086 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:29:06.087 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.087 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.087 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.087 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.087 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:29:06.087 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.087 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.087 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.087 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.087 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:29:06.087 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.087 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.087 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.088 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.088 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:29:06.088 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.088 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.088 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.088 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.088 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:29:06.088 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.088 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.088 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.088 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.088 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:29:06.088 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.089 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.089 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.089 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:29:06.146 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:29:06.147 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:29:06.147 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repo Size 2024-04-15T01:29:06.147 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:29:06.148 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-15T01:29:06.148 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 145 k 2024-04-15T01:29:06.148 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:29:06.148 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-15T01:29:06.148 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:29:06.148 INFO:teuthology.orchestra.run.smithi155.stdout:Install 1 Package 2024-04-15T01:29:06.148 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:29:06.148 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 145 k 2024-04-15T01:29:06.148 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 435 k 2024-04-15T01:29:06.148 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-15T01:29:06.227 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 36/36 2024-04-15T01:29:06.227 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 1/36 2024-04-15T01:29:06.228 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 2/36 2024-04-15T01:29:06.228 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 3/36 2024-04-15T01:29:06.228 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 4/36 2024-04-15T01:29:06.228 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 5/36 2024-04-15T01:29:06.228 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7. 6/36 2024-04-15T01:29:06.228 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-15T01:29:06.228 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-15T01:29:06.228 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-15T01:29:06.228 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-15T01:29:06.228 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-15T01:29:06.228 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-15T01:29:06.228 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-15T01:29:06.228 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-15T01:29:06.229 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-15T01:29:06.229 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-15T01:29:06.229 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-15T01:29:06.229 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-15T01:29:06.229 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-15T01:29:06.229 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-15T01:29:06.229 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-15T01:29:06.229 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-15T01:29:06.229 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-15T01:29:06.229 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-15T01:29:06.229 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-15T01:29:06.229 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-15T01:29:06.229 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-15T01:29:06.230 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-15T01:29:06.230 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-15T01:29:06.230 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-15T01:29:06.230 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-15T01:29:06.230 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-15T01:29:06.230 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-15T01:29:06.230 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-15T01:29:06.230 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-15T01:29:06.647 INFO:teuthology.orchestra.run.smithi155.stdout:ceph-immutable-object-cache-19.0.0-2114.ga9a752 290 kB/s | 145 kB 00:00 2024-04-15T01:29:06.648 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:29:06.648 INFO:teuthology.orchestra.run.smithi155.stdout:Total 289 kB/s | 145 kB 00:00 2024-04-15T01:29:06.648 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-15T01:29:06.656 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-15T01:29:06.656 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-15T01:29:06.709 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-15T01:29:06.709 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-15T01:29:06.861 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-15T01:29:06.888 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 6/6 2024-04-15T01:29:06.888 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 1/6 2024-04-15T01:29:06.888 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 2/6 2024-04-15T01:29:06.888 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : jq-1.6-16.el9.x86_64 3/6 2024-04-15T01:29:06.888 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 4/6 2024-04-15T01:29:06.888 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 5/6 2024-04-15T01:29:06.931 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T01:29:06.957 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T01:29:06.957 INFO:teuthology.orchestra.run.smithi155.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:29:06.957 INFO:teuthology.orchestra.run.smithi155.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-15T01:29:06.957 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:29:07.234 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-15T01:29:07.234 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:29:07.234 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-04-15T01:29:07.234 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:29:07.234 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:29:07.234 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:29:07.235 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:29:07.235 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:29:07.235 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:29:07.235 INFO:teuthology.orchestra.run.smithi073.stdout: lua-5.4.4-4.el9.x86_64 2024-04-15T01:29:07.235 INFO:teuthology.orchestra.run.smithi073.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-15T01:29:07.235 INFO:teuthology.orchestra.run.smithi073.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-15T01:29:07.235 INFO:teuthology.orchestra.run.smithi073.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-15T01:29:07.235 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-15T01:29:07.235 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-15T01:29:07.235 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-15T01:29:07.235 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-15T01:29:07.236 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-15T01:29:07.236 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-15T01:29:07.236 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-15T01:29:07.236 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-15T01:29:07.236 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-15T01:29:07.236 INFO:teuthology.orchestra.run.smithi073.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-15T01:29:07.236 INFO:teuthology.orchestra.run.smithi073.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-15T01:29:07.236 INFO:teuthology.orchestra.run.smithi073.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-15T01:29:07.236 INFO:teuthology.orchestra.run.smithi073.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-15T01:29:07.236 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-15T01:29:07.236 INFO:teuthology.orchestra.run.smithi073.stdout: python3-ply-3.11-14.el9.noarch 2024-04-15T01:29:07.237 INFO:teuthology.orchestra.run.smithi073.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-15T01:29:07.237 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-15T01:29:07.237 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-15T01:29:07.237 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-15T01:29:07.237 INFO:teuthology.orchestra.run.smithi073.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-15T01:29:07.237 INFO:teuthology.orchestra.run.smithi073.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-15T01:29:07.237 INFO:teuthology.orchestra.run.smithi073.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-15T01:29:07.237 INFO:teuthology.orchestra.run.smithi073.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-15T01:29:07.237 INFO:teuthology.orchestra.run.smithi073.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-15T01:29:07.237 INFO:teuthology.orchestra.run.smithi073.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-15T01:29:07.237 INFO:teuthology.orchestra.run.smithi073.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-15T01:29:07.237 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:29:07.238 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:29:07.276 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 6/6 2024-04-15T01:29:07.276 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:29:07.276 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-04-15T01:29:07.276 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:29:07.276 INFO:teuthology.orchestra.run.smithi193.stdout: jq-1.6-16.el9.x86_64 2024-04-15T01:29:07.276 INFO:teuthology.orchestra.run.smithi193.stdout: libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:29:07.276 INFO:teuthology.orchestra.run.smithi193.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-15T01:29:07.276 INFO:teuthology.orchestra.run.smithi193.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-15T01:29:07.276 INFO:teuthology.orchestra.run.smithi193.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-15T01:29:07.277 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:29:07.277 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-15T01:29:07.514 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph-base 2024-04-15T01:29:07.589 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install ceph 2024-04-15T01:29:07.973 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T01:29:07.973 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:29:07.973 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-15T01:29:07.973 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:29:07.973 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:29:07.973 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:29:08.104 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:00:57 ago on Mon 15 Apr 2024 01:28:11 AM UTC. 2024-04-15T01:29:08.204 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:00:43 ago on Mon 15 Apr 2024 01:28:25 AM UTC. 2024-04-15T01:29:08.258 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-mgr 2024-04-15T01:29:08.392 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:29:08.392 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:29:08.393 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:29:08.393 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.393 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:29:08.393 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.393 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:29:08.393 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.393 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:29:08.393 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.393 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:29:08.393 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.393 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:29:08.393 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.394 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:29:08.394 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.394 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:29:08.394 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.394 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:29:08.394 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.394 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:29:08.394 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.394 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:29:08.394 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.394 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:29:08.394 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.394 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:29:08.395 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.395 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:29:08.395 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.395 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:29:08.395 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.395 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:29:08.395 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.395 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:29:08.395 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.395 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:29:08.395 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.395 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:29:08.396 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.396 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:29:08.396 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.396 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:29:08.396 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.396 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:29:08.396 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.396 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:29:08.396 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.396 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:29:08.396 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.396 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:29:08.396 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.396 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:29:08.397 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.397 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:29:08.397 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.397 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:29:08.397 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.397 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:29:08.397 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.397 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:29:08.397 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.397 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:29:08.397 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.397 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:29:08.397 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.397 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:29:08.398 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.398 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:29:08.398 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.398 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:29:08.398 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.398 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:29:08.398 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.398 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:29:08.398 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.398 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.398 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.398 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:29:08.398 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.399 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.399 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.399 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.399 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:29:08.399 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.399 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.399 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.399 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.399 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.399 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.399 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:29:08.399 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.399 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.400 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.400 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.400 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:29:08.400 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.400 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.400 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.400 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.400 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:29:08.400 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.400 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.400 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.400 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.400 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:29:08.401 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.401 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.401 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.401 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.401 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:29:08.401 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.401 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.401 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.401 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.401 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:29:08.401 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.401 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.401 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.401 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.402 INFO:teuthology.orchestra.run.smithi073.stdout:Package ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:29:08.460 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:29:08.461 INFO:teuthology.orchestra.run.smithi073.stdout:Nothing to do. 2024-04-15T01:29:08.461 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:29:08.507 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-15T01:29:08.508 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-15T01:29:08.508 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-15T01:29:08.508 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.508 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-15T01:29:08.508 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.508 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-15T01:29:08.508 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.508 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-15T01:29:08.508 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.508 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-15T01:29:08.508 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.509 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-15T01:29:08.509 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.509 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-15T01:29:08.509 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.509 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-15T01:29:08.509 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.509 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-15T01:29:08.509 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.509 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-15T01:29:08.509 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.509 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-15T01:29:08.509 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.509 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-15T01:29:08.510 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.510 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-15T01:29:08.510 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.510 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-15T01:29:08.510 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.510 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-15T01:29:08.510 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.510 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-15T01:29:08.510 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.510 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-15T01:29:08.510 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.510 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-15T01:29:08.510 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.511 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-15T01:29:08.511 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.511 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-15T01:29:08.511 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.511 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-15T01:29:08.511 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.511 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-15T01:29:08.511 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.511 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-15T01:29:08.511 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.511 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-15T01:29:08.511 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.511 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-15T01:29:08.511 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.511 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-15T01:29:08.512 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.512 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-15T01:29:08.512 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.512 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-15T01:29:08.512 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.512 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-15T01:29:08.512 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.512 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-15T01:29:08.512 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.512 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-15T01:29:08.512 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.512 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-15T01:29:08.512 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.513 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-15T01:29:08.513 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.513 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-15T01:29:08.513 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.513 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-15T01:29:08.513 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.513 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-15T01:29:08.513 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.513 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-15T01:29:08.513 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.513 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.513 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.513 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:29:08.513 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.514 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.514 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.514 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.514 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-15T01:29:08.514 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.514 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.514 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.514 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.514 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.514 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.514 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:29:08.514 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.514 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.515 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.515 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.515 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:29:08.515 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.515 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.515 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.515 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.515 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:29:08.515 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.515 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.515 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.515 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.515 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:29:08.516 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.516 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.516 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.516 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.516 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:29:08.516 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.516 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.516 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.516 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.516 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:29:08.516 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.516 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.516 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.517 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:29:08.527 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install cephadm 2024-04-15T01:29:08.590 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-15T01:29:08.593 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:29:08.593 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repository Size 2024-04-15T01:29:08.593 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:29:08.593 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-04-15T01:29:08.593 INFO:teuthology.orchestra.run.smithi193.stdout: ceph x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 6.6 k 2024-04-15T01:29:08.593 INFO:teuthology.orchestra.run.smithi193.stdout:Installing dependencies: 2024-04-15T01:29:08.593 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mds x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 2.4 M 2024-04-15T01:29:08.593 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mgr x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 1.5 M 2024-04-15T01:29:08.593 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 248 k 2024-04-15T01:29:08.593 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mon x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 4.7 M 2024-04-15T01:29:08.593 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-osd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 17 M 2024-04-15T01:29:08.593 INFO:teuthology.orchestra.run.smithi193.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-15T01:29:08.593 INFO:teuthology.orchestra.run.smithi193.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-15T01:29:08.594 INFO:teuthology.orchestra.run.smithi193.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-15T01:29:08.594 INFO:teuthology.orchestra.run.smithi193.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-15T01:29:08.594 INFO:teuthology.orchestra.run.smithi193.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-15T01:29:08.594 INFO:teuthology.orchestra.run.smithi193.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-15T01:29:08.594 INFO:teuthology.orchestra.run.smithi193.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-15T01:29:08.594 INFO:teuthology.orchestra.run.smithi193.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-15T01:29:08.594 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-15T01:29:08.594 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-15T01:29:08.594 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jaraco-collections 2024-04-15T01:29:08.594 INFO:teuthology.orchestra.run.smithi193.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-15T01:29:08.594 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-15T01:29:08.594 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-15T01:29:08.594 INFO:teuthology.orchestra.run.smithi193.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-15T01:29:08.595 INFO:teuthology.orchestra.run.smithi193.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-15T01:29:08.595 INFO:teuthology.orchestra.run.smithi193.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-15T01:29:08.595 INFO:teuthology.orchestra.run.smithi193.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-15T01:29:08.595 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-15T01:29:08.595 INFO:teuthology.orchestra.run.smithi193.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-15T01:29:08.595 INFO:teuthology.orchestra.run.smithi193.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-15T01:29:08.595 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-15T01:29:08.595 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-15T01:29:08.595 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-15T01:29:08.595 INFO:teuthology.orchestra.run.smithi193.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-15T01:29:08.595 INFO:teuthology.orchestra.run.smithi193.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-15T01:29:08.595 INFO:teuthology.orchestra.run.smithi193.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-15T01:29:08.595 INFO:teuthology.orchestra.run.smithi193.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-15T01:29:08.595 INFO:teuthology.orchestra.run.smithi193.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-15T01:29:08.596 INFO:teuthology.orchestra.run.smithi193.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-15T01:29:08.596 INFO:teuthology.orchestra.run.smithi193.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-15T01:29:08.596 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:29:08.596 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-04-15T01:29:08.596 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:29:08.596 INFO:teuthology.orchestra.run.smithi193.stdout:Install 36 Packages 2024-04-15T01:29:08.596 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:29:08.597 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 30 M 2024-04-15T01:29:08.597 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 107 M 2024-04-15T01:29:08.597 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-04-15T01:29:08.867 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:02 ago on Mon 15 Apr 2024 01:28:06 AM UTC. 2024-04-15T01:29:09.119 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:00:58 ago on Mon 15 Apr 2024 01:28:11 AM UTC. 2024-04-15T01:29:09.156 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:29:09.156 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:29:09.156 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:29:09.157 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.157 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:29:09.157 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.157 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:29:09.157 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.157 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:29:09.157 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.157 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:29:09.157 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.157 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:29:09.157 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.157 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:29:09.157 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.158 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:29:09.158 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.158 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:29:09.158 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.158 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:29:09.158 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.158 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:29:09.158 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.158 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:29:09.158 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.158 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:29:09.158 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.158 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:29:09.159 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.159 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:29:09.159 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.159 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:29:09.159 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.159 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:29:09.159 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.159 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:29:09.159 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.159 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:29:09.159 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.159 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:29:09.159 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.160 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:29:09.160 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.160 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:29:09.160 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.160 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:29:09.160 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.160 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:29:09.160 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.160 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:29:09.160 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.160 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:29:09.160 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.160 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:29:09.161 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.161 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:29:09.161 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.161 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:29:09.161 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.161 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:29:09.161 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.161 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:29:09.161 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.161 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:29:09.161 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.161 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:29:09.161 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.161 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:29:09.162 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.162 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:29:09.162 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.162 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:29:09.162 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.162 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:29:09.162 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.162 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.162 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.162 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:29:09.162 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.162 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.163 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.163 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.163 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:29:09.163 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.163 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.163 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.163 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.163 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.163 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.163 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:29:09.163 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.163 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.163 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.163 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.164 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:29:09.164 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.164 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.164 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.164 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.164 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:29:09.164 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.164 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.164 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.164 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.164 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:29:09.165 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.165 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.165 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.165 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.165 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:29:09.165 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.165 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.165 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.165 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.165 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:29:09.165 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.165 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.165 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.165 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.166 INFO:teuthology.orchestra.run.smithi155.stdout:Package ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:29:09.225 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:29:09.226 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2024-04-15T01:29:09.226 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:29:09.299 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-mgr-dashboard 2024-04-15T01:29:09.407 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:29:09.408 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:29:09.408 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:29:09.408 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.408 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:29:09.408 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.408 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:29:09.408 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.408 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:29:09.408 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.408 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:29:09.408 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.408 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:29:09.409 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.409 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:29:09.409 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.409 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:29:09.409 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.409 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:29:09.409 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.409 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:29:09.409 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.409 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:29:09.409 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.409 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:29:09.409 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.410 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:29:09.410 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.410 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:29:09.410 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.410 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:29:09.410 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.410 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:29:09.410 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.410 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:29:09.410 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.410 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:29:09.410 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.410 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:29:09.411 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.411 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:29:09.411 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.411 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:29:09.411 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.411 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:29:09.411 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.411 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:29:09.411 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.411 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:29:09.411 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.411 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:29:09.411 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.411 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:29:09.412 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.412 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:29:09.412 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.412 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:29:09.412 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.412 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:29:09.412 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.412 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:29:09.412 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.412 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:29:09.412 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.412 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:29:09.412 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.412 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:29:09.413 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.413 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:29:09.413 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.413 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:29:09.413 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.413 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:29:09.413 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.413 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:29:09.413 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.413 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.413 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.413 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:29:09.413 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.413 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.414 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.414 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.414 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:29:09.414 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.414 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.414 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.414 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.414 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.414 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.414 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:29:09.414 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.414 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.414 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.415 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.415 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:29:09.415 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.415 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.415 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.415 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.415 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:29:09.415 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.415 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.415 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.415 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.415 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:29:09.415 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.415 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.416 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.416 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.416 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:29:09.416 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.416 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.416 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.416 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.416 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:29:09.416 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.417 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.417 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.417 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:29:09.455 INFO:teuthology.orchestra.run.smithi193.stdout:(1/36): ceph-19.0.0-2114.ga9a752df.el7.x86_64.r 39 kB/s | 6.6 kB 00:00 2024-04-15T01:29:09.476 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:29:09.477 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:29:09.477 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repository Size 2024-04-15T01:29:09.477 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:29:09.477 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-04-15T01:29:09.477 INFO:teuthology.orchestra.run.smithi073.stdout: cephadm noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 749 k 2024-04-15T01:29:09.477 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:29:09.477 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-04-15T01:29:09.477 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:29:09.477 INFO:teuthology.orchestra.run.smithi073.stdout:Install 1 Package 2024-04-15T01:29:09.477 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:29:09.478 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 749 k 2024-04-15T01:29:09.478 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 755 k 2024-04-15T01:29:09.478 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-04-15T01:29:09.894 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:03 ago on Mon 15 Apr 2024 01:28:06 AM UTC. 2024-04-15T01:29:09.913 INFO:teuthology.orchestra.run.smithi193.stdout:(2/36): ceph-mon-19.0.0-2114.ga9a752df.el7.x86_ 10 MB/s | 4.7 MB 00:00 2024-04-15T01:29:09.945 INFO:teuthology.orchestra.run.smithi073.stdout:cephadm-19.0.0-2114.ga9a752df.el7.noarch.rpm 1.6 MB/s | 749 kB 00:00 2024-04-15T01:29:09.946 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:29:09.946 INFO:teuthology.orchestra.run.smithi073.stdout:Total 1.6 MB/s | 749 kB 00:00 2024-04-15T01:29:09.946 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-04-15T01:29:09.952 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-04-15T01:29:09.952 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-04-15T01:29:09.955 INFO:teuthology.orchestra.run.smithi193.stdout:(3/36): ceph-mgr-19.0.0-2114.ga9a752df.el7.x86_ 2.2 MB/s | 1.5 MB 00:00 2024-04-15T01:29:09.958 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-04-15T01:29:09.958 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-04-15T01:29:10.006 INFO:teuthology.orchestra.run.smithi193.stdout:(4/36): ceph-mds-19.0.0-2114.ga9a752df.el7.x86_ 3.3 MB/s | 2.4 MB 00:00 2024-04-15T01:29:10.030 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-04-15T01:29:10.048 INFO:teuthology.orchestra.run.smithi193.stdout:(5/36): ceph-mgr-modules-core-19.0.0-2114.ga9a7 2.6 MB/s | 248 kB 00:00 2024-04-15T01:29:10.184 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:29:10.185 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:29:10.185 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:29:10.185 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.185 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:29:10.185 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.185 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:29:10.186 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.186 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:29:10.186 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.186 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:29:10.186 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.186 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:29:10.186 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.187 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:29:10.187 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.187 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:29:10.187 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.187 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:29:10.187 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.187 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:29:10.187 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.188 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:29:10.188 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.188 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:29:10.188 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.188 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:29:10.188 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.188 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:29:10.188 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.189 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:29:10.189 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.189 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:29:10.189 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.189 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:29:10.189 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.189 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:29:10.189 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.189 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:29:10.190 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.190 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:29:10.190 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.190 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:29:10.190 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.190 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:29:10.190 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.190 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:29:10.191 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.191 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:29:10.191 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.191 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:29:10.191 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.191 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:29:10.191 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.191 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:29:10.191 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.192 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:29:10.192 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.192 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:29:10.192 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.192 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:29:10.192 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.192 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:29:10.192 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.192 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:29:10.193 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.193 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:29:10.193 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.193 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:29:10.193 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.193 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:29:10.193 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.193 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:29:10.193 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.194 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:29:10.194 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.194 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.194 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.194 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:29:10.194 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.194 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.194 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.194 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.195 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:29:10.195 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.195 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.195 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.195 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.195 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.195 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.195 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:29:10.195 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.196 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.196 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.196 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.196 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:29:10.196 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.196 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.196 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.196 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.196 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:29:10.196 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.197 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.197 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.197 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.197 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:29:10.197 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.197 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.197 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.197 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.197 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:29:10.198 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.198 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.198 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.198 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.198 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:29:10.198 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.198 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.198 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.199 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:29:10.253 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:29:10.254 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:29:10.254 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2024-04-15T01:29:10.255 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:29:10.255 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-15T01:29:10.255 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 3.5 M 2024-04-15T01:29:10.255 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2024-04-15T01:29:10.255 INFO:teuthology.orchestra.run.smithi155.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-15T01:29:10.255 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 32 k 2024-04-15T01:29:10.255 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 15 k 2024-04-15T01:29:10.255 INFO:teuthology.orchestra.run.smithi155.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-15T01:29:10.255 INFO:teuthology.orchestra.run.smithi155.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-15T01:29:10.255 INFO:teuthology.orchestra.run.smithi155.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-15T01:29:10.256 INFO:teuthology.orchestra.run.smithi155.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-15T01:29:10.256 INFO:teuthology.orchestra.run.smithi155.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-15T01:29:10.256 INFO:teuthology.orchestra.run.smithi155.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-15T01:29:10.256 INFO:teuthology.orchestra.run.smithi155.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-15T01:29:10.256 INFO:teuthology.orchestra.run.smithi155.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-15T01:29:10.256 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:29:10.256 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-15T01:29:10.256 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:29:10.256 INFO:teuthology.orchestra.run.smithi155.stdout:Install 12 Packages 2024-04-15T01:29:10.256 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:29:10.257 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 8.6 M 2024-04-15T01:29:10.257 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 103 M 2024-04-15T01:29:10.257 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-15T01:29:10.503 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T01:29:10.583 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T01:29:10.690 INFO:teuthology.orchestra.run.smithi193.stdout:(6/36): ceph-osd-19.0.0-2114.ga9a752df.el7.x86_ 22 MB/s | 17 MB 00:00 2024-04-15T01:29:10.715 INFO:teuthology.orchestra.run.smithi193.stdout:(7/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 357 kB/s | 253 kB 00:00 2024-04-15T01:29:10.824 INFO:teuthology.orchestra.run.smithi193.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 1.2 MB/s | 135 kB 00:00 2024-04-15T01:29:10.949 INFO:teuthology.orchestra.run.smithi193.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 997 kB/s | 125 kB 00:00 2024-04-15T01:29:11.001 INFO:teuthology.orchestra.run.smithi155.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2114.ga9 128 kB/s | 32 kB 00:00 2024-04-15T01:29:11.026 INFO:teuthology.orchestra.run.smithi155.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2114.ga9a 56 kB/s | 15 kB 00:00 2024-04-15T01:29:11.032 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T01:29:11.066 INFO:teuthology.orchestra.run.smithi193.stdout:(10/36): python3-urllib3-1.26.5-5.el9.noarch.rp 1.8 MB/s | 215 kB 00:00 2024-04-15T01:29:11.108 INFO:teuthology.orchestra.run.smithi193.stdout:(11/36): python3-cryptography-36.0.1-4.el9.x86_ 1.2 MB/s | 1.2 MB 00:01 2024-04-15T01:29:11.134 INFO:teuthology.orchestra.run.smithi193.stdout:(12/36): python3-ply-3.11-14.el9.noarch.rpm 240 kB/s | 106 kB 00:00 2024-04-15T01:29:11.193 INFO:teuthology.orchestra.run.smithi155.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.6 MB/s | 269 kB 00:00 2024-04-15T01:29:11.227 INFO:teuthology.orchestra.run.smithi155.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.5 MB/s | 1.0 MB 00:00 2024-04-15T01:29:11.242 INFO:teuthology.orchestra.run.smithi193.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 321 kB/s | 35 kB 00:00 2024-04-15T01:29:11.267 INFO:teuthology.orchestra.run.smithi193.stdout:(14/36): lua-5.4.4-4.el9.x86_64.rpm 938 kB/s | 188 kB 00:00 2024-04-15T01:29:11.292 INFO:teuthology.orchestra.run.smithi193.stdout:(15/36): python3-mako-1.1.4-6.el9.noarch.rpm 935 kB/s | 172 kB 00:00 2024-04-15T01:29:11.318 INFO:teuthology.orchestra.run.smithi193.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 831 kB/s | 42 kB 00:00 2024-04-15T01:29:11.343 INFO:teuthology.orchestra.run.smithi193.stdout:(17/36): python3-pytz-2021.1-5.el9.noarch.rpm 505 kB/s | 51 kB 00:00 2024-04-15T01:29:11.383 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T01:29:11.383 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:29:11.383 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-04-15T01:29:11.383 INFO:teuthology.orchestra.run.smithi073.stdout: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:29:11.383 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:29:11.383 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:29:11.393 INFO:teuthology.orchestra.run.smithi193.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 222 kB/s | 22 kB 00:00 2024-04-15T01:29:11.435 INFO:teuthology.orchestra.run.smithi193.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 473 kB/s | 43 kB 00:00 2024-04-15T01:29:11.444 INFO:teuthology.orchestra.run.smithi155.stdout:(5/12): ceph-mgr-dashboard-19.0.0-2114.ga9a752d 5.1 MB/s | 3.5 MB 00:00 2024-04-15T01:29:11.460 INFO:teuthology.orchestra.run.smithi193.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 1.0 MB/s | 151 kB 00:00 2024-04-15T01:29:11.502 INFO:teuthology.orchestra.run.smithi193.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 256 kB/s | 11 kB 00:00 2024-04-15T01:29:11.528 INFO:teuthology.orchestra.run.smithi193.stdout:(22/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.2 MB/s | 172 kB 00:00 2024-04-15T01:29:11.553 INFO:teuthology.orchestra.run.smithi193.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 351 kB/s | 18 kB 00:00 2024-04-15T01:29:11.577 INFO:teuthology.orchestra.run.smithi155.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 2.2 MB/s | 863 kB 00:00 2024-04-15T01:29:11.578 INFO:teuthology.orchestra.run.smithi193.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 462 kB/s | 23 kB 00:00 2024-04-15T01:29:11.604 INFO:teuthology.orchestra.run.smithi193.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 387 kB/s | 19 kB 00:00 2024-04-15T01:29:11.624 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph-immutable-object-cache 2024-04-15T01:29:11.629 INFO:teuthology.orchestra.run.smithi193.stdout:(26/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.8 MB/s | 358 kB 00:00 2024-04-15T01:29:11.654 INFO:teuthology.orchestra.run.smithi193.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 261 kB/s | 20 kB 00:00 2024-04-15T01:29:11.679 INFO:teuthology.orchestra.run.smithi193.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 613 kB/s | 46 kB 00:00 2024-04-15T01:29:11.694 INFO:teuthology.orchestra.run.smithi155.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 78 kB/s | 19 kB 00:00 2024-04-15T01:29:11.705 INFO:teuthology.orchestra.run.smithi193.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 1.5 MB/s | 79 kB 00:00 2024-04-15T01:29:11.720 INFO:teuthology.orchestra.run.smithi155.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.1 MB/s | 548 kB 00:00 2024-04-15T01:29:11.730 INFO:teuthology.orchestra.run.smithi193.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 328 kB/s | 16 kB 00:00 2024-04-15T01:29:11.764 INFO:teuthology.orchestra.run.smithi193.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.5 MB/s | 90 kB 00:00 2024-04-15T01:29:11.789 INFO:teuthology.orchestra.run.smithi193.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 607 kB/s | 36 kB 00:00 2024-04-15T01:29:11.795 INFO:teuthology.orchestra.run.smithi155.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 415 kB/s | 31 kB 00:00 2024-04-15T01:29:11.814 INFO:teuthology.orchestra.run.smithi193.stdout:(33/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.7 MB/s | 272 kB 00:00 2024-04-15T01:29:11.840 INFO:teuthology.orchestra.run.smithi193.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 3.0 MB/s | 230 kB 00:00 2024-04-15T01:29:11.865 INFO:teuthology.orchestra.run.smithi193.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 398 kB/s | 20 kB 00:00 2024-04-15T01:29:11.878 INFO:teuthology.orchestra.run.smithi155.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.2 MB/s | 188 kB 00:00 2024-04-15T01:29:11.898 INFO:teuthology.orchestra.run.smithi193.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.8 MB/s | 427 kB 00:00 2024-04-15T01:29:11.900 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:29:11.900 INFO:teuthology.orchestra.run.smithi193.stdout:Total 9.1 MB/s | 30 MB 00:03 2024-04-15T01:29:11.903 INFO:teuthology.orchestra.run.smithi155.stdout:(11/12): python3-grpcio-tools-1.46.7-10.el9.x86 691 kB/s | 144 kB 00:00 2024-04-15T01:29:12.039 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-04-15T01:29:12.077 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-04-15T01:29:12.077 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-04-15T01:29:12.154 INFO:teuthology.orchestra.run.smithi155.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 3.5 MB/s | 2.0 MB 00:00 2024-04-15T01:29:12.157 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:29:12.157 INFO:teuthology.orchestra.run.smithi155.stdout:Total 4.5 MB/s | 8.6 MB 00:01 2024-04-15T01:29:12.206 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-15T01:29:12.223 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-15T01:29:12.223 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-15T01:29:12.223 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:01 ago on Mon 15 Apr 2024 01:28:11 AM UTC. 2024-04-15T01:29:12.403 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-15T01:29:12.404 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-15T01:29:12.507 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-04-15T01:29:12.508 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-04-15T01:29:12.519 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:29:12.519 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:29:12.520 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:29:12.520 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.520 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:29:12.520 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.520 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:29:12.520 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.520 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:29:12.520 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.520 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:29:12.520 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.520 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:29:12.520 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.521 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:29:12.521 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.521 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:29:12.521 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.521 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:29:12.521 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.521 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:29:12.521 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.521 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:29:12.521 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.521 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:29:12.521 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.521 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:29:12.521 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.522 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:29:12.522 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.522 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:29:12.522 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.522 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:29:12.522 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.522 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:29:12.522 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.522 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:29:12.522 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.522 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:29:12.522 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.523 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:29:12.523 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.523 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:29:12.523 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.523 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:29:12.523 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.523 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:29:12.523 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.523 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:29:12.523 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.523 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:29:12.523 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.523 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:29:12.524 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.524 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:29:12.524 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.524 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:29:12.524 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.524 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:29:12.524 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.524 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:29:12.524 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.524 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:29:12.524 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.524 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:29:12.524 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.524 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:29:12.525 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.525 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:29:12.525 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.525 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:29:12.525 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.525 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:29:12.525 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.525 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:29:12.525 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.525 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.525 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.525 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:29:12.525 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.526 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.526 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.526 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.526 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:29:12.526 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.526 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.526 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.526 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.526 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.526 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.526 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:29:12.526 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.526 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.527 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.527 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.527 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:29:12.527 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.527 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.527 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.527 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.527 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:29:12.527 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.527 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.527 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.527 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.527 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:29:12.527 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.528 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.528 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.528 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.528 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:29:12.528 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.529 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.529 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.529 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.529 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:29:12.529 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.529 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.529 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.529 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:29:12.587 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:29:12.587 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:29:12.587 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repo Size 2024-04-15T01:29:12.588 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:29:12.588 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-04-15T01:29:12.588 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 145 k 2024-04-15T01:29:12.588 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:29:12.588 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-04-15T01:29:12.588 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:29:12.588 INFO:teuthology.orchestra.run.smithi073.stdout:Install 1 Package 2024-04-15T01:29:12.588 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:29:12.588 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 145 k 2024-04-15T01:29:12.588 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 435 k 2024-04-15T01:29:12.588 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-04-15T01:29:12.810 INFO:teuthology.orchestra.run.smithi073.stdout:ceph-immutable-object-cache-19.0.0-2114.ga9a752 654 kB/s | 145 kB 00:00 2024-04-15T01:29:12.811 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:29:12.811 INFO:teuthology.orchestra.run.smithi073.stdout:Total 649 kB/s | 145 kB 00:00 2024-04-15T01:29:12.811 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-04-15T01:29:12.818 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-04-15T01:29:12.819 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-04-15T01:29:12.871 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-04-15T01:29:12.871 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-04-15T01:29:12.941 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-15T01:29:13.013 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-15T01:29:13.042 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-04-15T01:29:13.056 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-15T01:29:13.094 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T01:29:13.102 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-15T01:29:13.120 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T01:29:13.120 INFO:teuthology.orchestra.run.smithi073.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:29:13.120 INFO:teuthology.orchestra.run.smithi073.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-15T01:29:13.120 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:29:13.134 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-15T01:29:13.235 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-15T01:29:13.359 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-15T01:29:13.447 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-15T01:29:13.489 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-15T01:29:13.518 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-15T01:29:13.541 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7 10/12 2024-04-15T01:29:13.855 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-04-15T01:29:13.909 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-15T01:29:13.942 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-15T01:29:13.970 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-15T01:29:14.040 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-15T01:29:14.096 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-15T01:29:14.127 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-15T01:29:14.172 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T01:29:14.172 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:29:14.172 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-04-15T01:29:14.172 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:29:14.172 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:29:14.172 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:29:14.218 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-15T01:29:14.321 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-15T01:29:14.372 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-15T01:29:14.407 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-15T01:29:14.437 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-15T01:29:14.455 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph-mgr 2024-04-15T01:29:14.472 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-15T01:29:14.505 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-15T01:29:14.545 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-15T01:29:14.586 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el 11/12 2024-04-15T01:29:14.589 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-15T01:29:14.625 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-15T01:29:14.626 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 12/12 2024-04-15T01:29:14.672 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-15T01:29:14.750 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-15T01:29:14.894 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-15T01:29:14.977 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-15T01:29:15.031 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-15T01:29:15.063 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:04 ago on Mon 15 Apr 2024 01:28:11 AM UTC. 2024-04-15T01:29:15.069 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-15T01:29:15.119 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-15T01:29:15.182 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-15T01:29:15.352 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:29:15.352 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:29:15.352 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:29:15.352 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.353 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:29:15.353 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.353 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:29:15.353 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.353 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:29:15.353 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.353 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:29:15.353 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.353 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:29:15.353 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.353 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:29:15.353 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.353 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:29:15.354 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.354 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:29:15.354 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.354 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:29:15.354 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.354 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:29:15.354 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.354 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:29:15.354 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.354 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:29:15.354 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.354 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:29:15.354 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.355 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:29:15.355 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.355 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:29:15.355 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.355 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:29:15.355 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.355 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:29:15.355 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.355 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:29:15.355 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.355 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:29:15.355 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.355 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:29:15.356 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.356 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:29:15.356 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.356 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:29:15.356 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.356 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:29:15.356 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.356 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:29:15.356 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.356 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:29:15.356 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.356 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:29:15.356 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.356 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:29:15.357 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.357 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:29:15.357 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.357 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:29:15.357 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.357 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:29:15.357 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.357 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:29:15.357 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.357 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:29:15.357 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.358 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:29:15.358 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.358 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:29:15.358 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.358 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:29:15.358 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.358 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:29:15.358 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.358 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.358 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.358 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:29:15.358 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.358 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.358 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.359 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.359 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:29:15.359 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.359 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.359 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.359 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.359 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.359 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.359 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:29:15.359 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.359 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.359 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.359 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.359 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:29:15.360 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.360 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.360 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.360 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.360 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:29:15.360 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.360 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.360 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.360 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.360 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:29:15.360 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.360 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.360 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.360 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.361 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:29:15.361 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.361 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.361 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.361 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.361 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:29:15.361 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.361 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.361 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.361 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:29:15.362 INFO:teuthology.orchestra.run.smithi073.stdout:Package ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:29:15.374 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-15T01:29:15.421 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:29:15.422 INFO:teuthology.orchestra.run.smithi073.stdout:Nothing to do. 2024-04-15T01:29:15.422 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:29:15.432 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-15T01:29:15.485 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph-mgr-dashboard 2024-04-15T01:29:15.501 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-15T01:29:15.598 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-15T01:29:15.657 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-15T01:29:15.780 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-15T01:29:15.947 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7. 31/36 2024-04-15T01:29:15.974 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 12/12 2024-04-15T01:29:15.975 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el 1/12 2024-04-15T01:29:15.975 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 2/12 2024-04-15T01:29:15.975 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7 3/12 2024-04-15T01:29:15.975 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-15T01:29:15.975 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-15T01:29:15.975 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-15T01:29:15.975 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-15T01:29:15.975 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-15T01:29:15.975 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-15T01:29:15.975 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-15T01:29:15.975 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-15T01:29:15.976 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 32/36 2024-04-15T01:29:16.002 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 32/36 2024-04-15T01:29:16.002 INFO:teuthology.orchestra.run.smithi193.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:29:16.002 INFO:teuthology.orchestra.run.smithi193.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-15T01:29:16.002 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-15T01:29:16.002 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-15T01:29:16.002 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:29:16.076 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:05 ago on Mon 15 Apr 2024 01:28:11 AM UTC. 2024-04-15T01:29:16.365 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:29:16.365 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:29:16.365 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:29:16.365 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.365 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:29:16.365 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.365 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:29:16.365 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.366 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:29:16.366 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.366 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:29:16.366 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.366 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:29:16.366 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.366 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:29:16.366 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.366 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:29:16.366 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.366 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:29:16.367 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.367 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:29:16.367 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.367 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:29:16.367 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.367 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:29:16.367 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.367 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:29:16.367 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.367 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:29:16.367 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.367 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:29:16.367 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.367 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:29:16.367 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.368 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:29:16.368 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.368 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:29:16.368 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.368 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:29:16.368 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.368 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:29:16.368 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.368 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:29:16.368 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.368 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:29:16.368 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.368 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:29:16.369 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.369 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:29:16.369 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.369 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:29:16.369 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.369 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:29:16.369 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.369 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:29:16.370 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.370 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:29:16.370 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.370 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:29:16.370 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.370 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:29:16.370 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.370 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:29:16.370 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.370 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:29:16.370 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.370 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:29:16.371 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.371 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:29:16.371 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.371 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:29:16.371 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.371 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:29:16.371 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.371 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:29:16.371 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.371 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.371 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.371 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:29:16.371 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.371 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.372 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.372 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.372 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:29:16.372 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.372 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.372 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.372 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.372 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.372 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.372 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:29:16.372 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.372 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.372 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.373 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.373 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:29:16.373 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.373 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.373 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.373 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.373 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:29:16.373 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.373 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.373 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.373 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.373 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:29:16.373 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.373 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.373 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.373 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.374 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:29:16.374 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.374 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.374 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.374 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.374 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:29:16.374 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.374 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.374 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.374 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:29:16.375 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-15T01:29:16.375 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:29:16.375 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-15T01:29:16.375 INFO:teuthology.orchestra.run.smithi155.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-15T01:29:16.375 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:29:16.375 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:29:16.375 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:29:16.375 INFO:teuthology.orchestra.run.smithi155.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-15T01:29:16.375 INFO:teuthology.orchestra.run.smithi155.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-15T01:29:16.375 INFO:teuthology.orchestra.run.smithi155.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-15T01:29:16.375 INFO:teuthology.orchestra.run.smithi155.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-15T01:29:16.375 INFO:teuthology.orchestra.run.smithi155.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-15T01:29:16.375 INFO:teuthology.orchestra.run.smithi155.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-15T01:29:16.375 INFO:teuthology.orchestra.run.smithi155.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-15T01:29:16.376 INFO:teuthology.orchestra.run.smithi155.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-15T01:29:16.376 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:29:16.376 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:29:16.434 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:29:16.435 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:29:16.435 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repository Size 2024-04-15T01:29:16.436 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:29:16.436 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-04-15T01:29:16.436 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 3.5 M 2024-04-15T01:29:16.436 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2024-04-15T01:29:16.436 INFO:teuthology.orchestra.run.smithi073.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-15T01:29:16.436 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 32 k 2024-04-15T01:29:16.436 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 15 k 2024-04-15T01:29:16.436 INFO:teuthology.orchestra.run.smithi073.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-15T01:29:16.436 INFO:teuthology.orchestra.run.smithi073.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-15T01:29:16.436 INFO:teuthology.orchestra.run.smithi073.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-15T01:29:16.436 INFO:teuthology.orchestra.run.smithi073.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-15T01:29:16.436 INFO:teuthology.orchestra.run.smithi073.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-15T01:29:16.436 INFO:teuthology.orchestra.run.smithi073.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-15T01:29:16.437 INFO:teuthology.orchestra.run.smithi073.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-15T01:29:16.437 INFO:teuthology.orchestra.run.smithi073.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-15T01:29:16.437 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:29:16.437 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-04-15T01:29:16.437 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:29:16.437 INFO:teuthology.orchestra.run.smithi073.stdout:Install 12 Packages 2024-04-15T01:29:16.437 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:29:16.437 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 8.6 M 2024-04-15T01:29:16.438 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 103 M 2024-04-15T01:29:16.438 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-04-15T01:29:16.652 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-15T01:29:17.056 INFO:teuthology.orchestra.run.smithi073.stdout:(1/12): ceph-prometheus-alerts-19.0.0-2114.ga9a 78 kB/s | 15 kB 00:00 2024-04-15T01:29:17.098 INFO:teuthology.orchestra.run.smithi073.stdout:(2/12): ceph-grafana-dashboards-19.0.0-2114.ga9 134 kB/s | 32 kB 00:00 2024-04-15T01:29:17.250 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:11 ago on Mon 15 Apr 2024 01:28:06 AM UTC. 2024-04-15T01:29:17.340 INFO:teuthology.orchestra.run.smithi073.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.1 MB/s | 269 kB 00:00 2024-04-15T01:29:17.444 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 33/36 2024-04-15T01:29:17.470 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 33/36 2024-04-15T01:29:17.470 INFO:teuthology.orchestra.run.smithi193.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:29:17.471 INFO:teuthology.orchestra.run.smithi193.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-15T01:29:17.471 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-15T01:29:17.471 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-15T01:29:17.471 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:29:17.473 INFO:teuthology.orchestra.run.smithi073.stdout:(4/12): ceph-mgr-dashboard-19.0.0-2114.ga9a752d 5.7 MB/s | 3.5 MB 00:00 2024-04-15T01:29:17.524 INFO:teuthology.orchestra.run.smithi073.stdout:(5/12): protobuf-3.14.0-13.el9.x86_64.rpm 2.2 MB/s | 1.0 MB 00:00 2024-04-15T01:29:17.538 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:29:17.538 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:29:17.539 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:29:17.539 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.539 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:29:17.539 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.539 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:29:17.539 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.539 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:29:17.539 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.539 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:29:17.539 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.539 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:29:17.539 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.539 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:29:17.540 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.540 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:29:17.540 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.540 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:29:17.540 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.540 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:29:17.540 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.540 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:29:17.540 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.540 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:29:17.540 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.540 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:29:17.541 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.541 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:29:17.541 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.541 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:29:17.541 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.541 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:29:17.541 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.541 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:29:17.541 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.541 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:29:17.541 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.541 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:29:17.541 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.541 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:29:17.542 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.542 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:29:17.542 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.542 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:29:17.542 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.542 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:29:17.542 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.542 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:29:17.542 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.542 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:29:17.542 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.542 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:29:17.542 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.543 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:29:17.543 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.543 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:29:17.543 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.543 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:29:17.543 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.543 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:29:17.543 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.543 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:29:17.543 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.544 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:29:17.544 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.544 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:29:17.544 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.544 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:29:17.544 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.544 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:29:17.544 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.544 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:29:17.544 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.544 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:29:17.544 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.544 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.545 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.545 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:29:17.545 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.545 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.545 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.545 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.545 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:29:17.545 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.545 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.545 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.545 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.545 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.545 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.546 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:29:17.546 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.546 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.546 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.546 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.546 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:29:17.546 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.546 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.546 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.546 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.546 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:29:17.546 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.547 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.547 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.547 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.547 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:29:17.547 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.547 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.547 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.547 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.547 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:29:17.547 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.547 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.547 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.547 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.548 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:29:17.548 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.548 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.548 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.548 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:29:17.607 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:29:17.608 INFO:teuthology.orchestra.run.smithi155.stdout:======================================================================================= 2024-04-15T01:29:17.608 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2024-04-15T01:29:17.608 INFO:teuthology.orchestra.run.smithi155.stdout:======================================================================================= 2024-04-15T01:29:17.609 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-15T01:29:17.609 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 7.4 M 2024-04-15T01:29:17.609 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2024-04-15T01:29:17.609 INFO:teuthology.orchestra.run.smithi155.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-15T01:29:17.609 INFO:teuthology.orchestra.run.smithi155.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-15T01:29:17.609 INFO:teuthology.orchestra.run.smithi155.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-15T01:29:17.609 INFO:teuthology.orchestra.run.smithi155.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-15T01:29:17.609 INFO:teuthology.orchestra.run.smithi155.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-15T01:29:17.609 INFO:teuthology.orchestra.run.smithi155.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-15T01:29:17.609 INFO:teuthology.orchestra.run.smithi155.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-15T01:29:17.609 INFO:teuthology.orchestra.run.smithi155.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-15T01:29:17.609 INFO:teuthology.orchestra.run.smithi155.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-15T01:29:17.609 INFO:teuthology.orchestra.run.smithi155.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-15T01:29:17.609 INFO:teuthology.orchestra.run.smithi155.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-15T01:29:17.610 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:29:17.610 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-15T01:29:17.610 INFO:teuthology.orchestra.run.smithi155.stdout:======================================================================================= 2024-04-15T01:29:17.610 INFO:teuthology.orchestra.run.smithi155.stdout:Install 12 Packages 2024-04-15T01:29:17.610 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:29:17.610 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 38 M 2024-04-15T01:29:17.610 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 209 M 2024-04-15T01:29:17.611 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-15T01:29:17.649 INFO:teuthology.orchestra.run.smithi073.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 2.7 MB/s | 863 kB 00:00 2024-04-15T01:29:17.799 INFO:teuthology.orchestra.run.smithi073.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 71 kB/s | 19 kB 00:00 2024-04-15T01:29:17.911 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 34/36 2024-04-15T01:29:17.934 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 34/36 2024-04-15T01:29:17.934 INFO:teuthology.orchestra.run.smithi193.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:29:17.934 INFO:teuthology.orchestra.run.smithi193.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-15T01:29:17.935 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-15T01:29:17.935 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-15T01:29:17.935 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:29:17.999 INFO:teuthology.orchestra.run.smithi073.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 726 kB/s | 144 kB 00:00 2024-04-15T01:29:18.033 INFO:teuthology.orchestra.run.smithi073.stdout:(9/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 981 kB/s | 548 kB 00:00 2024-04-15T01:29:18.067 INFO:teuthology.orchestra.run.smithi073.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 457 kB/s | 31 kB 00:00 2024-04-15T01:29:18.150 INFO:teuthology.orchestra.run.smithi073.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.6 MB/s | 188 kB 00:00 2024-04-15T01:29:18.162 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 35/36 2024-04-15T01:29:18.185 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 35/36 2024-04-15T01:29:18.186 INFO:teuthology.orchestra.run.smithi193.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:29:18.186 INFO:teuthology.orchestra.run.smithi193.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-15T01:29:18.186 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-15T01:29:18.186 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-15T01:29:18.186 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:29:18.251 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 36/36 2024-04-15T01:29:18.276 INFO:teuthology.orchestra.run.smithi073.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 3.3 MB/s | 2.0 MB 00:00 2024-04-15T01:29:18.280 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:29:18.280 INFO:teuthology.orchestra.run.smithi073.stdout:Total 4.7 MB/s | 8.6 MB 00:01 2024-04-15T01:29:18.321 INFO:teuthology.orchestra.run.smithi155.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 379 kB/s | 195 kB 00:00 2024-04-15T01:29:18.327 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-04-15T01:29:18.344 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-04-15T01:29:18.345 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-04-15T01:29:18.422 INFO:teuthology.orchestra.run.smithi155.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 327 kB/s | 33 kB 00:00 2024-04-15T01:29:18.526 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-04-15T01:29:18.527 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-04-15T01:29:18.538 INFO:teuthology.orchestra.run.smithi155.stdout:(3/12): ceph-mgr-diskprediction-local-19.0.0-21 10 MB/s | 7.4 MB 00:00 2024-04-15T01:29:18.672 INFO:teuthology.orchestra.run.smithi155.stdout:(4/12): libgfortran-11.4.1-3.el9.x86_64.rpm 927 kB/s | 803 kB 00:00 2024-04-15T01:29:18.781 INFO:teuthology.orchestra.run.smithi155.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 325 kB/s | 35 kB 00:00 2024-04-15T01:29:18.856 INFO:teuthology.orchestra.run.smithi155.stdout:(6/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 57 kB/s | 18 kB 00:00 2024-04-15T01:29:19.059 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-04-15T01:29:19.135 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-15T01:29:19.170 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-15T01:29:19.216 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-15T01:29:19.247 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-15T01:29:19.281 INFO:teuthology.orchestra.run.smithi155.stdout:(7/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 3.5 MB/s | 3.0 MB 00:00 2024-04-15T01:29:19.307 INFO:teuthology.orchestra.run.smithi155.stdout:(8/12): python3-devel-3.9.17-2.el9.x86_64.rpm 545 kB/s | 245 kB 00:00 2024-04-15T01:29:19.341 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-15T01:29:19.465 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-15T01:29:19.490 INFO:teuthology.orchestra.run.smithi155.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 1.3 MB/s | 250 kB 00:00 2024-04-15T01:29:19.550 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-15T01:29:19.610 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-15T01:29:19.638 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-15T01:29:19.670 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7 10/12 2024-04-15T01:29:19.924 INFO:teuthology.orchestra.run.smithi155.stdout:(10/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 4.1 MB/s | 4.7 MB 00:01 2024-04-15T01:29:20.071 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 36/36 2024-04-15T01:29:20.071 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 1/36 2024-04-15T01:29:20.071 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 2/36 2024-04-15T01:29:20.071 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 3/36 2024-04-15T01:29:20.071 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 4/36 2024-04-15T01:29:20.071 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 5/36 2024-04-15T01:29:20.072 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7. 6/36 2024-04-15T01:29:20.072 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-15T01:29:20.072 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-15T01:29:20.072 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-15T01:29:20.072 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-15T01:29:20.072 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-15T01:29:20.072 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-15T01:29:20.072 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-15T01:29:20.072 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-15T01:29:20.072 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-15T01:29:20.072 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-15T01:29:20.072 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-15T01:29:20.073 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-15T01:29:20.073 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-15T01:29:20.073 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-15T01:29:20.073 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-15T01:29:20.073 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-15T01:29:20.073 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-15T01:29:20.073 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-15T01:29:20.073 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-15T01:29:20.073 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-15T01:29:20.073 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-15T01:29:20.073 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-15T01:29:20.073 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-15T01:29:20.073 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-15T01:29:20.074 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-15T01:29:20.074 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-15T01:29:20.074 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-15T01:29:20.074 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-15T01:29:20.074 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-15T01:29:20.714 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el 11/12 2024-04-15T01:29:20.746 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 12/12 2024-04-15T01:29:21.229 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-15T01:29:21.229 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:29:21.229 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-04-15T01:29:21.229 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:29:21.230 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:29:21.230 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:29:21.230 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:29:21.230 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:29:21.230 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:29:21.230 INFO:teuthology.orchestra.run.smithi193.stdout: lua-5.4.4-4.el9.x86_64 2024-04-15T01:29:21.230 INFO:teuthology.orchestra.run.smithi193.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-15T01:29:21.230 INFO:teuthology.orchestra.run.smithi193.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-15T01:29:21.230 INFO:teuthology.orchestra.run.smithi193.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-15T01:29:21.230 INFO:teuthology.orchestra.run.smithi193.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-15T01:29:21.230 INFO:teuthology.orchestra.run.smithi193.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-15T01:29:21.230 INFO:teuthology.orchestra.run.smithi193.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-15T01:29:21.231 INFO:teuthology.orchestra.run.smithi193.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-15T01:29:21.231 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-15T01:29:21.231 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-15T01:29:21.231 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-15T01:29:21.231 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-15T01:29:21.231 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-15T01:29:21.231 INFO:teuthology.orchestra.run.smithi193.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-15T01:29:21.231 INFO:teuthology.orchestra.run.smithi193.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-15T01:29:21.231 INFO:teuthology.orchestra.run.smithi193.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-15T01:29:21.231 INFO:teuthology.orchestra.run.smithi193.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-15T01:29:21.231 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-15T01:29:21.231 INFO:teuthology.orchestra.run.smithi193.stdout: python3-ply-3.11-14.el9.noarch 2024-04-15T01:29:21.231 INFO:teuthology.orchestra.run.smithi193.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-15T01:29:21.232 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-15T01:29:21.232 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-15T01:29:21.232 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-15T01:29:21.232 INFO:teuthology.orchestra.run.smithi193.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-15T01:29:21.232 INFO:teuthology.orchestra.run.smithi193.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-15T01:29:21.232 INFO:teuthology.orchestra.run.smithi193.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-15T01:29:21.232 INFO:teuthology.orchestra.run.smithi193.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-15T01:29:21.232 INFO:teuthology.orchestra.run.smithi193.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-15T01:29:21.232 INFO:teuthology.orchestra.run.smithi193.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-15T01:29:21.232 INFO:teuthology.orchestra.run.smithi193.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-15T01:29:21.232 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:29:21.232 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-15T01:29:21.551 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install ceph-base 2024-04-15T01:29:22.111 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 12/12 2024-04-15T01:29:22.111 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el 1/12 2024-04-15T01:29:22.111 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 2/12 2024-04-15T01:29:22.111 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7 3/12 2024-04-15T01:29:22.111 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-15T01:29:22.111 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-15T01:29:22.112 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-15T01:29:22.112 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-15T01:29:22.112 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-15T01:29:22.112 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-15T01:29:22.112 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-15T01:29:22.112 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-15T01:29:22.149 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:00:57 ago on Mon 15 Apr 2024 01:28:25 AM UTC. 2024-04-15T01:29:22.438 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-15T01:29:22.439 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-15T01:29:22.439 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-15T01:29:22.439 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.439 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-15T01:29:22.439 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.439 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-15T01:29:22.439 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.439 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-15T01:29:22.439 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.439 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-15T01:29:22.439 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.440 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-15T01:29:22.440 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.440 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-15T01:29:22.440 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.440 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-15T01:29:22.440 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.440 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-15T01:29:22.440 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.440 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-15T01:29:22.440 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.440 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-15T01:29:22.440 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.440 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-15T01:29:22.440 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.441 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-15T01:29:22.441 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.441 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-15T01:29:22.441 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.441 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-15T01:29:22.441 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.441 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-15T01:29:22.441 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.441 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-15T01:29:22.441 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.441 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-15T01:29:22.441 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.442 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-15T01:29:22.442 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.442 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-15T01:29:22.442 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.442 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-15T01:29:22.442 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.442 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-15T01:29:22.442 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.442 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-15T01:29:22.442 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.443 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-15T01:29:22.443 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.443 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-15T01:29:22.443 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.443 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-15T01:29:22.443 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.443 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-15T01:29:22.443 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.443 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-15T01:29:22.443 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.443 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-15T01:29:22.443 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.443 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-15T01:29:22.444 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.444 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-15T01:29:22.444 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.444 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-15T01:29:22.444 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.444 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-15T01:29:22.444 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.444 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-15T01:29:22.444 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.444 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-15T01:29:22.444 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.444 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-15T01:29:22.444 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.445 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-15T01:29:22.445 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.445 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.445 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.445 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:29:22.445 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.445 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.445 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.445 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.445 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-15T01:29:22.445 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.445 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.445 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.445 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.446 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.446 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.446 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:29:22.446 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.446 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.446 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.446 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.446 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:29:22.446 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.446 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.446 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.446 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.447 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:29:22.447 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.447 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.447 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.447 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.447 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:29:22.447 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.447 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.447 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.447 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.447 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:29:22.447 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.447 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.447 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.448 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.448 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:29:22.448 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.448 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.448 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.448 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:29:22.448 INFO:teuthology.orchestra.run.smithi193.stdout:Package ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:29:22.481 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-15T01:29:22.482 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:29:22.482 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-04-15T01:29:22.482 INFO:teuthology.orchestra.run.smithi073.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-15T01:29:22.482 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:29:22.482 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:29:22.482 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:29:22.482 INFO:teuthology.orchestra.run.smithi073.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-15T01:29:22.482 INFO:teuthology.orchestra.run.smithi073.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-15T01:29:22.482 INFO:teuthology.orchestra.run.smithi073.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-15T01:29:22.482 INFO:teuthology.orchestra.run.smithi073.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-15T01:29:22.483 INFO:teuthology.orchestra.run.smithi073.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-15T01:29:22.483 INFO:teuthology.orchestra.run.smithi073.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-15T01:29:22.483 INFO:teuthology.orchestra.run.smithi073.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-15T01:29:22.483 INFO:teuthology.orchestra.run.smithi073.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-15T01:29:22.483 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:29:22.483 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:29:22.506 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-15T01:29:22.507 INFO:teuthology.orchestra.run.smithi193.stdout:Nothing to do. 2024-04-15T01:29:22.507 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-15T01:29:22.579 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install cephadm 2024-04-15T01:29:22.716 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-15T01:29:23.172 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:00:58 ago on Mon 15 Apr 2024 01:28:25 AM UTC. 2024-04-15T01:29:23.309 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:12 ago on Mon 15 Apr 2024 01:28:11 AM UTC. 2024-04-15T01:29:23.374 INFO:teuthology.orchestra.run.smithi155.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 1.2 MB/s | 5.1 MB 00:04 2024-04-15T01:29:23.460 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-15T01:29:23.460 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-15T01:29:23.460 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-15T01:29:23.460 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.460 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-15T01:29:23.460 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.461 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-15T01:29:23.461 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.461 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-15T01:29:23.461 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.461 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-15T01:29:23.461 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.461 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-15T01:29:23.461 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.461 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-15T01:29:23.461 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.461 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-15T01:29:23.461 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.461 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-15T01:29:23.461 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.462 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-15T01:29:23.462 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.462 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-15T01:29:23.462 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.462 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-15T01:29:23.462 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.462 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-15T01:29:23.462 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.462 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-15T01:29:23.462 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.462 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-15T01:29:23.462 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.462 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-15T01:29:23.463 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.463 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-15T01:29:23.463 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.463 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-15T01:29:23.463 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.463 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-15T01:29:23.463 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.463 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-15T01:29:23.463 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.463 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-15T01:29:23.463 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.463 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-15T01:29:23.463 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.463 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-15T01:29:23.464 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.464 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-15T01:29:23.464 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.464 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-15T01:29:23.464 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.464 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-15T01:29:23.464 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.464 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-15T01:29:23.464 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.464 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-15T01:29:23.464 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.464 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-15T01:29:23.464 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.464 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-15T01:29:23.465 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.465 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-15T01:29:23.465 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.465 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-15T01:29:23.465 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.465 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-15T01:29:23.465 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.465 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-15T01:29:23.465 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.465 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-15T01:29:23.465 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.465 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-15T01:29:23.465 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.465 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-15T01:29:23.466 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.466 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.466 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.466 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:29:23.466 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.466 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.466 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.466 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.466 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-15T01:29:23.466 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.466 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.466 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.466 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.467 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.467 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.467 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:29:23.467 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.467 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.467 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.467 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.467 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:29:23.467 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.467 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.467 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.467 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.467 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:29:23.467 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.468 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.468 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.468 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.468 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:29:23.468 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.468 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.468 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.468 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.468 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:29:23.468 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.468 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.468 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.468 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.468 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:29:23.469 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.469 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.469 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.469 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.528 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-15T01:29:23.529 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:29:23.529 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repository Size 2024-04-15T01:29:23.529 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:29:23.529 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-04-15T01:29:23.529 INFO:teuthology.orchestra.run.smithi193.stdout: cephadm noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 749 k 2024-04-15T01:29:23.529 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:29:23.529 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-04-15T01:29:23.529 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:29:23.529 INFO:teuthology.orchestra.run.smithi193.stdout:Install 1 Package 2024-04-15T01:29:23.529 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:29:23.529 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 749 k 2024-04-15T01:29:23.529 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 755 k 2024-04-15T01:29:23.530 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-04-15T01:29:23.599 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:29:23.599 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:29:23.599 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:29:23.599 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.599 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:29:23.599 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.599 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:29:23.600 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.600 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:29:23.600 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.600 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:29:23.600 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.600 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:29:23.600 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.600 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:29:23.600 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.600 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:29:23.600 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.600 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:29:23.600 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.600 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:29:23.601 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.601 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:29:23.601 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.601 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:29:23.601 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.601 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:29:23.601 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.601 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:29:23.601 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.601 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:29:23.601 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.602 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:29:23.602 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.602 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:29:23.602 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.602 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:29:23.602 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.602 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:29:23.602 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.602 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:29:23.602 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.602 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:29:23.602 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.602 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:29:23.603 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.603 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:29:23.603 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.603 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:29:23.603 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.603 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:29:23.603 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.603 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:29:23.603 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.603 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:29:23.603 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.603 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:29:23.604 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.604 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:29:23.604 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.604 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:29:23.604 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.604 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:29:23.604 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.604 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:29:23.604 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.604 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:29:23.604 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.604 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:29:23.604 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.605 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:29:23.605 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.605 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:29:23.605 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.605 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:29:23.605 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.605 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.605 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.605 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:29:23.605 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.605 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.605 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.605 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.606 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:29:23.606 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.606 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.606 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.606 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.606 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.606 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.606 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:29:23.606 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.606 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.607 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.607 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.607 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:29:23.607 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.607 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.607 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.607 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.607 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:29:23.607 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.607 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.607 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.607 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.607 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:29:23.607 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.608 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.608 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.608 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.608 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:29:23.608 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.608 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.608 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.608 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.608 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:29:23.608 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.608 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.608 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.608 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:29:23.668 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:29:23.669 INFO:teuthology.orchestra.run.smithi073.stdout:======================================================================================= 2024-04-15T01:29:23.669 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repository Size 2024-04-15T01:29:23.669 INFO:teuthology.orchestra.run.smithi073.stdout:======================================================================================= 2024-04-15T01:29:23.669 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-04-15T01:29:23.669 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 7.4 M 2024-04-15T01:29:23.669 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2024-04-15T01:29:23.669 INFO:teuthology.orchestra.run.smithi073.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-15T01:29:23.669 INFO:teuthology.orchestra.run.smithi073.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-15T01:29:23.669 INFO:teuthology.orchestra.run.smithi073.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-15T01:29:23.669 INFO:teuthology.orchestra.run.smithi073.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-15T01:29:23.669 INFO:teuthology.orchestra.run.smithi073.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-15T01:29:23.670 INFO:teuthology.orchestra.run.smithi073.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-15T01:29:23.670 INFO:teuthology.orchestra.run.smithi073.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-15T01:29:23.670 INFO:teuthology.orchestra.run.smithi073.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-15T01:29:23.670 INFO:teuthology.orchestra.run.smithi073.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-15T01:29:23.670 INFO:teuthology.orchestra.run.smithi073.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-15T01:29:23.670 INFO:teuthology.orchestra.run.smithi073.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-15T01:29:23.670 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:29:23.670 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-04-15T01:29:23.670 INFO:teuthology.orchestra.run.smithi073.stdout:======================================================================================= 2024-04-15T01:29:23.670 INFO:teuthology.orchestra.run.smithi073.stdout:Install 12 Packages 2024-04-15T01:29:23.670 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:29:23.671 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 38 M 2024-04-15T01:29:23.671 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 209 M 2024-04-15T01:29:23.671 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-04-15T01:29:24.326 INFO:teuthology.orchestra.run.smithi073.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 727 kB/s | 195 kB 00:00 2024-04-15T01:29:24.327 INFO:teuthology.orchestra.run.smithi193.stdout:cephadm-19.0.0-2114.ga9a752df.el7.noarch.rpm 940 kB/s | 749 kB 00:00 2024-04-15T01:29:24.327 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:29:24.327 INFO:teuthology.orchestra.run.smithi193.stdout:Total 938 kB/s | 749 kB 00:00 2024-04-15T01:29:24.327 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-04-15T01:29:24.333 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-04-15T01:29:24.333 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-04-15T01:29:24.339 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-04-15T01:29:24.339 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-04-15T01:29:24.412 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-04-15T01:29:24.418 INFO:teuthology.orchestra.run.smithi073.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 2.2 MB/s | 803 kB 00:00 2024-04-15T01:29:24.451 INFO:teuthology.orchestra.run.smithi073.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 261 kB/s | 33 kB 00:00 2024-04-15T01:29:24.510 INFO:teuthology.orchestra.run.smithi073.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 311 kB/s | 18 kB 00:00 2024-04-15T01:29:24.552 INFO:teuthology.orchestra.run.smithi073.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 848 kB/s | 35 kB 00:00 2024-04-15T01:29:24.777 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T01:29:24.872 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T01:29:25.293 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T01:29:25.302 INFO:teuthology.orchestra.run.smithi073.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 3.4 MB/s | 3.0 MB 00:00 2024-04-15T01:29:25.386 INFO:teuthology.orchestra.run.smithi073.stdout:(7/12): python3-devel-3.9.17-2.el9.x86_64.rpm 2.9 MB/s | 245 kB 00:00 2024-04-15T01:29:25.603 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T01:29:25.603 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:29:25.604 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-04-15T01:29:25.604 INFO:teuthology.orchestra.run.smithi193.stdout: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:29:25.604 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:29:25.604 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-15T01:29:25.711 INFO:teuthology.orchestra.run.smithi073.stdout:(8/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 4.1 MB/s | 4.7 MB 00:01 2024-04-15T01:29:25.794 INFO:teuthology.orchestra.run.smithi073.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.9 MB/s | 250 kB 00:00 2024-04-15T01:29:25.804 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install ceph-immutable-object-cache 2024-04-15T01:29:26.145 INFO:teuthology.orchestra.run.smithi073.stdout:(10/12): ceph-mgr-diskprediction-local-19.0.0-2 3.5 MB/s | 7.4 MB 00:02 2024-04-15T01:29:26.407 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:01 ago on Mon 15 Apr 2024 01:28:25 AM UTC. 2024-04-15T01:29:26.436 INFO:teuthology.orchestra.run.smithi073.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 4.9 MB/s | 5.1 MB 00:01 2024-04-15T01:29:26.699 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-15T01:29:26.699 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-15T01:29:26.699 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-15T01:29:26.700 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.700 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-15T01:29:26.700 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.700 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-15T01:29:26.700 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.700 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-15T01:29:26.700 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.700 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-15T01:29:26.700 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.700 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-15T01:29:26.700 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.701 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-15T01:29:26.701 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.701 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-15T01:29:26.701 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.701 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-15T01:29:26.701 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.701 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-15T01:29:26.701 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.701 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-15T01:29:26.701 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.701 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-15T01:29:26.701 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.701 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-15T01:29:26.702 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.702 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-15T01:29:26.702 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.702 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-15T01:29:26.702 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.702 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-15T01:29:26.702 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.702 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-15T01:29:26.702 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.702 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-15T01:29:26.702 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.703 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-15T01:29:26.703 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.703 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-15T01:29:26.703 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.703 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-15T01:29:26.703 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.703 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-15T01:29:26.703 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.703 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-15T01:29:26.703 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.703 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-15T01:29:26.703 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.703 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-15T01:29:26.704 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.704 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-15T01:29:26.704 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.704 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-15T01:29:26.704 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.704 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-15T01:29:26.704 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.704 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-15T01:29:26.704 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.704 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-15T01:29:26.704 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.704 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-15T01:29:26.705 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.705 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-15T01:29:26.705 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.705 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-15T01:29:26.705 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.705 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-15T01:29:26.705 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.705 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-15T01:29:26.705 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.705 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-15T01:29:26.705 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.706 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-15T01:29:26.706 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.706 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.706 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.706 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:29:26.706 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.706 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.706 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.706 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.706 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-15T01:29:26.706 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.706 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.706 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.707 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.707 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.707 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.707 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:29:26.707 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.707 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.707 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.707 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.707 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:29:26.707 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.707 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.707 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.707 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.708 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:29:26.708 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.708 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.708 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.708 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.708 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:29:26.708 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.708 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.708 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.708 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.708 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:29:26.709 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.709 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.709 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.709 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.709 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:29:26.709 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.709 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.709 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.709 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:29:26.768 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-15T01:29:26.769 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:29:26.769 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repo Size 2024-04-15T01:29:26.769 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:29:26.770 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-04-15T01:29:26.770 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 145 k 2024-04-15T01:29:26.770 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:29:26.770 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-04-15T01:29:26.770 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:29:26.770 INFO:teuthology.orchestra.run.smithi193.stdout:Install 1 Package 2024-04-15T01:29:26.770 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:29:26.770 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 145 k 2024-04-15T01:29:26.770 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 435 k 2024-04-15T01:29:26.770 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-04-15T01:29:27.100 INFO:teuthology.orchestra.run.smithi193.stdout:ceph-immutable-object-cache-19.0.0-2114.ga9a752 439 kB/s | 145 kB 00:00 2024-04-15T01:29:27.101 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:29:27.101 INFO:teuthology.orchestra.run.smithi193.stdout:Total 436 kB/s | 145 kB 00:00 2024-04-15T01:29:27.101 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-04-15T01:29:27.108 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-04-15T01:29:27.108 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-04-15T01:29:27.162 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-04-15T01:29:27.162 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-04-15T01:29:27.318 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-04-15T01:29:27.384 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T01:29:27.408 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T01:29:27.408 INFO:teuthology.orchestra.run.smithi193.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:29:27.408 INFO:teuthology.orchestra.run.smithi193.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-15T01:29:27.408 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:29:27.803 INFO:teuthology.orchestra.run.smithi073.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 8.1 MB/s | 16 MB 00:02 2024-04-15T01:29:27.804 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:29:27.804 INFO:teuthology.orchestra.run.smithi073.stdout:Total 9.2 MB/s | 38 MB 00:04 2024-04-15T01:29:28.153 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-04-15T01:29:28.181 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-04-15T01:29:28.181 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-04-15T01:29:28.413 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T01:29:28.413 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:29:28.413 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-04-15T01:29:28.413 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:29:28.413 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:29:28.413 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-15T01:29:28.601 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-04-15T01:29:28.601 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-04-15T01:29:28.663 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install ceph-mgr 2024-04-15T01:29:29.270 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:04 ago on Mon 15 Apr 2024 01:28:25 AM UTC. 2024-04-15T01:29:29.371 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-04-15T01:29:29.432 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-15T01:29:29.476 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-15T01:29:29.558 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-15T01:29:29.559 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-15T01:29:29.559 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-15T01:29:29.559 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.559 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-15T01:29:29.559 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.559 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-15T01:29:29.559 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.559 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-15T01:29:29.559 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.559 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-15T01:29:29.559 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.559 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-15T01:29:29.560 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.560 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-15T01:29:29.560 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.560 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-15T01:29:29.560 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.560 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-15T01:29:29.560 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.560 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-15T01:29:29.560 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.560 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-15T01:29:29.560 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.560 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-15T01:29:29.560 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.560 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-15T01:29:29.561 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.561 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-15T01:29:29.561 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.561 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-15T01:29:29.561 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.561 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-15T01:29:29.561 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.561 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-15T01:29:29.561 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.561 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-15T01:29:29.561 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.561 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-15T01:29:29.562 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.562 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-15T01:29:29.562 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.562 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-15T01:29:29.562 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.562 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-15T01:29:29.562 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.562 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-15T01:29:29.562 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.562 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-15T01:29:29.562 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.562 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-15T01:29:29.562 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.563 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-15T01:29:29.563 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.563 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-15T01:29:29.563 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.563 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-15T01:29:29.563 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.563 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-15T01:29:29.563 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.563 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-15T01:29:29.563 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.563 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-15T01:29:29.563 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.563 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-15T01:29:29.564 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.564 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-15T01:29:29.564 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.564 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-15T01:29:29.564 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.564 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-15T01:29:29.564 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.564 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-15T01:29:29.564 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.564 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-15T01:29:29.564 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.564 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.564 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.564 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:29:29.565 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.565 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.565 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.565 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.565 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-15T01:29:29.565 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.565 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.565 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.565 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.565 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.565 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.565 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:29:29.565 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.566 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.566 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.566 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.566 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:29:29.566 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.566 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.566 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.566 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.566 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:29:29.566 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.566 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.567 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.567 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.567 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:29:29.567 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.567 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.567 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.567 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.567 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:29:29.567 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.567 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.567 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.567 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.567 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:29:29.567 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.568 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.568 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.568 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:29:29.568 INFO:teuthology.orchestra.run.smithi193.stdout:Package ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:29:29.575 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-15T01:29:29.611 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-15T01:29:29.629 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-15T01:29:29.630 INFO:teuthology.orchestra.run.smithi193.stdout:Nothing to do. 2024-04-15T01:29:29.630 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-15T01:29:29.704 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install ceph-mgr-dashboard 2024-04-15T01:29:29.779 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-15T01:29:29.810 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-15T01:29:29.886 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-15T01:29:30.299 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:05 ago on Mon 15 Apr 2024 01:28:25 AM UTC. 2024-04-15T01:29:30.523 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-15T01:29:30.590 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-15T01:29:30.591 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-15T01:29:30.591 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-15T01:29:30.591 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.591 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-15T01:29:30.591 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.591 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-15T01:29:30.591 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.591 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-15T01:29:30.591 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.591 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-15T01:29:30.591 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.592 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-15T01:29:30.592 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.592 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-15T01:29:30.592 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.592 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-15T01:29:30.592 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.592 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-15T01:29:30.592 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.592 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-15T01:29:30.592 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.592 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-15T01:29:30.592 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.592 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-15T01:29:30.593 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.593 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-15T01:29:30.593 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.593 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-15T01:29:30.593 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.593 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-15T01:29:30.593 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.593 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-15T01:29:30.593 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.593 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-15T01:29:30.593 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.593 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-15T01:29:30.593 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.594 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-15T01:29:30.594 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.594 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-15T01:29:30.594 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.594 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-15T01:29:30.594 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.594 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-15T01:29:30.594 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.594 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-15T01:29:30.594 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.594 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-15T01:29:30.594 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.594 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-15T01:29:30.595 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.595 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-15T01:29:30.595 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.595 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-15T01:29:30.595 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.595 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-15T01:29:30.595 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.595 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-15T01:29:30.595 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.595 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-15T01:29:30.595 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.595 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-15T01:29:30.595 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.596 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-15T01:29:30.596 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.596 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-15T01:29:30.596 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.596 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-15T01:29:30.596 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.596 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-15T01:29:30.596 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.596 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-15T01:29:30.596 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.596 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-15T01:29:30.596 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.596 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.596 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.597 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:29:30.597 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.597 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.597 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.597 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.597 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-15T01:29:30.597 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.597 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.597 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.597 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.597 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.597 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.597 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:29:30.598 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.598 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.598 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.598 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.598 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:29:30.598 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.598 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.598 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.598 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.598 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:29:30.598 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.598 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.598 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.599 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.599 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:29:30.599 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.599 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.599 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.599 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.599 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:29:30.599 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.599 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.599 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.599 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.599 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:29:30.599 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.599 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.600 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.600 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:29:30.647 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-15T01:29:30.660 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-15T01:29:30.662 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:29:30.662 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repository Size 2024-04-15T01:29:30.662 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:29:30.662 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-04-15T01:29:30.662 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 3.5 M 2024-04-15T01:29:30.662 INFO:teuthology.orchestra.run.smithi193.stdout:Installing dependencies: 2024-04-15T01:29:30.662 INFO:teuthology.orchestra.run.smithi193.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-15T01:29:30.662 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 32 k 2024-04-15T01:29:30.662 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 15 k 2024-04-15T01:29:30.662 INFO:teuthology.orchestra.run.smithi193.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-15T01:29:30.663 INFO:teuthology.orchestra.run.smithi193.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-15T01:29:30.663 INFO:teuthology.orchestra.run.smithi193.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-15T01:29:30.663 INFO:teuthology.orchestra.run.smithi193.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-15T01:29:30.663 INFO:teuthology.orchestra.run.smithi193.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-15T01:29:30.663 INFO:teuthology.orchestra.run.smithi193.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-15T01:29:30.663 INFO:teuthology.orchestra.run.smithi193.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-15T01:29:30.663 INFO:teuthology.orchestra.run.smithi193.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-15T01:29:30.663 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:29:30.663 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-04-15T01:29:30.663 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:29:30.663 INFO:teuthology.orchestra.run.smithi193.stdout:Install 12 Packages 2024-04-15T01:29:30.663 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:29:30.664 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 8.6 M 2024-04-15T01:29:30.664 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 103 M 2024-04-15T01:29:30.664 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-04-15T01:29:31.371 INFO:teuthology.orchestra.run.smithi193.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2114.ga9 176 kB/s | 32 kB 00:00 2024-04-15T01:29:31.471 INFO:teuthology.orchestra.run.smithi193.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2114.ga9a 55 kB/s | 15 kB 00:00 2024-04-15T01:29:31.555 INFO:teuthology.orchestra.run.smithi193.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 5.5 MB/s | 1.0 MB 00:00 2024-04-15T01:29:31.630 INFO:teuthology.orchestra.run.smithi193.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.7 MB/s | 269 kB 00:00 2024-04-15T01:29:31.722 INFO:teuthology.orchestra.run.smithi193.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 5.1 MB/s | 863 kB 00:00 2024-04-15T01:29:31.789 INFO:teuthology.orchestra.run.smithi193.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 291 kB/s | 19 kB 00:00 2024-04-15T01:29:31.823 INFO:teuthology.orchestra.run.smithi193.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 2.8 MB/s | 548 kB 00:00 2024-04-15T01:29:31.865 INFO:teuthology.orchestra.run.smithi193.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 3.4 MB/s | 144 kB 00:00 2024-04-15T01:29:31.873 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-15T01:29:31.898 INFO:teuthology.orchestra.run.smithi193.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 925 kB/s | 31 kB 00:00 2024-04-15T01:29:31.940 INFO:teuthology.orchestra.run.smithi193.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 4.4 MB/s | 188 kB 00:00 2024-04-15T01:29:32.007 INFO:teuthology.orchestra.run.smithi193.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 9.3 MB/s | 2.0 MB 00:00 2024-04-15T01:29:32.133 INFO:teuthology.orchestra.run.smithi193.stdout:(12/12): ceph-mgr-dashboard-19.0.0-2114.ga9a752 3.7 MB/s | 3.5 MB 00:00 2024-04-15T01:29:32.135 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:29:32.135 INFO:teuthology.orchestra.run.smithi193.stdout:Total 5.9 MB/s | 8.6 MB 00:01 2024-04-15T01:29:32.182 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-04-15T01:29:32.199 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-04-15T01:29:32.199 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-04-15T01:29:32.375 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-04-15T01:29:32.375 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-04-15T01:29:32.909 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-15T01:29:32.912 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-04-15T01:29:32.943 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 12/12 2024-04-15T01:29:33.000 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-15T01:29:33.043 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-15T01:29:33.089 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-15T01:29:33.137 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-15T01:29:33.262 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-15T01:29:33.389 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-15T01:29:33.499 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-15T01:29:33.542 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-15T01:29:33.580 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-15T01:29:33.611 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7 10/12 2024-04-15T01:29:34.654 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el 11/12 2024-04-15T01:29:34.696 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 12/12 2024-04-15T01:29:35.562 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 12/12 2024-04-15T01:29:35.562 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 1/12 2024-04-15T01:29:35.562 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-15T01:29:35.563 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-15T01:29:35.563 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-15T01:29:35.563 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-15T01:29:35.563 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-15T01:29:35.563 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-15T01:29:35.563 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-15T01:29:35.563 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 9/12 2024-04-15T01:29:35.563 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-15T01:29:35.563 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-15T01:29:35.999 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-15T01:29:35.999 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:29:35.999 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-04-15T01:29:35.999 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:29:35.999 INFO:teuthology.orchestra.run.smithi073.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-15T01:29:35.999 INFO:teuthology.orchestra.run.smithi073.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-15T01:29:35.999 INFO:teuthology.orchestra.run.smithi073.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-15T01:29:35.999 INFO:teuthology.orchestra.run.smithi073.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-15T01:29:35.999 INFO:teuthology.orchestra.run.smithi073.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-15T01:29:36.000 INFO:teuthology.orchestra.run.smithi073.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-15T01:29:36.000 INFO:teuthology.orchestra.run.smithi073.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-15T01:29:36.000 INFO:teuthology.orchestra.run.smithi073.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-15T01:29:36.000 INFO:teuthology.orchestra.run.smithi073.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-15T01:29:36.000 INFO:teuthology.orchestra.run.smithi073.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-15T01:29:36.000 INFO:teuthology.orchestra.run.smithi073.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-15T01:29:36.000 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:29:36.000 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:29:36.004 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 12/12 2024-04-15T01:29:36.004 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el 1/12 2024-04-15T01:29:36.005 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 2/12 2024-04-15T01:29:36.005 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7 3/12 2024-04-15T01:29:36.005 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-15T01:29:36.005 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-15T01:29:36.005 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-15T01:29:36.005 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-15T01:29:36.005 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-15T01:29:36.005 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-15T01:29:36.005 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-15T01:29:36.005 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-15T01:29:36.097 INFO:teuthology.orchestra.run.smithi155.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 1.0 MB/s | 16 MB 00:16 2024-04-15T01:29:36.098 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:29:36.098 INFO:teuthology.orchestra.run.smithi155.stdout:Total 2.1 MB/s | 38 MB 00:18 2024-04-15T01:29:36.376 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-15T01:29:36.376 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:29:36.376 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-04-15T01:29:36.377 INFO:teuthology.orchestra.run.smithi193.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-15T01:29:36.377 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:29:36.377 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:29:36.377 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:29:36.377 INFO:teuthology.orchestra.run.smithi193.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-15T01:29:36.377 INFO:teuthology.orchestra.run.smithi193.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-15T01:29:36.377 INFO:teuthology.orchestra.run.smithi193.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-15T01:29:36.377 INFO:teuthology.orchestra.run.smithi193.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-15T01:29:36.377 INFO:teuthology.orchestra.run.smithi193.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-15T01:29:36.377 INFO:teuthology.orchestra.run.smithi193.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-15T01:29:36.377 INFO:teuthology.orchestra.run.smithi193.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-15T01:29:36.377 INFO:teuthology.orchestra.run.smithi193.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-15T01:29:36.377 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:29:36.377 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-15T01:29:36.413 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph-mgr-rook 2024-04-15T01:29:36.455 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-15T01:29:36.483 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-15T01:29:36.483 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-15T01:29:36.645 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-15T01:29:36.915 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-15T01:29:36.915 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-15T01:29:37.018 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:26 ago on Mon 15 Apr 2024 01:28:11 AM UTC. 2024-04-15T01:29:37.241 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:12 ago on Mon 15 Apr 2024 01:28:25 AM UTC. 2024-04-15T01:29:37.306 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:29:37.306 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:29:37.307 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:29:37.307 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.307 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:29:37.307 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.307 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:29:37.307 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.307 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:29:37.307 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.307 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:29:37.307 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.307 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:29:37.307 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.308 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:29:37.308 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.308 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:29:37.308 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.308 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:29:37.308 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.308 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:29:37.308 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.308 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:29:37.308 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.308 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:29:37.308 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.308 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:29:37.308 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.309 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:29:37.309 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.309 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:29:37.309 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.309 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:29:37.309 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.309 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:29:37.309 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.309 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:29:37.309 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.309 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:29:37.309 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.309 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:29:37.310 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.310 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:29:37.310 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.310 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:29:37.310 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.310 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:29:37.310 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.310 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:29:37.310 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.310 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:29:37.310 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.311 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:29:37.311 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.311 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:29:37.311 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.311 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:29:37.311 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.311 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:29:37.311 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.311 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:29:37.311 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.311 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:29:37.311 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.311 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:29:37.312 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.312 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:29:37.312 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.312 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:29:37.312 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.312 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:29:37.312 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.312 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:29:37.312 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.312 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:29:37.312 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.312 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.312 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.312 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:29:37.313 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.313 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.313 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.313 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.313 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:29:37.313 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.313 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.313 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.313 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.313 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.313 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.313 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:29:37.313 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.313 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.314 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.314 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.314 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:29:37.314 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.314 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.314 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.314 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.314 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:29:37.314 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.314 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.314 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.314 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.314 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:29:37.315 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.315 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.315 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.315 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.315 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:29:37.315 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.315 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.315 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.315 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.315 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:29:37.315 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.315 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.315 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.315 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.375 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:29:37.376 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:29:37.376 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repository Size 2024-04-15T01:29:37.376 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:29:37.376 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-04-15T01:29:37.376 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr-rook noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 49 k 2024-04-15T01:29:37.377 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2024-04-15T01:29:37.377 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-15T01:29:37.377 INFO:teuthology.orchestra.run.smithi073.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-15T01:29:37.377 INFO:teuthology.orchestra.run.smithi073.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-15T01:29:37.377 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-15T01:29:37.377 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-15T01:29:37.377 INFO:teuthology.orchestra.run.smithi073.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-15T01:29:37.377 INFO:teuthology.orchestra.run.smithi073.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-15T01:29:37.377 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-15T01:29:37.377 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-15T01:29:37.377 INFO:teuthology.orchestra.run.smithi073.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-15T01:29:37.377 INFO:teuthology.orchestra.run.smithi073.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-15T01:29:37.377 INFO:teuthology.orchestra.run.smithi073.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-15T01:29:37.377 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:29:37.378 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-04-15T01:29:37.378 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:29:37.378 INFO:teuthology.orchestra.run.smithi073.stdout:Install 13 Packages 2024-04-15T01:29:37.378 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:29:37.378 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 2.2 M 2024-04-15T01:29:37.378 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 26 M 2024-04-15T01:29:37.378 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-04-15T01:29:37.536 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-15T01:29:37.536 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-15T01:29:37.536 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-15T01:29:37.536 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.536 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-15T01:29:37.536 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.536 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-15T01:29:37.537 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.537 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-15T01:29:37.537 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.537 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-15T01:29:37.537 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.537 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-15T01:29:37.537 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.537 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-15T01:29:37.537 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.537 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-15T01:29:37.537 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.537 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-15T01:29:37.537 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.538 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-15T01:29:37.538 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.538 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-15T01:29:37.538 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.538 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-15T01:29:37.538 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.538 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-15T01:29:37.538 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.538 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-15T01:29:37.538 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.538 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-15T01:29:37.538 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.538 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-15T01:29:37.539 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.539 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-15T01:29:37.539 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.539 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-15T01:29:37.539 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.539 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-15T01:29:37.539 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.539 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-15T01:29:37.539 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.539 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-15T01:29:37.539 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.539 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-15T01:29:37.540 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.540 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-15T01:29:37.540 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.540 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-15T01:29:37.540 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.540 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-15T01:29:37.540 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.540 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-15T01:29:37.540 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.540 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-15T01:29:37.540 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.540 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-15T01:29:37.540 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.540 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-15T01:29:37.541 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.541 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-15T01:29:37.541 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.541 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-15T01:29:37.541 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.541 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-15T01:29:37.541 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.541 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-15T01:29:37.541 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.541 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-15T01:29:37.541 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.541 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-15T01:29:37.541 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.542 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-15T01:29:37.542 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.542 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-15T01:29:37.542 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.542 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.542 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.542 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:29:37.542 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.542 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.542 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.542 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.542 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-15T01:29:37.542 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.543 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.543 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.543 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.543 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.543 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.543 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:29:37.543 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.543 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.543 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.543 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.543 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:29:37.543 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.543 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.544 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.544 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.544 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:29:37.544 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.544 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.544 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.544 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.544 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:29:37.544 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.544 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.544 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.544 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.544 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:29:37.545 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.545 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.545 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.545 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.545 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:29:37.545 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.545 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.545 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.545 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:29:37.605 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-15T01:29:37.606 INFO:teuthology.orchestra.run.smithi193.stdout:======================================================================================= 2024-04-15T01:29:37.606 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repository Size 2024-04-15T01:29:37.606 INFO:teuthology.orchestra.run.smithi193.stdout:======================================================================================= 2024-04-15T01:29:37.606 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-04-15T01:29:37.607 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 7.4 M 2024-04-15T01:29:37.607 INFO:teuthology.orchestra.run.smithi193.stdout:Installing dependencies: 2024-04-15T01:29:37.607 INFO:teuthology.orchestra.run.smithi193.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-15T01:29:37.607 INFO:teuthology.orchestra.run.smithi193.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-15T01:29:37.607 INFO:teuthology.orchestra.run.smithi193.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-15T01:29:37.607 INFO:teuthology.orchestra.run.smithi193.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-15T01:29:37.607 INFO:teuthology.orchestra.run.smithi193.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-15T01:29:37.607 INFO:teuthology.orchestra.run.smithi193.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-15T01:29:37.607 INFO:teuthology.orchestra.run.smithi193.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-15T01:29:37.607 INFO:teuthology.orchestra.run.smithi193.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-15T01:29:37.607 INFO:teuthology.orchestra.run.smithi193.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-15T01:29:37.607 INFO:teuthology.orchestra.run.smithi193.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-15T01:29:37.607 INFO:teuthology.orchestra.run.smithi193.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-15T01:29:37.607 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:29:37.608 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-04-15T01:29:37.608 INFO:teuthology.orchestra.run.smithi193.stdout:======================================================================================= 2024-04-15T01:29:37.608 INFO:teuthology.orchestra.run.smithi193.stdout:Install 12 Packages 2024-04-15T01:29:37.608 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:29:37.608 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 38 M 2024-04-15T01:29:37.608 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 209 M 2024-04-15T01:29:37.609 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-04-15T01:29:37.678 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-15T01:29:37.752 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-15T01:29:37.795 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-15T01:29:37.877 INFO:teuthology.orchestra.run.smithi073.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 383 kB/s | 26 kB 00:00 2024-04-15T01:29:37.895 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-15T01:29:37.927 INFO:teuthology.orchestra.run.smithi073.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 164 kB/s | 19 kB 00:00 2024-04-15T01:29:37.930 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-15T01:29:38.019 INFO:teuthology.orchestra.run.smithi073.stdout:(3/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 159 kB 00:00 2024-04-15T01:29:38.058 INFO:teuthology.orchestra.run.smithi193.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 734 kB/s | 195 kB 00:00 2024-04-15T01:29:38.061 INFO:teuthology.orchestra.run.smithi073.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.4 MB/s | 222 kB 00:00 2024-04-15T01:29:38.107 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-15T01:29:38.111 INFO:teuthology.orchestra.run.smithi073.stdout:(5/13): ceph-mgr-rook-19.0.0-2114.ga9a752df.el7 164 kB/s | 49 kB 00:00 2024-04-15T01:29:38.136 INFO:teuthology.orchestra.run.smithi073.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.3 MB/s | 279 kB 00:00 2024-04-15T01:29:38.145 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-15T01:29:38.162 INFO:teuthology.orchestra.run.smithi073.stdout:(7/13): python3-requests-oauthlib-1.3.0-12.el9. 534 kB/s | 54 kB 00:00 2024-04-15T01:29:38.221 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-15T01:29:38.325 INFO:teuthology.orchestra.run.smithi193.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 122 kB/s | 33 kB 00:00 2024-04-15T01:29:38.370 INFO:teuthology.orchestra.run.smithi073.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 124 kB/s | 32 kB 00:00 2024-04-15T01:29:38.395 INFO:teuthology.orchestra.run.smithi073.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 58 kB/s | 15 kB 00:00 2024-04-15T01:29:38.417 INFO:teuthology.orchestra.run.smithi193.stdout:(3/12): ceph-mgr-diskprediction-local-19.0.0-21 12 MB/s | 7.4 MB 00:00 2024-04-15T01:29:38.443 INFO:teuthology.orchestra.run.smithi193.stdout:(4/12): libgfortran-11.4.1-3.el9.x86_64.rpm 1.2 MB/s | 803 kB 00:00 2024-04-15T01:29:38.487 INFO:teuthology.orchestra.run.smithi073.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 645 kB/s | 59 kB 00:00 2024-04-15T01:29:38.521 INFO:teuthology.orchestra.run.smithi073.stdout:(11/13): python3-google-auth-2.28.2-1.el9.noarc 564 kB/s | 203 kB 00:00 2024-04-15T01:29:38.588 INFO:teuthology.orchestra.run.smithi073.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 895 kB/s | 90 kB 00:00 2024-04-15T01:29:38.684 INFO:teuthology.orchestra.run.smithi193.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 68 kB/s | 18 kB 00:00 2024-04-15T01:29:38.710 INFO:teuthology.orchestra.run.smithi193.stdout:(6/12): openblas-0.3.21-2.el9.x86_64.rpm 132 kB/s | 35 kB 00:00 2024-04-15T01:29:38.830 INFO:teuthology.orchestra.run.smithi073.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 2.2 MB/s | 1.0 MB 00:00 2024-04-15T01:29:38.833 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:29:38.833 INFO:teuthology.orchestra.run.smithi073.stdout:Total 1.5 MB/s | 2.2 MB 00:01 2024-04-15T01:29:38.877 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-15T01:29:38.894 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-04-15T01:29:38.909 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-04-15T01:29:38.909 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-04-15T01:29:39.000 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-15T01:29:39.005 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-04-15T01:29:39.012 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-04-15T01:29:39.135 INFO:teuthology.orchestra.run.smithi193.stdout:(7/12): python3-devel-3.9.17-2.el9.x86_64.rpm 578 kB/s | 245 kB 00:00 2024-04-15T01:29:39.194 INFO:teuthology.orchestra.run.smithi193.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 3.4 MB/s | 3.0 MB 00:00 2024-04-15T01:29:39.302 INFO:teuthology.orchestra.run.smithi193.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.3 MB/s | 250 kB 00:00 2024-04-15T01:29:39.532 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-04-15T01:29:39.711 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-15T01:29:39.772 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-15T01:29:39.830 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-15T01:29:39.865 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-15T01:29:39.894 INFO:teuthology.orchestra.run.smithi193.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 6.7 MB/s | 5.1 MB 00:00 2024-04-15T01:29:39.907 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-15T01:29:39.961 INFO:teuthology.orchestra.run.smithi193.stdout:(11/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 3.7 MB/s | 4.7 MB 00:01 2024-04-15T01:29:40.000 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-15T01:29:40.109 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-15T01:29:40.158 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-15T01:29:40.223 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-15T01:29:40.879 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-15T01:29:40.930 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-15T01:29:40.964 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-15T01:29:41.012 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-15T01:29:41.034 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 13/13 2024-04-15T01:29:41.128 INFO:teuthology.orchestra.run.smithi193.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 8.9 MB/s | 16 MB 00:01 2024-04-15T01:29:41.129 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:29:41.129 INFO:teuthology.orchestra.run.smithi193.stdout:Total 11 MB/s | 38 MB 00:03 2024-04-15T01:29:41.265 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-15T01:29:41.296 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 12/12 2024-04-15T01:29:41.487 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-04-15T01:29:41.515 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-04-15T01:29:41.515 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-04-15T01:29:41.843 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 13/13 2024-04-15T01:29:41.843 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 1/13 2024-04-15T01:29:41.843 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-15T01:29:41.843 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-15T01:29:41.843 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-15T01:29:41.843 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-15T01:29:41.843 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-15T01:29:41.844 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-15T01:29:41.844 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-15T01:29:41.844 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-15T01:29:41.844 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-15T01:29:41.844 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-15T01:29:41.844 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-15T01:29:41.940 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-04-15T01:29:41.941 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-04-15T01:29:42.211 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-15T01:29:42.211 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:29:42.211 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-04-15T01:29:42.211 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:29:42.211 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-15T01:29:42.211 INFO:teuthology.orchestra.run.smithi073.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-15T01:29:42.212 INFO:teuthology.orchestra.run.smithi073.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-15T01:29:42.212 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-15T01:29:42.212 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-15T01:29:42.212 INFO:teuthology.orchestra.run.smithi073.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-15T01:29:42.212 INFO:teuthology.orchestra.run.smithi073.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-15T01:29:42.212 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-15T01:29:42.212 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-15T01:29:42.212 INFO:teuthology.orchestra.run.smithi073.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-15T01:29:42.212 INFO:teuthology.orchestra.run.smithi073.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-15T01:29:42.212 INFO:teuthology.orchestra.run.smithi073.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-15T01:29:42.212 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:29:42.212 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:29:42.463 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph-mgr-cephadm 2024-04-15T01:29:42.711 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-04-15T01:29:42.796 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-15T01:29:42.834 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-15T01:29:42.933 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-15T01:29:42.994 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-15T01:29:43.056 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:32 ago on Mon 15 Apr 2024 01:28:11 AM UTC. 2024-04-15T01:29:43.180 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-15T01:29:43.210 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-15T01:29:43.286 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-15T01:29:43.343 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:29:43.343 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:29:43.343 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:29:43.343 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.343 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:29:43.343 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.343 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:29:43.343 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.343 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:29:43.343 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.344 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:29:43.344 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.344 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:29:43.344 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.344 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:29:43.344 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.344 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:29:43.344 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.344 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:29:43.344 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.344 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:29:43.344 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.344 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:29:43.344 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.345 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:29:43.345 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.345 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:29:43.345 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.345 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:29:43.345 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.345 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:29:43.345 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.345 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:29:43.345 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.345 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:29:43.345 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.346 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:29:43.346 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.346 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:29:43.346 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.346 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:29:43.346 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.346 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:29:43.346 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.346 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:29:43.346 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.346 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:29:43.346 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.346 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:29:43.347 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.347 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:29:43.347 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.347 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:29:43.347 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.347 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:29:43.347 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.347 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:29:43.347 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.347 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:29:43.347 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.347 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:29:43.347 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.347 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:29:43.348 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.348 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:29:43.348 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.348 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:29:43.348 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.348 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:29:43.348 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.348 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:29:43.348 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.348 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:29:43.348 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.348 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:29:43.348 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.349 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.349 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.349 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:29:43.349 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.349 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.349 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.349 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.349 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:29:43.349 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.349 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.349 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.350 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.350 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.350 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.350 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:29:43.350 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.350 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.350 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.350 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.350 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:29:43.350 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.350 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.350 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.350 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.351 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:29:43.351 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.351 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.351 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.351 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.351 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:29:43.351 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.351 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.351 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.351 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.351 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:29:43.351 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.351 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.352 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.352 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.352 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:29:43.352 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.352 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.352 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.352 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:29:43.412 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:29:43.413 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:29:43.413 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repository Size 2024-04-15T01:29:43.413 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:29:43.413 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-04-15T01:29:43.413 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 139 k 2024-04-15T01:29:43.413 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2024-04-15T01:29:43.413 INFO:teuthology.orchestra.run.smithi073.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-15T01:29:43.413 INFO:teuthology.orchestra.run.smithi073.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-15T01:29:43.414 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-15T01:29:43.414 INFO:teuthology.orchestra.run.smithi073.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-15T01:29:43.414 INFO:teuthology.orchestra.run.smithi073.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-15T01:29:43.414 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:29:43.414 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-04-15T01:29:43.414 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:29:43.414 INFO:teuthology.orchestra.run.smithi073.stdout:Install 6 Packages 2024-04-15T01:29:43.414 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:29:43.415 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 7.0 M 2024-04-15T01:29:43.415 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 33 M 2024-04-15T01:29:43.415 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-04-15T01:29:43.833 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 12/12 2024-04-15T01:29:43.833 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 1/12 2024-04-15T01:29:43.833 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-15T01:29:43.833 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-15T01:29:43.833 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-15T01:29:43.834 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-15T01:29:43.834 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-15T01:29:43.834 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-15T01:29:43.834 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-15T01:29:43.834 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 9/12 2024-04-15T01:29:43.834 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-15T01:29:43.834 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-15T01:29:43.950 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-15T01:29:44.072 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-15T01:29:44.148 INFO:teuthology.orchestra.run.smithi073.stdout:(1/6): ceph-mgr-cephadm-19.0.0-2114.ga9a752df.e 579 kB/s | 139 kB 00:00 2024-04-15T01:29:44.324 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-15T01:29:44.324 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:29:44.324 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-15T01:29:44.324 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:29:44.324 INFO:teuthology.orchestra.run.smithi155.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-15T01:29:44.324 INFO:teuthology.orchestra.run.smithi155.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-15T01:29:44.324 INFO:teuthology.orchestra.run.smithi155.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-15T01:29:44.324 INFO:teuthology.orchestra.run.smithi155.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-15T01:29:44.324 INFO:teuthology.orchestra.run.smithi155.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-15T01:29:44.324 INFO:teuthology.orchestra.run.smithi155.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-15T01:29:44.324 INFO:teuthology.orchestra.run.smithi155.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-15T01:29:44.325 INFO:teuthology.orchestra.run.smithi155.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-15T01:29:44.325 INFO:teuthology.orchestra.run.smithi155.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-15T01:29:44.325 INFO:teuthology.orchestra.run.smithi155.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-15T01:29:44.325 INFO:teuthology.orchestra.run.smithi155.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-15T01:29:44.325 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:29:44.325 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:29:44.515 INFO:teuthology.orchestra.run.smithi073.stdout:(2/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 408 kB/s | 248 kB 00:00 2024-04-15T01:29:44.542 INFO:teuthology.orchestra.run.smithi073.stdout:(3/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.4 MB/s | 548 kB 00:00 2024-04-15T01:29:44.599 INFO:teuthology.orchestra.run.smithi073.stdout:(4/6): python3-typing-extensions-4.4.0-2.el9.no 874 kB/s | 51 kB 00:00 2024-04-15T01:29:44.760 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-mgr-rook 2024-04-15T01:29:44.782 INFO:teuthology.orchestra.run.smithi073.stdout:(5/6): python3-natsort-7.1.1-5.el9.noarch.rpm 216 kB/s | 58 kB 00:00 2024-04-15T01:29:45.290 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-15T01:29:45.374 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:39 ago on Mon 15 Apr 2024 01:28:06 AM UTC. 2024-04-15T01:29:45.664 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:29:45.664 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:29:45.664 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:29:45.664 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.664 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:29:45.664 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.664 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:29:45.664 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.664 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:29:45.664 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.664 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:29:45.665 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.665 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:29:45.665 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.665 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:29:45.665 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.665 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:29:45.665 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.665 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:29:45.665 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.665 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:29:45.665 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.665 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:29:45.665 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.665 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:29:45.666 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.666 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:29:45.666 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.666 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:29:45.666 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.666 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:29:45.666 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.666 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:29:45.666 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.666 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:29:45.666 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.666 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:29:45.666 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.667 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:29:45.667 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.667 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:29:45.667 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.667 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:29:45.667 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.667 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:29:45.667 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.667 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:29:45.667 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.667 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:29:45.667 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.667 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:29:45.668 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.668 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:29:45.668 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.668 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:29:45.668 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.668 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:29:45.668 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.668 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:29:45.668 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.668 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:29:45.668 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.668 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:29:45.668 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.669 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:29:45.669 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.669 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:29:45.669 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.669 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:29:45.669 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.669 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:29:45.669 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.669 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:29:45.669 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.669 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:29:45.669 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.669 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.670 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.670 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:29:45.670 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.670 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.670 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.670 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.670 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:29:45.670 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.670 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.670 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.670 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.670 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.670 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.671 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:29:45.671 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.671 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.671 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.671 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.671 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:29:45.671 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.671 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.671 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.671 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.671 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:29:45.671 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.671 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.672 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.672 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.672 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:29:45.672 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.672 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.672 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.672 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.672 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:29:45.672 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.672 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.672 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.672 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.672 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:29:45.672 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.673 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.673 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.673 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:29:45.732 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:29:45.733 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:29:45.734 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2024-04-15T01:29:45.734 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:29:45.734 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-15T01:29:45.734 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-rook noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 49 k 2024-04-15T01:29:45.734 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2024-04-15T01:29:45.734 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-15T01:29:45.734 INFO:teuthology.orchestra.run.smithi155.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-15T01:29:45.734 INFO:teuthology.orchestra.run.smithi155.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-15T01:29:45.734 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-15T01:29:45.734 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-15T01:29:45.734 INFO:teuthology.orchestra.run.smithi155.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-15T01:29:45.734 INFO:teuthology.orchestra.run.smithi155.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-15T01:29:45.735 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-15T01:29:45.735 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-15T01:29:45.735 INFO:teuthology.orchestra.run.smithi155.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-15T01:29:45.735 INFO:teuthology.orchestra.run.smithi155.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-15T01:29:45.735 INFO:teuthology.orchestra.run.smithi155.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-15T01:29:45.735 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:29:45.735 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-15T01:29:45.735 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:29:45.735 INFO:teuthology.orchestra.run.smithi155.stdout:Install 13 Packages 2024-04-15T01:29:45.735 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:29:45.736 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 2.2 M 2024-04-15T01:29:45.736 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 26 M 2024-04-15T01:29:45.736 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-15T01:29:46.274 INFO:teuthology.orchestra.run.smithi073.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 2.5 MB/s | 6.0 MB 00:02 2024-04-15T01:29:46.276 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:29:46.277 INFO:teuthology.orchestra.run.smithi073.stdout:Total 2.4 MB/s | 7.0 MB 00:02 2024-04-15T01:29:46.325 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-15T01:29:46.351 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-04-15T01:29:46.360 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 12/12 2024-04-15T01:29:46.363 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-04-15T01:29:46.363 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-04-15T01:29:46.423 INFO:teuthology.orchestra.run.smithi155.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 90 kB/s | 26 kB 00:00 2024-04-15T01:29:46.448 INFO:teuthology.orchestra.run.smithi155.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 62 kB/s | 19 kB 00:00 2024-04-15T01:29:46.469 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-04-15T01:29:46.469 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-04-15T01:29:46.482 INFO:teuthology.orchestra.run.smithi155.stdout:(3/13): ceph-mgr-rook-19.0.0-2114.ga9a752df.el7 143 kB/s | 49 kB 00:00 2024-04-15T01:29:46.781 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-04-15T01:29:46.807 INFO:teuthology.orchestra.run.smithi155.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 442 kB/s | 159 kB 00:00 2024-04-15T01:29:46.857 INFO:teuthology.orchestra.run.smithi155.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 512 kB/s | 222 kB 00:00 2024-04-15T01:29:46.907 INFO:teuthology.orchestra.run.smithi155.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 535 kB/s | 54 kB 00:00 2024-04-15T01:29:46.948 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-15T01:29:47.000 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-15T01:29:47.108 INFO:teuthology.orchestra.run.smithi155.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 446 kB/s | 279 kB 00:00 2024-04-15T01:29:47.183 INFO:teuthology.orchestra.run.smithi155.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 99 kB/s | 32 kB 00:00 2024-04-15T01:29:47.225 INFO:teuthology.orchestra.run.smithi155.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 47 kB/s | 15 kB 00:00 2024-04-15T01:29:47.518 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-15T01:29:47.525 INFO:teuthology.orchestra.run.smithi155.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 197 kB/s | 59 kB 00:00 2024-04-15T01:29:47.603 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-15T01:29:47.665 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-15T01:29:47.688 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 6/6 2024-04-15T01:29:47.834 INFO:teuthology.orchestra.run.smithi155.stdout:(11/13): python3-websocket-client-1.2.3-2.el9.n 291 kB/s | 90 kB 00:00 2024-04-15T01:29:47.868 INFO:teuthology.orchestra.run.smithi155.stdout:(12/13): python3-google-auth-2.28.2-1.el9.noarc 267 kB/s | 203 kB 00:00 2024-04-15T01:29:48.478 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 6/6 2024-04-15T01:29:48.478 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/6 2024-04-15T01:29:48.478 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-15T01:29:48.479 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-15T01:29:48.479 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-15T01:29:48.479 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-15T01:29:48.584 INFO:teuthology.orchestra.run.smithi155.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 746 kB/s | 1.0 MB 00:01 2024-04-15T01:29:48.585 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:29:48.585 INFO:teuthology.orchestra.run.smithi155.stdout:Total 790 kB/s | 2.2 MB 00:02 2024-04-15T01:29:48.655 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-15T01:29:48.671 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-15T01:29:48.671 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-15T01:29:48.769 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-15T01:29:48.769 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-15T01:29:48.791 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-15T01:29:48.792 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:29:48.792 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-04-15T01:29:48.792 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:29:48.792 INFO:teuthology.orchestra.run.smithi073.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-15T01:29:48.792 INFO:teuthology.orchestra.run.smithi073.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-15T01:29:48.792 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-15T01:29:48.792 INFO:teuthology.orchestra.run.smithi073.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-15T01:29:48.792 INFO:teuthology.orchestra.run.smithi073.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-15T01:29:48.792 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:29:48.792 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:29:48.987 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 12/12 2024-04-15T01:29:48.988 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 1/12 2024-04-15T01:29:48.988 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-15T01:29:48.988 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-15T01:29:48.988 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-15T01:29:48.988 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-15T01:29:48.988 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-15T01:29:48.988 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-15T01:29:48.988 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-15T01:29:48.988 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 9/12 2024-04-15T01:29:48.988 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-15T01:29:48.988 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-15T01:29:49.033 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph-fuse 2024-04-15T01:29:49.306 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-15T01:29:49.444 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-15T01:29:49.444 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:29:49.444 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-04-15T01:29:49.445 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:29:49.445 INFO:teuthology.orchestra.run.smithi193.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-15T01:29:49.445 INFO:teuthology.orchestra.run.smithi193.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-15T01:29:49.445 INFO:teuthology.orchestra.run.smithi193.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-15T01:29:49.445 INFO:teuthology.orchestra.run.smithi193.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-15T01:29:49.445 INFO:teuthology.orchestra.run.smithi193.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-15T01:29:49.445 INFO:teuthology.orchestra.run.smithi193.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-15T01:29:49.445 INFO:teuthology.orchestra.run.smithi193.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-15T01:29:49.445 INFO:teuthology.orchestra.run.smithi193.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-15T01:29:49.445 INFO:teuthology.orchestra.run.smithi193.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-15T01:29:49.445 INFO:teuthology.orchestra.run.smithi193.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-15T01:29:49.445 INFO:teuthology.orchestra.run.smithi193.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-15T01:29:49.446 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:29:49.446 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-15T01:29:49.481 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-15T01:29:49.536 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-15T01:29:49.599 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-15T01:29:49.628 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:38 ago on Mon 15 Apr 2024 01:28:11 AM UTC. 2024-04-15T01:29:49.629 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-15T01:29:49.669 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-15T01:29:49.763 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-15T01:29:49.855 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install ceph-mgr-rook 2024-04-15T01:29:49.865 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-15T01:29:49.917 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:29:49.918 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:29:49.918 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:29:49.918 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.918 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:29:49.918 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.918 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:29:49.918 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.918 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:29:49.918 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.918 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:29:49.919 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.919 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:29:49.919 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.919 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:29:49.919 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.919 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:29:49.919 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.919 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:29:49.919 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.919 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:29:49.919 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.919 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:29:49.919 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.920 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:29:49.920 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.920 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:29:49.920 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.920 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:29:49.920 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.920 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:29:49.920 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.920 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:29:49.920 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.920 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:29:49.920 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.920 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:29:49.921 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.921 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:29:49.921 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.921 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:29:49.921 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.921 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:29:49.921 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.921 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:29:49.921 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.921 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:29:49.921 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.921 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:29:49.921 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.922 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:29:49.922 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.922 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:29:49.922 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.922 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:29:49.922 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.922 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:29:49.922 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.922 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:29:49.922 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.922 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:29:49.923 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.923 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:29:49.923 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.923 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:29:49.923 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.923 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:29:49.923 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.923 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:29:49.923 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.923 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:29:49.923 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.923 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:29:49.923 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.924 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:29:49.924 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.924 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.924 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.924 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:29:49.924 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.924 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.924 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.924 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.924 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:29:49.924 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.924 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.925 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.925 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.925 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.925 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.925 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:29:49.925 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.925 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.925 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.925 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.925 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:29:49.925 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.925 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.925 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.926 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.926 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:29:49.926 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.926 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.926 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.926 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.926 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:29:49.926 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.926 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.926 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.926 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.926 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:29:49.927 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.927 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.927 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.927 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.927 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:29:49.927 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.927 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.927 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.927 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:29:49.927 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-15T01:29:49.987 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:29:49.988 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:29:49.988 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repository Size 2024-04-15T01:29:49.988 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:29:49.988 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-04-15T01:29:49.988 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-fuse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 891 k 2024-04-15T01:29:49.988 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2024-04-15T01:29:49.988 INFO:teuthology.orchestra.run.smithi073.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-15T01:29:49.988 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:29:49.988 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-04-15T01:29:49.988 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:29:49.988 INFO:teuthology.orchestra.run.smithi073.stdout:Install 2 Packages 2024-04-15T01:29:49.988 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:29:49.989 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 971 k 2024-04-15T01:29:49.989 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 2.8 M 2024-04-15T01:29:49.989 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-04-15T01:29:50.326 INFO:teuthology.orchestra.run.smithi073.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 414 kB/s | 80 kB 00:00 2024-04-15T01:29:50.457 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:25 ago on Mon 15 Apr 2024 01:28:25 AM UTC. 2024-04-15T01:29:50.647 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-15T01:29:50.694 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-15T01:29:50.728 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-15T01:29:50.745 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-15T01:29:50.745 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-15T01:29:50.745 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-15T01:29:50.745 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.745 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-15T01:29:50.745 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.746 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-15T01:29:50.746 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.746 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-15T01:29:50.746 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.746 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-15T01:29:50.746 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.746 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-15T01:29:50.746 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.746 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-15T01:29:50.746 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.746 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-15T01:29:50.746 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.747 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-15T01:29:50.747 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.747 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-15T01:29:50.747 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.747 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-15T01:29:50.747 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.747 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-15T01:29:50.747 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.747 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-15T01:29:50.747 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.747 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-15T01:29:50.747 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.747 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-15T01:29:50.747 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.747 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-15T01:29:50.748 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.748 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-15T01:29:50.748 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.748 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-15T01:29:50.748 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.748 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-15T01:29:50.748 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.748 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-15T01:29:50.748 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.748 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-15T01:29:50.748 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.748 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-15T01:29:50.748 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.748 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-15T01:29:50.749 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.749 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-15T01:29:50.749 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.749 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-15T01:29:50.749 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.749 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-15T01:29:50.749 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.749 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-15T01:29:50.749 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.749 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-15T01:29:50.749 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.749 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-15T01:29:50.749 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.749 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-15T01:29:50.750 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.750 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-15T01:29:50.750 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.750 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-15T01:29:50.750 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.750 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-15T01:29:50.750 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.750 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-15T01:29:50.750 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.750 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-15T01:29:50.750 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.750 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-15T01:29:50.750 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.750 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-15T01:29:50.750 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.751 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.751 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.751 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:29:50.751 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.751 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.751 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.751 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.751 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-15T01:29:50.751 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.751 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.751 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.751 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.751 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.751 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.751 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:29:50.752 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.752 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.752 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.752 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.752 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:29:50.753 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.753 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.753 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.753 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.753 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:29:50.753 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.753 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.753 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.753 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.753 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:29:50.753 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.753 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.753 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.753 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.754 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:29:50.754 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.754 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.754 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.754 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.754 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:29:50.754 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.754 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.754 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.754 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:29:50.777 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-15T01:29:50.798 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 13/13 2024-04-15T01:29:50.813 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-15T01:29:50.815 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:29:50.815 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repository Size 2024-04-15T01:29:50.815 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:29:50.815 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-04-15T01:29:50.815 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mgr-rook noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 49 k 2024-04-15T01:29:50.815 INFO:teuthology.orchestra.run.smithi193.stdout:Installing dependencies: 2024-04-15T01:29:50.815 INFO:teuthology.orchestra.run.smithi193.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-15T01:29:50.815 INFO:teuthology.orchestra.run.smithi193.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-15T01:29:50.815 INFO:teuthology.orchestra.run.smithi193.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-15T01:29:50.815 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-15T01:29:50.816 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-15T01:29:50.816 INFO:teuthology.orchestra.run.smithi193.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-15T01:29:50.816 INFO:teuthology.orchestra.run.smithi193.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-15T01:29:50.816 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-15T01:29:50.816 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-15T01:29:50.816 INFO:teuthology.orchestra.run.smithi193.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-15T01:29:50.816 INFO:teuthology.orchestra.run.smithi193.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-15T01:29:50.816 INFO:teuthology.orchestra.run.smithi193.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-15T01:29:50.816 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:29:50.816 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-04-15T01:29:50.816 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:29:50.816 INFO:teuthology.orchestra.run.smithi193.stdout:Install 13 Packages 2024-04-15T01:29:50.816 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:29:50.817 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 2.2 M 2024-04-15T01:29:50.817 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 26 M 2024-04-15T01:29:50.817 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-04-15T01:29:51.545 INFO:teuthology.orchestra.run.smithi193.stdout:(1/13): ceph-mgr-rook-19.0.0-2114.ga9a752df.el7 155 kB/s | 49 kB 00:00 2024-04-15T01:29:51.571 INFO:teuthology.orchestra.run.smithi193.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 56 kB/s | 19 kB 00:00 2024-04-15T01:29:51.596 INFO:teuthology.orchestra.run.smithi193.stdout:(3/13): python3-jsonpatch-1.21-16.el9.noarch.rp 70 kB/s | 26 kB 00:00 2024-04-15T01:29:51.641 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 13/13 2024-04-15T01:29:51.641 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 1/13 2024-04-15T01:29:51.641 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-15T01:29:51.641 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-15T01:29:51.642 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-15T01:29:51.642 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-15T01:29:51.642 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-15T01:29:51.642 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-15T01:29:51.642 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-15T01:29:51.642 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-15T01:29:51.642 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-15T01:29:51.642 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-15T01:29:51.642 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-15T01:29:51.734 INFO:teuthology.orchestra.run.smithi073.stdout:(2/2): ceph-fuse-19.0.0-2114.ga9a752df.el7.x86_ 556 kB/s | 891 kB 00:01 2024-04-15T01:29:51.735 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:29:51.735 INFO:teuthology.orchestra.run.smithi073.stdout:Total 556 kB/s | 971 kB 00:01 2024-04-15T01:29:51.749 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-04-15T01:29:51.774 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-04-15T01:29:51.774 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-04-15T01:29:51.855 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-04-15T01:29:51.856 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-04-15T01:29:52.013 INFO:teuthology.orchestra.run.smithi193.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 359 kB/s | 159 kB 00:00 2024-04-15T01:29:52.035 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-15T01:29:52.035 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:29:52.035 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-15T01:29:52.035 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:29:52.035 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-15T01:29:52.035 INFO:teuthology.orchestra.run.smithi155.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-15T01:29:52.035 INFO:teuthology.orchestra.run.smithi155.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-15T01:29:52.035 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-15T01:29:52.035 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-15T01:29:52.035 INFO:teuthology.orchestra.run.smithi155.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-15T01:29:52.035 INFO:teuthology.orchestra.run.smithi155.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-15T01:29:52.035 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-15T01:29:52.036 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-15T01:29:52.036 INFO:teuthology.orchestra.run.smithi155.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-15T01:29:52.036 INFO:teuthology.orchestra.run.smithi155.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-15T01:29:52.036 INFO:teuthology.orchestra.run.smithi155.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-15T01:29:52.036 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:29:52.036 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:29:52.042 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-04-15T01:29:52.097 INFO:teuthology.orchestra.run.smithi193.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 403 kB/s | 222 kB 00:00 2024-04-15T01:29:52.131 INFO:teuthology.orchestra.run.smithi193.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 458 kB/s | 54 kB 00:00 2024-04-15T01:29:52.186 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-15T01:29:52.206 INFO:teuthology.orchestra.run.smithi193.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 296 kB/s | 32 kB 00:00 2024-04-15T01:29:52.231 INFO:teuthology.orchestra.run.smithi193.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 149 kB/s | 15 kB 00:00 2024-04-15T01:29:52.260 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2/2 2024-04-15T01:29:52.289 INFO:teuthology.orchestra.run.smithi193.stdout:(9/13): python3-pyasn1-modules-0.4.8-6.el9.noar 402 kB/s | 279 kB 00:00 2024-04-15T01:29:52.298 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-mgr-cephadm 2024-04-15T01:29:52.340 INFO:teuthology.orchestra.run.smithi193.stdout:(10/13): python3-google-auth-2.28.2-1.el9.noarc 1.5 MB/s | 203 kB 00:00 2024-04-15T01:29:52.398 INFO:teuthology.orchestra.run.smithi193.stdout:(11/13): python3-websocket-client-1.2.3-2.el9.n 1.5 MB/s | 90 kB 00:00 2024-04-15T01:29:52.424 INFO:teuthology.orchestra.run.smithi193.stdout:(12/13): python3-rsa-4.9-2.el9.noarch.rpm 442 kB/s | 59 kB 00:00 2024-04-15T01:29:52.457 INFO:teuthology.orchestra.run.smithi193.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 4.5 MB/s | 1.0 MB 00:00 2024-04-15T01:29:52.458 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:29:52.458 INFO:teuthology.orchestra.run.smithi193.stdout:Total 1.3 MB/s | 2.2 MB 00:01 2024-04-15T01:29:52.528 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-04-15T01:29:52.543 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-04-15T01:29:52.544 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-04-15T01:29:52.638 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-04-15T01:29:52.639 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-04-15T01:29:52.919 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2/2 2024-04-15T01:29:52.919 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/2 2024-04-15T01:29:52.922 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:46 ago on Mon 15 Apr 2024 01:28:06 AM UTC. 2024-04-15T01:29:53.168 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-04-15T01:29:53.211 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:29:53.296 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:29:53.296 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:29:53.296 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.296 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:29:53.296 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.296 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:29:53.296 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.297 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:29:53.297 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.297 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:29:53.297 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.297 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:29:53.297 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.297 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:29:53.297 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.297 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:29:53.297 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.297 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:29:53.297 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.297 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:29:53.298 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.298 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:29:53.298 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.298 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:29:53.298 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.298 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:29:53.298 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.298 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:29:53.298 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.298 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:29:53.298 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.298 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:29:53.299 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.299 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:29:53.299 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.299 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:29:53.299 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.299 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:29:53.299 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.299 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:29:53.299 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.299 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:29:53.299 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.299 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:29:53.299 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.299 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:29:53.300 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.300 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:29:53.300 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.300 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:29:53.300 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.300 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:29:53.300 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.300 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:29:53.300 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.300 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:29:53.300 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.300 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:29:53.300 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.301 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:29:53.301 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.301 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:29:53.301 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.301 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:29:53.301 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.301 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:29:53.301 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.301 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:29:53.301 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.301 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:29:53.301 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.301 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:29:53.301 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.302 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:29:53.302 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.302 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.302 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.302 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:29:53.302 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.302 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.302 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.302 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.302 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:29:53.302 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.302 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.302 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.302 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.303 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.303 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.303 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:29:53.303 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.303 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.303 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.303 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.303 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:29:53.303 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.303 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.303 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.303 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.304 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:29:53.304 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.304 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.304 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.304 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.304 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:29:53.304 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.304 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.304 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.304 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.304 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:29:53.304 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.304 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.304 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.304 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.305 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:29:53.305 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.305 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.305 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.305 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:29:53.306 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-15T01:29:53.306 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:29:53.306 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-04-15T01:29:53.306 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-15T01:29:53.306 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:29:53.306 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:29:53.307 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:29:53.307 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:29:53.307 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2024-04-15T01:29:53.307 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:29:53.307 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-15T01:29:53.307 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 139 k 2024-04-15T01:29:53.307 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2024-04-15T01:29:53.307 INFO:teuthology.orchestra.run.smithi155.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-15T01:29:53.307 INFO:teuthology.orchestra.run.smithi155.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-15T01:29:53.308 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-15T01:29:53.308 INFO:teuthology.orchestra.run.smithi155.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-15T01:29:53.308 INFO:teuthology.orchestra.run.smithi155.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-15T01:29:53.308 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:29:53.308 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-15T01:29:53.308 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:29:53.308 INFO:teuthology.orchestra.run.smithi155.stdout:Install 6 Packages 2024-04-15T01:29:53.308 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:29:53.308 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 7.0 M 2024-04-15T01:29:53.308 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 33 M 2024-04-15T01:29:53.308 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-15T01:29:53.338 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-15T01:29:53.391 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-15T01:29:53.448 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-15T01:29:53.493 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-15T01:29:53.534 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-15T01:29:53.575 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph-volume 2024-04-15T01:29:53.636 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-15T01:29:53.690 INFO:teuthology.orchestra.run.smithi155.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.5 MB/s | 248 kB 00:00 2024-04-15T01:29:53.745 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-15T01:29:53.755 INFO:teuthology.orchestra.run.smithi155.stdout:(2/6): ceph-mgr-cephadm-19.0.0-2114.ga9a752df.e 598 kB/s | 139 kB 00:00 2024-04-15T01:29:53.802 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-15T01:29:53.880 INFO:teuthology.orchestra.run.smithi155.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 17 MB/s | 6.0 MB 00:00 2024-04-15T01:29:54.122 INFO:teuthology.orchestra.run.smithi155.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 157 kB/s | 58 kB 00:00 2024-04-15T01:29:54.196 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:43 ago on Mon 15 Apr 2024 01:28:11 AM UTC. 2024-04-15T01:29:54.197 INFO:teuthology.orchestra.run.smithi155.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 161 kB/s | 51 kB 00:00 2024-04-15T01:29:54.231 INFO:teuthology.orchestra.run.smithi155.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.0 MB/s | 548 kB 00:00 2024-04-15T01:29:54.231 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:29:54.232 INFO:teuthology.orchestra.run.smithi155.stdout:Total 7.4 MB/s | 7.0 MB 00:00 2024-04-15T01:29:54.302 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-15T01:29:54.313 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-15T01:29:54.313 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-15T01:29:54.417 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-15T01:29:54.419 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-15T01:29:54.506 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:29:54.506 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:29:54.506 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:29:54.506 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.506 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:29:54.506 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.507 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:29:54.507 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.507 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:29:54.507 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.507 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:29:54.507 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.507 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:29:54.507 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.507 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:29:54.507 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.507 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:29:54.507 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.508 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:29:54.508 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.508 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:29:54.508 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.508 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:29:54.508 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.508 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:29:54.508 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.508 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:29:54.508 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.508 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:29:54.508 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.508 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:29:54.509 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.509 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:29:54.509 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.509 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:29:54.509 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.509 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:29:54.509 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.509 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:29:54.509 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.509 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:29:54.509 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.509 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:29:54.510 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.510 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:29:54.510 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.510 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:29:54.510 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.510 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:29:54.510 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.510 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:29:54.510 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.510 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:29:54.510 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.510 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:29:54.510 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.511 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:29:54.511 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.511 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:29:54.511 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.511 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:29:54.511 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.511 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:29:54.511 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.511 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:29:54.511 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.511 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:29:54.511 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.511 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:29:54.512 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.512 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:29:54.512 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.512 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:29:54.512 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.512 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:29:54.512 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.512 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.512 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.512 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:29:54.512 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.512 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.512 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.512 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.513 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:29:54.513 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.513 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.513 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.513 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.513 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.513 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.513 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:29:54.513 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.513 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.513 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.513 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.513 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:29:54.514 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.514 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.514 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.514 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.514 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:29:54.514 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.514 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.514 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.514 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.514 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:29:54.514 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.514 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.514 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.515 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.515 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:29:54.515 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.515 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.515 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.515 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.515 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:29:54.515 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.515 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.515 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.515 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:29:54.522 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-15T01:29:54.575 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-15T01:29:54.579 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:29:54.580 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:29:54.580 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repository Size 2024-04-15T01:29:54.580 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:29:54.580 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-04-15T01:29:54.580 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-volume noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 264 k 2024-04-15T01:29:54.580 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2024-04-15T01:29:54.580 INFO:teuthology.orchestra.run.smithi073.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-15T01:29:54.580 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:29:54.581 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-04-15T01:29:54.581 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:29:54.581 INFO:teuthology.orchestra.run.smithi073.stdout:Install 2 Packages 2024-04-15T01:29:54.581 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:29:54.581 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 341 k 2024-04-15T01:29:54.581 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 1.5 M 2024-04-15T01:29:54.582 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-04-15T01:29:54.609 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-15T01:29:54.657 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-15T01:29:54.679 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 13/13 2024-04-15T01:29:54.730 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-15T01:29:54.897 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-15T01:29:54.949 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-15T01:29:54.990 INFO:teuthology.orchestra.run.smithi073.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 562 kB/s | 77 kB 00:00 2024-04-15T01:29:55.090 INFO:teuthology.orchestra.run.smithi073.stdout:(2/2): ceph-volume-19.0.0-2114.ga9a752df.el7.no 1.1 MB/s | 264 kB 00:00 2024-04-15T01:29:55.090 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:29:55.091 INFO:teuthology.orchestra.run.smithi073.stdout:Total 669 kB/s | 341 kB 00:00 2024-04-15T01:29:55.103 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-04-15T01:29:55.112 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-04-15T01:29:55.113 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-04-15T01:29:55.153 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-04-15T01:29:55.153 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-04-15T01:29:55.300 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-04-15T01:29:55.442 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 13/13 2024-04-15T01:29:55.442 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 1/13 2024-04-15T01:29:55.442 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-15T01:29:55.442 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-15T01:29:55.442 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-15T01:29:55.442 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-15T01:29:55.442 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-15T01:29:55.442 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-15T01:29:55.442 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-15T01:29:55.443 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-15T01:29:55.443 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-15T01:29:55.443 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-15T01:29:55.443 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-15T01:29:55.472 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-15T01:29:55.473 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-15T01:29:55.501 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2/2 2024-04-15T01:29:55.517 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2/2 2024-04-15T01:29:55.518 INFO:teuthology.orchestra.run.smithi073.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:29:55.518 INFO:teuthology.orchestra.run.smithi073.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-15T01:29:55.518 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:29:55.561 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-15T01:29:55.622 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-15T01:29:55.645 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 6/6 2024-04-15T01:29:55.824 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-15T01:29:55.824 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:29:55.824 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-04-15T01:29:55.824 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:29:55.824 INFO:teuthology.orchestra.run.smithi193.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-15T01:29:55.824 INFO:teuthology.orchestra.run.smithi193.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-15T01:29:55.824 INFO:teuthology.orchestra.run.smithi193.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-15T01:29:55.825 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-15T01:29:55.825 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-15T01:29:55.825 INFO:teuthology.orchestra.run.smithi193.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-15T01:29:55.825 INFO:teuthology.orchestra.run.smithi193.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-15T01:29:55.825 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-15T01:29:55.825 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-15T01:29:55.825 INFO:teuthology.orchestra.run.smithi193.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-15T01:29:55.825 INFO:teuthology.orchestra.run.smithi193.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-15T01:29:55.825 INFO:teuthology.orchestra.run.smithi193.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-15T01:29:55.825 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:29:55.825 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-15T01:29:56.093 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install ceph-mgr-cephadm 2024-04-15T01:29:56.262 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 1/2 2024-04-15T01:29:56.437 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 6/6 2024-04-15T01:29:56.437 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/6 2024-04-15T01:29:56.437 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-15T01:29:56.437 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-15T01:29:56.437 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-15T01:29:56.437 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-15T01:29:56.642 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-15T01:29:56.642 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:29:56.642 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-04-15T01:29:56.642 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:29:56.642 INFO:teuthology.orchestra.run.smithi073.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-15T01:29:56.642 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:29:56.643 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:29:56.686 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:31 ago on Mon 15 Apr 2024 01:28:25 AM UTC. 2024-04-15T01:29:56.777 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-15T01:29:56.777 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:29:56.777 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-15T01:29:56.777 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:29:56.777 INFO:teuthology.orchestra.run.smithi155.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-15T01:29:56.777 INFO:teuthology.orchestra.run.smithi155.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-15T01:29:56.777 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-15T01:29:56.777 INFO:teuthology.orchestra.run.smithi155.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-15T01:29:56.777 INFO:teuthology.orchestra.run.smithi155.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-15T01:29:56.777 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:29:56.778 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:29:56.965 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install librados-devel 2024-04-15T01:29:56.978 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-15T01:29:56.978 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-15T01:29:56.978 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-15T01:29:56.978 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.978 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-15T01:29:56.978 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.978 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-15T01:29:56.979 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.979 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-15T01:29:56.979 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.979 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-15T01:29:56.979 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.979 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-15T01:29:56.979 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.979 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-15T01:29:56.979 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.979 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-15T01:29:56.979 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.979 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-15T01:29:56.979 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.980 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-15T01:29:56.980 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.980 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-15T01:29:56.980 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.980 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-15T01:29:56.980 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.980 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-15T01:29:56.980 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.980 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-15T01:29:56.981 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.981 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-15T01:29:56.981 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.981 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-15T01:29:56.981 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.981 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-15T01:29:56.981 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.981 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-15T01:29:56.981 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.981 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-15T01:29:56.981 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.982 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-15T01:29:56.982 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.982 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-15T01:29:56.982 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.982 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-15T01:29:56.982 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.982 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-15T01:29:56.982 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.982 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-15T01:29:56.982 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.982 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-15T01:29:56.982 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.982 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-15T01:29:56.983 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.983 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-15T01:29:56.983 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.983 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-15T01:29:56.983 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.983 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-15T01:29:56.983 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.983 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-15T01:29:56.983 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.983 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-15T01:29:56.983 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.983 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-15T01:29:56.984 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.984 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-15T01:29:56.984 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.984 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-15T01:29:56.984 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.984 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-15T01:29:56.984 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.985 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-15T01:29:56.985 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.985 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-15T01:29:56.985 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.985 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.985 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.985 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:29:56.985 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.985 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.985 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.985 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.986 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-15T01:29:56.986 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.986 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.986 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.986 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.986 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.986 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.986 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:29:56.986 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.986 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.986 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.986 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.987 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:29:56.987 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.987 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.987 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.987 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.987 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:29:56.987 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.987 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.987 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.987 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.987 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:29:56.988 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.988 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.988 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.988 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.988 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:29:56.988 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.988 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.988 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.988 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.988 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:29:56.988 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.988 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.988 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:29:56.988 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.037 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-fuse 2024-04-15T01:29:57.047 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-15T01:29:57.048 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:29:57.048 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repository Size 2024-04-15T01:29:57.048 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:29:57.048 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-04-15T01:29:57.048 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 139 k 2024-04-15T01:29:57.048 INFO:teuthology.orchestra.run.smithi193.stdout:Installing dependencies: 2024-04-15T01:29:57.048 INFO:teuthology.orchestra.run.smithi193.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-15T01:29:57.048 INFO:teuthology.orchestra.run.smithi193.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-15T01:29:57.048 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-15T01:29:57.048 INFO:teuthology.orchestra.run.smithi193.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-15T01:29:57.048 INFO:teuthology.orchestra.run.smithi193.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-15T01:29:57.048 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:29:57.049 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-04-15T01:29:57.049 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:29:57.049 INFO:teuthology.orchestra.run.smithi193.stdout:Install 6 Packages 2024-04-15T01:29:57.049 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:29:57.049 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 7.0 M 2024-04-15T01:29:57.049 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 33 M 2024-04-15T01:29:57.049 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-04-15T01:29:57.575 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:46 ago on Mon 15 Apr 2024 01:28:11 AM UTC. 2024-04-15T01:29:57.635 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:51 ago on Mon 15 Apr 2024 01:28:06 AM UTC. 2024-04-15T01:29:57.827 INFO:teuthology.orchestra.run.smithi193.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 925 kB/s | 248 kB 00:00 2024-04-15T01:29:57.861 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:29:57.861 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:29:57.861 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:29:57.862 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.862 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:29:57.862 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.862 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:29:57.862 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.862 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:29:57.862 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.862 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:29:57.862 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.862 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:29:57.862 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.862 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:29:57.863 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.863 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:29:57.863 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.863 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:29:57.863 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.863 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:29:57.863 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.863 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:29:57.863 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.863 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:29:57.863 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.863 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:29:57.864 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.864 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:29:57.864 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.864 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:29:57.864 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.864 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:29:57.864 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.864 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:29:57.864 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.864 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:29:57.864 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.864 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:29:57.864 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.864 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:29:57.865 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.865 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:29:57.865 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.865 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:29:57.865 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.865 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:29:57.865 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.865 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:29:57.865 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.865 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:29:57.865 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.865 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:29:57.865 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.866 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:29:57.866 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.866 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:29:57.866 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.866 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:29:57.866 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.866 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:29:57.866 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.866 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:29:57.866 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.866 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:29:57.866 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.867 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:29:57.867 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.867 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:29:57.867 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.867 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:29:57.867 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.867 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:29:57.867 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.867 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:29:57.867 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.867 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.867 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.868 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:29:57.868 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.868 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.868 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.868 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.868 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:29:57.868 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.868 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.868 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.868 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.868 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.868 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.869 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:29:57.869 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.869 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.869 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.869 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.869 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:29:57.869 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.869 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.869 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.869 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.869 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:29:57.869 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.869 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.870 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.870 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.870 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:29:57.870 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.870 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.870 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.870 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.870 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:29:57.870 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.870 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.871 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.871 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.871 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:29:57.871 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.871 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.871 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.871 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.923 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:29:57.923 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:29:57.923 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:29:57.923 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.923 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:29:57.923 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.923 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:29:57.923 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.923 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:29:57.923 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.924 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:29:57.924 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.924 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:29:57.924 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.924 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:29:57.924 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.924 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:29:57.924 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.924 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:29:57.924 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.924 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:29:57.924 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.924 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:29:57.925 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.925 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:29:57.925 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.925 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:29:57.925 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.925 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:29:57.925 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.925 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:29:57.925 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.925 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:29:57.925 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.925 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:29:57.925 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.925 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:29:57.926 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.926 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:29:57.926 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.926 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:29:57.926 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.926 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:29:57.926 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.926 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:29:57.926 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.926 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:29:57.926 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.926 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:29:57.927 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.927 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:29:57.927 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.927 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:29:57.927 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.927 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:29:57.927 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.927 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:29:57.927 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.927 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:29:57.928 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.928 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:29:57.928 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.928 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:29:57.928 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.928 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:29:57.928 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.928 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:29:57.928 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.928 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:29:57.928 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.928 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:29:57.928 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.928 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:29:57.929 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.929 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:29:57.929 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.929 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.929 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.929 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:29:57.929 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.929 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.929 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.929 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.930 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:29:57.930 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.930 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.930 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.930 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.930 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.930 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.930 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:29:57.930 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.930 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.930 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.930 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.931 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:29:57.931 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.931 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.931 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.931 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.931 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:29:57.931 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.931 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.931 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.931 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.932 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:29:57.932 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.932 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.932 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.932 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.932 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:29:57.933 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.933 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.933 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.933 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.933 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:29:57.933 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.933 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.933 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.934 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:29:57.935 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:29:57.935 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:29:57.935 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repo Size 2024-04-15T01:29:57.935 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:29:57.935 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-04-15T01:29:57.935 INFO:teuthology.orchestra.run.smithi073.stdout: librados-devel x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 127 k 2024-04-15T01:29:57.935 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:29:57.935 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-04-15T01:29:57.935 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:29:57.935 INFO:teuthology.orchestra.run.smithi073.stdout:Install 1 Package 2024-04-15T01:29:57.936 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:29:57.936 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 127 k 2024-04-15T01:29:57.936 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 456 k 2024-04-15T01:29:57.936 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-04-15T01:29:57.992 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:29:57.993 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:29:57.993 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2024-04-15T01:29:57.993 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:29:57.993 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-15T01:29:57.993 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-fuse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 891 k 2024-04-15T01:29:57.993 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2024-04-15T01:29:57.993 INFO:teuthology.orchestra.run.smithi155.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-15T01:29:57.993 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:29:57.994 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-15T01:29:57.994 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:29:57.994 INFO:teuthology.orchestra.run.smithi155.stdout:Install 2 Packages 2024-04-15T01:29:57.994 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:29:57.995 INFO:teuthology.orchestra.run.smithi193.stdout:(2/6): ceph-mgr-cephadm-19.0.0-2114.ga9a752df.e 320 kB/s | 139 kB 00:00 2024-04-15T01:29:57.995 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 971 k 2024-04-15T01:29:57.995 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 2.8 M 2024-04-15T01:29:57.996 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-15T01:29:58.258 INFO:teuthology.orchestra.run.smithi155.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 520 kB/s | 80 kB 00:00 2024-04-15T01:29:58.378 INFO:teuthology.orchestra.run.smithi193.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 7.3 MB/s | 6.0 MB 00:00 2024-04-15T01:29:58.379 INFO:teuthology.orchestra.run.smithi073.stdout:librados-devel-19.0.0-2114.ga9a752df.el7.x86_64 283 kB/s | 127 kB 00:00 2024-04-15T01:29:58.379 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:29:58.380 INFO:teuthology.orchestra.run.smithi073.stdout:Total 282 kB/s | 127 kB 00:00 2024-04-15T01:29:58.380 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-04-15T01:29:58.386 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-04-15T01:29:58.386 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-04-15T01:29:58.394 INFO:teuthology.orchestra.run.smithi193.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 144 kB/s | 58 kB 00:00 2024-04-15T01:29:58.446 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-04-15T01:29:58.446 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-04-15T01:29:58.495 INFO:teuthology.orchestra.run.smithi193.stdout:(5/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 821 kB/s | 548 kB 00:00 2024-04-15T01:29:58.600 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-04-15T01:29:58.691 INFO:teuthology.orchestra.run.smithi155.stdout:(2/2): ceph-fuse-19.0.0-2114.ga9a752df.el7.x86_ 1.5 MB/s | 891 kB 00:00 2024-04-15T01:29:58.692 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:29:58.692 INFO:teuthology.orchestra.run.smithi155.stdout:Total 1.4 MB/s | 971 kB 00:00 2024-04-15T01:29:58.703 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-15T01:29:58.711 INFO:teuthology.orchestra.run.smithi193.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 153 kB/s | 51 kB 00:00 2024-04-15T01:29:58.714 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:29:58.715 INFO:teuthology.orchestra.run.smithi193.stdout:Total 4.2 MB/s | 7.0 MB 00:01 2024-04-15T01:29:58.718 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:29:58.724 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-15T01:29:58.724 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-15T01:29:58.784 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-04-15T01:29:58.796 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-04-15T01:29:58.796 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-04-15T01:29:58.801 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-15T01:29:58.801 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-15T01:29:58.900 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-04-15T01:29:58.901 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-04-15T01:29:58.981 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-15T01:29:59.117 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-15T01:29:59.132 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:29:59.191 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2/2 2024-04-15T01:29:59.212 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-04-15T01:29:59.386 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-15T01:29:59.439 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-15T01:29:59.443 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:29:59.444 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:29:59.444 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-04-15T01:29:59.444 INFO:teuthology.orchestra.run.smithi073.stdout: librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:29:59.444 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:29:59.444 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:29:59.696 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install libcephfs2 2024-04-15T01:29:59.864 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2/2 2024-04-15T01:29:59.865 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/2 2024-04-15T01:29:59.956 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-15T01:30:00.041 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-15T01:30:00.112 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-15T01:30:00.143 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 6/6 2024-04-15T01:30:00.176 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-15T01:30:00.176 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:30:00.176 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-15T01:30:00.176 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-15T01:30:00.176 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:30:00.176 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:30:00.313 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:49 ago on Mon 15 Apr 2024 01:28:11 AM UTC. 2024-04-15T01:30:00.437 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-volume 2024-04-15T01:30:00.601 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:30:00.601 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:30:00.601 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:30:00.601 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.602 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:30:00.602 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.602 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:30:00.602 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.602 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:30:00.602 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.602 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:30:00.602 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.602 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:30:00.602 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.603 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:30:00.603 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.603 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:30:00.603 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.603 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:30:00.603 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.603 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:30:00.603 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.603 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:30:00.603 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.603 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:30:00.604 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.604 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:30:00.604 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.604 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:30:00.604 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.604 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:30:00.604 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.604 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:30:00.605 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.605 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:30:00.605 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.605 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:30:00.605 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.605 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:30:00.605 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.605 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:30:00.605 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.605 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:30:00.605 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.605 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:30:00.605 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.606 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:30:00.606 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.606 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:30:00.606 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.606 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:30:00.606 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.606 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:30:00.606 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.606 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:30:00.606 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.606 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:30:00.606 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.607 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:30:00.607 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.607 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:30:00.607 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.607 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:30:00.607 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.607 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:30:00.607 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.607 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:30:00.607 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.607 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:30:00.607 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.607 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:30:00.608 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.608 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:30:00.608 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.608 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:30:00.608 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.608 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.608 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.608 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:30:00.608 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.608 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.608 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.608 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.608 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:30:00.608 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.609 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.609 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.609 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.609 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.609 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.609 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:30:00.609 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.609 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.610 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.610 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.610 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:30:00.610 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.610 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.610 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.610 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.610 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:30:00.611 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.611 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.611 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.611 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.611 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:30:00.611 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.611 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.611 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.611 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.611 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:30:00.611 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.612 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.612 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.612 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.612 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:30:00.612 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.612 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.612 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.612 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:30:00.613 INFO:teuthology.orchestra.run.smithi073.stdout:Package libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:30:00.670 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:30:00.671 INFO:teuthology.orchestra.run.smithi073.stdout:Nothing to do. 2024-04-15T01:30:00.671 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:30:00.731 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install libcephfs-devel 2024-04-15T01:30:00.919 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 6/6 2024-04-15T01:30:00.919 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/6 2024-04-15T01:30:00.919 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-15T01:30:00.919 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-15T01:30:00.919 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-15T01:30:00.919 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-15T01:30:01.056 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:55 ago on Mon 15 Apr 2024 01:28:06 AM UTC. 2024-04-15T01:30:01.271 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-15T01:30:01.272 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:30:01.272 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-04-15T01:30:01.272 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:30:01.272 INFO:teuthology.orchestra.run.smithi193.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-15T01:30:01.272 INFO:teuthology.orchestra.run.smithi193.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-15T01:30:01.272 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-15T01:30:01.272 INFO:teuthology.orchestra.run.smithi193.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-15T01:30:01.272 INFO:teuthology.orchestra.run.smithi193.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-15T01:30:01.272 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:30:01.272 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-15T01:30:01.327 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:50 ago on Mon 15 Apr 2024 01:28:11 AM UTC. 2024-04-15T01:30:01.349 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:30:01.350 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:30:01.350 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:30:01.350 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.350 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:30:01.350 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.350 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:30:01.350 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.350 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:30:01.350 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.350 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:30:01.350 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.350 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:30:01.350 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.351 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:30:01.351 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.351 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:30:01.351 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.351 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:30:01.351 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.351 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:30:01.351 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.351 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:30:01.351 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.351 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:30:01.351 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.351 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:30:01.351 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.352 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:30:01.352 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.352 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:30:01.352 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.352 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:30:01.352 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.353 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:30:01.353 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.353 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:30:01.353 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.353 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:30:01.353 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.353 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:30:01.354 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.354 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:30:01.354 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.354 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:30:01.354 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.354 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:30:01.354 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.354 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:30:01.354 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.355 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:30:01.355 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.355 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:30:01.355 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.355 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:30:01.355 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.355 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:30:01.355 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.355 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:30:01.355 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.355 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:30:01.355 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.355 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:30:01.355 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.356 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:30:01.356 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.356 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:30:01.356 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.356 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:30:01.356 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.356 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:30:01.356 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.356 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:30:01.356 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.356 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:30:01.356 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.356 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.357 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.357 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:30:01.357 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.357 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.357 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.357 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.357 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:30:01.357 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.357 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.357 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.357 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.357 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.357 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.357 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:30:01.358 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.358 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.358 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.358 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.358 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:30:01.358 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.358 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.358 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.358 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.358 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:30:01.358 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.358 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.359 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.359 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.359 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:30:01.359 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.359 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.359 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.359 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.359 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:30:01.359 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.359 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.359 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.359 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.359 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:30:01.360 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.360 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.360 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.360 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.419 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:30:01.420 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:30:01.420 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2024-04-15T01:30:01.420 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:30:01.420 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-15T01:30:01.420 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-volume noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 264 k 2024-04-15T01:30:01.420 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2024-04-15T01:30:01.420 INFO:teuthology.orchestra.run.smithi155.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-15T01:30:01.420 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:30:01.420 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-15T01:30:01.420 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:30:01.420 INFO:teuthology.orchestra.run.smithi155.stdout:Install 2 Packages 2024-04-15T01:30:01.421 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:30:01.421 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 341 k 2024-04-15T01:30:01.421 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 1.5 M 2024-04-15T01:30:01.421 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-15T01:30:01.523 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install ceph-fuse 2024-04-15T01:30:01.619 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:30:01.619 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:30:01.619 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:30:01.619 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.619 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:30:01.619 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.619 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:30:01.619 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.619 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:30:01.619 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.620 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:30:01.620 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.620 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:30:01.620 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.620 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:30:01.620 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.620 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:30:01.620 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.620 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:30:01.620 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.620 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:30:01.620 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.620 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:30:01.621 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.621 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:30:01.621 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.621 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:30:01.621 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.621 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:30:01.621 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.621 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:30:01.621 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.621 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:30:01.621 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.621 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:30:01.622 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.622 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:30:01.622 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.622 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:30:01.622 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.622 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:30:01.622 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.622 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:30:01.622 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.622 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:30:01.622 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.622 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:30:01.623 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.623 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:30:01.623 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.623 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:30:01.623 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.623 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:30:01.623 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.623 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:30:01.623 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.623 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:30:01.623 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.623 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:30:01.623 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.624 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:30:01.624 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.624 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:30:01.624 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.624 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:30:01.624 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.624 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:30:01.624 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.624 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:30:01.624 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.624 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:30:01.624 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.624 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:30:01.625 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.625 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:30:01.625 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.625 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.625 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.625 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:30:01.625 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.625 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.625 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.625 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.625 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:30:01.625 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.625 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.626 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.626 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.626 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.626 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.626 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:30:01.626 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.626 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.626 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.626 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.626 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:30:01.626 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.626 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.626 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.627 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.627 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:30:01.627 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.627 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.627 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.627 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.627 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:30:01.627 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.627 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.627 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.627 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.627 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:30:01.627 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.628 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.628 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.628 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.628 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:30:01.628 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.628 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.628 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.628 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:30:01.687 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:30:01.688 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:30:01.688 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repo Size 2024-04-15T01:30:01.688 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:30:01.688 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-04-15T01:30:01.688 INFO:teuthology.orchestra.run.smithi073.stdout: libcephfs-devel x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 32 k 2024-04-15T01:30:01.688 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:30:01.689 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-04-15T01:30:01.689 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:30:01.689 INFO:teuthology.orchestra.run.smithi073.stdout:Install 1 Package 2024-04-15T01:30:01.689 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:30:01.689 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 32 k 2024-04-15T01:30:01.689 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 142 k 2024-04-15T01:30:01.689 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-04-15T01:30:01.830 INFO:teuthology.orchestra.run.smithi155.stdout:(1/2): ceph-volume-19.0.0-2114.ga9a752df.el7.no 1.0 MB/s | 264 kB 00:00 2024-04-15T01:30:01.860 INFO:teuthology.orchestra.run.smithi073.stdout:libcephfs-devel-19.0.0-2114.ga9a752df.el7.x86_6 186 kB/s | 32 kB 00:00 2024-04-15T01:30:01.860 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:30:01.860 INFO:teuthology.orchestra.run.smithi073.stdout:Total 184 kB/s | 32 kB 00:00 2024-04-15T01:30:01.860 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-04-15T01:30:01.864 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-04-15T01:30:01.864 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-04-15T01:30:01.890 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-04-15T01:30:01.890 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-04-15T01:30:01.976 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-04-15T01:30:02.091 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:30:02.118 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:37 ago on Mon 15 Apr 2024 01:28:25 AM UTC. 2024-04-15T01:30:02.139 INFO:teuthology.orchestra.run.smithi155.stdout:(2/2): python3-packaging-20.9-5.el9.noarch.rpm 139 kB/s | 77 kB 00:00 2024-04-15T01:30:02.139 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:30:02.140 INFO:teuthology.orchestra.run.smithi155.stdout:Total 474 kB/s | 341 kB 00:00 2024-04-15T01:30:02.152 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-15T01:30:02.162 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-15T01:30:02.162 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-15T01:30:02.207 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-15T01:30:02.207 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-15T01:30:02.359 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-15T01:30:02.405 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-15T01:30:02.405 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-15T01:30:02.405 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-15T01:30:02.405 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.405 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-15T01:30:02.406 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.406 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-15T01:30:02.406 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.406 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-15T01:30:02.406 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.406 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-15T01:30:02.406 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.406 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-15T01:30:02.406 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.406 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-15T01:30:02.406 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.406 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-15T01:30:02.406 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.407 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-15T01:30:02.407 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.407 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-15T01:30:02.407 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.407 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-15T01:30:02.407 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.407 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-15T01:30:02.407 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.407 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-15T01:30:02.407 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.407 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-15T01:30:02.407 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.407 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-15T01:30:02.408 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.408 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-15T01:30:02.408 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.408 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-15T01:30:02.408 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.408 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-15T01:30:02.408 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.408 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-15T01:30:02.408 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.408 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-15T01:30:02.408 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.408 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-15T01:30:02.408 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.408 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-15T01:30:02.409 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.409 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-15T01:30:02.409 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.409 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-15T01:30:02.409 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.409 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-15T01:30:02.409 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.409 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-15T01:30:02.409 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.409 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-15T01:30:02.409 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.409 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-15T01:30:02.409 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.409 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-15T01:30:02.410 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.410 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-15T01:30:02.410 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.410 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-15T01:30:02.410 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.410 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-15T01:30:02.410 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.410 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-15T01:30:02.410 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.410 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-15T01:30:02.410 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.410 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-15T01:30:02.410 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.410 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-15T01:30:02.411 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.411 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-15T01:30:02.411 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.411 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.411 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.411 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:30:02.411 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.411 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.411 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.411 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.411 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-15T01:30:02.411 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.412 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.412 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.412 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.412 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.412 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.412 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:30:02.412 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.412 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.412 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.412 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.412 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:30:02.413 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.413 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.413 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.413 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.413 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:30:02.413 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.413 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.413 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.413 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.413 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:30:02.413 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.413 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.413 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.414 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.414 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:30:02.414 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.414 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.414 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.415 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.415 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:30:02.415 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.415 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.415 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.415 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:30:02.466 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:30:02.475 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-15T01:30:02.476 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:30:02.476 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repository Size 2024-04-15T01:30:02.476 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:30:02.476 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-04-15T01:30:02.476 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-fuse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 891 k 2024-04-15T01:30:02.476 INFO:teuthology.orchestra.run.smithi193.stdout:Installing dependencies: 2024-04-15T01:30:02.476 INFO:teuthology.orchestra.run.smithi193.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-15T01:30:02.477 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:30:02.477 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-04-15T01:30:02.477 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:30:02.477 INFO:teuthology.orchestra.run.smithi193.stdout:Install 2 Packages 2024-04-15T01:30:02.477 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:30:02.477 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 971 k 2024-04-15T01:30:02.477 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 2.8 M 2024-04-15T01:30:02.478 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-04-15T01:30:02.548 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-15T01:30:02.592 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2/2 2024-04-15T01:30:02.608 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2/2 2024-04-15T01:30:02.609 INFO:teuthology.orchestra.run.smithi155.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:30:02.609 INFO:teuthology.orchestra.run.smithi155.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-15T01:30:02.609 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:30:02.737 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:30:02.737 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:30:02.737 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-04-15T01:30:02.737 INFO:teuthology.orchestra.run.smithi073.stdout: libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:30:02.737 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:30:02.737 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:30:02.905 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install librados2 2024-04-15T01:30:02.925 INFO:teuthology.orchestra.run.smithi193.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 343 kB/s | 80 kB 00:00 2024-04-15T01:30:03.381 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 1/2 2024-04-15T01:30:03.500 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:52 ago on Mon 15 Apr 2024 01:28:11 AM UTC. 2024-04-15T01:30:03.775 INFO:teuthology.orchestra.run.smithi193.stdout:(2/2): ceph-fuse-19.0.0-2114.ga9a752df.el7.x86_ 822 kB/s | 891 kB 00:01 2024-04-15T01:30:03.775 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:30:03.776 INFO:teuthology.orchestra.run.smithi193.stdout:Total 748 kB/s | 971 kB 00:01 2024-04-15T01:30:03.783 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-15T01:30:03.783 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:30:03.784 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-15T01:30:03.784 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:30:03.784 INFO:teuthology.orchestra.run.smithi155.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-15T01:30:03.784 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:30:03.784 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:30:03.786 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:30:03.786 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:30:03.786 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:30:03.786 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.786 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:30:03.787 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.787 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:30:03.787 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.787 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:30:03.787 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.787 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:30:03.787 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.787 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:30:03.787 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.787 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:30:03.787 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.787 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:30:03.787 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.788 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:30:03.788 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.788 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:30:03.788 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.788 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:30:03.788 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.788 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:30:03.788 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.788 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:30:03.788 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.788 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:30:03.788 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.788 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:30:03.788 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.789 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:30:03.789 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.789 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:30:03.789 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.789 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:30:03.789 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.789 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:30:03.789 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.789 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:30:03.789 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.789 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:30:03.789 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.789 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:30:03.789 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.790 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:30:03.790 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.790 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:30:03.790 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.790 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:30:03.790 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.790 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:30:03.790 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.790 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:30:03.790 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.790 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:30:03.790 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.790 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:30:03.791 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.791 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:30:03.791 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.791 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:30:03.791 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.791 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:30:03.791 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.791 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:30:03.791 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.791 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:30:03.791 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.791 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:30:03.791 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.791 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:30:03.792 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.792 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:30:03.792 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.792 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.792 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.792 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:30:03.792 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.792 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.792 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.792 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.792 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:30:03.792 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.792 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.792 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.793 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.793 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.793 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.793 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:30:03.793 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.793 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.793 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.793 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.793 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:30:03.793 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.793 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.793 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.794 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.794 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:30:03.794 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.794 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.794 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.794 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.794 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:30:03.794 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.794 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.794 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.794 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.794 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:30:03.794 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.794 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.795 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.795 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.795 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:30:03.795 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.795 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.795 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.795 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:30:03.795 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-04-15T01:30:03.796 INFO:teuthology.orchestra.run.smithi073.stdout:Package librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:30:03.811 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-04-15T01:30:03.811 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-04-15T01:30:03.857 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:30:03.858 INFO:teuthology.orchestra.run.smithi073.stdout:Nothing to do. 2024-04-15T01:30:03.858 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:30:03.891 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-04-15T01:30:03.891 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-04-15T01:30:03.923 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install librbd1 2024-04-15T01:30:04.081 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-04-15T01:30:04.122 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install librados-devel 2024-04-15T01:30:04.219 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-15T01:30:04.291 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2/2 2024-04-15T01:30:04.523 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:53 ago on Mon 15 Apr 2024 01:28:11 AM UTC. 2024-04-15T01:30:04.736 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:58 ago on Mon 15 Apr 2024 01:28:06 AM UTC. 2024-04-15T01:30:04.818 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:30:04.818 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:30:04.818 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:30:04.818 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.819 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:30:04.819 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.819 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:30:04.819 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.819 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:30:04.819 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.819 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:30:04.819 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.819 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:30:04.819 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.819 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:30:04.819 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.819 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:30:04.820 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.820 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:30:04.820 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.820 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:30:04.820 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.820 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:30:04.820 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.820 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:30:04.820 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.820 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:30:04.820 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.820 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:30:04.820 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.820 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:30:04.821 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.821 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:30:04.821 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.821 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:30:04.821 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.821 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:30:04.821 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.821 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:30:04.821 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.821 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:30:04.821 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.821 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:30:04.821 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.821 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:30:04.822 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.822 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:30:04.822 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.822 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:30:04.822 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.822 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:30:04.822 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.822 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:30:04.822 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.822 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:30:04.822 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.822 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:30:04.822 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.823 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:30:04.823 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.823 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:30:04.823 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.823 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:30:04.823 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.823 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:30:04.823 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.823 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:30:04.823 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.823 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:30:04.823 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.823 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:30:04.823 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.824 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:30:04.824 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.824 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:30:04.824 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.824 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.824 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.824 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:30:04.824 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.824 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.824 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.824 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.824 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:30:04.824 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.824 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.825 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.825 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.825 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.825 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.825 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:30:04.825 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.825 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.825 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.825 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.825 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:30:04.825 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.825 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.825 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.825 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.826 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:30:04.826 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.826 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.826 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.826 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.826 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:30:04.826 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.826 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.826 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.826 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.826 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:30:04.827 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.827 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.827 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.827 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.827 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:30:04.827 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.827 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.827 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.827 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:30:04.828 INFO:teuthology.orchestra.run.smithi073.stdout:Package librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:30:04.890 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:30:04.891 INFO:teuthology.orchestra.run.smithi073.stdout:Nothing to do. 2024-04-15T01:30:04.891 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:30:04.955 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install python3-rados 2024-04-15T01:30:04.963 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2/2 2024-04-15T01:30:04.963 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/2 2024-04-15T01:30:05.033 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:30:05.033 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:30:05.034 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:30:05.034 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.034 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:30:05.034 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.034 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:30:05.034 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.034 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:30:05.034 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.034 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:30:05.034 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.034 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:30:05.034 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.035 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:30:05.035 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.035 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:30:05.035 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.035 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:30:05.035 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.035 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:30:05.035 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.035 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:30:05.035 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.035 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:30:05.035 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.035 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:30:05.035 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.036 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:30:05.036 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.036 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:30:05.036 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.036 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:30:05.036 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.036 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:30:05.036 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.036 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:30:05.036 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.036 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:30:05.036 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.036 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:30:05.037 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.037 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:30:05.037 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.037 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:30:05.037 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.037 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:30:05.037 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.037 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:30:05.037 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.037 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:30:05.037 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.037 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:30:05.037 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.037 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:30:05.038 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.038 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:30:05.038 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.038 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:30:05.038 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.038 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:30:05.038 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.038 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:30:05.038 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.038 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:30:05.038 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.038 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:30:05.039 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.039 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:30:05.039 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.039 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:30:05.039 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.039 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:30:05.039 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.040 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:30:05.040 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.040 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.040 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.040 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:30:05.040 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.040 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.040 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.040 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.040 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:30:05.040 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.040 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.040 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.040 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.041 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.041 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.041 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:30:05.041 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.042 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.042 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.042 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.042 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:30:05.042 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.042 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.042 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.042 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.042 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:30:05.042 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.042 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.042 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.042 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.043 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:30:05.043 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.043 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.043 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.043 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.043 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:30:05.043 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.043 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.043 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.043 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.043 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:30:05.044 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.044 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.044 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.044 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.102 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:30:05.103 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:30:05.103 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repo Size 2024-04-15T01:30:05.103 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:30:05.103 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-15T01:30:05.103 INFO:teuthology.orchestra.run.smithi155.stdout: librados-devel x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 127 k 2024-04-15T01:30:05.103 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:30:05.103 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-15T01:30:05.103 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:30:05.103 INFO:teuthology.orchestra.run.smithi155.stdout:Install 1 Package 2024-04-15T01:30:05.103 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:30:05.104 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 127 k 2024-04-15T01:30:05.104 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 456 k 2024-04-15T01:30:05.104 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-15T01:30:05.281 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-15T01:30:05.282 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:30:05.282 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-04-15T01:30:05.282 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-15T01:30:05.282 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:30:05.282 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-15T01:30:05.564 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:54 ago on Mon 15 Apr 2024 01:28:11 AM UTC. 2024-04-15T01:30:05.587 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install ceph-volume 2024-04-15T01:30:05.798 INFO:teuthology.orchestra.run.smithi155.stdout:librados-devel-19.0.0-2114.ga9a752df.el7.x86_64 183 kB/s | 127 kB 00:00 2024-04-15T01:30:05.799 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:30:05.799 INFO:teuthology.orchestra.run.smithi155.stdout:Total 182 kB/s | 127 kB 00:00 2024-04-15T01:30:05.799 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-15T01:30:05.805 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-15T01:30:05.805 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-15T01:30:05.852 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:30:05.852 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:30:05.852 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:30:05.853 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.853 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:30:05.853 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.853 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:30:05.853 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.853 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:30:05.853 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.853 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:30:05.853 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.853 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:30:05.853 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.853 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:30:05.853 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.854 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:30:05.854 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.854 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:30:05.854 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.854 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:30:05.854 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.854 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:30:05.854 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.854 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:30:05.854 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.854 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:30:05.854 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.854 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:30:05.855 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.855 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:30:05.855 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.855 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:30:05.855 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.855 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:30:05.855 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.855 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:30:05.855 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.855 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:30:05.855 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.855 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:30:05.855 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.856 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:30:05.856 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.856 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:30:05.856 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.856 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:30:05.856 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.856 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:30:05.856 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.856 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:30:05.856 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.856 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:30:05.856 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.856 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:30:05.857 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.857 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:30:05.857 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.857 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:30:05.857 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.857 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:30:05.857 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.857 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:30:05.857 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.857 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:30:05.857 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.857 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:30:05.857 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.857 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:30:05.858 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.858 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:30:05.858 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.858 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:30:05.858 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.858 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:30:05.858 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.858 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.858 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.858 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:30:05.858 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.858 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.858 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.859 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.859 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:30:05.859 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.859 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.859 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.859 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.859 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.859 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.859 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:30:05.859 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.859 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.860 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.860 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.860 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:30:05.860 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.860 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.860 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.860 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.860 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:30:05.860 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.860 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.860 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.860 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.860 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:30:05.861 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.861 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.861 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.861 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.861 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:30:05.861 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.861 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.861 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.862 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.862 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:30:05.862 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.862 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.862 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.862 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:30:05.862 INFO:teuthology.orchestra.run.smithi073.stdout:Package python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:30:05.867 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-15T01:30:05.867 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-15T01:30:05.922 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:30:05.923 INFO:teuthology.orchestra.run.smithi073.stdout:Nothing to do. 2024-04-15T01:30:05.923 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:30:05.984 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install python3-rgw 2024-04-15T01:30:06.043 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-15T01:30:06.131 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:30:06.204 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:41 ago on Mon 15 Apr 2024 01:28:25 AM UTC. 2024-04-15T01:30:06.492 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-15T01:30:06.493 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-15T01:30:06.493 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-15T01:30:06.493 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.493 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-15T01:30:06.493 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.493 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-15T01:30:06.493 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.493 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-15T01:30:06.493 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.493 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-15T01:30:06.493 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.493 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-15T01:30:06.494 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.494 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-15T01:30:06.494 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.494 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-15T01:30:06.494 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.494 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-15T01:30:06.494 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.494 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-15T01:30:06.494 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.494 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-15T01:30:06.494 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.494 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-15T01:30:06.494 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.495 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-15T01:30:06.495 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.495 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-15T01:30:06.495 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.495 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-15T01:30:06.495 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.495 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-15T01:30:06.495 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.495 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-15T01:30:06.495 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.496 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-15T01:30:06.496 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.496 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-15T01:30:06.496 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.496 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-15T01:30:06.496 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.496 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-15T01:30:06.496 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.496 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-15T01:30:06.496 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.496 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-15T01:30:06.496 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.496 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-15T01:30:06.497 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.497 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-15T01:30:06.497 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.497 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-15T01:30:06.497 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.497 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-15T01:30:06.497 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.497 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-15T01:30:06.497 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.497 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-15T01:30:06.497 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.497 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-15T01:30:06.497 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.498 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-15T01:30:06.498 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.498 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-15T01:30:06.498 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.498 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-15T01:30:06.498 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.498 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-15T01:30:06.498 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.498 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-15T01:30:06.498 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.498 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-15T01:30:06.498 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.498 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-15T01:30:06.499 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.499 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.499 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.499 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:30:06.499 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.499 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.499 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.499 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.499 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-15T01:30:06.499 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.499 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.499 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.499 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.500 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.500 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.500 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:30:06.500 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.500 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.500 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.500 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.500 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:30:06.500 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.500 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.500 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.500 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.501 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:30:06.501 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.501 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.501 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.501 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.501 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:30:06.501 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.501 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.501 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.501 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.501 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:30:06.501 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.501 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.501 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.502 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.502 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:30:06.502 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.502 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.502 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.502 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.561 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-15T01:30:06.562 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:30:06.562 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repository Size 2024-04-15T01:30:06.562 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:30:06.562 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-04-15T01:30:06.562 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-volume noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 264 k 2024-04-15T01:30:06.562 INFO:teuthology.orchestra.run.smithi193.stdout:Installing dependencies: 2024-04-15T01:30:06.562 INFO:teuthology.orchestra.run.smithi193.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-15T01:30:06.562 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:30:06.563 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-04-15T01:30:06.563 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:30:06.563 INFO:teuthology.orchestra.run.smithi193.stdout:Install 2 Packages 2024-04-15T01:30:06.563 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:30:06.563 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 341 k 2024-04-15T01:30:06.563 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 1.5 M 2024-04-15T01:30:06.563 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-04-15T01:30:06.564 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:30:06.579 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:55 ago on Mon 15 Apr 2024 01:28:11 AM UTC. 2024-04-15T01:30:06.839 INFO:teuthology.orchestra.run.smithi193.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 472 kB/s | 77 kB 00:00 2024-04-15T01:30:06.865 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:30:06.866 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:30:06.866 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:30:06.866 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.866 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:30:06.866 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.866 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:30:06.866 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.866 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:30:06.866 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.866 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:30:06.866 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.867 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:30:06.867 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.867 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:30:06.867 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.867 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:30:06.867 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.867 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:30:06.867 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.867 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:30:06.867 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.867 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:30:06.867 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.867 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:30:06.868 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.868 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:30:06.868 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.868 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:30:06.868 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.868 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:30:06.868 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.868 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:30:06.868 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.868 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:30:06.868 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.868 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:30:06.868 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.869 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:30:06.869 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.869 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:30:06.869 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.869 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:30:06.869 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.869 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:30:06.869 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.869 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:30:06.869 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.869 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:30:06.869 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.869 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:30:06.869 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.870 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:30:06.870 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.870 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:30:06.870 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.870 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:30:06.870 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.870 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:30:06.870 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.870 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:30:06.870 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.870 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:30:06.870 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.871 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:30:06.871 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.871 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:30:06.871 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.871 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:30:06.871 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.871 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:30:06.871 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.871 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:30:06.871 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.871 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:30:06.871 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.871 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.871 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.872 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:30:06.872 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.872 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.872 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.872 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.872 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:30:06.872 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.872 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.872 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.872 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.872 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.872 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.872 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:30:06.872 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.873 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.873 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.873 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.873 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:30:06.873 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.874 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.874 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.874 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.874 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:30:06.874 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.874 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.874 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.874 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.874 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:30:06.874 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.874 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.875 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.875 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.875 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:30:06.875 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.875 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.875 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.875 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.875 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:30:06.875 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.875 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.875 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.875 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:30:06.876 INFO:teuthology.orchestra.run.smithi073.stdout:Package python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:30:06.884 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:30:06.884 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:30:06.885 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-15T01:30:06.885 INFO:teuthology.orchestra.run.smithi155.stdout: librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:30:06.885 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:30:06.885 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:30:06.934 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:30:06.935 INFO:teuthology.orchestra.run.smithi073.stdout:Nothing to do. 2024-04-15T01:30:06.935 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:30:06.996 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install python3-cephfs 2024-04-15T01:30:07.175 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install libcephfs2 2024-04-15T01:30:07.240 INFO:teuthology.orchestra.run.smithi193.stdout:(2/2): ceph-volume-19.0.0-2114.ga9a752df.el7.no 468 kB/s | 264 kB 00:00 2024-04-15T01:30:07.240 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:30:07.240 INFO:teuthology.orchestra.run.smithi193.stdout:Total 503 kB/s | 341 kB 00:00 2024-04-15T01:30:07.254 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-04-15T01:30:07.262 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-04-15T01:30:07.262 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-04-15T01:30:07.303 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-04-15T01:30:07.303 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-04-15T01:30:07.456 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-04-15T01:30:07.593 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:56 ago on Mon 15 Apr 2024 01:28:11 AM UTC. 2024-04-15T01:30:07.650 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-15T01:30:07.684 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2/2 2024-04-15T01:30:07.700 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2/2 2024-04-15T01:30:07.700 INFO:teuthology.orchestra.run.smithi193.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:30:07.700 INFO:teuthology.orchestra.run.smithi193.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-15T01:30:07.700 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:30:07.798 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:02:01 ago on Mon 15 Apr 2024 01:28:06 AM UTC. 2024-04-15T01:30:07.882 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:30:07.882 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:30:07.882 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:30:07.882 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.882 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:30:07.883 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.883 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:30:07.883 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.883 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:30:07.883 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.883 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:30:07.883 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.883 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:30:07.883 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.883 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:30:07.883 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.883 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:30:07.883 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.883 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:30:07.884 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.884 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:30:07.884 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.884 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:30:07.884 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.884 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:30:07.884 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.884 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:30:07.884 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.884 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:30:07.884 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.884 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:30:07.884 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.885 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:30:07.885 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.885 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:30:07.885 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.885 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:30:07.885 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.885 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:30:07.885 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.885 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:30:07.885 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.885 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:30:07.885 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.885 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:30:07.885 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.886 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:30:07.886 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.886 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:30:07.886 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.886 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:30:07.886 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.886 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:30:07.886 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.886 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:30:07.886 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.886 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:30:07.886 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.886 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:30:07.887 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.887 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:30:07.887 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.887 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:30:07.887 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.887 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:30:07.887 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.887 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:30:07.887 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.888 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:30:07.888 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.888 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:30:07.888 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.888 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:30:07.888 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.888 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:30:07.888 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.888 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.888 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.888 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:30:07.888 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.888 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.888 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.889 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.889 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:30:07.889 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.889 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.889 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.889 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.889 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.889 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.889 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:30:07.889 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.889 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.889 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.889 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.890 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:30:07.890 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.890 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.890 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.890 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.890 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:30:07.890 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.890 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.890 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.890 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.890 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:30:07.890 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.890 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.890 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.891 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.891 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:30:07.891 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.891 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.891 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.891 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.891 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:30:07.891 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.891 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.891 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.891 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:30:07.892 INFO:teuthology.orchestra.run.smithi073.stdout:Package python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:30:07.951 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:30:07.952 INFO:teuthology.orchestra.run.smithi073.stdout:Nothing to do. 2024-04-15T01:30:07.952 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:30:08.021 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install python3-rbd 2024-04-15T01:30:08.092 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:30:08.092 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:30:08.092 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:30:08.092 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.092 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:30:08.092 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.092 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:30:08.092 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.092 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:30:08.092 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.092 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:30:08.093 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.093 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:30:08.093 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.093 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:30:08.093 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.093 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:30:08.093 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.093 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:30:08.093 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.093 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:30:08.093 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.093 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:30:08.093 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.093 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:30:08.094 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.094 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:30:08.094 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.094 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:30:08.094 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.094 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:30:08.094 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.094 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:30:08.094 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.094 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:30:08.094 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.094 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:30:08.095 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.095 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:30:08.095 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.095 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:30:08.095 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.095 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:30:08.095 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.095 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:30:08.095 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.095 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:30:08.095 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.095 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:30:08.095 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.095 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:30:08.096 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.096 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:30:08.096 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.096 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:30:08.096 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.096 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:30:08.096 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.096 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:30:08.096 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.096 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:30:08.096 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.096 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:30:08.096 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.097 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:30:08.097 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.097 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:30:08.097 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.097 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:30:08.097 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.097 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:30:08.097 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.097 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:30:08.097 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.097 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:30:08.097 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.097 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.097 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.098 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:30:08.098 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.098 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.098 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.098 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.098 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:30:08.098 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.098 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.098 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.098 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.098 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.098 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.098 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:30:08.099 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.099 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.099 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.099 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.099 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:30:08.099 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.099 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.099 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.099 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.099 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:30:08.099 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.099 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.099 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.099 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.100 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:30:08.100 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.100 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.100 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.100 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.100 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:30:08.100 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.100 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.100 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.100 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.100 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:30:08.100 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.100 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.100 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.101 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.101 INFO:teuthology.orchestra.run.smithi155.stdout:Package libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:30:08.161 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:30:08.162 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2024-04-15T01:30:08.162 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:30:08.244 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install libcephfs-devel 2024-04-15T01:30:08.521 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 1/2 2024-04-15T01:30:08.631 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:57 ago on Mon 15 Apr 2024 01:28:11 AM UTC. 2024-04-15T01:30:08.843 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:02:02 ago on Mon 15 Apr 2024 01:28:06 AM UTC. 2024-04-15T01:30:08.878 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-15T01:30:08.878 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:30:08.878 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-04-15T01:30:08.878 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T01:30:08.878 INFO:teuthology.orchestra.run.smithi193.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-15T01:30:08.879 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:30:08.879 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-15T01:30:08.931 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:30:08.931 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:30:08.931 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:30:08.931 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.931 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:30:08.931 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.931 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:30:08.931 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.931 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:30:08.931 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.932 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:30:08.932 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.932 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:30:08.932 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.932 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:30:08.932 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.932 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:30:08.932 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.932 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:30:08.932 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.932 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:30:08.932 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.933 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:30:08.933 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.933 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:30:08.933 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.933 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:30:08.933 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.933 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:30:08.933 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.933 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:30:08.933 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.933 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:30:08.933 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.933 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:30:08.933 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.934 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:30:08.934 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.934 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:30:08.934 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.934 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:30:08.934 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.934 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:30:08.934 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.934 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:30:08.935 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.935 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:30:08.935 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.935 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:30:08.935 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.935 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:30:08.935 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.935 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:30:08.935 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.935 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:30:08.935 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.936 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:30:08.936 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.936 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:30:08.936 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.936 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:30:08.936 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.936 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:30:08.936 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.936 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:30:08.937 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.937 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:30:08.937 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.937 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:30:08.937 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.937 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:30:08.937 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.937 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:30:08.938 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.938 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:30:08.938 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.938 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.938 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.938 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:30:08.938 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.938 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.939 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.939 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.939 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:30:08.939 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.939 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.939 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.939 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.939 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.940 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.940 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:30:08.940 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.940 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.940 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.940 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.940 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:30:08.940 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.941 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.941 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.941 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.941 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:30:08.941 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.941 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.941 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.941 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.941 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:30:08.942 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.942 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.942 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.942 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.942 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:30:08.942 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.942 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.943 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.943 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.943 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:30:08.943 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.943 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.943 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.943 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:30:08.944 INFO:teuthology.orchestra.run.smithi073.stdout:Package python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:30:09.002 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:30:09.002 INFO:teuthology.orchestra.run.smithi073.stdout:Nothing to do. 2024-04-15T01:30:09.003 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:30:09.071 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install rbd-fuse 2024-04-15T01:30:09.134 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:30:09.134 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:30:09.134 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:30:09.134 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.134 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:30:09.134 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.134 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:30:09.134 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.134 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:30:09.135 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.135 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:30:09.135 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.135 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:30:09.135 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.135 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:30:09.135 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.135 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:30:09.135 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.136 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:30:09.136 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.136 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:30:09.136 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.136 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:30:09.136 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.136 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:30:09.136 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.136 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:30:09.136 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.136 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:30:09.136 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.136 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:30:09.136 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.137 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:30:09.137 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.137 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:30:09.137 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.137 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:30:09.137 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.137 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:30:09.137 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.137 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:30:09.137 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.137 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:30:09.137 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.137 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:30:09.138 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.138 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:30:09.138 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.138 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:30:09.138 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.138 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:30:09.138 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.138 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:30:09.138 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.138 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:30:09.138 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.138 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:30:09.138 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.139 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:30:09.139 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.139 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:30:09.139 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.139 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:30:09.139 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.139 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:30:09.139 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.139 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:30:09.139 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.139 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:30:09.139 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.139 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:30:09.140 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.140 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:30:09.140 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.140 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:30:09.140 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.140 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.140 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.140 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:30:09.140 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.140 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.140 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.140 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.140 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:30:09.140 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.141 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.141 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.141 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.141 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.141 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.141 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:30:09.141 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.141 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.141 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.141 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.141 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:30:09.141 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.141 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.142 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.142 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.142 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:30:09.142 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.142 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.142 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.142 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.142 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:30:09.142 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.142 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.142 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.142 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.142 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:30:09.142 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.143 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.143 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.143 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.143 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:30:09.143 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.143 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.143 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.143 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.204 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:30:09.204 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:30:09.204 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repo Size 2024-04-15T01:30:09.204 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:30:09.204 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-15T01:30:09.204 INFO:teuthology.orchestra.run.smithi155.stdout: libcephfs-devel x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 32 k 2024-04-15T01:30:09.204 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:30:09.205 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-15T01:30:09.205 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:30:09.205 INFO:teuthology.orchestra.run.smithi155.stdout:Install 1 Package 2024-04-15T01:30:09.205 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:30:09.205 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 32 k 2024-04-15T01:30:09.205 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 142 k 2024-04-15T01:30:09.205 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-15T01:30:09.208 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install librados-devel 2024-04-15T01:30:09.376 INFO:teuthology.orchestra.run.smithi155.stdout:libcephfs-devel-19.0.0-2114.ga9a752df.el7.x86_6 186 kB/s | 32 kB 00:00 2024-04-15T01:30:09.377 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:30:09.377 INFO:teuthology.orchestra.run.smithi155.stdout:Total 184 kB/s | 32 kB 00:00 2024-04-15T01:30:09.377 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-15T01:30:09.381 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-15T01:30:09.381 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-15T01:30:09.411 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-15T01:30:09.411 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-15T01:30:09.500 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-15T01:30:09.617 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:30:09.666 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:58 ago on Mon 15 Apr 2024 01:28:11 AM UTC. 2024-04-15T01:30:09.811 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:44 ago on Mon 15 Apr 2024 01:28:25 AM UTC. 2024-04-15T01:30:09.953 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:30:09.953 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:30:09.953 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:30:09.953 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.953 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:30:09.954 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.954 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:30:09.954 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.954 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:30:09.954 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.954 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:30:09.954 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.954 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:30:09.955 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.955 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:30:09.955 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.955 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:30:09.955 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.955 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:30:09.956 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.956 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:30:09.956 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.956 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:30:09.956 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.956 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:30:09.956 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.956 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:30:09.956 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.956 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:30:09.957 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.957 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:30:09.957 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.957 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:30:09.957 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.957 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:30:09.957 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.957 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:30:09.957 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.957 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:30:09.957 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.957 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:30:09.957 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.958 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:30:09.958 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.958 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:30:09.958 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.958 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:30:09.958 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.958 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:30:09.958 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.958 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:30:09.958 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.958 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:30:09.958 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.958 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:30:09.959 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.959 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:30:09.959 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.959 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:30:09.959 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.959 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:30:09.959 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.959 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:30:09.959 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.959 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:30:09.959 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.959 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:30:09.959 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.959 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:30:09.960 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.960 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:30:09.960 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.960 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:30:09.960 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.960 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:30:09.960 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.960 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.960 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.960 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:30:09.960 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.960 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.960 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.961 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.961 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:30:09.961 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.961 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.961 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.961 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.961 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.961 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.961 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:30:09.961 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.961 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.961 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.962 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.962 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:30:09.962 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.962 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.962 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.962 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.962 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:30:09.962 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.962 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.962 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.962 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.963 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:30:09.963 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.963 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.963 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.963 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.963 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:30:09.963 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.963 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.963 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.963 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.964 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:30:09.964 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.964 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.964 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.964 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:30:09.987 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:30:10.022 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:30:10.023 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:30:10.023 INFO:teuthology.orchestra.run.smithi073.stdout: Package Architecture Version Repository Size 2024-04-15T01:30:10.023 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:30:10.023 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-04-15T01:30:10.023 INFO:teuthology.orchestra.run.smithi073.stdout: rbd-fuse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 85 k 2024-04-15T01:30:10.023 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:30:10.023 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-04-15T01:30:10.023 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:30:10.023 INFO:teuthology.orchestra.run.smithi073.stdout:Install 1 Package 2024-04-15T01:30:10.024 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:30:10.024 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 85 k 2024-04-15T01:30:10.024 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 231 k 2024-04-15T01:30:10.024 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-04-15T01:30:10.101 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-15T01:30:10.102 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-15T01:30:10.102 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-15T01:30:10.102 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.102 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-15T01:30:10.102 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.102 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-15T01:30:10.102 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.102 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-15T01:30:10.102 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.102 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-15T01:30:10.103 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.103 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-15T01:30:10.103 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.103 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-15T01:30:10.103 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.103 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-15T01:30:10.103 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.103 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-15T01:30:10.103 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.103 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-15T01:30:10.103 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.103 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-15T01:30:10.103 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.104 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-15T01:30:10.104 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.104 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-15T01:30:10.104 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.104 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-15T01:30:10.104 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.104 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-15T01:30:10.104 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.104 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-15T01:30:10.104 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.104 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-15T01:30:10.104 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.104 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-15T01:30:10.104 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.105 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-15T01:30:10.105 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.105 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-15T01:30:10.105 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.105 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-15T01:30:10.105 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.105 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-15T01:30:10.105 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.105 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-15T01:30:10.105 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.105 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-15T01:30:10.105 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.105 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-15T01:30:10.106 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.106 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-15T01:30:10.106 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.106 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-15T01:30:10.106 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.106 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-15T01:30:10.106 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.106 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-15T01:30:10.106 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.106 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-15T01:30:10.106 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.106 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-15T01:30:10.107 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.107 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-15T01:30:10.107 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.107 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-15T01:30:10.107 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.107 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-15T01:30:10.107 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.107 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-15T01:30:10.107 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.107 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-15T01:30:10.107 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.107 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-15T01:30:10.107 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.107 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.108 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.108 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:30:10.108 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.108 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.108 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.108 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.108 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-15T01:30:10.108 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.108 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.108 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.108 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.108 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.108 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.108 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:30:10.109 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.109 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.109 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.109 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.109 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:30:10.109 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.109 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.109 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.109 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.109 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:30:10.109 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.109 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.109 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.110 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.110 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:30:10.110 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.110 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.110 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.110 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.110 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:30:10.110 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.110 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.110 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.110 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.110 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:30:10.110 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.111 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.111 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.111 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:30:10.171 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-15T01:30:10.172 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:30:10.172 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repo Size 2024-04-15T01:30:10.172 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:30:10.172 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-04-15T01:30:10.172 INFO:teuthology.orchestra.run.smithi193.stdout: librados-devel x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 127 k 2024-04-15T01:30:10.172 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:30:10.172 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-04-15T01:30:10.172 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:30:10.172 INFO:teuthology.orchestra.run.smithi193.stdout:Install 1 Package 2024-04-15T01:30:10.172 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:30:10.173 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 127 k 2024-04-15T01:30:10.173 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 456 k 2024-04-15T01:30:10.173 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-04-15T01:30:10.276 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:30:10.276 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:30:10.276 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-15T01:30:10.276 INFO:teuthology.orchestra.run.smithi155.stdout: libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:30:10.276 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:30:10.276 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:30:10.304 INFO:teuthology.orchestra.run.smithi073.stdout:rbd-fuse-19.0.0-2114.ga9a752df.el7.x86_64.rpm 305 kB/s | 85 kB 00:00 2024-04-15T01:30:10.305 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:30:10.305 INFO:teuthology.orchestra.run.smithi073.stdout:Total 303 kB/s | 85 kB 00:00 2024-04-15T01:30:10.305 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-04-15T01:30:10.312 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-04-15T01:30:10.312 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-04-15T01:30:10.372 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-04-15T01:30:10.373 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-04-15T01:30:10.388 INFO:teuthology.orchestra.run.smithi193.stdout:librados-devel-19.0.0-2114.ga9a752df.el7.x86_64 588 kB/s | 127 kB 00:00 2024-04-15T01:30:10.388 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:30:10.389 INFO:teuthology.orchestra.run.smithi193.stdout:Total 585 kB/s | 127 kB 00:00 2024-04-15T01:30:10.389 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-04-15T01:30:10.394 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-04-15T01:30:10.394 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-04-15T01:30:10.452 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-04-15T01:30:10.453 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-04-15T01:30:10.468 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install librados2 2024-04-15T01:30:10.546 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-04-15T01:30:10.617 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-04-15T01:30:10.652 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:30:10.720 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:30:11.043 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:30:11.067 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:02:05 ago on Mon 15 Apr 2024 01:28:06 AM UTC. 2024-04-15T01:30:11.170 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:30:11.357 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:30:11.357 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:30:11.357 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:30:11.358 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.358 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:30:11.358 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.358 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:30:11.358 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.359 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:30:11.359 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.359 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:30:11.359 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.359 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:30:11.359 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.359 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:30:11.360 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.360 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:30:11.360 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.360 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:30:11.361 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.361 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:30:11.361 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.361 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:30:11.361 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.362 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:30:11.362 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.362 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:30:11.362 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.362 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:30:11.362 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.363 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:30:11.363 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.363 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:30:11.363 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.363 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:30:11.363 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.364 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:30:11.364 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.364 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:30:11.364 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.364 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:30:11.364 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.364 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:30:11.365 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.365 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:30:11.365 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.365 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:30:11.365 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.366 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:30:11.366 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.366 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:30:11.366 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.366 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:30:11.366 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.366 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:30:11.367 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.367 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:30:11.367 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.367 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:30:11.367 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.368 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:30:11.368 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.368 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:30:11.368 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.368 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:30:11.368 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.368 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:30:11.369 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.369 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:30:11.369 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.369 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:30:11.369 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.369 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:30:11.370 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.370 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:30:11.370 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.370 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.370 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.371 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:30:11.371 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.371 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.371 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.371 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.372 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:30:11.372 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.372 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.372 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.372 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.372 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.372 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.373 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:30:11.373 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.373 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.373 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.373 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.374 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:30:11.374 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.374 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.374 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.375 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.375 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:30:11.375 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.375 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.376 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.376 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.376 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:30:11.376 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.376 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.377 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.377 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.377 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:30:11.377 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.377 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.378 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.378 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.378 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:30:11.378 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.378 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.379 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.379 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:30:11.380 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:30:11.381 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:30:11.381 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-04-15T01:30:11.381 INFO:teuthology.orchestra.run.smithi073.stdout: rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:30:11.381 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:30:11.381 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:30:11.382 INFO:teuthology.orchestra.run.smithi155.stdout:Package librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:30:11.426 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:30:11.427 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2024-04-15T01:30:11.427 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:30:11.497 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install librbd1 2024-04-15T01:30:11.505 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:30:11.505 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:30:11.505 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-04-15T01:30:11.505 INFO:teuthology.orchestra.run.smithi193.stdout: librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:30:11.505 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:30:11.505 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-15T01:30:11.619 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install rbd-mirror 2024-04-15T01:30:11.756 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install libcephfs2 2024-04-15T01:30:12.119 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:02:06 ago on Mon 15 Apr 2024 01:28:06 AM UTC. 2024-04-15T01:30:12.233 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:02:01 ago on Mon 15 Apr 2024 01:28:11 AM UTC. 2024-04-15T01:30:12.370 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:47 ago on Mon 15 Apr 2024 01:28:25 AM UTC. 2024-04-15T01:30:12.425 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:30:12.425 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:30:12.425 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:30:12.425 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.425 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:30:12.425 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.425 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:30:12.425 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.426 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:30:12.426 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.426 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:30:12.426 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.426 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:30:12.426 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.426 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:30:12.426 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.426 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:30:12.426 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.427 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:30:12.427 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.427 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:30:12.427 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.427 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:30:12.427 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.427 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:30:12.427 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.427 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:30:12.427 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.427 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:30:12.427 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.428 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:30:12.428 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.428 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:30:12.428 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.428 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:30:12.428 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.428 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:30:12.428 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.428 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:30:12.428 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.428 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:30:12.428 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.428 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:30:12.429 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.429 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:30:12.429 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.429 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:30:12.429 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.429 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:30:12.429 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.429 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:30:12.429 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.429 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:30:12.429 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.429 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:30:12.430 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.430 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:30:12.430 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.430 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:30:12.430 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.430 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:30:12.430 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.430 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:30:12.430 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.430 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:30:12.430 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.430 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:30:12.430 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.431 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:30:12.431 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.431 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:30:12.431 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.431 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:30:12.431 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.431 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:30:12.431 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.431 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.431 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.431 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:30:12.431 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.432 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.432 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.432 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.432 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:30:12.432 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.432 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.432 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.432 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.432 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.432 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.432 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:30:12.432 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.432 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.433 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.433 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.433 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:30:12.433 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.433 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.433 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.433 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.433 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:30:12.433 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.433 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.433 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.433 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.433 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:30:12.434 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.434 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.434 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.434 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.434 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:30:12.434 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.434 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.434 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.434 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.434 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:30:12.434 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.434 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.435 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.435 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.435 INFO:teuthology.orchestra.run.smithi155.stdout:Package librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:30:12.499 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:30:12.501 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2024-04-15T01:30:12.501 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:30:12.525 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:30:12.526 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:30:12.526 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:30:12.526 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.526 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:30:12.526 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.526 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:30:12.526 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.526 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:30:12.526 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.526 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:30:12.527 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.527 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:30:12.527 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.527 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:30:12.527 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.527 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:30:12.527 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.527 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:30:12.527 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.528 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:30:12.528 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.528 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:30:12.528 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.528 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:30:12.528 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.528 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:30:12.528 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.528 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:30:12.528 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.528 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:30:12.528 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.528 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:30:12.529 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.529 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:30:12.529 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.530 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:30:12.530 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.530 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:30:12.530 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.531 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:30:12.531 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.531 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:30:12.531 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.531 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:30:12.531 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.531 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:30:12.531 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.531 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:30:12.531 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.531 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:30:12.532 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.532 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:30:12.532 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.532 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:30:12.532 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.532 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:30:12.532 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.532 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:30:12.532 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.532 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:30:12.532 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.532 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:30:12.532 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.532 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:30:12.533 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.533 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:30:12.533 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.533 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:30:12.533 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.533 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:30:12.533 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.533 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:30:12.533 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.533 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:30:12.533 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.533 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.534 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.534 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:30:12.534 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.534 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.534 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.534 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.534 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:30:12.534 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.534 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.534 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.534 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.534 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.534 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.535 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:30:12.535 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.535 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.535 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.535 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.535 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:30:12.535 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.536 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.536 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.536 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.536 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:30:12.536 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.536 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.536 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.536 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.537 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:30:12.537 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.537 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.537 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.537 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.537 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:30:12.537 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.537 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.537 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.537 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.537 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:30:12.537 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.537 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.538 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.538 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.575 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install python3-rados 2024-04-15T01:30:12.593 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:30:12.594 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:30:12.594 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repo Size 2024-04-15T01:30:12.594 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:30:12.594 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-04-15T01:30:12.594 INFO:teuthology.orchestra.run.smithi073.stdout: rbd-mirror x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.1 M 2024-04-15T01:30:12.594 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:30:12.594 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-04-15T01:30:12.595 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:30:12.595 INFO:teuthology.orchestra.run.smithi073.stdout:Install 1 Package 2024-04-15T01:30:12.595 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:30:12.595 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 3.1 M 2024-04-15T01:30:12.595 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 13 M 2024-04-15T01:30:12.595 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-04-15T01:30:12.665 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-15T01:30:12.665 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-15T01:30:12.665 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-15T01:30:12.665 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.665 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-15T01:30:12.665 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.665 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-15T01:30:12.665 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.665 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-15T01:30:12.665 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.665 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-15T01:30:12.666 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.666 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-15T01:30:12.666 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.666 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-15T01:30:12.666 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.666 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-15T01:30:12.666 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.666 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-15T01:30:12.666 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.666 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-15T01:30:12.666 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.666 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-15T01:30:12.666 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.667 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-15T01:30:12.667 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.667 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-15T01:30:12.667 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.667 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-15T01:30:12.667 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.667 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-15T01:30:12.667 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.667 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-15T01:30:12.667 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.667 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-15T01:30:12.667 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.667 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-15T01:30:12.668 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.668 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-15T01:30:12.668 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.668 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-15T01:30:12.668 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.668 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-15T01:30:12.668 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.668 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-15T01:30:12.668 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.668 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-15T01:30:12.668 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.668 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-15T01:30:12.668 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.669 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-15T01:30:12.669 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.669 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-15T01:30:12.669 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.669 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-15T01:30:12.669 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.669 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-15T01:30:12.669 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.669 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-15T01:30:12.669 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.669 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-15T01:30:12.669 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.669 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-15T01:30:12.670 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.670 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-15T01:30:12.670 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.671 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-15T01:30:12.671 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.671 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-15T01:30:12.671 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.671 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-15T01:30:12.671 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.671 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-15T01:30:12.671 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.671 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-15T01:30:12.671 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.671 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.671 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.672 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:30:12.672 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.672 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.672 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.672 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.672 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-15T01:30:12.672 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.672 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.672 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.673 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.673 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.673 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.673 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:30:12.673 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.673 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.673 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.673 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.673 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:30:12.673 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.673 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.673 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.673 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.673 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:30:12.674 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.674 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.674 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.674 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.674 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:30:12.674 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.674 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.674 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.674 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.674 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:30:12.674 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.674 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.674 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.675 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.675 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:30:12.675 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.675 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.675 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.675 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:30:12.675 INFO:teuthology.orchestra.run.smithi193.stdout:Package libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:30:12.734 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-15T01:30:12.735 INFO:teuthology.orchestra.run.smithi193.stdout:Nothing to do. 2024-04-15T01:30:12.735 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-15T01:30:12.804 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install libcephfs-devel 2024-04-15T01:30:12.982 INFO:teuthology.orchestra.run.smithi073.stdout:rbd-mirror-19.0.0-2114.ga9a752df.el7.x86_64.rpm 8.0 MB/s | 3.1 MB 00:00 2024-04-15T01:30:12.983 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:30:12.983 INFO:teuthology.orchestra.run.smithi073.stdout:Total 7.9 MB/s | 3.1 MB 00:00 2024-04-15T01:30:12.984 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-04-15T01:30:12.993 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-04-15T01:30:12.993 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-04-15T01:30:13.070 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-04-15T01:30:13.070 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-04-15T01:30:13.209 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:02:07 ago on Mon 15 Apr 2024 01:28:06 AM UTC. 2024-04-15T01:30:13.393 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:48 ago on Mon 15 Apr 2024 01:28:25 AM UTC. 2024-04-15T01:30:13.498 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:30:13.498 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:30:13.499 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:30:13.499 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.499 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:30:13.499 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.499 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:30:13.500 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.500 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:30:13.500 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.500 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:30:13.500 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.500 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:30:13.501 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.501 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:30:13.501 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.501 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:30:13.501 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.502 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:30:13.502 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.502 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:30:13.502 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.502 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:30:13.502 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.503 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:30:13.503 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.503 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:30:13.503 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.503 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:30:13.504 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.504 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:30:13.504 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.504 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:30:13.504 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.504 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:30:13.505 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.505 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:30:13.505 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.505 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:30:13.505 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.505 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:30:13.506 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.506 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:30:13.506 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.506 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:30:13.506 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.507 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:30:13.507 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.507 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:30:13.507 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.507 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:30:13.507 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.508 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:30:13.508 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.508 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:30:13.508 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.508 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:30:13.509 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.509 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:30:13.509 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.509 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:30:13.509 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.509 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:30:13.510 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.510 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:30:13.510 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.510 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:30:13.510 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.511 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:30:13.511 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.511 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:30:13.511 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.511 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:30:13.511 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.512 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:30:13.512 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.512 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.512 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.513 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:30:13.513 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.513 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.513 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.513 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.514 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:30:13.514 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.514 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.514 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.515 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.515 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.515 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.515 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:30:13.515 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.516 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.516 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.516 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.516 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:30:13.516 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.517 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.517 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.517 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.517 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:30:13.517 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.518 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.518 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.518 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.518 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:30:13.518 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.519 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.519 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.519 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.519 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:30:13.519 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.519 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.520 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.520 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.520 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:30:13.520 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.521 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.521 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.521 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.522 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-04-15T01:30:13.522 INFO:teuthology.orchestra.run.smithi155.stdout:Package python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:30:13.568 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:30:13.569 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2024-04-15T01:30:13.569 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:30:13.584 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:30:13.608 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:30:13.608 INFO:teuthology.orchestra.run.smithi073.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:30:13.609 INFO:teuthology.orchestra.run.smithi073.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-15T01:30:13.609 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-15T01:30:13.609 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-15T01:30:13.609 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:30:13.640 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install python3-rgw 2024-04-15T01:30:13.681 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-15T01:30:13.811 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-15T01:30:13.812 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-15T01:30:13.812 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.813 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-15T01:30:13.813 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.813 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-15T01:30:13.813 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.813 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-15T01:30:13.814 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.814 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-15T01:30:13.814 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.814 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-15T01:30:13.814 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.815 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-15T01:30:13.815 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.816 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-15T01:30:13.816 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.816 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-15T01:30:13.816 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.816 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-15T01:30:13.816 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.816 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-15T01:30:13.817 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.818 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-15T01:30:13.818 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.818 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-15T01:30:13.818 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.818 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-15T01:30:13.819 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.819 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-15T01:30:13.819 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.819 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-15T01:30:13.819 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.819 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-15T01:30:13.819 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.819 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-15T01:30:13.820 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.820 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-15T01:30:13.820 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.820 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-15T01:30:13.820 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.820 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-15T01:30:13.820 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.820 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-15T01:30:13.820 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.820 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-15T01:30:13.820 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.820 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-15T01:30:13.821 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.821 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-15T01:30:13.821 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.821 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-15T01:30:13.821 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.821 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-15T01:30:13.821 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.821 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-15T01:30:13.821 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.821 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-15T01:30:13.821 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.821 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-15T01:30:13.821 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.821 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-15T01:30:13.822 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.822 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-15T01:30:13.822 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.822 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-15T01:30:13.822 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.822 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-15T01:30:13.822 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.822 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-15T01:30:13.822 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.822 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-15T01:30:13.822 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.822 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-15T01:30:13.822 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.823 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.823 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.823 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:30:13.823 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.823 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.823 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.823 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.823 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-15T01:30:13.823 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.823 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.823 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.823 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.823 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.824 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.824 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:30:13.824 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.824 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.824 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.824 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.824 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:30:13.824 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.824 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.824 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.824 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.824 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:30:13.824 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.825 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.825 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.825 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.825 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:30:13.825 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.825 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.825 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.825 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.825 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:30:13.825 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.825 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.825 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.825 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.826 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:30:13.826 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.826 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.826 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.826 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:30:13.827 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-15T01:30:13.828 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:30:13.828 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repo Size 2024-04-15T01:30:13.828 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:30:13.828 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-04-15T01:30:13.828 INFO:teuthology.orchestra.run.smithi193.stdout: libcephfs-devel x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 32 k 2024-04-15T01:30:13.828 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:30:13.828 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-04-15T01:30:13.828 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:30:13.828 INFO:teuthology.orchestra.run.smithi193.stdout:Install 1 Package 2024-04-15T01:30:13.828 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:30:13.828 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 32 k 2024-04-15T01:30:13.828 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 142 k 2024-04-15T01:30:13.828 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-04-15T01:30:13.918 INFO:teuthology.orchestra.run.smithi193.stdout:libcephfs-devel-19.0.0-2114.ga9a752df.el7.x86_6 188 kB/s | 32 kB 00:00 2024-04-15T01:30:13.919 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:30:13.919 INFO:teuthology.orchestra.run.smithi193.stdout:Total 186 kB/s | 32 kB 00:00 2024-04-15T01:30:13.919 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-04-15T01:30:13.922 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-04-15T01:30:13.922 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-04-15T01:30:13.944 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-04-15T01:30:13.945 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-04-15T01:30:14.024 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-04-15T01:30:14.132 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:30:14.241 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:02:08 ago on Mon 15 Apr 2024 01:28:06 AM UTC. 2024-04-15T01:30:14.528 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:30:14.528 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:30:14.528 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:30:14.529 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.529 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:30:14.529 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.529 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:30:14.529 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.529 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:30:14.529 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.529 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:30:14.529 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.529 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:30:14.529 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.529 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:30:14.529 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.530 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:30:14.530 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.530 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:30:14.530 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.530 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:30:14.530 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.530 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:30:14.530 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.530 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:30:14.530 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.530 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:30:14.530 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.530 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:30:14.531 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.531 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:30:14.531 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.531 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:30:14.531 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.531 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:30:14.531 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.531 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:30:14.531 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.531 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:30:14.531 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.531 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:30:14.531 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.532 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:30:14.532 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.532 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:30:14.532 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.532 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:30:14.532 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.532 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:30:14.532 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.532 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:30:14.532 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.532 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:30:14.532 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.532 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:30:14.532 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.533 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:30:14.533 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.533 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:30:14.533 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.533 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:30:14.533 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.533 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:30:14.533 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.533 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:30:14.533 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.533 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:30:14.533 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.534 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:30:14.534 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.534 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:30:14.534 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.534 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:30:14.534 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.534 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:30:14.534 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.534 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.534 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.534 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:30:14.534 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.535 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.535 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.535 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.535 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:30:14.535 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.535 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.535 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.535 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.535 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.535 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.535 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:30:14.535 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.535 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.535 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.536 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.536 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:30:14.536 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.536 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.536 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.536 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.536 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:30:14.536 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.536 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.536 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.536 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.536 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:30:14.536 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.537 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.537 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.537 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.537 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:30:14.537 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.537 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.537 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.537 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.537 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:30:14.537 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.537 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.537 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.537 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:30:14.538 INFO:teuthology.orchestra.run.smithi155.stdout:Package python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:30:14.541 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:30:14.597 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:30:14.597 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2024-04-15T01:30:14.598 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:30:14.672 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install python3-cephfs 2024-04-15T01:30:14.781 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:30:14.781 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:30:14.781 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-04-15T01:30:14.782 INFO:teuthology.orchestra.run.smithi073.stdout: rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:30:14.782 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:30:14.782 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:30:14.810 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:30:14.811 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:30:14.811 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-04-15T01:30:14.811 INFO:teuthology.orchestra.run.smithi193.stdout: libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:30:14.811 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:30:14.811 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-15T01:30:14.988 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install librados2 2024-04-15T01:30:15.033 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install rbd-nbd 2024-04-15T01:30:15.272 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:02:09 ago on Mon 15 Apr 2024 01:28:06 AM UTC. 2024-04-15T01:30:15.561 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:30:15.561 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:30:15.561 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:30:15.561 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.561 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:30:15.561 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.561 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:30:15.561 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.561 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:30:15.562 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.562 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:30:15.562 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.562 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:30:15.562 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.562 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:30:15.562 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.562 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:30:15.562 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.562 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:30:15.562 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.562 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:30:15.563 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.563 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:30:15.563 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.563 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:30:15.563 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.563 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:30:15.563 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.563 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:30:15.563 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.563 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:30:15.563 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.563 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:30:15.563 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.563 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:30:15.564 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.564 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:30:15.564 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.564 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:30:15.564 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.564 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:30:15.564 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.564 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:30:15.564 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.564 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:30:15.564 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.564 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:30:15.564 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.564 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:30:15.565 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.565 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:30:15.565 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.565 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:30:15.565 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.565 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:30:15.565 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.565 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:30:15.565 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.565 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:30:15.565 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.565 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:30:15.565 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.565 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:30:15.566 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.566 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:30:15.566 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.566 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:30:15.566 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.566 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:30:15.566 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.566 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:30:15.566 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.566 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:30:15.566 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.566 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:30:15.566 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.566 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.567 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.567 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:30:15.567 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.567 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.567 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.567 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.567 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:30:15.567 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.567 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.567 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.567 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.567 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.567 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.567 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:30:15.568 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.568 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.568 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.568 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.568 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:30:15.568 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.568 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.568 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.568 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.568 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:30:15.568 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.568 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.568 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.569 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.569 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:30:15.569 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.569 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.569 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.569 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.569 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:30:15.569 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.569 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.569 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.569 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.569 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:30:15.569 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.569 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.570 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.570 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.570 INFO:teuthology.orchestra.run.smithi155.stdout:Package python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:30:15.577 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:50 ago on Mon 15 Apr 2024 01:28:25 AM UTC. 2024-04-15T01:30:15.632 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:30:15.633 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2024-04-15T01:30:15.633 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:30:15.642 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:02:04 ago on Mon 15 Apr 2024 01:28:11 AM UTC. 2024-04-15T01:30:15.708 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install python3-rbd 2024-04-15T01:30:15.864 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-15T01:30:15.864 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-15T01:30:15.864 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-15T01:30:15.864 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.864 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-15T01:30:15.864 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.864 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-15T01:30:15.864 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.864 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-15T01:30:15.864 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.865 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-15T01:30:15.865 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.865 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-15T01:30:15.865 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.865 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-15T01:30:15.865 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.865 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-15T01:30:15.865 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.865 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-15T01:30:15.865 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.865 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-15T01:30:15.865 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.865 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-15T01:30:15.865 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.866 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-15T01:30:15.866 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.866 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-15T01:30:15.866 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.866 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-15T01:30:15.866 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.866 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-15T01:30:15.866 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.866 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-15T01:30:15.866 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.866 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-15T01:30:15.866 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.867 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-15T01:30:15.867 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.867 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-15T01:30:15.867 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.867 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-15T01:30:15.867 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.867 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-15T01:30:15.867 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.867 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-15T01:30:15.867 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.867 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-15T01:30:15.867 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.867 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-15T01:30:15.867 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.868 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-15T01:30:15.868 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.868 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-15T01:30:15.868 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.868 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-15T01:30:15.868 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.868 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-15T01:30:15.868 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.868 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-15T01:30:15.868 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.868 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-15T01:30:15.868 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.868 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-15T01:30:15.868 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.869 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-15T01:30:15.869 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.869 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-15T01:30:15.869 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.869 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-15T01:30:15.869 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.869 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-15T01:30:15.869 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.869 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-15T01:30:15.869 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.869 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-15T01:30:15.869 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.869 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.870 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.870 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:30:15.871 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.871 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.871 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.871 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.871 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-15T01:30:15.871 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.871 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.871 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.871 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.871 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.871 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.871 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:30:15.872 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.872 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.872 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.872 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.872 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:30:15.872 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.872 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.872 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.872 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.872 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:30:15.872 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.872 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.872 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.873 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.873 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:30:15.873 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.873 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.873 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.873 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.873 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:30:15.874 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.874 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.874 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.874 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.874 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:30:15.874 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.874 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.874 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.874 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.875 INFO:teuthology.orchestra.run.smithi193.stdout:Package librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:30:15.933 INFO:teuthology.orchestra.run.smithi073.stderr:Modular dependency problems: 2024-04-15T01:30:15.933 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:30:15.933 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 1: conflicting requests 2024-04-15T01:30:15.933 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.933 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 2: conflicting requests 2024-04-15T01:30:15.933 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.933 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 3: conflicting requests 2024-04-15T01:30:15.934 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.934 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 4: conflicting requests 2024-04-15T01:30:15.934 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.934 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 5: conflicting requests 2024-04-15T01:30:15.934 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.934 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 6: conflicting requests 2024-04-15T01:30:15.934 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.934 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 7: conflicting requests 2024-04-15T01:30:15.934 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.934 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 8: conflicting requests 2024-04-15T01:30:15.934 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.934 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 9: conflicting requests 2024-04-15T01:30:15.934 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.935 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 10: conflicting requests 2024-04-15T01:30:15.935 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.935 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 11: conflicting requests 2024-04-15T01:30:15.935 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.935 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 12: conflicting requests 2024-04-15T01:30:15.935 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.935 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 13: conflicting requests 2024-04-15T01:30:15.935 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.935 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 14: conflicting requests 2024-04-15T01:30:15.935 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.935 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 15: conflicting requests 2024-04-15T01:30:15.935 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.935 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 16: conflicting requests 2024-04-15T01:30:15.936 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.936 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 17: conflicting requests 2024-04-15T01:30:15.936 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.936 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 18: conflicting requests 2024-04-15T01:30:15.936 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.936 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 19: conflicting requests 2024-04-15T01:30:15.936 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.936 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 20: conflicting requests 2024-04-15T01:30:15.936 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.936 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 21: conflicting requests 2024-04-15T01:30:15.936 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.936 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 22: conflicting requests 2024-04-15T01:30:15.936 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.937 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 23: conflicting requests 2024-04-15T01:30:15.937 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.937 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 24: conflicting requests 2024-04-15T01:30:15.937 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.937 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 25: conflicting requests 2024-04-15T01:30:15.937 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.937 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 26: conflicting requests 2024-04-15T01:30:15.937 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.937 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 27: conflicting requests 2024-04-15T01:30:15.937 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.937 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 28: conflicting requests 2024-04-15T01:30:15.937 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.937 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 29: conflicting requests 2024-04-15T01:30:15.937 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.937 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 30: conflicting requests 2024-04-15T01:30:15.938 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.938 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 31: conflicting requests 2024-04-15T01:30:15.938 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.938 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 32: conflicting requests 2024-04-15T01:30:15.938 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.938 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 33: conflicting requests 2024-04-15T01:30:15.938 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.938 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 34: conflicting requests 2024-04-15T01:30:15.938 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.938 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 35: conflicting requests 2024-04-15T01:30:15.938 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.938 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 36: conflicting requests 2024-04-15T01:30:15.938 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.939 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 37: conflicting requests 2024-04-15T01:30:15.939 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.939 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.939 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.939 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:30:15.939 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.939 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.939 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.939 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.939 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 39: conflicting requests 2024-04-15T01:30:15.939 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.939 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.939 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.940 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.940 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.940 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.940 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:30:15.940 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.940 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.940 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.940 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.940 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:30:15.940 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.940 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.940 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.940 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.941 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:30:15.941 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.941 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.941 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.941 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.941 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:30:15.941 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.941 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.941 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.941 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.941 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:30:15.941 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.941 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.941 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.942 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.942 INFO:teuthology.orchestra.run.smithi073.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:30:15.942 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.942 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.942 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.942 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:30:15.942 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-15T01:30:15.943 INFO:teuthology.orchestra.run.smithi193.stdout:Nothing to do. 2024-04-15T01:30:15.943 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-15T01:30:15.999 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install librbd1 2024-04-15T01:30:16.001 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-04-15T01:30:16.001 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:30:16.002 INFO:teuthology.orchestra.run.smithi073.stdout: Package Architecture Version Repository Size 2024-04-15T01:30:16.002 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:30:16.002 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-04-15T01:30:16.002 INFO:teuthology.orchestra.run.smithi073.stdout: rbd-nbd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 171 k 2024-04-15T01:30:16.002 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:30:16.002 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-04-15T01:30:16.002 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-04-15T01:30:16.002 INFO:teuthology.orchestra.run.smithi073.stdout:Install 1 Package 2024-04-15T01:30:16.002 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:30:16.003 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 171 k 2024-04-15T01:30:16.003 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 494 k 2024-04-15T01:30:16.003 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-04-15T01:30:16.227 INFO:teuthology.orchestra.run.smithi073.stdout:rbd-nbd-19.0.0-2114.ga9a752df.el7.x86_64.rpm 764 kB/s | 171 kB 00:00 2024-04-15T01:30:16.228 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:30:16.228 INFO:teuthology.orchestra.run.smithi073.stdout:Total 760 kB/s | 171 kB 00:00 2024-04-15T01:30:16.228 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-04-15T01:30:16.236 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-04-15T01:30:16.236 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-04-15T01:30:16.296 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-04-15T01:30:16.296 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-04-15T01:30:16.317 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:02:10 ago on Mon 15 Apr 2024 01:28:06 AM UTC. 2024-04-15T01:30:16.455 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-04-15T01:30:16.551 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:30:16.614 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:51 ago on Mon 15 Apr 2024 01:28:25 AM UTC. 2024-04-15T01:30:16.645 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:30:16.645 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:30:16.645 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:30:16.645 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.645 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:30:16.645 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.645 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:30:16.645 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.645 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:30:16.645 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.645 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:30:16.646 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.646 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:30:16.646 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.646 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:30:16.646 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.646 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:30:16.646 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.646 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:30:16.646 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.646 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:30:16.646 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.647 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:30:16.647 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.647 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:30:16.647 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.647 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:30:16.647 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.647 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:30:16.647 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.648 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:30:16.648 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.648 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:30:16.648 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.648 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:30:16.648 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.648 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:30:16.649 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.649 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:30:16.649 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.649 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:30:16.649 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.649 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:30:16.649 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.649 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:30:16.649 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.649 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:30:16.650 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.650 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:30:16.650 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.650 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:30:16.650 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.650 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:30:16.650 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.650 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:30:16.650 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.650 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:30:16.651 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.651 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:30:16.651 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.651 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:30:16.651 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.651 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:30:16.651 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.651 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:30:16.651 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.651 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:30:16.651 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.651 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:30:16.652 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.652 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:30:16.652 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.652 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:30:16.652 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.652 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:30:16.652 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.652 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.652 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.652 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:30:16.652 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.653 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.653 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.653 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.653 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:30:16.653 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.653 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.653 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.653 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.653 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.653 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.653 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:30:16.653 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.653 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.654 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.654 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.654 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:30:16.654 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.654 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.654 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.654 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.654 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:30:16.654 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.654 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.654 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.654 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.654 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:30:16.655 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.655 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.655 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.655 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.655 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:30:16.655 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.655 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.655 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.655 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.655 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:30:16.655 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.655 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.655 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.655 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.656 INFO:teuthology.orchestra.run.smithi155.stdout:Package python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:30:16.716 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:30:16.717 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2024-04-15T01:30:16.717 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:30:16.802 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install rbd-fuse 2024-04-15T01:30:16.907 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-15T01:30:16.907 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-15T01:30:16.907 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-15T01:30:16.908 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.908 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-15T01:30:16.908 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.908 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-15T01:30:16.908 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.908 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-15T01:30:16.908 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.908 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-15T01:30:16.908 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.908 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-15T01:30:16.908 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.908 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-15T01:30:16.908 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.908 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-15T01:30:16.909 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.909 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-15T01:30:16.909 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.909 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-15T01:30:16.909 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.909 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-15T01:30:16.909 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.909 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-15T01:30:16.909 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.909 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-15T01:30:16.909 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.909 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-15T01:30:16.909 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.910 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-15T01:30:16.910 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.910 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-15T01:30:16.910 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.910 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-15T01:30:16.910 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.910 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-15T01:30:16.910 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.910 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-15T01:30:16.910 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.910 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-15T01:30:16.910 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.910 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-15T01:30:16.911 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.911 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-15T01:30:16.911 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.911 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-15T01:30:16.911 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.911 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-15T01:30:16.911 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.911 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-15T01:30:16.911 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.911 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-15T01:30:16.911 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.912 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-15T01:30:16.912 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.912 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-15T01:30:16.912 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.912 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-15T01:30:16.912 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.912 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-15T01:30:16.912 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.912 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-15T01:30:16.912 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.912 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-15T01:30:16.912 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.913 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-15T01:30:16.913 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.913 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-15T01:30:16.913 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.913 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-15T01:30:16.913 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.913 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-15T01:30:16.913 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.913 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-15T01:30:16.913 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.913 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.914 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.914 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:30:16.914 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.914 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.914 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.914 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.914 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-15T01:30:16.914 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.914 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.914 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.915 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.915 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.915 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.915 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:30:16.915 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.915 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.915 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.915 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.916 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:30:16.916 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.916 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.916 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.916 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.916 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:30:16.916 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.916 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.916 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.916 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.916 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:30:16.916 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.917 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.917 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.917 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.917 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:30:16.917 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.917 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.917 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.917 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.917 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:30:16.917 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.917 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.917 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.917 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:30:16.918 INFO:teuthology.orchestra.run.smithi193.stdout:Package librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:30:16.963 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:30:16.979 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-15T01:30:16.981 INFO:teuthology.orchestra.run.smithi193.stdout:Nothing to do. 2024-04-15T01:30:16.981 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-15T01:30:17.051 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install python3-rados 2024-04-15T01:30:17.281 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:30:17.281 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:30:17.281 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-04-15T01:30:17.282 INFO:teuthology.orchestra.run.smithi073.stdout: rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:30:17.282 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-04-15T01:30:17.282 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-04-15T01:30:17.404 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:02:11 ago on Mon 15 Apr 2024 01:28:06 AM UTC. 2024-04-15T01:30:17.559 DEBUG:teuthology.parallel:result is None 2024-04-15T01:30:17.672 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:52 ago on Mon 15 Apr 2024 01:28:25 AM UTC. 2024-04-15T01:30:17.698 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:30:17.698 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:30:17.698 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:30:17.698 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.699 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:30:17.699 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.699 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:30:17.699 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.699 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:30:17.699 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.699 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:30:17.699 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.699 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:30:17.699 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.699 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:30:17.700 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.700 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:30:17.700 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.700 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:30:17.700 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.700 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:30:17.700 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.700 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:30:17.700 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.700 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:30:17.700 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.700 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:30:17.701 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.701 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:30:17.701 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.701 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:30:17.701 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.701 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:30:17.701 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.701 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:30:17.701 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.701 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:30:17.701 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.702 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:30:17.702 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.702 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:30:17.702 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.702 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:30:17.702 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.702 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:30:17.702 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.702 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:30:17.702 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.702 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:30:17.702 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.702 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:30:17.703 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.703 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:30:17.703 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.703 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:30:17.703 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.703 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:30:17.703 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.703 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:30:17.703 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.703 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:30:17.703 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.703 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:30:17.703 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.703 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:30:17.704 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.704 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:30:17.704 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.704 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:30:17.704 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.704 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:30:17.704 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.704 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:30:17.704 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.704 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:30:17.704 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.704 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.704 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.705 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:30:17.705 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.705 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.705 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.705 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.705 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:30:17.705 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.705 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.705 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.705 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.705 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.705 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.705 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:30:17.705 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.705 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.706 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.706 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.706 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:30:17.706 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.706 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.706 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.706 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.706 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:30:17.706 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.706 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.706 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.706 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.706 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:30:17.707 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.707 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.707 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.707 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.707 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:30:17.707 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.707 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.707 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.707 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.707 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:30:17.707 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.707 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.707 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.707 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.764 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:30:17.765 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:30:17.765 INFO:teuthology.orchestra.run.smithi155.stdout: Package Architecture Version Repository Size 2024-04-15T01:30:17.765 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:30:17.765 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-15T01:30:17.765 INFO:teuthology.orchestra.run.smithi155.stdout: rbd-fuse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 85 k 2024-04-15T01:30:17.765 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:30:17.765 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-15T01:30:17.765 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:30:17.765 INFO:teuthology.orchestra.run.smithi155.stdout:Install 1 Package 2024-04-15T01:30:17.765 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:30:17.766 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 85 k 2024-04-15T01:30:17.766 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 231 k 2024-04-15T01:30:17.766 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-15T01:30:17.963 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-15T01:30:17.963 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-15T01:30:17.963 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-15T01:30:17.963 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.963 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-15T01:30:17.963 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.963 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-15T01:30:17.963 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.963 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-15T01:30:17.963 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.964 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-15T01:30:17.964 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.964 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-15T01:30:17.964 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.964 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-15T01:30:17.964 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.964 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-15T01:30:17.964 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.964 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-15T01:30:17.964 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.964 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-15T01:30:17.964 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.965 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-15T01:30:17.965 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.965 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-15T01:30:17.965 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.965 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-15T01:30:17.965 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.965 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-15T01:30:17.965 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.965 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-15T01:30:17.965 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.965 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-15T01:30:17.965 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.965 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-15T01:30:17.965 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.966 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-15T01:30:17.966 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.966 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-15T01:30:17.966 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.966 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-15T01:30:17.966 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.966 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-15T01:30:17.966 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.966 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-15T01:30:17.966 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.966 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-15T01:30:17.966 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.967 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-15T01:30:17.967 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.967 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-15T01:30:17.967 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.967 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-15T01:30:17.967 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.967 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-15T01:30:17.967 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.967 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-15T01:30:17.967 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.967 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-15T01:30:17.967 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.967 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-15T01:30:17.968 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.968 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-15T01:30:17.968 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.968 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-15T01:30:17.968 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.968 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-15T01:30:17.968 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.968 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-15T01:30:17.968 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.968 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-15T01:30:17.968 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.968 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-15T01:30:17.968 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.968 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-15T01:30:17.969 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.969 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.969 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.969 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:30:17.969 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.969 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.969 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.969 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.969 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-15T01:30:17.969 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.969 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.969 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.970 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.970 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.970 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.970 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:30:17.970 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.970 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.970 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.970 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.970 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:30:17.970 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.970 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.970 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.971 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.971 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:30:17.971 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.971 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.971 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.971 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.971 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:30:17.971 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.971 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.971 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.971 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.971 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:30:17.971 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.971 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.972 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.972 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.972 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:30:17.972 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.972 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.972 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.972 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:30:17.972 INFO:teuthology.orchestra.run.smithi193.stdout:Package python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:30:18.031 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-15T01:30:18.032 INFO:teuthology.orchestra.run.smithi193.stdout:Nothing to do. 2024-04-15T01:30:18.033 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-15T01:30:18.097 INFO:teuthology.orchestra.run.smithi155.stdout:rbd-fuse-19.0.0-2114.ga9a752df.el7.x86_64.rpm 258 kB/s | 85 kB 00:00 2024-04-15T01:30:18.098 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:30:18.099 INFO:teuthology.orchestra.run.smithi155.stdout:Total 257 kB/s | 85 kB 00:00 2024-04-15T01:30:18.099 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-15T01:30:18.106 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install python3-rgw 2024-04-15T01:30:18.107 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-15T01:30:18.107 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-15T01:30:18.164 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-15T01:30:18.165 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-15T01:30:18.353 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-15T01:30:18.454 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:30:18.710 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:53 ago on Mon 15 Apr 2024 01:28:25 AM UTC. 2024-04-15T01:30:18.884 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:30:19.002 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-15T01:30:19.003 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-15T01:30:19.003 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-15T01:30:19.003 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.003 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-15T01:30:19.004 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.004 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-15T01:30:19.004 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.004 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-15T01:30:19.004 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.004 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-15T01:30:19.004 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.005 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-15T01:30:19.005 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.005 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-15T01:30:19.005 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.005 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-15T01:30:19.006 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.006 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-15T01:30:19.006 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.006 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-15T01:30:19.006 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.006 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-15T01:30:19.007 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.007 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-15T01:30:19.007 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.007 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-15T01:30:19.007 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.008 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-15T01:30:19.009 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.009 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-15T01:30:19.009 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.009 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-15T01:30:19.010 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.010 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-15T01:30:19.010 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.010 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-15T01:30:19.010 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.010 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-15T01:30:19.011 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.011 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-15T01:30:19.011 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.011 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-15T01:30:19.011 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.012 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-15T01:30:19.012 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.012 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-15T01:30:19.012 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.012 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-15T01:30:19.012 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.013 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-15T01:30:19.013 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.013 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-15T01:30:19.013 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.013 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-15T01:30:19.014 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.014 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-15T01:30:19.014 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.015 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-15T01:30:19.015 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.015 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-15T01:30:19.015 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.015 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-15T01:30:19.015 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.016 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-15T01:30:19.016 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.016 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-15T01:30:19.016 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.016 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-15T01:30:19.016 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.017 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-15T01:30:19.017 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.017 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-15T01:30:19.017 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.017 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-15T01:30:19.017 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.017 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.017 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.017 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:30:19.018 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.018 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.018 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.018 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.018 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-15T01:30:19.019 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.019 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.019 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.019 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.019 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.019 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.019 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:30:19.020 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.020 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.020 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.020 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.020 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:30:19.020 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.020 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.020 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.020 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.020 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:30:19.020 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.020 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.021 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.021 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.021 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:30:19.021 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.021 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.021 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.021 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.021 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:30:19.021 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.022 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.022 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.022 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.022 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:30:19.022 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.022 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.022 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.022 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:30:19.023 INFO:teuthology.orchestra.run.smithi193.stdout:Package python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:30:19.071 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-15T01:30:19.072 INFO:teuthology.orchestra.run.smithi193.stdout:Nothing to do. 2024-04-15T01:30:19.072 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-15T01:30:19.143 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install python3-cephfs 2024-04-15T01:30:19.190 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:30:19.190 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:30:19.191 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-15T01:30:19.191 INFO:teuthology.orchestra.run.smithi155.stdout: rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:30:19.191 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:30:19.191 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:30:19.430 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install rbd-mirror 2024-04-15T01:30:19.742 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:54 ago on Mon 15 Apr 2024 01:28:25 AM UTC. 2024-04-15T01:30:20.033 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-15T01:30:20.033 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-15T01:30:20.033 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-15T01:30:20.033 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.033 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-15T01:30:20.033 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.034 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-15T01:30:20.034 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.034 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-15T01:30:20.034 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.034 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-15T01:30:20.034 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.034 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-15T01:30:20.034 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.034 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-15T01:30:20.034 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.034 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-15T01:30:20.035 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.035 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-15T01:30:20.035 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.035 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-15T01:30:20.035 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.035 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-15T01:30:20.035 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.035 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-15T01:30:20.035 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.035 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-15T01:30:20.035 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.035 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-15T01:30:20.036 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.036 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-15T01:30:20.036 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.036 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-15T01:30:20.036 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.036 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-15T01:30:20.036 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.036 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-15T01:30:20.036 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.036 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-15T01:30:20.036 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.037 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-15T01:30:20.037 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.037 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-15T01:30:20.037 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.037 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-15T01:30:20.037 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.037 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-15T01:30:20.037 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.037 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-15T01:30:20.037 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.037 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-15T01:30:20.038 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.038 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-15T01:30:20.038 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.038 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-15T01:30:20.038 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.038 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-15T01:30:20.038 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.038 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-15T01:30:20.038 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.038 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-15T01:30:20.038 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.038 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-15T01:30:20.039 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.039 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-15T01:30:20.039 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.039 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-15T01:30:20.039 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.039 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-15T01:30:20.039 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.039 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-15T01:30:20.039 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.039 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-15T01:30:20.039 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.039 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-15T01:30:20.040 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.040 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.040 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.040 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:30:20.040 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.040 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.040 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.040 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.040 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-15T01:30:20.040 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.040 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.040 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.041 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.041 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.041 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.041 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:30:20.041 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.041 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.041 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.041 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.041 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:30:20.041 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.041 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.041 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.042 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.042 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:30:20.042 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.042 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.042 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.042 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.042 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:30:20.042 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.042 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.043 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.043 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.043 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:30:20.043 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.043 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.043 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.043 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.043 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:30:20.043 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.043 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.043 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.043 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.044 INFO:teuthology.orchestra.run.smithi193.stdout:Package python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:30:20.050 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:02:14 ago on Mon 15 Apr 2024 01:28:06 AM UTC. 2024-04-15T01:30:20.102 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-15T01:30:20.103 INFO:teuthology.orchestra.run.smithi193.stdout:Nothing to do. 2024-04-15T01:30:20.103 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-15T01:30:20.180 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install python3-rbd 2024-04-15T01:30:20.343 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:30:20.343 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:30:20.343 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:30:20.344 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.344 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:30:20.344 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.344 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:30:20.344 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.344 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:30:20.344 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.344 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:30:20.344 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.344 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:30:20.344 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.344 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:30:20.344 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.345 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:30:20.345 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.345 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:30:20.345 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.345 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:30:20.345 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.345 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:30:20.345 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.345 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:30:20.345 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.345 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:30:20.345 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.345 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:30:20.346 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.346 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:30:20.346 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.346 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:30:20.346 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.346 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:30:20.346 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.346 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:30:20.346 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.346 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:30:20.346 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.346 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:30:20.346 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.347 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:30:20.347 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.347 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:30:20.347 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.347 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:30:20.347 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.347 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:30:20.347 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.347 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:30:20.347 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.347 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:30:20.347 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.347 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:30:20.348 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.348 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:30:20.348 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.348 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:30:20.348 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.348 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:30:20.348 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.348 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:30:20.348 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.348 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:30:20.348 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.348 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:30:20.348 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.349 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:30:20.349 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.349 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:30:20.349 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.349 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:30:20.349 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.349 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:30:20.349 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.349 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.349 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.349 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:30:20.349 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.349 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.349 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.350 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.350 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:30:20.350 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.350 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.350 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.350 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.350 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.350 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.350 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:30:20.350 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.350 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.350 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.350 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.351 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:30:20.351 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.351 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.351 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.351 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.351 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:30:20.351 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.351 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.351 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.351 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.351 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:30:20.351 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.351 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.352 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.352 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.352 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:30:20.352 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.352 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.352 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.352 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.352 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:30:20.352 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.352 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.352 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.352 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:30:20.411 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:30:20.412 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:30:20.412 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repo Size 2024-04-15T01:30:20.412 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:30:20.412 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-15T01:30:20.412 INFO:teuthology.orchestra.run.smithi155.stdout: rbd-mirror x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.1 M 2024-04-15T01:30:20.412 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:30:20.412 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-15T01:30:20.412 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:30:20.412 INFO:teuthology.orchestra.run.smithi155.stdout:Install 1 Package 2024-04-15T01:30:20.413 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:30:20.413 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 3.1 M 2024-04-15T01:30:20.413 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 13 M 2024-04-15T01:30:20.413 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-15T01:30:20.780 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:55 ago on Mon 15 Apr 2024 01:28:25 AM UTC. 2024-04-15T01:30:21.072 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-15T01:30:21.072 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-15T01:30:21.072 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-15T01:30:21.073 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.073 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-15T01:30:21.073 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.073 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-15T01:30:21.073 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.073 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-15T01:30:21.073 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.073 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-15T01:30:21.073 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.073 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-15T01:30:21.073 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.073 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-15T01:30:21.074 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.074 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-15T01:30:21.074 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.074 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-15T01:30:21.074 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.074 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-15T01:30:21.074 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.074 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-15T01:30:21.074 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.074 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-15T01:30:21.074 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.074 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-15T01:30:21.075 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.075 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-15T01:30:21.075 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.075 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-15T01:30:21.075 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.075 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-15T01:30:21.075 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.075 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-15T01:30:21.075 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.075 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-15T01:30:21.075 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.075 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-15T01:30:21.075 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.075 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-15T01:30:21.076 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.076 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-15T01:30:21.076 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.076 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-15T01:30:21.076 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.076 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-15T01:30:21.076 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.076 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-15T01:30:21.076 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.076 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-15T01:30:21.076 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.076 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-15T01:30:21.076 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.077 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-15T01:30:21.077 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.077 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-15T01:30:21.077 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.077 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-15T01:30:21.077 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.077 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-15T01:30:21.077 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.077 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-15T01:30:21.077 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.077 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-15T01:30:21.077 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.078 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-15T01:30:21.078 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.078 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-15T01:30:21.078 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.078 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-15T01:30:21.078 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.078 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-15T01:30:21.078 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.078 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-15T01:30:21.078 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.078 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.078 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.078 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:30:21.079 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.079 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.079 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.079 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.079 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-15T01:30:21.079 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.079 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.079 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.079 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.079 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.079 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.079 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:30:21.079 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.079 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.080 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.080 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.080 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:30:21.080 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.080 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.080 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.080 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.080 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:30:21.080 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.080 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.080 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.080 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.080 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:30:21.081 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.081 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.081 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.081 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.081 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:30:21.081 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.081 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.081 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.081 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.081 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:30:21.081 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.081 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.081 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.082 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:30:21.082 INFO:teuthology.orchestra.run.smithi193.stdout:Package python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T01:30:21.142 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-15T01:30:21.143 INFO:teuthology.orchestra.run.smithi193.stdout:Nothing to do. 2024-04-15T01:30:21.143 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-15T01:30:21.228 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install rbd-fuse 2024-04-15T01:30:21.283 INFO:teuthology.orchestra.run.smithi155.stdout:rbd-mirror-19.0.0-2114.ga9a752df.el7.x86_64.rpm 3.5 MB/s | 3.1 MB 00:00 2024-04-15T01:30:21.284 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:30:21.284 INFO:teuthology.orchestra.run.smithi155.stdout:Total 3.5 MB/s | 3.1 MB 00:00 2024-04-15T01:30:21.284 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-15T01:30:21.294 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-15T01:30:21.294 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-15T01:30:21.374 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-15T01:30:21.375 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-15T01:30:21.808 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-15T01:30:21.825 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:56 ago on Mon 15 Apr 2024 01:28:25 AM UTC. 2024-04-15T01:30:21.867 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:30:21.893 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:30:21.893 INFO:teuthology.orchestra.run.smithi155.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:30:21.893 INFO:teuthology.orchestra.run.smithi155.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-15T01:30:21.893 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-15T01:30:21.893 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-15T01:30:21.893 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:30:22.114 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-15T01:30:22.114 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-15T01:30:22.114 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-15T01:30:22.115 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.115 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-15T01:30:22.115 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.115 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-15T01:30:22.115 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.115 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-15T01:30:22.115 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.115 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-15T01:30:22.115 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.115 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-15T01:30:22.115 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.115 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-15T01:30:22.115 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.116 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-15T01:30:22.116 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.116 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-15T01:30:22.116 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.116 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-15T01:30:22.116 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.116 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-15T01:30:22.116 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.116 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-15T01:30:22.116 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.116 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-15T01:30:22.116 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.116 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-15T01:30:22.116 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.117 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-15T01:30:22.117 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.117 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-15T01:30:22.117 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.117 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-15T01:30:22.117 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.117 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-15T01:30:22.117 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.117 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-15T01:30:22.117 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.117 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-15T01:30:22.117 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.118 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-15T01:30:22.118 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.118 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-15T01:30:22.118 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.118 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-15T01:30:22.118 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.118 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-15T01:30:22.118 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.118 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-15T01:30:22.118 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.118 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-15T01:30:22.118 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.118 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-15T01:30:22.119 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.119 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-15T01:30:22.119 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.119 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-15T01:30:22.119 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.119 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-15T01:30:22.119 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.119 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-15T01:30:22.119 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.119 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-15T01:30:22.119 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.119 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-15T01:30:22.119 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.120 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-15T01:30:22.120 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.120 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-15T01:30:22.120 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.120 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-15T01:30:22.120 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.120 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-15T01:30:22.120 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.120 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.120 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.120 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:30:22.120 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.120 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.121 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.121 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.121 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-15T01:30:22.121 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.121 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.121 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.121 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.121 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.121 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.121 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:30:22.121 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.121 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.121 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.122 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.122 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:30:22.122 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.122 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.122 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.122 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.122 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:30:22.122 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.122 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.122 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.122 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.122 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:30:22.122 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.123 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.123 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.123 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.123 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:30:22.123 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.123 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.123 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.123 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.123 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:30:22.123 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.123 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.123 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.123 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:30:22.185 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-15T01:30:22.186 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:30:22.186 INFO:teuthology.orchestra.run.smithi193.stdout: Package Architecture Version Repository Size 2024-04-15T01:30:22.186 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:30:22.186 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-04-15T01:30:22.186 INFO:teuthology.orchestra.run.smithi193.stdout: rbd-fuse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 85 k 2024-04-15T01:30:22.186 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:30:22.186 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-04-15T01:30:22.186 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:30:22.186 INFO:teuthology.orchestra.run.smithi193.stdout:Install 1 Package 2024-04-15T01:30:22.186 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:30:22.187 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 85 k 2024-04-15T01:30:22.187 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 231 k 2024-04-15T01:30:22.187 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-04-15T01:30:22.449 INFO:teuthology.orchestra.run.smithi193.stdout:rbd-fuse-19.0.0-2114.ga9a752df.el7.x86_64.rpm 325 kB/s | 85 kB 00:00 2024-04-15T01:30:22.450 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:30:22.450 INFO:teuthology.orchestra.run.smithi193.stdout:Total 324 kB/s | 85 kB 00:00 2024-04-15T01:30:22.450 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-04-15T01:30:22.457 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-04-15T01:30:22.457 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-04-15T01:30:22.516 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-04-15T01:30:22.517 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-04-15T01:30:22.693 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-04-15T01:30:22.788 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:30:23.058 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:30:23.058 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:30:23.058 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-15T01:30:23.059 INFO:teuthology.orchestra.run.smithi155.stdout: rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:30:23.059 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:30:23.059 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:30:23.208 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:30:23.289 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install rbd-nbd 2024-04-15T01:30:23.536 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:30:23.536 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:30:23.536 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-04-15T01:30:23.536 INFO:teuthology.orchestra.run.smithi193.stdout: rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:30:23.536 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:30:23.536 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-15T01:30:23.762 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install rbd-mirror 2024-04-15T01:30:23.902 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:02:17 ago on Mon 15 Apr 2024 01:28:06 AM UTC. 2024-04-15T01:30:24.195 INFO:teuthology.orchestra.run.smithi155.stderr:Modular dependency problems: 2024-04-15T01:30:24.195 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:30:24.195 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 1: conflicting requests 2024-04-15T01:30:24.195 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.195 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 2: conflicting requests 2024-04-15T01:30:24.195 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.195 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 3: conflicting requests 2024-04-15T01:30:24.195 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.195 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 4: conflicting requests 2024-04-15T01:30:24.195 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.196 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 5: conflicting requests 2024-04-15T01:30:24.196 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.196 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 6: conflicting requests 2024-04-15T01:30:24.196 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.196 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 7: conflicting requests 2024-04-15T01:30:24.196 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.196 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 8: conflicting requests 2024-04-15T01:30:24.196 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.196 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 9: conflicting requests 2024-04-15T01:30:24.196 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.196 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 10: conflicting requests 2024-04-15T01:30:24.196 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.196 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 11: conflicting requests 2024-04-15T01:30:24.197 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.197 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 12: conflicting requests 2024-04-15T01:30:24.197 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.197 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 13: conflicting requests 2024-04-15T01:30:24.197 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.197 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 14: conflicting requests 2024-04-15T01:30:24.197 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.197 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 15: conflicting requests 2024-04-15T01:30:24.197 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.197 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 16: conflicting requests 2024-04-15T01:30:24.197 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.197 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 17: conflicting requests 2024-04-15T01:30:24.197 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.197 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 18: conflicting requests 2024-04-15T01:30:24.198 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.198 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 19: conflicting requests 2024-04-15T01:30:24.198 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.198 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 20: conflicting requests 2024-04-15T01:30:24.198 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.198 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 21: conflicting requests 2024-04-15T01:30:24.198 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.198 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 22: conflicting requests 2024-04-15T01:30:24.198 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.198 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 23: conflicting requests 2024-04-15T01:30:24.198 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.198 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 24: conflicting requests 2024-04-15T01:30:24.199 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.199 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 25: conflicting requests 2024-04-15T01:30:24.199 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.199 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 26: conflicting requests 2024-04-15T01:30:24.199 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.199 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 27: conflicting requests 2024-04-15T01:30:24.200 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.200 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 28: conflicting requests 2024-04-15T01:30:24.200 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.200 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 29: conflicting requests 2024-04-15T01:30:24.200 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.200 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 30: conflicting requests 2024-04-15T01:30:24.200 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.200 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 31: conflicting requests 2024-04-15T01:30:24.200 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.200 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 32: conflicting requests 2024-04-15T01:30:24.200 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.201 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 33: conflicting requests 2024-04-15T01:30:24.201 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.201 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 34: conflicting requests 2024-04-15T01:30:24.201 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.201 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 35: conflicting requests 2024-04-15T01:30:24.201 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.201 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 36: conflicting requests 2024-04-15T01:30:24.201 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.201 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 37: conflicting requests 2024-04-15T01:30:24.201 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.201 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.201 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.201 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:30:24.201 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.202 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.202 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.202 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.202 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 39: conflicting requests 2024-04-15T01:30:24.202 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.202 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.202 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.202 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.202 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.202 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.202 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:30:24.202 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.202 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.203 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.203 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.203 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:30:24.203 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.203 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.203 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.203 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.203 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:30:24.203 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.203 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.204 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.204 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.204 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:30:24.204 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.204 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.204 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.204 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.205 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:30:24.205 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.205 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.205 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.205 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.205 INFO:teuthology.orchestra.run.smithi155.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:30:24.205 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.205 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.205 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.205 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.264 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-15T01:30:24.265 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:30:24.265 INFO:teuthology.orchestra.run.smithi155.stdout: Package Architecture Version Repository Size 2024-04-15T01:30:24.265 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:30:24.265 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-15T01:30:24.265 INFO:teuthology.orchestra.run.smithi155.stdout: rbd-nbd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 171 k 2024-04-15T01:30:24.265 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:30:24.265 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-15T01:30:24.265 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-15T01:30:24.265 INFO:teuthology.orchestra.run.smithi155.stdout:Install 1 Package 2024-04-15T01:30:24.265 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:30:24.265 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 171 k 2024-04-15T01:30:24.266 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 494 k 2024-04-15T01:30:24.266 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-15T01:30:24.381 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:59 ago on Mon 15 Apr 2024 01:28:25 AM UTC. 2024-04-15T01:30:24.487 INFO:teuthology.orchestra.run.smithi155.stdout:rbd-nbd-19.0.0-2114.ga9a752df.el7.x86_64.rpm 772 kB/s | 171 kB 00:00 2024-04-15T01:30:24.488 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:30:24.488 INFO:teuthology.orchestra.run.smithi155.stdout:Total 767 kB/s | 171 kB 00:00 2024-04-15T01:30:24.488 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-15T01:30:24.496 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-15T01:30:24.496 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-15T01:30:24.558 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-15T01:30:24.558 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-15T01:30:24.670 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-15T01:30:24.671 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-15T01:30:24.671 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-15T01:30:24.671 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.671 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-15T01:30:24.671 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.671 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-15T01:30:24.671 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.671 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-15T01:30:24.671 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.671 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-15T01:30:24.672 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.672 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-15T01:30:24.672 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.672 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-15T01:30:24.672 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.672 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-15T01:30:24.672 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.672 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-15T01:30:24.672 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.672 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-15T01:30:24.672 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.672 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-15T01:30:24.673 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.673 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-15T01:30:24.673 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.673 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-15T01:30:24.673 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.673 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-15T01:30:24.673 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.673 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-15T01:30:24.673 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.673 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-15T01:30:24.673 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.673 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-15T01:30:24.673 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.673 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-15T01:30:24.674 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.674 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-15T01:30:24.674 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.674 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-15T01:30:24.674 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.674 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-15T01:30:24.674 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.674 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-15T01:30:24.674 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.674 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-15T01:30:24.674 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.674 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-15T01:30:24.674 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.675 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-15T01:30:24.675 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.675 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-15T01:30:24.675 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.675 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-15T01:30:24.675 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.675 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-15T01:30:24.675 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.675 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-15T01:30:24.675 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.675 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-15T01:30:24.675 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.676 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-15T01:30:24.676 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.676 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-15T01:30:24.676 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.676 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-15T01:30:24.676 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.676 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-15T01:30:24.676 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.676 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-15T01:30:24.676 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.676 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-15T01:30:24.676 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.676 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-15T01:30:24.677 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.677 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.677 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.677 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:30:24.677 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.677 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.677 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.677 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.677 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-15T01:30:24.677 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.677 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.677 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.677 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.677 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.678 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.678 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:30:24.678 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.678 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.678 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.678 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.678 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:30:24.678 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.678 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.678 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.678 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.678 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:30:24.679 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.679 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.679 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.679 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.679 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:30:24.679 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.679 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.679 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.679 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.679 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:30:24.679 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.679 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.679 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.679 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.680 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:30:24.680 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.680 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.680 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.680 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:30:24.718 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-15T01:30:24.738 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-15T01:30:24.739 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:30:24.739 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repo Size 2024-04-15T01:30:24.739 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:30:24.739 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-04-15T01:30:24.739 INFO:teuthology.orchestra.run.smithi193.stdout: rbd-mirror x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.1 M 2024-04-15T01:30:24.739 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:30:24.740 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-04-15T01:30:24.740 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:30:24.740 INFO:teuthology.orchestra.run.smithi193.stdout:Install 1 Package 2024-04-15T01:30:24.740 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:30:24.740 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 3.1 M 2024-04-15T01:30:24.740 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 13 M 2024-04-15T01:30:24.740 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-04-15T01:30:24.812 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:30:25.184 INFO:teuthology.orchestra.run.smithi193.stdout:rbd-mirror-19.0.0-2114.ga9a752df.el7.x86_64.rpm 7.0 MB/s | 3.1 MB 00:00 2024-04-15T01:30:25.184 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:30:25.185 INFO:teuthology.orchestra.run.smithi193.stdout:Total 6.9 MB/s | 3.1 MB 00:00 2024-04-15T01:30:25.185 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-04-15T01:30:25.194 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-04-15T01:30:25.194 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-04-15T01:30:25.263 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:30:25.270 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-04-15T01:30:25.271 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-04-15T01:30:25.555 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:30:25.556 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:30:25.556 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-15T01:30:25.556 INFO:teuthology.orchestra.run.smithi155.stdout: rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:30:25.556 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-15T01:30:25.556 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-15T01:30:25.704 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-04-15T01:30:25.768 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:30:25.792 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:30:25.792 INFO:teuthology.orchestra.run.smithi193.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T01:30:25.793 INFO:teuthology.orchestra.run.smithi193.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-15T01:30:25.793 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-15T01:30:25.793 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-15T01:30:25.793 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:30:25.806 DEBUG:teuthology.parallel:result is None 2024-04-15T01:30:26.905 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:30:26.905 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:30:26.905 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-04-15T01:30:26.905 INFO:teuthology.orchestra.run.smithi193.stdout: rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:30:26.905 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:30:26.906 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-15T01:30:27.153 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install rbd-nbd 2024-04-15T01:30:27.775 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:02:02 ago on Mon 15 Apr 2024 01:28:25 AM UTC. 2024-04-15T01:30:28.067 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-15T01:30:28.068 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-15T01:30:28.068 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-15T01:30:28.068 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.068 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-15T01:30:28.068 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.068 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-15T01:30:28.068 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.068 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-15T01:30:28.068 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.068 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-15T01:30:28.068 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.068 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-15T01:30:28.069 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.069 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-15T01:30:28.069 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.069 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-15T01:30:28.069 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.069 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-15T01:30:28.069 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.069 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-15T01:30:28.069 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.069 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-15T01:30:28.069 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.069 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-15T01:30:28.070 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.070 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-15T01:30:28.070 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.070 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-15T01:30:28.070 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.070 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-15T01:30:28.070 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.070 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-15T01:30:28.070 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.070 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-15T01:30:28.070 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.070 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-15T01:30:28.071 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.071 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-15T01:30:28.071 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.071 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-15T01:30:28.071 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.071 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-15T01:30:28.071 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.071 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-15T01:30:28.071 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.071 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-15T01:30:28.071 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.071 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-15T01:30:28.071 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.072 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-15T01:30:28.072 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.072 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-15T01:30:28.072 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.072 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-15T01:30:28.072 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.072 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-15T01:30:28.072 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.072 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-15T01:30:28.072 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.072 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-15T01:30:28.072 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.072 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-15T01:30:28.073 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.073 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-15T01:30:28.073 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.073 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-15T01:30:28.073 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.073 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-15T01:30:28.073 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.073 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-15T01:30:28.073 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.073 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-15T01:30:28.073 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.073 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-15T01:30:28.073 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.073 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.074 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.074 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T01:30:28.074 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.074 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.074 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.074 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.074 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-15T01:30:28.074 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.074 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.074 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.074 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.074 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.075 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.075 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T01:30:28.075 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.075 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.075 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.075 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.075 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T01:30:28.075 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.075 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.075 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.075 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.075 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T01:30:28.075 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.076 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.076 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.076 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.076 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T01:30:28.076 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.076 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.076 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.076 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.076 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T01:30:28.076 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.076 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.076 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.076 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.077 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T01:30:28.077 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.077 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.077 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.077 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T01:30:28.136 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-15T01:30:28.137 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:30:28.137 INFO:teuthology.orchestra.run.smithi193.stdout: Package Architecture Version Repository Size 2024-04-15T01:30:28.137 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:30:28.137 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-04-15T01:30:28.137 INFO:teuthology.orchestra.run.smithi193.stdout: rbd-nbd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 171 k 2024-04-15T01:30:28.137 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:30:28.137 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-04-15T01:30:28.137 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-15T01:30:28.137 INFO:teuthology.orchestra.run.smithi193.stdout:Install 1 Package 2024-04-15T01:30:28.137 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:30:28.137 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 171 k 2024-04-15T01:30:28.138 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 494 k 2024-04-15T01:30:28.138 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-04-15T01:30:28.489 INFO:teuthology.orchestra.run.smithi193.stdout:rbd-nbd-19.0.0-2114.ga9a752df.el7.x86_64.rpm 488 kB/s | 171 kB 00:00 2024-04-15T01:30:28.489 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-04-15T01:30:28.489 INFO:teuthology.orchestra.run.smithi193.stdout:Total 486 kB/s | 171 kB 00:00 2024-04-15T01:30:28.489 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-04-15T01:30:28.497 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-04-15T01:30:28.497 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-04-15T01:30:28.559 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-04-15T01:30:28.560 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-04-15T01:30:28.726 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-04-15T01:30:28.829 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:30:29.267 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:30:29.596 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T01:30:29.596 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:30:29.596 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-04-15T01:30:29.596 INFO:teuthology.orchestra.run.smithi193.stdout: rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T01:30:29.596 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-15T01:30:29.596 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-15T01:30:29.828 DEBUG:teuthology.parallel:result is None 2024-04-15T01:30:29.829 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:30:29.972 DEBUG:teuthology.orchestra.run.smithi073:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-15T01:30:29.997 INFO:teuthology.orchestra.run.smithi073.stdout:19.0.0-2114.ga9a752df.el7 2024-04-15T01:30:29.998 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2114.ga9a752df.el7 2024-04-15T01:30:29.998 INFO:teuthology.task.install:The correct ceph version 19.0.0-2114.ga9a752df is installed. 2024-04-15T01:30:30.000 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:30:30.137 DEBUG:teuthology.orchestra.run.smithi155:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-15T01:30:30.161 INFO:teuthology.orchestra.run.smithi155.stdout:19.0.0-2114.ga9a752df.el7 2024-04-15T01:30:30.162 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2114.ga9a752df.el7 2024-04-15T01:30:30.162 INFO:teuthology.task.install:The correct ceph version 19.0.0-2114.ga9a752df is installed. 2024-04-15T01:30:30.164 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:30:30.304 DEBUG:teuthology.orchestra.run.smithi193:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-15T01:30:30.325 INFO:teuthology.orchestra.run.smithi193.stdout:19.0.0-2114.ga9a752df.el7 2024-04-15T01:30:30.326 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2114.ga9a752df.el7 2024-04-15T01:30:30.326 INFO:teuthology.task.install:The correct ceph version 19.0.0-2114.ga9a752df is installed. 2024-04-15T01:30:30.327 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-15T01:30:30.328 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2024-04-15T01:30:30.328 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-15T01:30:30.360 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-04-15T01:30:30.360 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-15T01:30:30.392 DEBUG:teuthology.orchestra.run.smithi193:> set -ex 2024-04-15T01:30:30.392 DEBUG:teuthology.orchestra.run.smithi193:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-15T01:30:30.420 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-15T01:30:30.420 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2024-04-15T01:30:30.421 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/usr/bin/daemon-helper 2024-04-15T01:30:30.452 DEBUG:teuthology.orchestra.run.smithi073:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-15T01:30:30.522 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-04-15T01:30:30.523 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/usr/bin/daemon-helper 2024-04-15T01:30:30.554 DEBUG:teuthology.orchestra.run.smithi155:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-15T01:30:30.625 DEBUG:teuthology.orchestra.run.smithi193:> set -ex 2024-04-15T01:30:30.625 DEBUG:teuthology.orchestra.run.smithi193:> sudo dd of=/usr/bin/daemon-helper 2024-04-15T01:30:30.652 DEBUG:teuthology.orchestra.run.smithi193:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-15T01:30:30.719 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-15T01:30:30.720 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2024-04-15T01:30:30.720 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-15T01:30:30.751 DEBUG:teuthology.orchestra.run.smithi073:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-15T01:30:30.821 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-04-15T01:30:30.821 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-15T01:30:30.852 DEBUG:teuthology.orchestra.run.smithi155:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-15T01:30:30.923 DEBUG:teuthology.orchestra.run.smithi193:> set -ex 2024-04-15T01:30:30.923 DEBUG:teuthology.orchestra.run.smithi193:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-15T01:30:30.950 DEBUG:teuthology.orchestra.run.smithi193:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-15T01:30:31.017 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-15T01:30:31.017 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2024-04-15T01:30:31.017 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/usr/bin/stdin-killer 2024-04-15T01:30:31.044 DEBUG:teuthology.orchestra.run.smithi073:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-15T01:30:31.113 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-04-15T01:30:31.113 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/usr/bin/stdin-killer 2024-04-15T01:30:31.145 DEBUG:teuthology.orchestra.run.smithi155:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-15T01:30:31.216 DEBUG:teuthology.orchestra.run.smithi193:> set -ex 2024-04-15T01:30:31.216 DEBUG:teuthology.orchestra.run.smithi193:> sudo dd of=/usr/bin/stdin-killer 2024-04-15T01:30:31.243 DEBUG:teuthology.orchestra.run.smithi193:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-15T01:30:31.309 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-15T01:30:31.421 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN'], 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765'} 2024-04-15T01:30:31.421 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:30:31.421 INFO:tasks.cephadm:Cluster fsid is bf8d6bbc-fac7-11ee-bc8e-c7b262605968 2024-04-15T01:30:31.421 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-15T01:30:31.422 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.73', 'mon.b': '172.21.15.155', 'mon.c': '172.21.15.193'} 2024-04-15T01:30:31.422 INFO:tasks.cephadm:First mon is mon.a on smithi073 2024-04-15T01:30:31.422 INFO:tasks.cephadm:First mgr is a 2024-04-15T01:30:31.422 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-15T01:30:31.422 DEBUG:teuthology.orchestra.run.smithi073:> sudo hostname $(hostname -s) 2024-04-15T01:30:31.450 DEBUG:teuthology.orchestra.run.smithi155:> sudo hostname $(hostname -s) 2024-04-15T01:30:31.482 DEBUG:teuthology.orchestra.run.smithi193:> sudo hostname $(hostname -s) 2024-04-15T01:30:31.510 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-15T01:30:31.511 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:30:31.817 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/54895/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2114-ga9a752df', 'node_name': '172.21.5.39+adami09', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2114.ga9a752df'}, 'url': 'https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-04-14 16:04:37.608971', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-04-15T01:30:32.125 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref squid, sha1 a9a752df26c63acad72e1b3569fd79a515ca0765 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:30:32.127 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/x86_64/flavors/default/cephadm 2024-04-15T01:30:32.127 DEBUG:teuthology.orchestra.run.smithi073:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-15T01:30:32.589 INFO:teuthology.orchestra.run.smithi073.stdout:-rw-r--r--. 1 ubuntu ubuntu 767805 Apr 15 01:30 /home/ubuntu/cephtest/cephadm 2024-04-15T01:30:32.590 DEBUG:teuthology.orchestra.run.smithi155:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-15T01:30:33.241 INFO:teuthology.orchestra.run.smithi155.stdout:-rw-r--r--. 1 ubuntu ubuntu 767805 Apr 15 01:30 /home/ubuntu/cephtest/cephadm 2024-04-15T01:30:33.242 DEBUG:teuthology.orchestra.run.smithi193:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-15T01:30:33.858 INFO:teuthology.orchestra.run.smithi193.stdout:-rw-r--r--. 1 ubuntu ubuntu 767805 Apr 15 01:30 /home/ubuntu/cephtest/cephadm 2024-04-15T01:30:33.859 DEBUG:teuthology.orchestra.run.smithi073:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-15T01:30:33.878 DEBUG:teuthology.orchestra.run.smithi155:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-15T01:30:33.897 DEBUG:teuthology.orchestra.run.smithi193:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-15T01:30:33.928 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 on all hosts... 2024-04-15T01:30:33.928 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull 2024-04-15T01:30:33.931 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull 2024-04-15T01:30:33.939 DEBUG:teuthology.orchestra.run.smithi193:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull 2024-04-15T01:30:34.811 INFO:teuthology.orchestra.run.smithi073.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T01:30:34.859 INFO:teuthology.orchestra.run.smithi193.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T01:30:34.984 INFO:teuthology.orchestra.run.smithi073.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:30:34.984 INFO:teuthology.orchestra.run.smithi073.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T01:30:34.984 INFO:teuthology.orchestra.run.smithi073.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765: reading manifest a9a752df26c63acad72e1b3569fd79a515ca0765 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-15T01:30:34.984 INFO:teuthology.orchestra.run.smithi073.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:30:35.006 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T01:30:35.006 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_a9a752df26c63acad72e1b3569fd79a515ca0765/qa/tasks/cephadm.py", line 484, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi073 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T01:30:35.007 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-15T01:30:35.009 DEBUG:teuthology.misc:Transferring archived files from smithi073:/var/lib/ceph/bf8d6bbc-fac7-11ee-bc8e-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656284/remote/smithi073/crash 2024-04-15T01:30:35.010 DEBUG:teuthology.orchestra.run.smithi073:> sudo tar c -f - -C /var/lib/ceph/bf8d6bbc-fac7-11ee-bc8e-c7b262605968/crash -- . 2024-04-15T01:30:35.032 INFO:teuthology.orchestra.run.smithi155.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T01:30:35.036 INFO:teuthology.orchestra.run.smithi193.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:30:35.036 INFO:teuthology.orchestra.run.smithi193.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T01:30:35.036 INFO:teuthology.orchestra.run.smithi193.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765: reading manifest a9a752df26c63acad72e1b3569fd79a515ca0765 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-15T01:30:35.037 INFO:teuthology.orchestra.run.smithi193.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:30:35.047 INFO:teuthology.orchestra.run.smithi073.stderr:tar: /var/lib/ceph/bf8d6bbc-fac7-11ee-bc8e-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T01:30:35.047 INFO:teuthology.orchestra.run.smithi073.stderr:tar: Error is not recoverable: exiting now 2024-04-15T01:30:35.048 DEBUG:teuthology.misc:Transferring archived files from smithi155:/var/lib/ceph/bf8d6bbc-fac7-11ee-bc8e-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656284/remote/smithi155/crash 2024-04-15T01:30:35.049 DEBUG:teuthology.orchestra.run.smithi155:> sudo tar c -f - -C /var/lib/ceph/bf8d6bbc-fac7-11ee-bc8e-c7b262605968/crash -- . 2024-04-15T01:30:35.108 INFO:teuthology.orchestra.run.smithi155.stderr:tar: /var/lib/ceph/bf8d6bbc-fac7-11ee-bc8e-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T01:30:35.108 INFO:teuthology.orchestra.run.smithi155.stderr:tar: Error is not recoverable: exiting now 2024-04-15T01:30:35.111 DEBUG:teuthology.misc:Transferring archived files from smithi193:/var/lib/ceph/bf8d6bbc-fac7-11ee-bc8e-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656284/remote/smithi193/crash 2024-04-15T01:30:35.112 DEBUG:teuthology.orchestra.run.smithi193:> sudo tar c -f - -C /var/lib/ceph/bf8d6bbc-fac7-11ee-bc8e-c7b262605968/crash -- . 2024-04-15T01:30:35.147 INFO:teuthology.orchestra.run.smithi193.stderr:tar: /var/lib/ceph/bf8d6bbc-fac7-11ee-bc8e-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T01:30:35.147 INFO:teuthology.orchestra.run.smithi193.stderr:tar: Error is not recoverable: exiting now 2024-04-15T01:30:35.149 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-15T01:30:35.149 DEBUG:teuthology.orchestra.run.smithi073:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/bf8d6bbc-fac7-11ee-bc8e-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-04-15T01:30:35.180 INFO:teuthology.orchestra.run.smithi073.stderr:grep: /var/log/ceph/bf8d6bbc-fac7-11ee-bc8e-c7b262605968/ceph.log: No such file or directory 2024-04-15T01:30:35.181 INFO:tasks.cephadm:Compressing logs... 2024-04-15T01:30:35.181 DEBUG:teuthology.orchestra.run.smithi073:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-15T01:30:35.224 DEBUG:teuthology.orchestra.run.smithi155:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-15T01:30:35.227 DEBUG:teuthology.orchestra.run.smithi193:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-15T01:30:35.248 INFO:teuthology.orchestra.run.smithi073.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose --: No such file or directory /var/log/ceph/cephadm.log 2024-04-15T01:30:35.248 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:30:35.248 INFO:teuthology.orchestra.run.smithi073.stderr:/var/log/ceph/cephadm.log: 73.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-15T01:30:35.250 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-04-15T01:30:35.250 INFO:teuthology.orchestra.run.smithi073.stderr:real 0m0.014s 2024-04-15T01:30:35.250 INFO:teuthology.orchestra.run.smithi073.stderr:user 0m0.012s 2024-04-15T01:30:35.250 INFO:teuthology.orchestra.run.smithi073.stderr:sys 0m0.014s 2024-04-15T01:30:35.251 INFO:teuthology.orchestra.run.smithi155.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:30:35.251 INFO:teuthology.orchestra.run.smithi155.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-15T01:30:35.252 INFO:teuthology.orchestra.run.smithi155.stderr:: No such file or directory 2024-04-15T01:30:35.252 INFO:teuthology.orchestra.run.smithi155.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T01:30:35.252 INFO:teuthology.orchestra.run.smithi155.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765: reading manifest a9a752df26c63acad72e1b3569fd79a515ca0765 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-15T01:30:35.252 INFO:teuthology.orchestra.run.smithi155.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:30:35.253 INFO:teuthology.orchestra.run.smithi155.stderr:/var/log/ceph/cephadm.log: gzip: /var/log/ceph/cephadm.log: file size changed while zipping 2024-04-15T01:30:35.253 INFO:teuthology.orchestra.run.smithi155.stderr: 73.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-15T01:30:35.253 INFO:teuthology.orchestra.run.smithi193.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-15T01:30:35.253 INFO:teuthology.orchestra.run.smithi193.stderr:: No such file or directory 2024-04-15T01:30:35.254 INFO:teuthology.orchestra.run.smithi193.stderr:/var/log/ceph/cephadm.log: 73.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-15T01:30:35.254 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-15T01:30:35.254 INFO:teuthology.orchestra.run.smithi155.stderr:real 0m0.015s 2024-04-15T01:30:35.255 INFO:teuthology.orchestra.run.smithi155.stderr:user 0m0.018s 2024-04-15T01:30:35.255 INFO:teuthology.orchestra.run.smithi155.stderr:sys 0m0.010s 2024-04-15T01:30:35.255 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-15T01:30:35.256 INFO:teuthology.orchestra.run.smithi193.stderr:real 0m0.014s 2024-04-15T01:30:35.256 INFO:teuthology.orchestra.run.smithi193.stderr:user 0m0.015s 2024-04-15T01:30:35.256 INFO:teuthology.orchestra.run.smithi193.stderr:sys 0m0.012s 2024-04-15T01:30:35.256 INFO:tasks.cephadm:Archiving logs... 2024-04-15T01:30:35.256 DEBUG:teuthology.misc:Transferring archived files from smithi073:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656284/remote/smithi073/log 2024-04-15T01:30:35.257 DEBUG:teuthology.orchestra.run.smithi073:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T01:30:35.317 DEBUG:teuthology.misc:Transferring archived files from smithi155:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656284/remote/smithi155/log 2024-04-15T01:30:35.318 DEBUG:teuthology.orchestra.run.smithi155:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T01:30:35.351 DEBUG:teuthology.misc:Transferring archived files from smithi193:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656284/remote/smithi193/log 2024-04-15T01:30:35.352 DEBUG:teuthology.orchestra.run.smithi193:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T01:30:35.380 INFO:tasks.cephadm:Removing cluster... 2024-04-15T01:30:35.381 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid bf8d6bbc-fac7-11ee-bc8e-c7b262605968 --force 2024-04-15T01:30:35.552 INFO:teuthology.orchestra.run.smithi073.stdout:Deleting cluster with fsid: bf8d6bbc-fac7-11ee-bc8e-c7b262605968 2024-04-15T01:30:35.806 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid bf8d6bbc-fac7-11ee-bc8e-c7b262605968 --force 2024-04-15T01:30:35.988 INFO:teuthology.orchestra.run.smithi155.stdout:Deleting cluster with fsid: bf8d6bbc-fac7-11ee-bc8e-c7b262605968 2024-04-15T01:30:36.252 DEBUG:teuthology.orchestra.run.smithi193:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid bf8d6bbc-fac7-11ee-bc8e-c7b262605968 --force 2024-04-15T01:30:36.427 INFO:teuthology.orchestra.run.smithi193.stdout:Deleting cluster with fsid: bf8d6bbc-fac7-11ee-bc8e-c7b262605968 2024-04-15T01:30:36.687 INFO:tasks.cephadm:Removing cephadm ... 2024-04-15T01:30:36.687 DEBUG:teuthology.orchestra.run.smithi073:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T01:30:36.704 DEBUG:teuthology.orchestra.run.smithi155:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T01:30:36.720 DEBUG:teuthology.orchestra.run.smithi193:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T01:30:36.735 INFO:tasks.cephadm:Teardown complete 2024-04-15T01:30:36.735 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_a9a752df26c63acad72e1b3569fd79a515ca0765/qa/tasks/cephadm.py", line 1771, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph_a9a752df26c63acad72e1b3569fd79a515ca0765/qa/tasks/cephadm.py", line 1686, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_a9a752df26c63acad72e1b3569fd79a515ca0765/qa/tasks/cephadm.py", line 484, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi073 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T01:30:36.946 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=057c53d26d39400b841d6742f750f25f Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_a9a752df26c63acad72e1b3569fd79a515ca0765/qa/tasks/cephadm.py", line 1771, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph_a9a752df26c63acad72e1b3569fd79a515ca0765/qa/tasks/cephadm.py", line 1686, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_a9a752df26c63acad72e1b3569fd79a515ca0765/qa/tasks/cephadm.py", line 484, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi073 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T01:30:36.950 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-15T01:30:36.959 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-15T01:30:37.003 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-04-15T01:30:37.003 DEBUG:teuthology.orchestra.run.smithi073:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-15T01:30:37.017 DEBUG:teuthology.orchestra.run.smithi155:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-15T01:30:37.019 DEBUG:teuthology.orchestra.run.smithi193:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-15T01:30:37.121 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-15T01:30:37.131 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-15T01:30:37.132 DEBUG:teuthology.orchestra.run.smithi073:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T01:30:37.135 DEBUG:teuthology.orchestra.run.smithi155:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T01:30:37.137 DEBUG:teuthology.orchestra.run.smithi193:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T01:30:37.149 INFO:teuthology.orchestra.run.smithi073.stderr:bash: line 1: ntpq: command not found 2024-04-15T01:30:37.150 INFO:teuthology.orchestra.run.smithi155.stderr:bash: line 1: ntpq: command not found 2024-04-15T01:30:37.151 INFO:teuthology.orchestra.run.smithi193.stderr:bash: line 1: ntpq: command not found 2024-04-15T01:30:37.153 INFO:teuthology.orchestra.run.smithi155.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T01:30:37.154 INFO:teuthology.orchestra.run.smithi155.stdout:=============================================================================== 2024-04-15T01:30:37.154 INFO:teuthology.orchestra.run.smithi155.stdout:^* hv01.front.sepia.ceph.com 3 6 77 37 +1025us[ +998us] +/- 57ms 2024-04-15T01:30:37.154 INFO:teuthology.orchestra.run.smithi155.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 37 -885us[ -885us] +/- 62ms 2024-04-15T01:30:37.154 INFO:teuthology.orchestra.run.smithi155.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 37 -270us[ -270us] +/- 73ms 2024-04-15T01:30:37.154 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T01:30:37.156 INFO:teuthology.orchestra.run.smithi193.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T01:30:37.157 INFO:teuthology.orchestra.run.smithi193.stdout:=============================================================================== 2024-04-15T01:30:37.157 INFO:teuthology.orchestra.run.smithi193.stdout:^* hv01.front.sepia.ceph.com 3 6 77 38 +1009us[+1009us] +/- 57ms 2024-04-15T01:30:37.157 INFO:teuthology.orchestra.run.smithi193.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 37 -897us[ -897us] +/- 62ms 2024-04-15T01:30:37.157 INFO:teuthology.orchestra.run.smithi193.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 38 -259us[ -259us] +/- 73ms 2024-04-15T01:30:37.157 INFO:teuthology.orchestra.run.smithi193.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T01:30:37.157 INFO:teuthology.orchestra.run.smithi073.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T01:30:37.157 INFO:teuthology.orchestra.run.smithi073.stdout:=============================================================================== 2024-04-15T01:30:37.158 INFO:teuthology.orchestra.run.smithi073.stdout:^* hv01.front.sepia.ceph.com 3 6 77 37 +1009us[ +988us] +/- 57ms 2024-04-15T01:30:37.158 INFO:teuthology.orchestra.run.smithi073.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 38 -891us[ -912us] +/- 62ms 2024-04-15T01:30:37.158 INFO:teuthology.orchestra.run.smithi073.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 38 -249us[ -270us] +/- 73ms 2024-04-15T01:30:37.158 INFO:teuthology.orchestra.run.smithi073.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T01:30:37.158 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-15T01:30:37.197 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-15T01:30:37.197 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-15T01:30:37.243 DEBUG:teuthology.orchestra.run.smithi073:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-15T01:30:37.312 DEBUG:teuthology.orchestra.run.smithi155:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-15T01:30:37.377 DEBUG:teuthology.orchestra.run.smithi193:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-15T01:30:37.439 DEBUG:teuthology.orchestra.run.smithi073:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-15T01:30:37.471 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T01:30:37.471 DEBUG:teuthology.orchestra.run.smithi155:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-15T01:30:37.501 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T01:30:37.502 DEBUG:teuthology.orchestra.run.smithi193:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-15T01:30:37.530 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T01:30:37.531 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-15T01:30:37.540 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-15T01:30:37.611 INFO:teuthology.task.internal:Duration was 454.969204 seconds 2024-04-15T01:30:37.611 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-15T01:30:37.703 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-15T01:30:37.703 DEBUG:teuthology.orchestra.run.smithi073:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T01:30:37.706 DEBUG:teuthology.orchestra.run.smithi155:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T01:30:37.708 DEBUG:teuthology.orchestra.run.smithi193:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T01:30:37.749 INFO:teuthology.orchestra.run.smithi155.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T01:30:37.750 INFO:teuthology.orchestra.run.smithi073.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T01:30:37.751 INFO:teuthology.orchestra.run.smithi193.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T01:30:38.183 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-15T01:30:38.184 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi073.front.sepia.ceph.com 2024-04-15T01:30:38.184 DEBUG:teuthology.orchestra.run.smithi073:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-15T01:30:38.204 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi155.front.sepia.ceph.com 2024-04-15T01:30:38.205 DEBUG:teuthology.orchestra.run.smithi155:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-15T01:30:38.233 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi193.front.sepia.ceph.com 2024-04-15T01:30:38.233 DEBUG:teuthology.orchestra.run.smithi193:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-15T01:30:38.258 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-15T01:30:38.258 DEBUG:teuthology.orchestra.run.smithi073:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T01:30:38.261 DEBUG:teuthology.orchestra.run.smithi155:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T01:30:38.276 DEBUG:teuthology.orchestra.run.smithi193:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T01:30:38.327 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-15T01:30:38.327 DEBUG:teuthology.orchestra.run.smithi073:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T01:30:38.330 DEBUG:teuthology.orchestra.run.smithi155:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T01:30:38.346 DEBUG:teuthology.orchestra.run.smithi193:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T01:30:38.460 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-15T01:30:38.469 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-15T01:30:38.469 DEBUG:teuthology.orchestra.run.smithi073:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T01:30:38.496 DEBUG:teuthology.orchestra.run.smithi155:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T01:30:38.524 DEBUG:teuthology.orchestra.run.smithi193:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T01:30:38.550 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-15T01:30:38.562 DEBUG:teuthology.orchestra.run.smithi073:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-15T01:30:38.565 DEBUG:teuthology.orchestra.run.smithi155:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-15T01:30:38.567 DEBUG:teuthology.orchestra.run.smithi193:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-15T01:30:38.588 INFO:teuthology.orchestra.run.smithi073.stdout:kernel.core_pattern = core 2024-04-15T01:30:38.590 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern = core 2024-04-15T01:30:38.615 INFO:teuthology.orchestra.run.smithi193.stdout:kernel.core_pattern = core 2024-04-15T01:30:38.637 DEBUG:teuthology.orchestra.run.smithi073:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T01:30:38.668 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T01:30:38.668 DEBUG:teuthology.orchestra.run.smithi155:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T01:30:38.682 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T01:30:38.682 DEBUG:teuthology.orchestra.run.smithi193:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T01:30:38.696 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T01:30:38.697 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-15T01:30:38.709 INFO:teuthology.task.internal:Transferring archived files... 2024-04-15T01:30:38.709 DEBUG:teuthology.misc:Transferring archived files from smithi073:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656284/remote/smithi073 2024-04-15T01:30:38.710 DEBUG:teuthology.orchestra.run.smithi073:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T01:30:38.745 DEBUG:teuthology.misc:Transferring archived files from smithi155:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656284/remote/smithi155 2024-04-15T01:30:38.745 DEBUG:teuthology.orchestra.run.smithi155:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T01:30:38.784 DEBUG:teuthology.misc:Transferring archived files from smithi193:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656284/remote/smithi193 2024-04-15T01:30:38.784 DEBUG:teuthology.orchestra.run.smithi193:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T01:30:38.819 INFO:teuthology.task.internal:Removing archive directory... 2024-04-15T01:30:38.819 DEBUG:teuthology.orchestra.run.smithi073:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T01:30:38.822 DEBUG:teuthology.orchestra.run.smithi155:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T01:30:38.824 DEBUG:teuthology.orchestra.run.smithi193:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T01:30:38.868 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-15T01:30:38.881 INFO:teuthology.task.internal:Not uploading archives. 2024-04-15T01:30:38.881 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-15T01:30:38.928 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-15T01:30:38.928 DEBUG:teuthology.orchestra.run.smithi073:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T01:30:38.931 DEBUG:teuthology.orchestra.run.smithi155:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T01:30:38.934 DEBUG:teuthology.orchestra.run.smithi193:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T01:30:38.944 INFO:teuthology.orchestra.run.smithi073.stdout: 265814 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 01:30 /home/ubuntu/cephtest 2024-04-15T01:30:38.946 INFO:teuthology.orchestra.run.smithi155.stdout: 265306 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 01:30 /home/ubuntu/cephtest 2024-04-15T01:30:38.948 INFO:teuthology.orchestra.run.smithi193.stdout: 265306 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 01:30 /home/ubuntu/cephtest 2024-04-15T01:30:38.949 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-15T01:30:38.985 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-15T01:30:39.107 INFO:teuthology.nuke:Checking targets against current locks 2024-04-15T01:30:39.135 DEBUG:teuthology.nuke:shortname: smithi073 2024-04-15T01:30:39.136 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T01:30:39.164 DEBUG:teuthology.nuke:shortname: smithi155 2024-04-15T01:30:39.164 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T01:30:39.170 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi073.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656284', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-15 01:14:29.983996', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK1FDpmA6QnVEtuYt7f3A45wMga3oJXiNlE2wmNuWzwXAHK0RXH2dQYyzWh96hFO5DHYf245jNIJl/dC/HYISfg='} 2024-04-15T01:30:39.193 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi155.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656284', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-15 01:14:29.980847', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKO9wLd8u0eaFNFqt2UUnxdQprT79oIjLUS0GdFZtSah+BAxOop0iJImjLIjFK82jRnnAxz49hPHSiSKz9fwfxA='} 2024-04-15T01:30:39.194 DEBUG:teuthology.nuke:shortname: smithi193 2024-04-15T01:30:39.194 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T01:30:39.218 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi193.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656284', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-15 01:14:29.982465', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAqr9aJPVKw+CW3IHmKVO+HM7mjCN2kfI+lZtoT9jGOM+LwSRcfMK95BuQrBPcs4EjaNiQEMFcsbWx3C1cddj+4='} 2024-04-15T01:30:39.227 INFO:teuthology.orchestra.console.smithi073:Power off 2024-04-15T01:30:39.228 DEBUG:teuthology.orchestra.console.smithi073:pexpect command: ipmitool -H smithi073.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T01:30:39.250 DEBUG:teuthology.orchestra.console.smithi073:power off output: Chassis Power Control: Down/Off 2024-04-15T01:30:39.250 DEBUG:teuthology.orchestra.console.smithi073:pexpect command: ipmitool -H smithi073.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T01:30:39.272 INFO:teuthology.orchestra.console.smithi155:Power off 2024-04-15T01:30:39.273 DEBUG:teuthology.orchestra.console.smithi155:pexpect command: ipmitool -H smithi155.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T01:30:39.291 INFO:teuthology.orchestra.console.smithi193:Power off 2024-04-15T01:30:39.291 DEBUG:teuthology.orchestra.console.smithi193:pexpect command: ipmitool -H smithi193.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T01:30:39.300 DEBUG:teuthology.orchestra.console.smithi073:check power output: Chassis Power is on 2024-04-15T01:30:39.300 DEBUG:teuthology.orchestra.console.smithi155:power off output: Chassis Power Control: Down/Off 2024-04-15T01:30:39.301 DEBUG:teuthology.orchestra.console.smithi155:pexpect command: ipmitool -H smithi155.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T01:30:39.315 DEBUG:teuthology.orchestra.console.smithi193:power off output: Chassis Power Control: Down/Off 2024-04-15T01:30:39.315 DEBUG:teuthology.orchestra.console.smithi193:pexpect command: ipmitool -H smithi193.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T01:30:39.326 DEBUG:teuthology.orchestra.console.smithi155:check power output: Chassis Power is on 2024-04-15T01:30:39.340 DEBUG:teuthology.orchestra.console.smithi193:check power output: Chassis Power is on 2024-04-15T01:30:43.301 DEBUG:teuthology.orchestra.console.smithi073:pexpect command: ipmitool -H smithi073.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T01:30:43.327 DEBUG:teuthology.orchestra.console.smithi155:pexpect command: ipmitool -H smithi155.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T01:30:43.341 DEBUG:teuthology.orchestra.console.smithi193:pexpect command: ipmitool -H smithi193.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T01:30:43.412 DEBUG:teuthology.orchestra.console.smithi073:check power output: Chassis Power is on 2024-04-15T01:30:43.437 DEBUG:teuthology.orchestra.console.smithi155:check power output: Chassis Power is on 2024-04-15T01:30:43.453 DEBUG:teuthology.orchestra.console.smithi193:check power output: Chassis Power is on 2024-04-15T01:30:47.416 DEBUG:teuthology.orchestra.console.smithi073:pexpect command: ipmitool -H smithi073.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T01:30:47.438 DEBUG:teuthology.orchestra.console.smithi155:pexpect command: ipmitool -H smithi155.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T01:30:47.453 DEBUG:teuthology.orchestra.console.smithi193:pexpect command: ipmitool -H smithi193.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T01:30:47.527 DEBUG:teuthology.orchestra.console.smithi073:check power output: Chassis Power is off 2024-04-15T01:30:47.549 DEBUG:teuthology.orchestra.console.smithi155:check power output: Chassis Power is off 2024-04-15T01:30:47.564 DEBUG:teuthology.orchestra.console.smithi193:check power output: Chassis Power is off 2024-04-15T01:30:47.629 INFO:teuthology.orchestra.console.smithi073:Power off completed 2024-04-15T01:30:47.649 INFO:teuthology.orchestra.console.smithi155:Power off completed 2024-04-15T01:30:47.665 INFO:teuthology.orchestra.console.smithi193:Power off completed 2024-04-15T01:30:47.770 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_host_drain} duration: 454.9692039489746 failure_reason: 'Command failed on smithi073 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull''' flavor: default owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=057c53d26d39400b841d6742f750f25f status: fail success: false 2024-04-15T01:30:47.771 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-15T01:30:47.850 INFO:teuthology.run:FAIL