2024-04-15T00:43:12.867 INFO:root:teuthology version: 0.0.1.dev267+g6c63784 2024-04-15T00:43:12.867 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --description rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_monitoring_stack_basic} --owner scheduled_teuthology@teuthology --archive /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656191 --name teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi -- /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656191/orig.config.yaml 2024-04-15T00:43:12.897 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-15T00:43:12.972 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656191 branch: squid description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_monitoring_stack_basic} email: ceph-qa@ceph.com first_in_suite: false job_id: '7656191' 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: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN 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 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 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: smithi038.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPAQSpEP3QztcKklCg4lso2bs6LX5wzbfvYj/QjTc+8R5QwZdv2DXG9ip+nCDw56cgggiOR4UoSIxLXpBl9fRCc= smithi088.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDazDcq5x0xTsaiDNPyQRLZybGV1fFE9a/eosui7NNuOFi7ZeJTIRNnJwe9HO+9alajFNJh/JGZwAEVVqwakjvA= smithi138.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPDUkF3ff5pjFwLJlXTUGLou+i3W23eZntE5SDZR+UOkd44allQ8En6GiF2p6g4U4Bff1UD0d6PJZ3tVReOFabw= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - "set -e\nset -x\nceph orch apply node-exporter\nceph orch apply grafana\nceph\ \ orch apply alertmanager\nceph orch apply prometheus\nsleep 240\nceph orch\ \ ls\nceph orch ps\nceph orch host ls\nMON_DAEMON=$(ceph orch ps --daemon-type\ \ mon -f json | jq -r 'last | .daemon_name')\nGRAFANA_HOST=$(ceph orch ps --daemon-type\ \ grafana -f json | jq -e '.[]' | jq -r '.hostname')\nPROM_HOST=$(ceph orch\ \ ps --daemon-type prometheus -f json | jq -e '.[]' | jq -r '.hostname')\nALERTM_HOST=$(ceph\ \ orch ps --daemon-type alertmanager -f json | jq -e '.[]' | jq -r '.hostname')\n\ GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST \"$GRAFANA_HOST\"\ \ '.[] | select(.hostname==$GRAFANA_HOST) | .addr')\nPROM_IP=$(ceph orch host\ \ ls -f json | jq -r --arg PROM_HOST \"$PROM_HOST\" '.[] | select(.hostname==$PROM_HOST)\ \ | .addr')\nALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST\ \ \"$ALERTM_HOST\" '.[] | select(.hostname==$ALERTM_HOST) | .addr')\n# check\ \ each host node-exporter metrics endpoint is responsive\nALL_HOST_IPS=$(ceph\ \ orch host ls -f json | jq -r '.[] | .addr')\nfor ip in $ALL_HOST_IPS; do\n\ \ curl -s http://${ip}:9100/metric\ndone\n# check grafana endpoints are responsive\ \ and database health is okay\ncurl -k -s https://${GRAFANA_IP}:3000/api/health\n\ curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '.database == \"ok\"\ '\n# stop mon daemon in order to trigger an alert\nceph orch daemon stop $MON_DAEMON\n\ sleep 120\n# check prometheus endpoints are responsive and mon down alert is\ \ firing\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ \ | jq -e '.status == \"success\"'\ncurl -s http://${PROM_IP}:9095/api/v1/alerts\n\ curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '.data | .alerts | .[]\ \ | select(.labels | .alertname == \"CephMonDown\") | .state == \"firing\"'\n\ # check alertmanager endpoints are responsive and mon down alert is active\n\ curl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\n\ curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '.data | .[] | select(.labels\ \ | .alertname == \"CephMonDown\") | .status | .state == \"active\"'\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-15T00:43:12.972 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_a9a752df26c63acad72e1b3569fd79a515ca0765/qa; will attempt to use it 2024-04-15T00:43:12.973 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_a9a752df26c63acad72e1b3569fd79a515ca0765/qa/tasks 2024-04-15T00:43:12.973 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-15T00:43:12.974 INFO:teuthology.task.internal:Checking packages... 2024-04-15T00:43:12.996 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'a9a752df26c63acad72e1b3569fd79a515ca0765' 2024-04-15T00:43:12.996 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-15T00:43:12.996 INFO:teuthology.packaging:ref: None 2024-04-15T00:43:12.996 INFO:teuthology.packaging:tag: None 2024-04-15T00:43:12.996 INFO:teuthology.packaging:branch: squid 2024-04-15T00:43:12.997 INFO:teuthology.packaging:sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T00:43:12.997 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-15T00:43:13.316 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2114.ga9a752df 2024-04-15T00:43:13.317 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-15T00:43:13.325 INFO:teuthology.task.internal:no buildpackages task found 2024-04-15T00:43:13.325 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-15T00:43:13.330 INFO:teuthology.task.internal:Saving configuration 2024-04-15T00:43:13.343 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-15T00:43:13.348 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T00:43:13.376 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi038.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656191', '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 00:36:37.433043', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPAQSpEP3QztcKklCg4lso2bs6LX5wzbfvYj/QjTc+8R5QwZdv2DXG9ip+nCDw56cgggiOR4UoSIxLXpBl9fRCc='} 2024-04-15T00:43:13.400 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi088.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656191', '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 00:36:37.435731', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDazDcq5x0xTsaiDNPyQRLZybGV1fFE9a/eosui7NNuOFi7ZeJTIRNnJwe9HO+9alajFNJh/JGZwAEVVqwakjvA='} 2024-04-15T00:43:13.423 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi138.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656191', '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 00:36:37.434449', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPDUkF3ff5pjFwLJlXTUGLou+i3W23eZntE5SDZR+UOkd44allQ8En6GiF2p6g4U4Bff1UD0d6PJZ3tVReOFabw='} 2024-04-15T00:43:13.423 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-15T00:43:13.429 INFO:teuthology.task.internal:roles: ubuntu@smithi038.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-04-15T00:43:13.429 INFO:teuthology.task.internal:roles: ubuntu@smithi088.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-04-15T00:43:13.429 INFO:teuthology.task.internal:roles: ubuntu@smithi138.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-04-15T00:43:13.429 INFO:teuthology.run_tasks:Running task console_log... 2024-04-15T00:43:13.527 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7ff958741e50>, signals=[15]) 2024-04-15T00:43:13.527 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-15T00:43:13.533 INFO:teuthology.task.internal:Opening connections... 2024-04-15T00:43:13.533 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi038.front.sepia.ceph.com 2024-04-15T00:43:13.535 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T00:43:13.645 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi088.front.sepia.ceph.com 2024-04-15T00:43:13.646 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T00:43:13.733 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi138.front.sepia.ceph.com 2024-04-15T00:43:13.734 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T00:43:13.822 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-15T00:43:13.831 DEBUG:teuthology.orchestra.run.smithi038:> uname -m 2024-04-15T00:43:13.849 INFO:teuthology.orchestra.run.smithi038.stdout:x86_64 2024-04-15T00:43:13.850 DEBUG:teuthology.orchestra.run.smithi038:> cat /etc/os-release 2024-04-15T00:43:13.906 INFO:teuthology.orchestra.run.smithi038.stdout:NAME="CentOS Stream" 2024-04-15T00:43:13.907 INFO:teuthology.orchestra.run.smithi038.stdout:VERSION="9" 2024-04-15T00:43:13.907 INFO:teuthology.orchestra.run.smithi038.stdout:ID="centos" 2024-04-15T00:43:13.907 INFO:teuthology.orchestra.run.smithi038.stdout:ID_LIKE="rhel fedora" 2024-04-15T00:43:13.907 INFO:teuthology.orchestra.run.smithi038.stdout:VERSION_ID="9" 2024-04-15T00:43:13.907 INFO:teuthology.orchestra.run.smithi038.stdout:PLATFORM_ID="platform:el9" 2024-04-15T00:43:13.907 INFO:teuthology.orchestra.run.smithi038.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-15T00:43:13.907 INFO:teuthology.orchestra.run.smithi038.stdout:ANSI_COLOR="0;31" 2024-04-15T00:43:13.907 INFO:teuthology.orchestra.run.smithi038.stdout:LOGO="fedora-logo-icon" 2024-04-15T00:43:13.907 INFO:teuthology.orchestra.run.smithi038.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-15T00:43:13.907 INFO:teuthology.orchestra.run.smithi038.stdout:HOME_URL="https://centos.org/" 2024-04-15T00:43:13.907 INFO:teuthology.orchestra.run.smithi038.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-15T00:43:13.907 INFO:teuthology.orchestra.run.smithi038.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-15T00:43:13.908 INFO:teuthology.orchestra.run.smithi038.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-15T00:43:13.908 INFO:teuthology.lock.ops:Updating smithi038.front.sepia.ceph.com on lock server 2024-04-15T00:43:13.925 DEBUG:teuthology.orchestra.run.smithi088:> uname -m 2024-04-15T00:43:13.942 INFO:teuthology.orchestra.run.smithi088.stdout:x86_64 2024-04-15T00:43:13.942 DEBUG:teuthology.orchestra.run.smithi088:> cat /etc/os-release 2024-04-15T00:43:13.998 INFO:teuthology.orchestra.run.smithi088.stdout:NAME="CentOS Stream" 2024-04-15T00:43:13.999 INFO:teuthology.orchestra.run.smithi088.stdout:VERSION="9" 2024-04-15T00:43:13.999 INFO:teuthology.orchestra.run.smithi088.stdout:ID="centos" 2024-04-15T00:43:13.999 INFO:teuthology.orchestra.run.smithi088.stdout:ID_LIKE="rhel fedora" 2024-04-15T00:43:13.999 INFO:teuthology.orchestra.run.smithi088.stdout:VERSION_ID="9" 2024-04-15T00:43:13.999 INFO:teuthology.orchestra.run.smithi088.stdout:PLATFORM_ID="platform:el9" 2024-04-15T00:43:13.999 INFO:teuthology.orchestra.run.smithi088.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-15T00:43:13.999 INFO:teuthology.orchestra.run.smithi088.stdout:ANSI_COLOR="0;31" 2024-04-15T00:43:13.999 INFO:teuthology.orchestra.run.smithi088.stdout:LOGO="fedora-logo-icon" 2024-04-15T00:43:13.999 INFO:teuthology.orchestra.run.smithi088.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-15T00:43:13.999 INFO:teuthology.orchestra.run.smithi088.stdout:HOME_URL="https://centos.org/" 2024-04-15T00:43:13.999 INFO:teuthology.orchestra.run.smithi088.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-15T00:43:13.999 INFO:teuthology.orchestra.run.smithi088.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-15T00:43:13.999 INFO:teuthology.orchestra.run.smithi088.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-15T00:43:14.000 INFO:teuthology.lock.ops:Updating smithi088.front.sepia.ceph.com on lock server 2024-04-15T00:43:14.018 DEBUG:teuthology.orchestra.run.smithi138:> uname -m 2024-04-15T00:43:14.035 INFO:teuthology.orchestra.run.smithi138.stdout:x86_64 2024-04-15T00:43:14.035 DEBUG:teuthology.orchestra.run.smithi138:> cat /etc/os-release 2024-04-15T00:43:14.092 INFO:teuthology.orchestra.run.smithi138.stdout:NAME="CentOS Stream" 2024-04-15T00:43:14.092 INFO:teuthology.orchestra.run.smithi138.stdout:VERSION="9" 2024-04-15T00:43:14.092 INFO:teuthology.orchestra.run.smithi138.stdout:ID="centos" 2024-04-15T00:43:14.092 INFO:teuthology.orchestra.run.smithi138.stdout:ID_LIKE="rhel fedora" 2024-04-15T00:43:14.093 INFO:teuthology.orchestra.run.smithi138.stdout:VERSION_ID="9" 2024-04-15T00:43:14.093 INFO:teuthology.orchestra.run.smithi138.stdout:PLATFORM_ID="platform:el9" 2024-04-15T00:43:14.093 INFO:teuthology.orchestra.run.smithi138.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-15T00:43:14.093 INFO:teuthology.orchestra.run.smithi138.stdout:ANSI_COLOR="0;31" 2024-04-15T00:43:14.093 INFO:teuthology.orchestra.run.smithi138.stdout:LOGO="fedora-logo-icon" 2024-04-15T00:43:14.093 INFO:teuthology.orchestra.run.smithi138.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-15T00:43:14.093 INFO:teuthology.orchestra.run.smithi138.stdout:HOME_URL="https://centos.org/" 2024-04-15T00:43:14.093 INFO:teuthology.orchestra.run.smithi138.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-15T00:43:14.093 INFO:teuthology.orchestra.run.smithi138.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-15T00:43:14.093 INFO:teuthology.orchestra.run.smithi138.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-15T00:43:14.093 INFO:teuthology.lock.ops:Updating smithi138.front.sepia.ceph.com on lock server 2024-04-15T00:43:14.108 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-15T00:43:14.118 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-15T00:43:14.123 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-15T00:43:14.123 DEBUG:teuthology.orchestra.run.smithi038:> test '!' -e /home/ubuntu/cephtest 2024-04-15T00:43:14.126 DEBUG:teuthology.orchestra.run.smithi088:> test '!' -e /home/ubuntu/cephtest 2024-04-15T00:43:14.128 DEBUG:teuthology.orchestra.run.smithi138:> test '!' -e /home/ubuntu/cephtest 2024-04-15T00:43:14.148 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-15T00:43:14.155 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-15T00:43:14.155 DEBUG:teuthology.orchestra.run.smithi038:> test -z $(ls -A /var/lib/ceph) 2024-04-15T00:43:14.183 DEBUG:teuthology.orchestra.run.smithi088:> test -z $(ls -A /var/lib/ceph) 2024-04-15T00:43:14.185 DEBUG:teuthology.orchestra.run.smithi138:> test -z $(ls -A /var/lib/ceph) 2024-04-15T00:43:14.231 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-15T00:43:14.298 INFO:teuthology.run_tasks:Running task kernel... 2024-04-15T00:43:14.314 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-15T00:43:14.314 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-15T00:43:14.314 DEBUG:teuthology.orchestra.run.smithi038:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T00:43:14.315 DEBUG:teuthology.orchestra.run.smithi088:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T00:43:14.315 DEBUG:teuthology.orchestra.run.smithi138:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T00:43:14.331 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T00:43:14.331 DEBUG:teuthology.orchestra.run.smithi138:> uname -r 2024-04-15T00:43:14.332 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T00:43:14.332 DEBUG:teuthology.orchestra.run.smithi088:> uname -r 2024-04-15T00:43:14.333 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T00:43:14.333 DEBUG:teuthology.orchestra.run.smithi038:> uname -r 2024-04-15T00:43:14.387 INFO:teuthology.orchestra.run.smithi138.stdout:5.14.0-361.el9.x86_64 2024-04-15T00:43:14.388 INFO:teuthology.task.kernel:Running kernel on smithi138: 5.14.0-361.el9.x86_64 2024-04-15T00:43:14.388 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum install -y kernel 2024-04-15T00:43:14.389 INFO:teuthology.orchestra.run.smithi088.stdout:5.14.0-361.el9.x86_64 2024-04-15T00:43:14.389 INFO:teuthology.task.kernel:Running kernel on smithi088: 5.14.0-361.el9.x86_64 2024-04-15T00:43:14.389 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum install -y kernel 2024-04-15T00:43:14.391 INFO:teuthology.orchestra.run.smithi038.stdout:5.14.0-361.el9.x86_64 2024-04-15T00:43:14.392 INFO:teuthology.task.kernel:Running kernel on smithi038: 5.14.0-361.el9.x86_64 2024-04-15T00:43:14.392 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum install -y kernel 2024-04-15T00:43:16.946 INFO:teuthology.orchestra.run.smithi038.stdout:CentOS-9 - AppStream 9.1 MB/s | 8.1 MB 00:00 2024-04-15T00:43:17.073 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS-9 - AppStream 7.8 MB/s | 8.1 MB 00:01 2024-04-15T00:43:17.100 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS-9 - AppStream 8.9 MB/s | 8.1 MB 00:00 2024-04-15T00:43:19.004 INFO:teuthology.orchestra.run.smithi038.stdout:CentOS-9 - BaseOS 3.8 MB/s | 2.5 MB 00:00 2024-04-15T00:43:19.073 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS-9 - BaseOS 3.7 MB/s | 2.5 MB 00:00 2024-04-15T00:43:19.075 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS-9 - BaseOS 3.8 MB/s | 2.5 MB 00:00 2024-04-15T00:43:21.005 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 9 - BaseOS 5.4 MB/s | 8.0 MB 00:01 2024-04-15T00:43:21.048 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - BaseOS 5.2 MB/s | 8.0 MB 00:01 2024-04-15T00:43:23.025 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - AppStream 22 MB/s | 19 MB 00:00 2024-04-15T00:43:24.356 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 9 - AppStream 9.2 MB/s | 19 MB 00:02 2024-04-15T00:43:27.125 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - CRB 13 MB/s | 6.2 MB 00:00 2024-04-15T00:43:28.902 INFO:teuthology.orchestra.run.smithi038.stdout:CentOS Stream 9 - BaseOS 872 kB/s | 8.0 MB 00:09 2024-04-15T00:43:29.214 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 9 - CRB 4.9 MB/s | 6.2 MB 00:01 2024-04-15T00:43:29.459 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - Extras packages 14 kB/s | 16 kB 00:01 2024-04-15T00:43:30.505 INFO:teuthology.orchestra.run.smithi138.stdout:Extra Packages for Enterprise Linux 23 MB/s | 21 MB 00:00 2024-04-15T00:43:30.723 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 9 - Extras packages 48 kB/s | 16 kB 00:00 2024-04-15T00:43:30.795 INFO:teuthology.orchestra.run.smithi038.stdout:CentOS Stream 9 - AppStream 26 MB/s | 19 MB 00:00 2024-04-15T00:43:32.602 INFO:teuthology.orchestra.run.smithi088.stdout:Extra Packages for Enterprise Linux 12 MB/s | 21 MB 00:01 2024-04-15T00:43:35.636 INFO:teuthology.orchestra.run.smithi138.stdout:lab-extras 8.6 kB/s | 1.7 kB 00:00 2024-04-15T00:43:36.537 INFO:teuthology.orchestra.run.smithi038.stdout:CentOS Stream 9 - CRB 3.0 MB/s | 6.2 MB 00:02 2024-04-15T00:43:37.715 INFO:teuthology.orchestra.run.smithi088.stdout:lab-extras 11 kB/s | 1.7 kB 00:00 2024-04-15T00:43:37.889 INFO:teuthology.orchestra.run.smithi138.stderr:Modular dependency problems: 2024-04-15T00:43:37.890 INFO:teuthology.orchestra.run.smithi138.stderr: 2024-04-15T00:43:37.890 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 1: conflicting requests 2024-04-15T00:43:37.890 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.890 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 2: conflicting requests 2024-04-15T00:43:37.890 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.890 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 3: conflicting requests 2024-04-15T00:43:37.890 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.890 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 4: conflicting requests 2024-04-15T00:43:37.890 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.890 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 5: conflicting requests 2024-04-15T00:43:37.891 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.891 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 6: conflicting requests 2024-04-15T00:43:37.891 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.891 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 7: conflicting requests 2024-04-15T00:43:37.891 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.891 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 8: conflicting requests 2024-04-15T00:43:37.891 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.891 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 9: conflicting requests 2024-04-15T00:43:37.891 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.891 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 10: conflicting requests 2024-04-15T00:43:37.891 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.891 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 11: conflicting requests 2024-04-15T00:43:37.891 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.891 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 12: conflicting requests 2024-04-15T00:43:37.892 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.892 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 13: conflicting requests 2024-04-15T00:43:37.892 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.892 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 14: conflicting requests 2024-04-15T00:43:37.892 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.892 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 15: conflicting requests 2024-04-15T00:43:37.892 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.892 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 16: conflicting requests 2024-04-15T00:43:37.892 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.892 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 17: conflicting requests 2024-04-15T00:43:37.892 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.892 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 18: conflicting requests 2024-04-15T00:43:37.892 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.892 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 19: conflicting requests 2024-04-15T00:43:37.892 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.893 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 20: conflicting requests 2024-04-15T00:43:37.893 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.893 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 21: conflicting requests 2024-04-15T00:43:37.893 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.893 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 22: conflicting requests 2024-04-15T00:43:37.893 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.893 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 23: conflicting requests 2024-04-15T00:43:37.893 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.893 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 24: conflicting requests 2024-04-15T00:43:37.893 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.893 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 25: conflicting requests 2024-04-15T00:43:37.893 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.893 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 26: conflicting requests 2024-04-15T00:43:37.893 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.894 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 27: conflicting requests 2024-04-15T00:43:37.894 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.894 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 28: conflicting requests 2024-04-15T00:43:37.894 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.894 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 29: conflicting requests 2024-04-15T00:43:37.894 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.894 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 30: conflicting requests 2024-04-15T00:43:37.894 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.894 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 31: conflicting requests 2024-04-15T00:43:37.894 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.894 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 32: conflicting requests 2024-04-15T00:43:37.894 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.894 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 33: conflicting requests 2024-04-15T00:43:37.895 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.895 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 34: conflicting requests 2024-04-15T00:43:37.895 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.895 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 35: conflicting requests 2024-04-15T00:43:37.895 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.895 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 36: conflicting requests 2024-04-15T00:43:37.895 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.895 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 37: conflicting requests 2024-04-15T00:43:37.895 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.895 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.895 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.895 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:43:37.895 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.895 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.895 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.895 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.896 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 39: conflicting requests 2024-04-15T00:43:37.896 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.896 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.896 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.896 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.896 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.896 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.896 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:43:37.896 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.896 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.897 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.897 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.897 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:43:37.897 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.897 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.897 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.897 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.897 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:43:37.897 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.897 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.897 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.897 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.897 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:43:37.897 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.897 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.898 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.898 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.898 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:43:37.898 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.898 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.898 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.898 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.898 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:43:37.898 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.898 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.898 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.898 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:43:37.996 INFO:teuthology.orchestra.run.smithi038.stdout:CentOS Stream 9 - Extras packages 72 kB/s | 16 kB 00:00 2024-04-15T00:43:38.310 INFO:teuthology.orchestra.run.smithi138.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-15T00:43:38.310 INFO:teuthology.orchestra.run.smithi138.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-15T00:43:38.421 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-15T00:43:38.431 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:43:38.431 INFO:teuthology.orchestra.run.smithi138.stdout: Package Architecture Version Repository Size 2024-04-15T00:43:38.431 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:43:38.432 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-04-15T00:43:38.432 INFO:teuthology.orchestra.run.smithi138.stdout: kernel x86_64 5.14.0-435.el9 baseos 214 k 2024-04-15T00:43:38.432 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2024-04-15T00:43:38.432 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-core x86_64 5.14.0-435.el9 baseos 15 M 2024-04-15T00:43:38.432 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-modules x86_64 5.14.0-435.el9 baseos 34 M 2024-04-15T00:43:38.432 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-modules-core x86_64 5.14.0-435.el9 baseos 28 M 2024-04-15T00:43:38.432 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:43:38.432 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-04-15T00:43:38.432 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:43:38.432 INFO:teuthology.orchestra.run.smithi138.stdout:Install 4 Packages 2024-04-15T00:43:38.432 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:43:38.433 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 77 M 2024-04-15T00:43:38.433 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 123 M 2024-04-15T00:43:38.433 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-04-15T00:43:38.737 INFO:teuthology.orchestra.run.smithi138.stdout:(1/4): kernel-5.14.0-435.el9.x86_64.rpm 1.2 MB/s | 214 kB 00:00 2024-04-15T00:43:39.154 INFO:teuthology.orchestra.run.smithi138.stdout:(2/4): kernel-core-5.14.0-435.el9.x86_64.rpm 26 MB/s | 15 MB 00:00 2024-04-15T00:43:39.542 INFO:teuthology.orchestra.run.smithi038.stdout:Extra Packages for Enterprise Linux 15 MB/s | 21 MB 00:01 2024-04-15T00:43:39.629 INFO:teuthology.orchestra.run.smithi138.stdout:(3/4): kernel-modules-core-5.14.0-435.el9.x86_6 31 MB/s | 28 MB 00:00 2024-04-15T00:43:39.946 INFO:teuthology.orchestra.run.smithi138.stdout:(4/4): kernel-modules-5.14.0-435.el9.x86_64.rpm 24 MB/s | 34 MB 00:01 2024-04-15T00:43:39.946 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:43:39.947 INFO:teuthology.orchestra.run.smithi138.stdout:Total 51 MB/s | 77 MB 00:01 2024-04-15T00:43:39.962 INFO:teuthology.orchestra.run.smithi088.stderr:Modular dependency problems: 2024-04-15T00:43:39.962 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-04-15T00:43:39.962 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 1: conflicting requests 2024-04-15T00:43:39.962 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.962 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 2: conflicting requests 2024-04-15T00:43:39.962 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.962 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 3: conflicting requests 2024-04-15T00:43:39.962 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.963 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 4: conflicting requests 2024-04-15T00:43:39.963 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.963 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 5: conflicting requests 2024-04-15T00:43:39.963 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.963 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 6: conflicting requests 2024-04-15T00:43:39.963 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.963 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 7: conflicting requests 2024-04-15T00:43:39.963 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.963 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 8: conflicting requests 2024-04-15T00:43:39.963 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.963 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 9: conflicting requests 2024-04-15T00:43:39.963 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.963 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 10: conflicting requests 2024-04-15T00:43:39.963 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.964 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 11: conflicting requests 2024-04-15T00:43:39.964 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.964 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 12: conflicting requests 2024-04-15T00:43:39.964 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.964 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 13: conflicting requests 2024-04-15T00:43:39.964 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.964 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 14: conflicting requests 2024-04-15T00:43:39.964 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.964 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 15: conflicting requests 2024-04-15T00:43:39.964 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.964 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 16: conflicting requests 2024-04-15T00:43:39.964 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.964 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 17: conflicting requests 2024-04-15T00:43:39.964 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.964 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 18: conflicting requests 2024-04-15T00:43:39.964 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.965 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 19: conflicting requests 2024-04-15T00:43:39.965 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.965 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 20: conflicting requests 2024-04-15T00:43:39.965 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.965 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 21: conflicting requests 2024-04-15T00:43:39.965 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.965 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 22: conflicting requests 2024-04-15T00:43:39.965 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.965 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 23: conflicting requests 2024-04-15T00:43:39.965 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.965 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 24: conflicting requests 2024-04-15T00:43:39.965 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.965 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 25: conflicting requests 2024-04-15T00:43:39.965 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.966 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 26: conflicting requests 2024-04-15T00:43:39.966 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.966 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 27: conflicting requests 2024-04-15T00:43:39.966 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.966 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 28: conflicting requests 2024-04-15T00:43:39.966 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.966 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 29: conflicting requests 2024-04-15T00:43:39.966 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.966 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 30: conflicting requests 2024-04-15T00:43:39.966 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.966 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 31: conflicting requests 2024-04-15T00:43:39.966 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.966 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 32: conflicting requests 2024-04-15T00:43:39.966 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.967 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 33: conflicting requests 2024-04-15T00:43:39.967 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.967 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 34: conflicting requests 2024-04-15T00:43:39.967 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.967 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 35: conflicting requests 2024-04-15T00:43:39.967 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.967 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 36: conflicting requests 2024-04-15T00:43:39.967 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.967 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 37: conflicting requests 2024-04-15T00:43:39.967 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.967 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.967 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.967 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:43:39.967 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.968 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.968 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.968 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.968 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 39: conflicting requests 2024-04-15T00:43:39.968 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.968 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.968 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.968 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.968 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.968 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.968 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:43:39.968 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.968 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.968 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.969 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.969 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:43:39.969 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.969 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.969 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.969 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.969 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:43:39.969 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.969 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.969 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.969 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.969 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:43:39.969 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.970 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.970 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.970 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.970 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:43:39.970 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.970 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.970 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.970 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.970 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:43:39.970 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.970 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.970 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:43:39.970 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:43:40.322 INFO:teuthology.orchestra.run.smithi088.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-15T00:43:40.322 INFO:teuthology.orchestra.run.smithi088.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-15T00:43:40.422 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-04-15T00:43:40.432 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:43:40.432 INFO:teuthology.orchestra.run.smithi088.stdout: Package Architecture Version Repository Size 2024-04-15T00:43:40.432 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:43:40.432 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-04-15T00:43:40.432 INFO:teuthology.orchestra.run.smithi088.stdout: kernel x86_64 5.14.0-435.el9 baseos 214 k 2024-04-15T00:43:40.432 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2024-04-15T00:43:40.432 INFO:teuthology.orchestra.run.smithi088.stdout: kernel-core x86_64 5.14.0-435.el9 baseos 15 M 2024-04-15T00:43:40.432 INFO:teuthology.orchestra.run.smithi088.stdout: kernel-modules x86_64 5.14.0-435.el9 baseos 34 M 2024-04-15T00:43:40.433 INFO:teuthology.orchestra.run.smithi088.stdout: kernel-modules-core x86_64 5.14.0-435.el9 baseos 28 M 2024-04-15T00:43:40.433 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:43:40.433 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-04-15T00:43:40.433 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:43:40.433 INFO:teuthology.orchestra.run.smithi088.stdout:Install 4 Packages 2024-04-15T00:43:40.433 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:43:40.434 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 77 M 2024-04-15T00:43:40.434 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 123 M 2024-04-15T00:43:40.434 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-04-15T00:43:40.624 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-04-15T00:43:40.825 INFO:teuthology.orchestra.run.smithi088.stdout:(1/4): kernel-5.14.0-435.el9.x86_64.rpm 762 kB/s | 214 kB 00:00 2024-04-15T00:43:40.992 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-04-15T00:43:40.992 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-04-15T00:43:41.899 INFO:teuthology.orchestra.run.smithi088.stdout:(2/4): kernel-core-5.14.0-435.el9.x86_64.rpm 11 MB/s | 15 MB 00:01 2024-04-15T00:43:41.996 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-04-15T00:43:41.996 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-04-15T00:43:42.491 INFO:teuthology.orchestra.run.smithi088.stdout:(3/4): kernel-modules-5.14.0-435.el9.x86_64.rpm 17 MB/s | 34 MB 00:01 2024-04-15T00:43:42.808 INFO:teuthology.orchestra.run.smithi088.stdout:(4/4): kernel-modules-core-5.14.0-435.el9.x86_6 14 MB/s | 28 MB 00:01 2024-04-15T00:43:42.873 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:43:42.873 INFO:teuthology.orchestra.run.smithi088.stdout:Total 32 MB/s | 77 MB 00:02 2024-04-15T00:43:43.478 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-04-15T00:43:43.817 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-04-15T00:43:43.818 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-04-15T00:43:44.463 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-04-15T00:43:44.846 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-04-15T00:43:44.846 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-04-15T00:43:44.881 INFO:teuthology.orchestra.run.smithi038.stdout:lab-extras 43 kB/s | 1.7 kB 00:00 2024-04-15T00:43:45.037 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : kernel-modules-core-5.14.0-435.el9.x86_64 1/4 2024-04-15T00:43:45.109 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:00:01 ago on Mon 15 Apr 2024 12:43:44 AM UTC. 2024-04-15T00:43:45.124 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-15T00:43:47.220 INFO:teuthology.orchestra.run.smithi038.stderr:Modular dependency problems: 2024-04-15T00:43:47.220 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-04-15T00:43:47.220 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 1: conflicting requests 2024-04-15T00:43:47.220 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.220 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 2: conflicting requests 2024-04-15T00:43:47.220 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.220 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 3: conflicting requests 2024-04-15T00:43:47.220 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.220 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 4: conflicting requests 2024-04-15T00:43:47.221 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.221 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 5: conflicting requests 2024-04-15T00:43:47.221 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.221 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 6: conflicting requests 2024-04-15T00:43:47.221 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.221 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 7: conflicting requests 2024-04-15T00:43:47.221 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.221 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 8: conflicting requests 2024-04-15T00:43:47.221 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.221 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 9: conflicting requests 2024-04-15T00:43:47.221 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.222 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 10: conflicting requests 2024-04-15T00:43:47.222 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.222 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 11: conflicting requests 2024-04-15T00:43:47.222 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.222 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 12: conflicting requests 2024-04-15T00:43:47.222 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.222 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 13: conflicting requests 2024-04-15T00:43:47.222 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.222 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 14: conflicting requests 2024-04-15T00:43:47.222 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.222 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 15: conflicting requests 2024-04-15T00:43:47.222 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.222 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 16: conflicting requests 2024-04-15T00:43:47.223 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.223 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 17: conflicting requests 2024-04-15T00:43:47.223 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.223 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 18: conflicting requests 2024-04-15T00:43:47.223 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.223 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 19: conflicting requests 2024-04-15T00:43:47.223 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.223 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 20: conflicting requests 2024-04-15T00:43:47.223 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.223 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 21: conflicting requests 2024-04-15T00:43:47.223 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.223 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 22: conflicting requests 2024-04-15T00:43:47.223 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.223 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 23: conflicting requests 2024-04-15T00:43:47.224 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.224 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 24: conflicting requests 2024-04-15T00:43:47.224 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.224 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 25: conflicting requests 2024-04-15T00:43:47.224 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.224 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 26: conflicting requests 2024-04-15T00:43:47.224 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.224 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 27: conflicting requests 2024-04-15T00:43:47.224 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.224 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 28: conflicting requests 2024-04-15T00:43:47.224 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.224 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 29: conflicting requests 2024-04-15T00:43:47.224 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.224 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 30: conflicting requests 2024-04-15T00:43:47.224 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.225 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 31: conflicting requests 2024-04-15T00:43:47.225 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.225 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 32: conflicting requests 2024-04-15T00:43:47.225 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.225 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 33: conflicting requests 2024-04-15T00:43:47.225 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.225 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 34: conflicting requests 2024-04-15T00:43:47.225 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.225 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 35: conflicting requests 2024-04-15T00:43:47.225 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.225 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 36: conflicting requests 2024-04-15T00:43:47.225 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.225 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 37: conflicting requests 2024-04-15T00:43:47.225 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.225 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.226 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.226 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:43:47.226 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.226 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.226 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.226 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.226 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 39: conflicting requests 2024-04-15T00:43:47.226 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.226 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.226 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.226 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.226 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.226 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.226 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:43:47.227 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.227 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.227 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.227 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.227 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:43:47.227 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.227 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.227 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.227 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.227 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:43:47.227 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.227 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.227 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.227 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.228 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:43:47.228 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.228 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.228 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.228 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.228 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:43:47.228 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.228 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.228 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.228 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.228 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:43:47.228 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.228 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.228 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.228 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:43:47.330 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-04-15T00:43:47.664 INFO:teuthology.orchestra.run.smithi038.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-15T00:43:47.664 INFO:teuthology.orchestra.run.smithi038.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-15T00:43:47.761 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2024-04-15T00:43:47.766 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:43:47.766 INFO:teuthology.orchestra.run.smithi038.stdout: Package Architecture Version Repository Size 2024-04-15T00:43:47.767 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:43:47.767 INFO:teuthology.orchestra.run.smithi038.stdout:Installing: 2024-04-15T00:43:47.767 INFO:teuthology.orchestra.run.smithi038.stdout: kernel x86_64 5.14.0-435.el9 baseos 214 k 2024-04-15T00:43:47.767 INFO:teuthology.orchestra.run.smithi038.stdout:Installing dependencies: 2024-04-15T00:43:47.767 INFO:teuthology.orchestra.run.smithi038.stdout: kernel-core x86_64 5.14.0-435.el9 baseos 15 M 2024-04-15T00:43:47.767 INFO:teuthology.orchestra.run.smithi038.stdout: kernel-modules x86_64 5.14.0-435.el9 baseos 34 M 2024-04-15T00:43:47.767 INFO:teuthology.orchestra.run.smithi038.stdout: kernel-modules-core x86_64 5.14.0-435.el9 baseos 28 M 2024-04-15T00:43:47.767 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:43:47.767 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction Summary 2024-04-15T00:43:47.767 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:43:47.767 INFO:teuthology.orchestra.run.smithi038.stdout:Install 4 Packages 2024-04-15T00:43:47.767 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:43:47.768 INFO:teuthology.orchestra.run.smithi038.stdout:Total download size: 77 M 2024-04-15T00:43:47.768 INFO:teuthology.orchestra.run.smithi038.stdout:Installed size: 123 M 2024-04-15T00:43:47.768 INFO:teuthology.orchestra.run.smithi038.stdout:Downloading Packages: 2024-04-15T00:43:47.881 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-15T00:43:47.910 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : kernel-modules-core-5.14.0-435.el9.x86_64 1/4 2024-04-15T00:43:47.999 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-15T00:43:48.019 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-15T00:43:48.050 INFO:teuthology.orchestra.run.smithi038.stdout:(1/4): kernel-5.14.0-435.el9.x86_64.rpm 1.4 MB/s | 214 kB 00:00 2024-04-15T00:43:50.467 INFO:teuthology.orchestra.run.smithi038.stdout:(2/4): kernel-core-5.14.0-435.el9.x86_64.rpm 5.9 MB/s | 15 MB 00:02 2024-04-15T00:43:50.768 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-15T00:43:50.894 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-15T00:43:52.200 INFO:teuthology.orchestra.run.smithi038.stdout:(3/4): kernel-modules-core-5.14.0-435.el9.x86_6 6.7 MB/s | 28 MB 00:04 2024-04-15T00:43:52.542 INFO:teuthology.orchestra.run.smithi038.stdout:(4/4): kernel-modules-5.14.0-435.el9.x86_64.rpm 7.2 MB/s | 34 MB 00:04 2024-04-15T00:43:52.543 INFO:teuthology.orchestra.run.smithi038.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:43:52.543 INFO:teuthology.orchestra.run.smithi038.stdout:Total 16 MB/s | 77 MB 00:04 2024-04-15T00:43:52.762 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-15T00:43:52.887 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : kernel-5.14.0-435.el9.x86_64 4/4 2024-04-15T00:43:53.241 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction check 2024-04-15T00:43:53.681 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction check succeeded. 2024-04-15T00:43:53.681 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction test 2024-04-15T00:43:54.775 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction test succeeded. 2024-04-15T00:43:54.776 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction 2024-04-15T00:43:55.609 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-15T00:43:55.653 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : kernel-5.14.0-435.el9.x86_64 4/4 2024-04-15T00:43:57.373 INFO:teuthology.orchestra.run.smithi038.stdout: Preparing : 1/1 2024-04-15T00:43:57.631 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-modules-core-5.14.0-435.el9.x86_64 4/4 2024-04-15T00:43:57.986 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : kernel-modules-core-5.14.0-435.el9.x86_64 1/4 2024-04-15T00:43:58.077 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-15T00:44:00.419 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: kernel-modules-core-5.14.0-435.el9.x86_64 4/4 2024-04-15T00:44:00.958 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-15T00:44:01.092 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-15T00:44:06.162 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-15T00:44:06.202 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : kernel-5.14.0-435.el9.x86_64 4/4 2024-04-15T00:44:11.300 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: kernel-modules-core-5.14.0-435.el9.x86_64 4/4 2024-04-15T00:44:26.989 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-core-5.14.0-435.el9.x86_64 4/4 2024-04-15T00:44:26.989 INFO:teuthology.orchestra.run.smithi138.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-15T00:44:26.989 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:44:27.034 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-modules-5.14.0-435.el9.x86_64 4/4 2024-04-15T00:44:27.465 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-5.14.0-435.el9.x86_64 4/4 2024-04-15T00:44:27.465 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : kernel-5.14.0-435.el9.x86_64 1/4 2024-04-15T00:44:27.465 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-15T00:44:27.465 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-15T00:44:27.911 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : kernel-modules-core-5.14.0-435.el9.x86_64 4/4 2024-04-15T00:44:27.911 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:44:27.911 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-04-15T00:44:27.911 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-5.14.0-435.el9.x86_64 2024-04-15T00:44:27.911 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-core-5.14.0-435.el9.x86_64 2024-04-15T00:44:27.912 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-modules-5.14.0-435.el9.x86_64 2024-04-15T00:44:27.912 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-modules-core-5.14.0-435.el9.x86_64 2024-04-15T00:44:27.912 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:44:27.912 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-15T00:44:28.263 DEBUG:teuthology.orchestra.run.smithi138:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T00:44:28.364 INFO:teuthology.orchestra.run.smithi138.stdout:kernel-5.14.0-435.el9.x86_64 2024-04-15T00:44:28.364 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-435.el9.x86_64 2024-04-15T00:44:28.364 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-15T00:44:28.364 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T00:44:28.364 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T00:44:28.365 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-04-15T00:44:28.365 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi138.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T00:44:28.365 DEBUG:teuthology.orchestra.run.smithi138:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T00:44:28.445 INFO:teuthology.orchestra.run.smithi138.stdout:kernel-5.14.0-435.el9.x86_64 2024-04-15T00:44:28.445 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-435.el9.x86_64 2024-04-15T00:44:28.445 DEBUG:teuthology.orchestra.run.smithi138:> sudo rpm -qi grub2-tools 2024-04-15T00:44:28.484 INFO:teuthology.orchestra.run.smithi138.stdout:Name : grub2-tools 2024-04-15T00:44:28.485 INFO:teuthology.orchestra.run.smithi138.stdout:Epoch : 1 2024-04-15T00:44:28.485 INFO:teuthology.orchestra.run.smithi138.stdout:Version : 2.06 2024-04-15T00:44:28.485 INFO:teuthology.orchestra.run.smithi138.stdout:Release : 68.el9 2024-04-15T00:44:28.485 INFO:teuthology.orchestra.run.smithi138.stdout:Architecture: x86_64 2024-04-15T00:44:28.485 INFO:teuthology.orchestra.run.smithi138.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-15T00:44:28.485 INFO:teuthology.orchestra.run.smithi138.stdout:Group : Unspecified 2024-04-15T00:44:28.485 INFO:teuthology.orchestra.run.smithi138.stdout:Size : 8264254 2024-04-15T00:44:28.485 INFO:teuthology.orchestra.run.smithi138.stdout:License : GPLv3+ 2024-04-15T00:44:28.485 INFO:teuthology.orchestra.run.smithi138.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-15T00:44:28.485 INFO:teuthology.orchestra.run.smithi138.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-15T00:44:28.485 INFO:teuthology.orchestra.run.smithi138.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-15T00:44:28.485 INFO:teuthology.orchestra.run.smithi138.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-15T00:44:28.485 INFO:teuthology.orchestra.run.smithi138.stdout:Packager : builder@centos.org 2024-04-15T00:44:28.486 INFO:teuthology.orchestra.run.smithi138.stdout:Vendor : CentOS 2024-04-15T00:44:28.486 INFO:teuthology.orchestra.run.smithi138.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-15T00:44:28.486 INFO:teuthology.orchestra.run.smithi138.stdout:Summary : Support tools for GRUB. 2024-04-15T00:44:28.486 INFO:teuthology.orchestra.run.smithi138.stdout:Description : 2024-04-15T00:44:28.486 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:44:28.486 INFO:teuthology.orchestra.run.smithi138.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-15T00:44:28.486 INFO:teuthology.orchestra.run.smithi138.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-15T00:44:28.486 INFO:teuthology.orchestra.run.smithi138.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-15T00:44:28.486 INFO:teuthology.orchestra.run.smithi138.stdout:hardware devices. 2024-04-15T00:44:28.486 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:44:28.486 INFO:teuthology.orchestra.run.smithi138.stdout:This subpackage provides tools for support of all platforms. 2024-04-15T00:44:28.487 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-15T00:44:28.487 INFO:teuthology.task.kernel:Updating grub on smithi138 to boot 5.14.0-435.el9.x86_64 2024-04-15T00:44:28.488 DEBUG:teuthology.orchestra.run.smithi138:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-15T00:44:29.055 INFO:teuthology.orchestra.run.smithi138.stderr:Generating grub configuration file ... 2024-04-15T00:44:30.144 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: kernel-core-5.14.0-435.el9.x86_64 4/4 2024-04-15T00:44:30.144 INFO:teuthology.orchestra.run.smithi088.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-15T00:44:30.145 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:44:30.191 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: kernel-modules-5.14.0-435.el9.x86_64 4/4 2024-04-15T00:44:30.422 INFO:teuthology.orchestra.run.smithi138.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-15T00:44:30.462 INFO:teuthology.orchestra.run.smithi138.stderr:done 2024-04-15T00:44:30.464 DEBUG:teuthology.orchestra.run.smithi138:> mktemp 2024-04-15T00:44:30.479 INFO:teuthology.orchestra.run.smithi138.stdout:/tmp/tmp.5hdB792vMB 2024-04-15T00:44:30.479 DEBUG:teuthology.orchestra.run.smithi138:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.5hdB792vMB 2024-04-15T00:44:30.549 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod 0666 /tmp/tmp.5hdB792vMB 2024-04-15T00:44:30.580 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: kernel-5.14.0-435.el9.x86_64 4/4 2024-04-15T00:44:30.580 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : kernel-5.14.0-435.el9.x86_64 1/4 2024-04-15T00:44:30.580 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-15T00:44:30.580 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-15T00:44:30.692 DEBUG:teuthology.orchestra.remote:smithi138:/tmp/tmp.5hdB792vMB is 6KB 2024-04-15T00:44:30.741 DEBUG:teuthology.orchestra.run.smithi138:> rm -fr /tmp/tmp.5hdB792vMB 2024-04-15T00:44:30.755 DEBUG:teuthology.orchestra.run.smithi138:> sudo /bin/ls /boot/loader/entries || true 2024-04-15T00:44:30.819 INFO:teuthology.orchestra.run.smithi138.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-15T00:44:30.820 INFO:teuthology.orchestra.run.smithi138.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-15T00:44:30.820 INFO:teuthology.orchestra.run.smithi138.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-15T00:44:30.820 INFO:teuthology.orchestra.run.smithi138.stdout:15949e3c88704300882482eddfd7baae-5.14.0-435.el9.x86_64.conf 2024-04-15T00:44:30.821 DEBUG:teuthology.orchestra.run.smithi138:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-435.el9.x86_64 2024-04-15T00:44:30.968 DEBUG:teuthology.orchestra.run.smithi138:> sudo shutdown -r now 2024-04-15T00:44:31.029 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : kernel-modules-core-5.14.0-435.el9.x86_64 4/4 2024-04-15T00:44:31.029 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:44:31.029 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-04-15T00:44:31.029 INFO:teuthology.orchestra.run.smithi088.stdout: kernel-5.14.0-435.el9.x86_64 2024-04-15T00:44:31.030 INFO:teuthology.orchestra.run.smithi088.stdout: kernel-core-5.14.0-435.el9.x86_64 2024-04-15T00:44:31.030 INFO:teuthology.orchestra.run.smithi088.stdout: kernel-modules-5.14.0-435.el9.x86_64 2024-04-15T00:44:31.030 INFO:teuthology.orchestra.run.smithi088.stdout: kernel-modules-core-5.14.0-435.el9.x86_64 2024-04-15T00:44:31.030 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:44:31.030 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-04-15T00:44:31.380 DEBUG:teuthology.orchestra.run.smithi088:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T00:44:31.480 INFO:teuthology.orchestra.run.smithi088.stdout:kernel-5.14.0-435.el9.x86_64 2024-04-15T00:44:31.481 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-435.el9.x86_64 2024-04-15T00:44:31.481 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-15T00:44:31.481 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T00:44:31.481 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T00:44:31.481 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-15T00:44:31.481 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi088.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T00:44:31.481 DEBUG:teuthology.orchestra.run.smithi088:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T00:44:31.562 INFO:teuthology.orchestra.run.smithi088.stdout:kernel-5.14.0-435.el9.x86_64 2024-04-15T00:44:31.562 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-435.el9.x86_64 2024-04-15T00:44:31.563 DEBUG:teuthology.orchestra.run.smithi088:> sudo rpm -qi grub2-tools 2024-04-15T00:44:31.597 INFO:teuthology.orchestra.run.smithi088.stdout:Name : grub2-tools 2024-04-15T00:44:31.597 INFO:teuthology.orchestra.run.smithi088.stdout:Epoch : 1 2024-04-15T00:44:31.597 INFO:teuthology.orchestra.run.smithi088.stdout:Version : 2.06 2024-04-15T00:44:31.597 INFO:teuthology.orchestra.run.smithi088.stdout:Release : 68.el9 2024-04-15T00:44:31.598 INFO:teuthology.orchestra.run.smithi088.stdout:Architecture: x86_64 2024-04-15T00:44:31.598 INFO:teuthology.orchestra.run.smithi088.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-15T00:44:31.598 INFO:teuthology.orchestra.run.smithi088.stdout:Group : Unspecified 2024-04-15T00:44:31.598 INFO:teuthology.orchestra.run.smithi088.stdout:Size : 8264254 2024-04-15T00:44:31.598 INFO:teuthology.orchestra.run.smithi088.stdout:License : GPLv3+ 2024-04-15T00:44:31.598 INFO:teuthology.orchestra.run.smithi088.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-15T00:44:31.598 INFO:teuthology.orchestra.run.smithi088.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-15T00:44:31.598 INFO:teuthology.orchestra.run.smithi088.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-15T00:44:31.598 INFO:teuthology.orchestra.run.smithi088.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-15T00:44:31.598 INFO:teuthology.orchestra.run.smithi088.stdout:Packager : builder@centos.org 2024-04-15T00:44:31.598 INFO:teuthology.orchestra.run.smithi088.stdout:Vendor : CentOS 2024-04-15T00:44:31.598 INFO:teuthology.orchestra.run.smithi088.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-15T00:44:31.599 INFO:teuthology.orchestra.run.smithi088.stdout:Summary : Support tools for GRUB. 2024-04-15T00:44:31.599 INFO:teuthology.orchestra.run.smithi088.stdout:Description : 2024-04-15T00:44:31.599 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:44:31.599 INFO:teuthology.orchestra.run.smithi088.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-15T00:44:31.599 INFO:teuthology.orchestra.run.smithi088.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-15T00:44:31.599 INFO:teuthology.orchestra.run.smithi088.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-15T00:44:31.599 INFO:teuthology.orchestra.run.smithi088.stdout:hardware devices. 2024-04-15T00:44:31.599 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:44:31.599 INFO:teuthology.orchestra.run.smithi088.stdout:This subpackage provides tools for support of all platforms. 2024-04-15T00:44:31.601 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-15T00:44:31.601 INFO:teuthology.task.kernel:Updating grub on smithi088 to boot 5.14.0-435.el9.x86_64 2024-04-15T00:44:31.601 DEBUG:teuthology.orchestra.run.smithi088:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-15T00:44:32.230 INFO:teuthology.orchestra.run.smithi088.stderr:Generating grub configuration file ... 2024-04-15T00:44:33.609 INFO:teuthology.orchestra.run.smithi088.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-15T00:44:33.655 INFO:teuthology.orchestra.run.smithi088.stderr:done 2024-04-15T00:44:33.657 DEBUG:teuthology.orchestra.run.smithi088:> mktemp 2024-04-15T00:44:33.677 INFO:teuthology.orchestra.run.smithi088.stdout:/tmp/tmp.S0Lv4PwCHv 2024-04-15T00:44:33.678 DEBUG:teuthology.orchestra.run.smithi088:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.S0Lv4PwCHv 2024-04-15T00:44:33.746 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod 0666 /tmp/tmp.S0Lv4PwCHv 2024-04-15T00:44:33.878 DEBUG:teuthology.orchestra.remote:smithi088:/tmp/tmp.S0Lv4PwCHv is 6KB 2024-04-15T00:44:33.928 DEBUG:teuthology.orchestra.run.smithi088:> rm -fr /tmp/tmp.S0Lv4PwCHv 2024-04-15T00:44:33.942 DEBUG:teuthology.orchestra.run.smithi088:> sudo /bin/ls /boot/loader/entries || true 2024-04-15T00:44:34.016 INFO:teuthology.orchestra.run.smithi088.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-15T00:44:34.016 INFO:teuthology.orchestra.run.smithi088.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-15T00:44:34.016 INFO:teuthology.orchestra.run.smithi088.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-15T00:44:34.016 INFO:teuthology.orchestra.run.smithi088.stdout:15949e3c88704300882482eddfd7baae-5.14.0-435.el9.x86_64.conf 2024-04-15T00:44:34.017 DEBUG:teuthology.orchestra.run.smithi088:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-435.el9.x86_64 2024-04-15T00:44:34.162 DEBUG:teuthology.orchestra.run.smithi088:> sudo shutdown -r now 2024-04-15T00:44:41.947 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: kernel-core-5.14.0-435.el9.x86_64 4/4 2024-04-15T00:44:41.947 INFO:teuthology.orchestra.run.smithi038.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-15T00:44:41.947 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:44:41.994 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: kernel-modules-5.14.0-435.el9.x86_64 4/4 2024-04-15T00:44:42.332 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: kernel-5.14.0-435.el9.x86_64 4/4 2024-04-15T00:44:42.332 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : kernel-5.14.0-435.el9.x86_64 1/4 2024-04-15T00:44:42.332 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-15T00:44:42.333 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-15T00:44:42.788 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : kernel-modules-core-5.14.0-435.el9.x86_64 4/4 2024-04-15T00:44:42.789 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:44:42.789 INFO:teuthology.orchestra.run.smithi038.stdout:Installed: 2024-04-15T00:44:42.789 INFO:teuthology.orchestra.run.smithi038.stdout: kernel-5.14.0-435.el9.x86_64 2024-04-15T00:44:42.789 INFO:teuthology.orchestra.run.smithi038.stdout: kernel-core-5.14.0-435.el9.x86_64 2024-04-15T00:44:42.789 INFO:teuthology.orchestra.run.smithi038.stdout: kernel-modules-5.14.0-435.el9.x86_64 2024-04-15T00:44:42.789 INFO:teuthology.orchestra.run.smithi038.stdout: kernel-modules-core-5.14.0-435.el9.x86_64 2024-04-15T00:44:42.789 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:44:42.789 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2024-04-15T00:44:43.125 DEBUG:teuthology.orchestra.run.smithi038:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T00:44:43.229 INFO:teuthology.orchestra.run.smithi038.stdout:kernel-5.14.0-435.el9.x86_64 2024-04-15T00:44:43.229 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-435.el9.x86_64 2024-04-15T00:44:43.229 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-15T00:44:43.230 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T00:44:43.230 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T00:44:43.230 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-15T00:44:43.230 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi038.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T00:44:43.230 DEBUG:teuthology.orchestra.run.smithi038:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T00:44:43.313 INFO:teuthology.orchestra.run.smithi038.stdout:kernel-5.14.0-435.el9.x86_64 2024-04-15T00:44:43.314 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-435.el9.x86_64 2024-04-15T00:44:43.314 DEBUG:teuthology.orchestra.run.smithi038:> sudo rpm -qi grub2-tools 2024-04-15T00:44:43.369 INFO:teuthology.orchestra.run.smithi038.stdout:Name : grub2-tools 2024-04-15T00:44:43.369 INFO:teuthology.orchestra.run.smithi038.stdout:Epoch : 1 2024-04-15T00:44:43.369 INFO:teuthology.orchestra.run.smithi038.stdout:Version : 2.06 2024-04-15T00:44:43.369 INFO:teuthology.orchestra.run.smithi038.stdout:Release : 68.el9 2024-04-15T00:44:43.369 INFO:teuthology.orchestra.run.smithi038.stdout:Architecture: x86_64 2024-04-15T00:44:43.369 INFO:teuthology.orchestra.run.smithi038.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-15T00:44:43.369 INFO:teuthology.orchestra.run.smithi038.stdout:Group : Unspecified 2024-04-15T00:44:43.369 INFO:teuthology.orchestra.run.smithi038.stdout:Size : 8264254 2024-04-15T00:44:43.370 INFO:teuthology.orchestra.run.smithi038.stdout:License : GPLv3+ 2024-04-15T00:44:43.370 INFO:teuthology.orchestra.run.smithi038.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-15T00:44:43.370 INFO:teuthology.orchestra.run.smithi038.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-15T00:44:43.370 INFO:teuthology.orchestra.run.smithi038.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-15T00:44:43.370 INFO:teuthology.orchestra.run.smithi038.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-15T00:44:43.370 INFO:teuthology.orchestra.run.smithi038.stdout:Packager : builder@centos.org 2024-04-15T00:44:43.370 INFO:teuthology.orchestra.run.smithi038.stdout:Vendor : CentOS 2024-04-15T00:44:43.370 INFO:teuthology.orchestra.run.smithi038.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-15T00:44:43.370 INFO:teuthology.orchestra.run.smithi038.stdout:Summary : Support tools for GRUB. 2024-04-15T00:44:43.370 INFO:teuthology.orchestra.run.smithi038.stdout:Description : 2024-04-15T00:44:43.370 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:44:43.370 INFO:teuthology.orchestra.run.smithi038.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-15T00:44:43.370 INFO:teuthology.orchestra.run.smithi038.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-15T00:44:43.370 INFO:teuthology.orchestra.run.smithi038.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-15T00:44:43.371 INFO:teuthology.orchestra.run.smithi038.stdout:hardware devices. 2024-04-15T00:44:43.371 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:44:43.371 INFO:teuthology.orchestra.run.smithi038.stdout:This subpackage provides tools for support of all platforms. 2024-04-15T00:44:43.372 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-15T00:44:43.372 INFO:teuthology.task.kernel:Updating grub on smithi038 to boot 5.14.0-435.el9.x86_64 2024-04-15T00:44:43.372 DEBUG:teuthology.orchestra.run.smithi038:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-15T00:44:43.945 INFO:teuthology.orchestra.run.smithi038.stderr:Generating grub configuration file ... 2024-04-15T00:44:45.413 INFO:teuthology.orchestra.run.smithi038.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-15T00:44:45.448 INFO:teuthology.orchestra.run.smithi038.stderr:done 2024-04-15T00:44:45.451 DEBUG:teuthology.orchestra.run.smithi038:> mktemp 2024-04-15T00:44:45.471 INFO:teuthology.orchestra.run.smithi038.stdout:/tmp/tmp.54Ms9XiIqw 2024-04-15T00:44:45.471 DEBUG:teuthology.orchestra.run.smithi038:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.54Ms9XiIqw 2024-04-15T00:44:45.544 DEBUG:teuthology.orchestra.run.smithi038:> sudo chmod 0666 /tmp/tmp.54Ms9XiIqw 2024-04-15T00:44:45.685 DEBUG:teuthology.orchestra.remote:smithi038:/tmp/tmp.54Ms9XiIqw is 6KB 2024-04-15T00:44:45.734 DEBUG:teuthology.orchestra.run.smithi038:> rm -fr /tmp/tmp.54Ms9XiIqw 2024-04-15T00:44:45.748 DEBUG:teuthology.orchestra.run.smithi038:> sudo /bin/ls /boot/loader/entries || true 2024-04-15T00:44:45.817 INFO:teuthology.orchestra.run.smithi038.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-15T00:44:45.817 INFO:teuthology.orchestra.run.smithi038.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-15T00:44:45.817 INFO:teuthology.orchestra.run.smithi038.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-15T00:44:45.817 INFO:teuthology.orchestra.run.smithi038.stdout:15949e3c88704300882482eddfd7baae-5.14.0-435.el9.x86_64.conf 2024-04-15T00:44:45.818 DEBUG:teuthology.orchestra.run.smithi038:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-435.el9.x86_64 2024-04-15T00:44:45.968 DEBUG:teuthology.orchestra.run.smithi038:> sudo shutdown -r now 2024-04-15T00:45:00.982 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-04-15T00:45:00.983 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-04-15T00:45:00.984 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T00:45:04.402 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-15T00:45:04.402 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-04-15T00:45:04.403 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T00:45:15.982 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-15T00:45:15.983 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi038.front.sepia.ceph.com' 2024-04-15T00:45:15.983 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T00:45:22.846 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2024-04-15T00:45:31.855 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-04-15T00:45:31.856 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T00:45:34.366 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.38 2024-04-15T00:45:34.910 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2024-04-15T00:45:35.646 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.138 2024-04-15T00:45:43.374 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi038.front.sepia.ceph.com' 2024-04-15T00:45:43.375 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T00:45:44.648 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-04-15T00:45:44.649 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T00:45:46.912 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-04-15T00:45:46.912 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T00:45:49.982 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2024-04-15T00:46:03.043 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.138 2024-04-15T00:46:04.985 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-04-15T00:46:04.986 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T00:46:15.054 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-04-15T00:46:15.055 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T00:46:15.344 DEBUG:teuthology.orchestra.run.smithi138:> true 2024-04-15T00:46:15.704 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-04-15T00:46:15.704 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-435.el9.x86_64"... 2024-04-15T00:46:15.705 DEBUG:teuthology.orchestra.run.smithi138:> uname -r 2024-04-15T00:46:15.719 INFO:teuthology.orchestra.run.smithi138.stdout:5.14.0-435.el9.x86_64 2024-04-15T00:46:15.719 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-15T00:46:15.719 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T00:46:15.719 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-15T00:46:16.720 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-15T00:46:16.720 DEBUG:teuthology.orchestra.run.smithi138:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T00:46:16.777 INFO:teuthology.orchestra.run.smithi138.stdout:ttyS1 2024-04-15T00:46:16.814 DEBUG:teuthology.parallel:result is None 2024-04-15T00:46:23.518 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2024-04-15T00:46:41.519 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-04-15T00:46:41.520 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T00:46:41.874 DEBUG:teuthology.orchestra.run.smithi088:> true 2024-04-15T00:46:42.258 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-04-15T00:46:42.259 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-435.el9.x86_64"... 2024-04-15T00:46:42.259 DEBUG:teuthology.orchestra.run.smithi088:> uname -r 2024-04-15T00:46:42.274 INFO:teuthology.orchestra.run.smithi088.stdout:5.14.0-435.el9.x86_64 2024-04-15T00:46:42.274 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-15T00:46:42.274 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T00:46:42.274 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-15T00:46:43.275 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-15T00:46:43.276 DEBUG:teuthology.orchestra.run.smithi088:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T00:46:43.330 INFO:teuthology.orchestra.run.smithi088.stdout:ttyS1 2024-04-15T00:46:43.377 DEBUG:teuthology.parallel:result is None 2024-04-15T00:46:43.378 DEBUG:teuthology.orchestra.remote:timed out 2024-04-15T00:46:55.378 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi038.front.sepia.ceph.com' 2024-04-15T00:46:55.379 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T00:46:55.666 DEBUG:teuthology.orchestra.run.smithi038:> true 2024-04-15T00:46:56.026 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi038.front.sepia.ceph.com' 2024-04-15T00:46:56.026 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-435.el9.x86_64"... 2024-04-15T00:46:56.026 DEBUG:teuthology.orchestra.run.smithi038:> uname -r 2024-04-15T00:46:56.081 INFO:teuthology.orchestra.run.smithi038.stdout:5.14.0-435.el9.x86_64 2024-04-15T00:46:56.081 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-15T00:46:56.081 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T00:46:56.081 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-15T00:46:57.082 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-15T00:46:57.082 DEBUG:teuthology.orchestra.run.smithi038:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T00:46:57.163 INFO:teuthology.orchestra.run.smithi038.stdout:ttyS1 2024-04-15T00:46:57.199 DEBUG:teuthology.parallel:result is None 2024-04-15T00:46:57.199 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-15T00:46:57.207 INFO:teuthology.task.internal:Creating test directory... 2024-04-15T00:46:57.207 DEBUG:teuthology.orchestra.run.smithi038:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T00:46:57.210 DEBUG:teuthology.orchestra.run.smithi088:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T00:46:57.212 DEBUG:teuthology.orchestra.run.smithi138:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T00:46:57.230 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-15T00:46:57.240 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-15T00:46:57.247 INFO:teuthology.task.internal:Creating archive directory... 2024-04-15T00:46:57.247 DEBUG:teuthology.orchestra.run.smithi038:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T00:46:57.268 DEBUG:teuthology.orchestra.run.smithi088:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T00:46:57.270 DEBUG:teuthology.orchestra.run.smithi138:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T00:46:57.340 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-15T00:46:57.347 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-15T00:46:57.348 DEBUG:teuthology.orchestra.run.smithi038:> 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-15T00:46:57.350 DEBUG:teuthology.orchestra.run.smithi088:> 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-15T00:46:57.352 DEBUG:teuthology.orchestra.run.smithi138:> 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-15T00:46:57.389 INFO:teuthology.orchestra.run.smithi038.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T00:46:57.389 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T00:46:57.400 INFO:teuthology.orchestra.run.smithi138.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T00:46:57.402 INFO:teuthology.orchestra.run.smithi038.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T00:46:57.404 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T00:46:57.414 INFO:teuthology.orchestra.run.smithi138.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T00:46:57.416 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-15T00:46:57.422 INFO:teuthology.task.internal:Configuring sudo... 2024-04-15T00:46:57.423 DEBUG:teuthology.orchestra.run.smithi038:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-15T00:46:57.449 DEBUG:teuthology.orchestra.run.smithi088:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-15T00:46:57.451 DEBUG:teuthology.orchestra.run.smithi138:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-15T00:46:57.481 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-15T00:46:57.491 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-15T00:46:57.491 DEBUG:teuthology.orchestra.run.smithi038:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T00:46:57.520 DEBUG:teuthology.orchestra.run.smithi088:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T00:46:57.523 DEBUG:teuthology.orchestra.run.smithi138:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T00:46:57.539 DEBUG:teuthology.orchestra.run.smithi038:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T00:46:57.619 DEBUG:teuthology.orchestra.run.smithi038:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T00:46:57.670 DEBUG:teuthology.orchestra.run.smithi038:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T00:46:57.755 DEBUG:teuthology.orchestra.run.smithi038:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T00:46:57.799 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-04-15T00:46:57.799 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T00:46:57.868 DEBUG:teuthology.orchestra.run.smithi088:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T00:46:57.915 DEBUG:teuthology.orchestra.run.smithi088:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T00:46:57.964 DEBUG:teuthology.orchestra.run.smithi088:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T00:46:58.049 DEBUG:teuthology.orchestra.run.smithi088:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T00:46:58.093 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-04-15T00:46:58.094 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T00:46:58.163 DEBUG:teuthology.orchestra.run.smithi138:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T00:46:58.207 DEBUG:teuthology.orchestra.run.smithi138:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T00:46:58.267 DEBUG:teuthology.orchestra.run.smithi138:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T00:46:58.355 DEBUG:teuthology.orchestra.run.smithi138:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T00:46:58.398 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-04-15T00:46:58.398 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T00:46:58.469 DEBUG:teuthology.orchestra.run.smithi038:> sudo service rsyslog restart 2024-04-15T00:46:58.472 DEBUG:teuthology.orchestra.run.smithi088:> sudo service rsyslog restart 2024-04-15T00:46:58.474 DEBUG:teuthology.orchestra.run.smithi138:> sudo service rsyslog restart 2024-04-15T00:46:58.518 INFO:teuthology.orchestra.run.smithi088.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T00:46:58.522 INFO:teuthology.orchestra.run.smithi038.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T00:46:58.563 INFO:teuthology.orchestra.run.smithi138.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T00:46:58.873 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-15T00:46:58.882 INFO:teuthology.task.internal:Starting timer... 2024-04-15T00:46:58.882 INFO:teuthology.run_tasks:Running task pcp... 2024-04-15T00:46:58.893 INFO:teuthology.run_tasks:Running task selinux... 2024-04-15T00:46:58.903 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-15T00:46:58.904 DEBUG:teuthology.orchestra.run.smithi038:> sudo service auditd rotate 2024-04-15T00:46:58.954 INFO:teuthology.orchestra.run.smithi038.stdout:Rotating logs: 2024-04-15T00:46:58.956 DEBUG:teuthology.orchestra.run.smithi088:> sudo service auditd rotate 2024-04-15T00:46:59.011 INFO:teuthology.orchestra.run.smithi088.stdout:Rotating logs: 2024-04-15T00:46:59.013 DEBUG:teuthology.orchestra.run.smithi138:> sudo service auditd rotate 2024-04-15T00:46:59.073 INFO:teuthology.orchestra.run.smithi138.stdout:Rotating logs: 2024-04-15T00:46:59.074 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-15T00:46:59.075 DEBUG:teuthology.orchestra.run.smithi038:> /usr/sbin/getenforce 2024-04-15T00:46:59.107 INFO:teuthology.orchestra.run.smithi038.stdout:Permissive 2024-04-15T00:46:59.107 DEBUG:teuthology.orchestra.run.smithi088:> /usr/sbin/getenforce 2024-04-15T00:46:59.133 INFO:teuthology.orchestra.run.smithi088.stdout:Permissive 2024-04-15T00:46:59.133 DEBUG:teuthology.orchestra.run.smithi138:> /usr/sbin/getenforce 2024-04-15T00:46:59.152 INFO:teuthology.orchestra.run.smithi138.stdout:Permissive 2024-04-15T00:46:59.152 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi038.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi088.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi138.front.sepia.ceph.com': 'permissive'} 2024-04-15T00:46:59.153 DEBUG:teuthology.orchestra.run.smithi038:> 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-15T00:46:59.181 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T00:46:59.182 DEBUG:teuthology.orchestra.run.smithi088:> 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-15T00:46:59.211 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T00:46:59.211 DEBUG:teuthology.orchestra.run.smithi138:> 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-15T00:46:59.240 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T00:46:59.241 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-15T00:46:59.241 DEBUG:teuthology.orchestra.run.smithi038:> sudo /usr/sbin/setenforce permissive 2024-04-15T00:46:59.274 DEBUG:teuthology.orchestra.run.smithi088:> sudo /usr/sbin/setenforce permissive 2024-04-15T00:46:59.327 DEBUG:teuthology.orchestra.run.smithi138:> sudo /usr/sbin/setenforce permissive 2024-04-15T00:46:59.361 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-15T00:46:59.371 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-15T00:46:59.391 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-15T00:46:59.392 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi038.front.sepia.ceph.com,smithi088.front.sepia.ceph.com,smithi138.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-15T00:51:51.112 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi038.front.sepia.ceph.com'), Remote(name='ubuntu@smithi088.front.sepia.ceph.com'), Remote(name='ubuntu@smithi138.front.sepia.ceph.com')] 2024-04-15T00:51:51.114 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi038.front.sepia.ceph.com' 2024-04-15T00:51:51.115 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T00:51:51.210 DEBUG:teuthology.orchestra.run.smithi038:> true 2024-04-15T00:51:51.289 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi038.front.sepia.ceph.com' 2024-04-15T00:51:51.290 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-04-15T00:51:51.290 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T00:51:51.380 DEBUG:teuthology.orchestra.run.smithi088:> true 2024-04-15T00:51:51.457 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-04-15T00:51:51.458 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-04-15T00:51:51.458 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T00:51:51.549 DEBUG:teuthology.orchestra.run.smithi138:> true 2024-04-15T00:51:51.630 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-04-15T00:51:51.631 INFO:teuthology.run_tasks:Running task clock... 2024-04-15T00:51:51.643 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-15T00:51:51.644 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T00:51:51.644 DEBUG:teuthology.orchestra.run.smithi038:> 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-15T00:51:51.646 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T00:51:51.647 DEBUG:teuthology.orchestra.run.smithi088:> 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-15T00:51:51.649 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T00:51:51.649 DEBUG:teuthology.orchestra.run.smithi138:> 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-15T00:51:51.678 INFO:teuthology.orchestra.run.smithi038.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-15T00:51:51.679 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-15T00:51:51.696 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-15T00:51:51.696 INFO:teuthology.orchestra.run.smithi038.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-15T00:51:51.702 INFO:teuthology.orchestra.run.smithi138.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-15T00:51:51.719 INFO:teuthology.orchestra.run.smithi138.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-15T00:51:51.726 INFO:teuthology.orchestra.run.smithi088.stderr:sudo: ntpd: command not found 2024-04-15T00:51:51.727 INFO:teuthology.orchestra.run.smithi038.stderr:sudo: ntpd: command not found 2024-04-15T00:51:51.740 INFO:teuthology.orchestra.run.smithi088.stdout:506 Cannot talk to daemon 2024-04-15T00:51:51.741 INFO:teuthology.orchestra.run.smithi038.stdout:506 Cannot talk to daemon 2024-04-15T00:51:51.748 INFO:teuthology.orchestra.run.smithi138.stderr:sudo: ntpd: command not found 2024-04-15T00:51:51.756 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-15T00:51:51.758 INFO:teuthology.orchestra.run.smithi038.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-15T00:51:51.761 INFO:teuthology.orchestra.run.smithi138.stdout:506 Cannot talk to daemon 2024-04-15T00:51:51.773 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-15T00:51:51.775 INFO:teuthology.orchestra.run.smithi038.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-15T00:51:51.778 INFO:teuthology.orchestra.run.smithi138.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-15T00:51:51.794 INFO:teuthology.orchestra.run.smithi138.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-15T00:51:51.824 INFO:teuthology.orchestra.run.smithi088.stderr:bash: line 1: ntpq: command not found 2024-04-15T00:51:51.828 INFO:teuthology.orchestra.run.smithi038.stderr:bash: line 1: ntpq: command not found 2024-04-15T00:51:51.829 INFO:teuthology.orchestra.run.smithi088.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T00:51:51.829 INFO:teuthology.orchestra.run.smithi088.stdout:=============================================================================== 2024-04-15T00:51:51.829 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T00:51:51.829 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T00:51:51.829 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T00:51:51.830 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T00:51:51.831 INFO:teuthology.orchestra.run.smithi038.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T00:51:51.831 INFO:teuthology.orchestra.run.smithi038.stdout:=============================================================================== 2024-04-15T00:51:51.832 INFO:teuthology.orchestra.run.smithi038.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T00:51:51.832 INFO:teuthology.orchestra.run.smithi038.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T00:51:51.832 INFO:teuthology.orchestra.run.smithi038.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T00:51:51.832 INFO:teuthology.orchestra.run.smithi038.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T00:51:51.851 INFO:teuthology.orchestra.run.smithi138.stderr:bash: line 1: ntpq: command not found 2024-04-15T00:51:51.855 INFO:teuthology.orchestra.run.smithi138.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T00:51:51.855 INFO:teuthology.orchestra.run.smithi138.stdout:=============================================================================== 2024-04-15T00:51:51.855 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T00:51:51.855 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T00:51:51.855 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T00:51:51.855 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T00:51:51.856 INFO:teuthology.run_tasks:Running task install... 2024-04-15T00:51:51.864 DEBUG:teuthology.task.install:project ceph 2024-04-15T00:51:51.864 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765'}} 2024-04-15T00:51:51.864 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765'} 2024-04-15T00:51:51.864 INFO:teuthology.task.install:Using flavor: default 2024-04-15T00:51:51.870 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-15T00:51:51.870 INFO:teuthology.task.install:extra packages: [] 2024-04-15T00:51:51.871 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-15T00:51:51.871 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-15T00:51:51.873 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-15T00:51:51.874 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-15T00:51:51.874 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-15T00:51:51.875 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-15T00:51:52.020 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/ 2024-04-15T00:51:52.020 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2114.ga9a752df 2024-04-15T00:51:52.027 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/ 2024-04-15T00:51:52.027 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2114.ga9a752df 2024-04-15T00:51:52.092 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/ 2024-04-15T00:51:52.092 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2114.ga9a752df 2024-04-15T00:51:52.137 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-15T00:51:52.137 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-04-15T00:51:52.137 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-15T00:51:52.166 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-15T00:51:52.166 DEBUG:teuthology.orchestra.run.smithi138:> 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-15T00:51:52.190 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-15T00:51:52.190 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-04-15T00:51:52.190 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-15T00:51:52.205 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-15T00:51:52.205 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-04-15T00:51:52.205 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-15T00:51:52.218 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-15T00:51:52.218 DEBUG:teuthology.orchestra.run.smithi088:> 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-15T00:51:52.233 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-15T00:51:52.233 DEBUG:teuthology.orchestra.run.smithi038:> 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-15T00:51:52.234 DEBUG:teuthology.orchestra.run.smithi138:> 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-15T00:51:52.287 DEBUG:teuthology.orchestra.run.smithi088:> 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-15T00:51:52.301 DEBUG:teuthology.orchestra.run.smithi038:> 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-15T00:51:52.315 DEBUG:teuthology.orchestra.run.smithi138:> 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-15T00:51:52.367 DEBUG:teuthology.orchestra.run.smithi088:> 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-15T00:51:52.381 DEBUG:teuthology.orchestra.run.smithi038:> 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-15T00:51:52.383 INFO:teuthology.orchestra.run.smithi138.stdout:check_obsoletes = 1 2024-04-15T00:51:52.383 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum clean all 2024-04-15T00:51:52.433 INFO:teuthology.orchestra.run.smithi088.stdout:check_obsoletes = 1 2024-04-15T00:51:52.435 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum clean all 2024-04-15T00:51:52.447 INFO:teuthology.orchestra.run.smithi038.stdout:check_obsoletes = 1 2024-04-15T00:51:52.448 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum clean all 2024-04-15T00:51:52.637 INFO:teuthology.orchestra.run.smithi138.stdout:74 files removed 2024-04-15T00:51:52.663 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-radosgw 2024-04-15T00:51:52.677 INFO:teuthology.orchestra.run.smithi088.stdout:74 files removed 2024-04-15T00:51:52.697 INFO:teuthology.orchestra.run.smithi038.stdout:74 files removed 2024-04-15T00:51:52.703 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-radosgw 2024-04-15T00:51:52.725 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum -y install ceph-radosgw 2024-04-15T00:51:53.424 INFO:teuthology.orchestra.run.smithi088.stdout:ceph packages for x86_64 198 kB/s | 83 kB 00:00 2024-04-15T00:51:53.461 INFO:teuthology.orchestra.run.smithi138.stdout:ceph packages for x86_64 166 kB/s | 83 kB 00:00 2024-04-15T00:51:53.466 INFO:teuthology.orchestra.run.smithi038.stdout:ceph packages for x86_64 191 kB/s | 83 kB 00:00 2024-04-15T00:51:54.049 INFO:teuthology.orchestra.run.smithi088.stdout:ceph noarch packages 20 kB/s | 11 kB 00:00 2024-04-15T00:51:54.112 INFO:teuthology.orchestra.run.smithi138.stdout:ceph noarch packages 19 kB/s | 11 kB 00:00 2024-04-15T00:51:54.125 INFO:teuthology.orchestra.run.smithi038.stdout:ceph noarch packages 19 kB/s | 11 kB 00:00 2024-04-15T00:51:54.796 INFO:teuthology.orchestra.run.smithi138.stdout:ceph source packages 3.0 kB/s | 1.9 kB 00:00 2024-04-15T00:51:54.808 INFO:teuthology.orchestra.run.smithi088.stdout:ceph source packages 2.6 kB/s | 1.9 kB 00:00 2024-04-15T00:51:54.851 INFO:teuthology.orchestra.run.smithi038.stdout:ceph source packages 2.8 kB/s | 1.9 kB 00:00 2024-04-15T00:51:55.281 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS-9 - AppStream 18 MB/s | 8.1 MB 00:00 2024-04-15T00:51:55.327 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS-9 - AppStream 17 MB/s | 8.1 MB 00:00 2024-04-15T00:51:55.445 INFO:teuthology.orchestra.run.smithi038.stdout:CentOS-9 - AppStream 15 MB/s | 8.1 MB 00:00 2024-04-15T00:51:56.940 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS-9 - BaseOS 7.8 MB/s | 2.5 MB 00:00 2024-04-15T00:51:57.204 INFO:teuthology.orchestra.run.smithi038.stdout:CentOS-9 - BaseOS 6.6 MB/s | 2.5 MB 00:00 2024-04-15T00:51:57.852 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS-9 - BaseOS 2.1 MB/s | 2.5 MB 00:01 2024-04-15T00:51:59.486 INFO:teuthology.orchestra.run.smithi038.stdout:CentOS Stream 9 - BaseOS 4.5 MB/s | 8.0 MB 00:01 2024-04-15T00:51:59.501 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 9 - BaseOS 6.7 MB/s | 8.0 MB 00:01 2024-04-15T00:52:01.352 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 9 - AppStream 26 MB/s | 19 MB 00:00 2024-04-15T00:52:01.570 INFO:teuthology.orchestra.run.smithi038.stdout:CentOS Stream 9 - AppStream 21 MB/s | 19 MB 00:00 2024-04-15T00:52:05.965 INFO:teuthology.orchestra.run.smithi038.stdout:CentOS Stream 9 - CRB 9.1 MB/s | 6.2 MB 00:00 2024-04-15T00:52:06.138 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - BaseOS 943 kB/s | 8.0 MB 00:08 2024-04-15T00:52:06.894 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 9 - CRB 3.1 MB/s | 6.2 MB 00:01 2024-04-15T00:52:07.480 INFO:teuthology.orchestra.run.smithi038.stdout:CentOS Stream 9 - Extras packages 57 kB/s | 16 kB 00:00 2024-04-15T00:52:08.347 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - AppStream 17 MB/s | 19 MB 00:01 2024-04-15T00:52:08.584 INFO:teuthology.orchestra.run.smithi038.stdout:Extra Packages for Enterprise Linux 22 MB/s | 21 MB 00:00 2024-04-15T00:52:08.679 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 9 - Extras packages 27 kB/s | 16 kB 00:00 2024-04-15T00:52:10.174 INFO:teuthology.orchestra.run.smithi088.stdout:Extra Packages for Enterprise Linux 15 MB/s | 21 MB 00:01 2024-04-15T00:52:13.698 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - CRB 3.4 MB/s | 6.2 MB 00:01 2024-04-15T00:52:13.849 INFO:teuthology.orchestra.run.smithi038.stdout:lab-extras 41 kB/s | 1.7 kB 00:00 2024-04-15T00:52:15.246 INFO:teuthology.orchestra.run.smithi088.stdout:lab-extras 21 kB/s | 1.7 kB 00:00 2024-04-15T00:52:15.357 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - Extras packages 34 kB/s | 16 kB 00:00 2024-04-15T00:52:16.529 INFO:teuthology.orchestra.run.smithi038.stderr:Modular dependency problems: 2024-04-15T00:52:16.529 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-04-15T00:52:16.530 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 1: conflicting requests 2024-04-15T00:52:16.530 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.530 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 2: conflicting requests 2024-04-15T00:52:16.530 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.530 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 3: conflicting requests 2024-04-15T00:52:16.530 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.530 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 4: conflicting requests 2024-04-15T00:52:16.530 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.530 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 5: conflicting requests 2024-04-15T00:52:16.530 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.530 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 6: conflicting requests 2024-04-15T00:52:16.530 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.530 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 7: conflicting requests 2024-04-15T00:52:16.531 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.531 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 8: conflicting requests 2024-04-15T00:52:16.531 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.531 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 9: conflicting requests 2024-04-15T00:52:16.531 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.531 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 10: conflicting requests 2024-04-15T00:52:16.531 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.531 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 11: conflicting requests 2024-04-15T00:52:16.531 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.531 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 12: conflicting requests 2024-04-15T00:52:16.531 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.531 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 13: conflicting requests 2024-04-15T00:52:16.531 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.531 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 14: conflicting requests 2024-04-15T00:52:16.532 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.532 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 15: conflicting requests 2024-04-15T00:52:16.532 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.532 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 16: conflicting requests 2024-04-15T00:52:16.532 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.532 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 17: conflicting requests 2024-04-15T00:52:16.532 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.532 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 18: conflicting requests 2024-04-15T00:52:16.532 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.532 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 19: conflicting requests 2024-04-15T00:52:16.532 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.532 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 20: conflicting requests 2024-04-15T00:52:16.532 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.533 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 21: conflicting requests 2024-04-15T00:52:16.533 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.533 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 22: conflicting requests 2024-04-15T00:52:16.533 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.533 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 23: conflicting requests 2024-04-15T00:52:16.533 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.533 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 24: conflicting requests 2024-04-15T00:52:16.533 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.533 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 25: conflicting requests 2024-04-15T00:52:16.533 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.533 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 26: conflicting requests 2024-04-15T00:52:16.533 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.533 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 27: conflicting requests 2024-04-15T00:52:16.533 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.534 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 28: conflicting requests 2024-04-15T00:52:16.534 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.534 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 29: conflicting requests 2024-04-15T00:52:16.534 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.534 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 30: conflicting requests 2024-04-15T00:52:16.534 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.534 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 31: conflicting requests 2024-04-15T00:52:16.534 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.534 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 32: conflicting requests 2024-04-15T00:52:16.534 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.534 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 33: conflicting requests 2024-04-15T00:52:16.534 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.534 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 34: conflicting requests 2024-04-15T00:52:16.534 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.535 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 35: conflicting requests 2024-04-15T00:52:16.535 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.535 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 36: conflicting requests 2024-04-15T00:52:16.535 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.535 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 37: conflicting requests 2024-04-15T00:52:16.535 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.535 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.535 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.535 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:52:16.535 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.535 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.535 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.535 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.536 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 39: conflicting requests 2024-04-15T00:52:16.536 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.536 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.536 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.536 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.536 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.536 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.536 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:52:16.536 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.536 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.536 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.536 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.536 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:52:16.536 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.537 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.537 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.537 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.537 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:52:16.537 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.537 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.537 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.537 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.537 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:52:16.537 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.537 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.537 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.538 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.538 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:52:16.538 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.538 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.538 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.538 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.538 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:52:16.538 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.538 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.538 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:52:16.538 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.052 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2024-04-15T00:52:17.055 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:52:17.055 INFO:teuthology.orchestra.run.smithi038.stdout: Package Arch Version Repository Size 2024-04-15T00:52:17.055 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:52:17.055 INFO:teuthology.orchestra.run.smithi038.stdout:Installing: 2024-04-15T00:52:17.055 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-radosgw x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 9.9 M 2024-04-15T00:52:17.056 INFO:teuthology.orchestra.run.smithi038.stdout:Upgrading: 2024-04-15T00:52:17.056 INFO:teuthology.orchestra.run.smithi038.stdout: librados2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.4 M 2024-04-15T00:52:17.056 INFO:teuthology.orchestra.run.smithi038.stdout: librbd1 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.1 M 2024-04-15T00:52:17.056 INFO:teuthology.orchestra.run.smithi038.stdout:Installing dependencies: 2024-04-15T00:52:17.056 INFO:teuthology.orchestra.run.smithi038.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-15T00:52:17.056 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-base x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 5.3 M 2024-04-15T00:52:17.056 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-common x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 21 M 2024-04-15T00:52:17.056 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-selinux x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 25 k 2024-04-15T00:52:17.056 INFO:teuthology.orchestra.run.smithi038.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-15T00:52:17.056 INFO:teuthology.orchestra.run.smithi038.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-15T00:52:17.056 INFO:teuthology.orchestra.run.smithi038.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-15T00:52:17.056 INFO:teuthology.orchestra.run.smithi038.stdout: libcephfs2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 746 k 2024-04-15T00:52:17.057 INFO:teuthology.orchestra.run.smithi038.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-15T00:52:17.057 INFO:teuthology.orchestra.run.smithi038.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-15T00:52:17.057 INFO:teuthology.orchestra.run.smithi038.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-15T00:52:17.057 INFO:teuthology.orchestra.run.smithi038.stdout: libradosstriper1 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 501 k 2024-04-15T00:52:17.057 INFO:teuthology.orchestra.run.smithi038.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-15T00:52:17.057 INFO:teuthology.orchestra.run.smithi038.stdout: librgw2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 5.2 M 2024-04-15T00:52:17.057 INFO:teuthology.orchestra.run.smithi038.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-15T00:52:17.057 INFO:teuthology.orchestra.run.smithi038.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-15T00:52:17.057 INFO:teuthology.orchestra.run.smithi038.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-15T00:52:17.057 INFO:teuthology.orchestra.run.smithi038.stdout: python3-ceph-argparse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 45 k 2024-04-15T00:52:17.057 INFO:teuthology.orchestra.run.smithi038.stdout: python3-ceph-common x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 131 k 2024-04-15T00:52:17.057 INFO:teuthology.orchestra.run.smithi038.stdout: python3-cephfs x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 162 k 2024-04-15T00:52:17.058 INFO:teuthology.orchestra.run.smithi038.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-15T00:52:17.058 INFO:teuthology.orchestra.run.smithi038.stdout: python3-rados x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 320 k 2024-04-15T00:52:17.058 INFO:teuthology.orchestra.run.smithi038.stdout: python3-rbd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 298 k 2024-04-15T00:52:17.058 INFO:teuthology.orchestra.run.smithi038.stdout: python3-rgw x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 99 k 2024-04-15T00:52:17.058 INFO:teuthology.orchestra.run.smithi038.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-15T00:52:17.058 INFO:teuthology.orchestra.run.smithi038.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-15T00:52:17.058 INFO:teuthology.orchestra.run.smithi038.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-15T00:52:17.058 INFO:teuthology.orchestra.run.smithi038.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-15T00:52:17.058 INFO:teuthology.orchestra.run.smithi038.stdout:Installing weak dependencies: 2024-04-15T00:52:17.058 INFO:teuthology.orchestra.run.smithi038.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-15T00:52:17.058 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:52:17.058 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction Summary 2024-04-15T00:52:17.058 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:52:17.059 INFO:teuthology.orchestra.run.smithi038.stdout:Install 30 Packages 2024-04-15T00:52:17.059 INFO:teuthology.orchestra.run.smithi038.stdout:Upgrade 2 Packages 2024-04-15T00:52:17.059 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:52:17.059 INFO:teuthology.orchestra.run.smithi038.stdout:Total download size: 59 M 2024-04-15T00:52:17.059 INFO:teuthology.orchestra.run.smithi038.stdout:Downloading Packages: 2024-04-15T00:52:17.803 INFO:teuthology.orchestra.run.smithi088.stderr:Modular dependency problems: 2024-04-15T00:52:17.803 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-04-15T00:52:17.803 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 1: conflicting requests 2024-04-15T00:52:17.803 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.803 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 2: conflicting requests 2024-04-15T00:52:17.803 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.803 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 3: conflicting requests 2024-04-15T00:52:17.804 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.804 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 4: conflicting requests 2024-04-15T00:52:17.804 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.804 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 5: conflicting requests 2024-04-15T00:52:17.804 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.804 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 6: conflicting requests 2024-04-15T00:52:17.804 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.804 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 7: conflicting requests 2024-04-15T00:52:17.804 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.804 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 8: conflicting requests 2024-04-15T00:52:17.804 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.805 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 9: conflicting requests 2024-04-15T00:52:17.805 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.805 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 10: conflicting requests 2024-04-15T00:52:17.805 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.805 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 11: conflicting requests 2024-04-15T00:52:17.805 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.805 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 12: conflicting requests 2024-04-15T00:52:17.805 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.805 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 13: conflicting requests 2024-04-15T00:52:17.805 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.805 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 14: conflicting requests 2024-04-15T00:52:17.805 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.805 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 15: conflicting requests 2024-04-15T00:52:17.805 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.806 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 16: conflicting requests 2024-04-15T00:52:17.806 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.806 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 17: conflicting requests 2024-04-15T00:52:17.806 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.806 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 18: conflicting requests 2024-04-15T00:52:17.806 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.806 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 19: conflicting requests 2024-04-15T00:52:17.806 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.806 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 20: conflicting requests 2024-04-15T00:52:17.806 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.806 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 21: conflicting requests 2024-04-15T00:52:17.806 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.807 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 22: conflicting requests 2024-04-15T00:52:17.807 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.807 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 23: conflicting requests 2024-04-15T00:52:17.807 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.807 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 24: conflicting requests 2024-04-15T00:52:17.807 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.807 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 25: conflicting requests 2024-04-15T00:52:17.807 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.807 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 26: conflicting requests 2024-04-15T00:52:17.807 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.807 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 27: conflicting requests 2024-04-15T00:52:17.807 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.807 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 28: conflicting requests 2024-04-15T00:52:17.808 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.808 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 29: conflicting requests 2024-04-15T00:52:17.808 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.808 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 30: conflicting requests 2024-04-15T00:52:17.808 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.808 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 31: conflicting requests 2024-04-15T00:52:17.808 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.808 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 32: conflicting requests 2024-04-15T00:52:17.808 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.808 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 33: conflicting requests 2024-04-15T00:52:17.808 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.808 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 34: conflicting requests 2024-04-15T00:52:17.808 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.809 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 35: conflicting requests 2024-04-15T00:52:17.809 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.809 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 36: conflicting requests 2024-04-15T00:52:17.809 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.809 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 37: conflicting requests 2024-04-15T00:52:17.809 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.809 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.809 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.809 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:52:17.809 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.809 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.809 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.809 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.809 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 39: conflicting requests 2024-04-15T00:52:17.810 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.810 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.810 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.810 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.810 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.810 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.810 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:52:17.810 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.810 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.810 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.810 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.810 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:52:17.811 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.811 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.811 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.811 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.811 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:52:17.811 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.811 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.811 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.811 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.811 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:52:17.811 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.811 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.811 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.811 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.812 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:52:17.812 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.812 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.812 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.812 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.812 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:52:17.812 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.812 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.812 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:52:17.812 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:52:18.234 INFO:teuthology.orchestra.run.smithi138.stdout:Extra Packages for Enterprise Linux 7.7 MB/s | 21 MB 00:02 2024-04-15T00:52:18.302 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-04-15T00:52:18.313 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:52:18.313 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2024-04-15T00:52:18.313 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:52:18.313 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-04-15T00:52:18.313 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-radosgw x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 9.9 M 2024-04-15T00:52:18.313 INFO:teuthology.orchestra.run.smithi088.stdout:Upgrading: 2024-04-15T00:52:18.313 INFO:teuthology.orchestra.run.smithi088.stdout: librados2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.4 M 2024-04-15T00:52:18.313 INFO:teuthology.orchestra.run.smithi088.stdout: librbd1 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.1 M 2024-04-15T00:52:18.314 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2024-04-15T00:52:18.314 INFO:teuthology.orchestra.run.smithi088.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-15T00:52:18.314 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-base x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 5.3 M 2024-04-15T00:52:18.314 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-common x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 21 M 2024-04-15T00:52:18.314 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-selinux x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 25 k 2024-04-15T00:52:18.314 INFO:teuthology.orchestra.run.smithi088.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-15T00:52:18.314 INFO:teuthology.orchestra.run.smithi088.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-15T00:52:18.314 INFO:teuthology.orchestra.run.smithi088.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-15T00:52:18.314 INFO:teuthology.orchestra.run.smithi088.stdout: libcephfs2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 746 k 2024-04-15T00:52:18.314 INFO:teuthology.orchestra.run.smithi088.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-15T00:52:18.314 INFO:teuthology.orchestra.run.smithi088.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-15T00:52:18.314 INFO:teuthology.orchestra.run.smithi088.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-15T00:52:18.314 INFO:teuthology.orchestra.run.smithi088.stdout: libradosstriper1 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 501 k 2024-04-15T00:52:18.315 INFO:teuthology.orchestra.run.smithi088.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-15T00:52:18.315 INFO:teuthology.orchestra.run.smithi088.stdout: librgw2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 5.2 M 2024-04-15T00:52:18.315 INFO:teuthology.orchestra.run.smithi088.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-15T00:52:18.315 INFO:teuthology.orchestra.run.smithi088.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-15T00:52:18.315 INFO:teuthology.orchestra.run.smithi088.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-15T00:52:18.315 INFO:teuthology.orchestra.run.smithi088.stdout: python3-ceph-argparse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 45 k 2024-04-15T00:52:18.315 INFO:teuthology.orchestra.run.smithi088.stdout: python3-ceph-common x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 131 k 2024-04-15T00:52:18.315 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cephfs x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 162 k 2024-04-15T00:52:18.315 INFO:teuthology.orchestra.run.smithi088.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-15T00:52:18.315 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rados x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 320 k 2024-04-15T00:52:18.315 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rbd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 298 k 2024-04-15T00:52:18.315 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rgw x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 99 k 2024-04-15T00:52:18.315 INFO:teuthology.orchestra.run.smithi088.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-15T00:52:18.316 INFO:teuthology.orchestra.run.smithi088.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-15T00:52:18.316 INFO:teuthology.orchestra.run.smithi088.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-15T00:52:18.316 INFO:teuthology.orchestra.run.smithi088.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-15T00:52:18.316 INFO:teuthology.orchestra.run.smithi088.stdout:Installing weak dependencies: 2024-04-15T00:52:18.316 INFO:teuthology.orchestra.run.smithi088.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-15T00:52:18.316 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:52:18.316 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-04-15T00:52:18.316 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:52:18.316 INFO:teuthology.orchestra.run.smithi088.stdout:Install 30 Packages 2024-04-15T00:52:18.316 INFO:teuthology.orchestra.run.smithi088.stdout:Upgrade 2 Packages 2024-04-15T00:52:18.316 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:52:18.317 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 59 M 2024-04-15T00:52:18.317 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-04-15T00:52:18.683 INFO:teuthology.orchestra.run.smithi038.stdout:(1/32): ceph-base-19.0.0-2114.ga9a752df.el7.x86 5.4 MB/s | 5.3 MB 00:00 2024-04-15T00:52:18.734 INFO:teuthology.orchestra.run.smithi038.stdout:(2/32): ceph-selinux-19.0.0-2114.ga9a752df.el7. 502 kB/s | 25 kB 00:00 2024-04-15T00:52:18.809 INFO:teuthology.orchestra.run.smithi038.stdout:(3/32): libcephfs2-19.0.0-2114.ga9a752df.el7.x8 9.7 MB/s | 746 kB 00:00 2024-04-15T00:52:18.886 INFO:teuthology.orchestra.run.smithi038.stdout:(4/32): libradosstriper1-19.0.0-2114.ga9a752df. 6.5 MB/s | 501 kB 00:00 2024-04-15T00:52:19.310 INFO:teuthology.orchestra.run.smithi038.stdout:(5/32): librgw2-19.0.0-2114.ga9a752df.el7.x86_6 12 MB/s | 5.2 MB 00:00 2024-04-15T00:52:19.360 INFO:teuthology.orchestra.run.smithi038.stdout:(6/32): python3-ceph-argparse-19.0.0-2114.ga9a7 911 kB/s | 45 kB 00:00 2024-04-15T00:52:19.435 INFO:teuthology.orchestra.run.smithi038.stdout:(7/32): python3-ceph-common-19.0.0-2114.ga9a752 1.7 MB/s | 131 kB 00:00 2024-04-15T00:52:19.510 INFO:teuthology.orchestra.run.smithi038.stdout:(8/32): python3-cephfs-19.0.0-2114.ga9a752df.el 2.1 MB/s | 162 kB 00:00 2024-04-15T00:52:19.594 INFO:teuthology.orchestra.run.smithi038.stdout:(9/32): python3-rados-19.0.0-2114.ga9a752df.el7 3.8 MB/s | 320 kB 00:00 2024-04-15T00:52:19.677 INFO:teuthology.orchestra.run.smithi038.stdout:(10/32): python3-rbd-19.0.0-2114.ga9a752df.el7. 3.5 MB/s | 298 kB 00:00 2024-04-15T00:52:19.753 INFO:teuthology.orchestra.run.smithi038.stdout:(11/32): python3-rgw-19.0.0-2114.ga9a752df.el7. 1.3 MB/s | 99 kB 00:00 2024-04-15T00:52:19.879 INFO:teuthology.orchestra.run.smithi088.stdout:(1/32): ceph-base-19.0.0-2114.ga9a752df.el7.x86 4.7 MB/s | 5.3 MB 00:01 2024-04-15T00:52:19.929 INFO:teuthology.orchestra.run.smithi088.stdout:(2/32): ceph-selinux-19.0.0-2114.ga9a752df.el7. 506 kB/s | 25 kB 00:00 2024-04-15T00:52:20.063 INFO:teuthology.orchestra.run.smithi088.stdout:(3/32): libcephfs2-19.0.0-2114.ga9a752df.el7.x8 5.5 MB/s | 746 kB 00:00 2024-04-15T00:52:20.170 INFO:teuthology.orchestra.run.smithi038.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 257 kB/s | 107 kB 00:00 2024-04-15T00:52:20.172 INFO:teuthology.orchestra.run.smithi088.stdout:(4/32): libradosstriper1-19.0.0-2114.ga9a752df. 4.5 MB/s | 501 kB 00:00 2024-04-15T00:52:20.362 INFO:teuthology.orchestra.run.smithi038.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 837 kB/s | 160 kB 00:00 2024-04-15T00:52:20.470 INFO:teuthology.orchestra.run.smithi038.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 419 kB/s | 45 kB 00:00 2024-04-15T00:52:20.812 INFO:teuthology.orchestra.run.smithi038.stdout:(15/32): librdkafka-1.6.1-102.el9.x86_64.rpm 1.9 MB/s | 662 kB 00:00 2024-04-15T00:52:20.897 INFO:teuthology.orchestra.run.smithi088.stdout:(5/32): librgw2-19.0.0-2114.ga9a752df.el7.x86_6 7.1 MB/s | 5.2 MB 00:00 2024-04-15T00:52:20.921 INFO:teuthology.orchestra.run.smithi038.stdout:(16/32): ceph-radosgw-19.0.0-2114.ga9a752df.el7 3.1 MB/s | 9.9 MB 00:03 2024-04-15T00:52:20.939 INFO:teuthology.orchestra.run.smithi088.stdout:(6/32): python3-ceph-argparse-19.0.0-2114.ga9a7 1.1 MB/s | 45 kB 00:00 2024-04-15T00:52:20.946 INFO:teuthology.orchestra.run.smithi038.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.1 MB/s | 292 kB 00:00 2024-04-15T00:52:20.989 INFO:teuthology.orchestra.run.smithi088.stdout:(7/32): python3-ceph-common-19.0.0-2114.ga9a752 2.6 MB/s | 131 kB 00:00 2024-04-15T00:52:21.046 INFO:teuthology.orchestra.run.smithi038.stdout:(18/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.2 MB/s | 221 kB 00:00 2024-04-15T00:52:21.048 INFO:teuthology.orchestra.run.smithi088.stdout:(8/32): python3-cephfs-19.0.0-2114.ga9a752df.el 2.7 MB/s | 162 kB 00:00 2024-04-15T00:52:21.115 INFO:teuthology.orchestra.run.smithi088.stdout:(9/32): python3-rados-19.0.0-2114.ga9a752df.el7 4.7 MB/s | 320 kB 00:00 2024-04-15T00:52:21.147 INFO:teuthology.orchestra.run.smithi038.stdout:(19/32): qatlib-service-24.02.0-1.el9.x86_64.rp 359 kB/s | 36 kB 00:00 2024-04-15T00:52:21.182 INFO:teuthology.orchestra.run.smithi088.stdout:(10/32): python3-rbd-19.0.0-2114.ga9a752df.el7. 4.4 MB/s | 298 kB 00:00 2024-04-15T00:52:21.240 INFO:teuthology.orchestra.run.smithi088.stdout:(11/32): python3-rgw-19.0.0-2114.ga9a752df.el7. 1.7 MB/s | 99 kB 00:00 2024-04-15T00:52:21.247 INFO:teuthology.orchestra.run.smithi038.stdout:(20/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 474 kB/s | 47 kB 00:00 2024-04-15T00:52:21.272 INFO:teuthology.orchestra.run.smithi038.stdout:(21/32): python3-prettytable-0.7.2-27.el9.noarc 120 kB/s | 42 kB 00:00 2024-04-15T00:52:21.374 INFO:teuthology.orchestra.run.smithi088.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 802 kB/s | 107 kB 00:00 2024-04-15T00:52:21.441 INFO:teuthology.orchestra.run.smithi088.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 2.3 MB/s | 160 kB 00:00 2024-04-15T00:52:21.491 INFO:teuthology.orchestra.run.smithi088.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 904 kB/s | 45 kB 00:00 2024-04-15T00:52:21.575 INFO:teuthology.orchestra.run.smithi088.stdout:(15/32): librdkafka-1.6.1-102.el9.x86_64.rpm 7.8 MB/s | 662 kB 00:00 2024-04-15T00:52:21.684 INFO:teuthology.orchestra.run.smithi088.stdout:(16/32): ceph-radosgw-19.0.0-2114.ga9a752df.el7 3.3 MB/s | 9.9 MB 00:02 2024-04-15T00:52:21.709 INFO:teuthology.orchestra.run.smithi088.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.1 MB/s | 292 kB 00:00 2024-04-15T00:52:21.759 INFO:teuthology.orchestra.run.smithi088.stdout:(18/32): qatlib-24.02.0-1.el9.x86_64.rpm 4.3 MB/s | 221 kB 00:00 2024-04-15T00:52:21.773 INFO:teuthology.orchestra.run.smithi038.stdout:(22/32): ceph-common-19.0.0-2114.ga9a752df.el7. 5.1 MB/s | 21 MB 00:04 2024-04-15T00:52:21.793 INFO:teuthology.orchestra.run.smithi088.stdout:(19/32): python3-prettytable-0.7.2-27.el9.noarc 388 kB/s | 42 kB 00:00 2024-04-15T00:52:21.797 INFO:teuthology.orchestra.run.smithi038.stdout:(23/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 561 kB/s | 309 kB 00:00 2024-04-15T00:52:21.810 INFO:teuthology.orchestra.run.smithi088.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 712 kB/s | 36 kB 00:00 2024-04-15T00:52:21.852 INFO:teuthology.orchestra.run.smithi088.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 810 kB/s | 47 kB 00:00 2024-04-15T00:52:21.890 INFO:teuthology.orchestra.run.smithi038.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 529 kB/s | 49 kB 00:00 2024-04-15T00:52:21.990 INFO:teuthology.orchestra.run.smithi038.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 674 kB/s | 67 kB 00:00 2024-04-15T00:52:22.007 INFO:teuthology.orchestra.run.smithi038.stdout:(26/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 111 kB/s | 26 kB 00:00 2024-04-15T00:52:22.116 INFO:teuthology.orchestra.run.smithi038.stdout:(27/32): libarrow-9.0.0-10.el9.x86_64.rpm 5.2 MB/s | 4.4 MB 00:00 2024-04-15T00:52:22.152 INFO:teuthology.orchestra.run.smithi088.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 903 kB/s | 309 kB 00:00 2024-04-15T00:52:22.166 INFO:teuthology.orchestra.run.smithi038.stdout:(28/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 4.7 MB/s | 838 kB 00:00 2024-04-15T00:52:22.227 INFO:teuthology.orchestra.run.smithi088.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 347 kB/s | 26 kB 00:00 2024-04-15T00:52:22.258 INFO:teuthology.orchestra.run.smithi038.stdout:(29/32): re2-20211101-3.el9.x86_64.rpm 764 kB/s | 192 kB 00:00 2024-04-15T00:52:22.302 INFO:teuthology.orchestra.run.smithi088.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 647 kB/s | 49 kB 00:00 2024-04-15T00:52:22.366 INFO:teuthology.orchestra.run.smithi038.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 6.3 MB/s | 1.6 MB 00:00 2024-04-15T00:52:22.386 INFO:teuthology.orchestra.run.smithi088.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 808 kB/s | 67 kB 00:00 2024-04-15T00:52:22.553 INFO:teuthology.orchestra.run.smithi088.stdout:(26/32): libarrow-9.0.0-10.el9.x86_64.rpm 6.3 MB/s | 4.4 MB 00:00 2024-04-15T00:52:22.612 INFO:teuthology.orchestra.run.smithi088.stdout:(27/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 3.6 MB/s | 838 kB 00:00 2024-04-15T00:52:22.642 INFO:teuthology.orchestra.run.smithi038.stdout:(31/32): librbd1-19.0.0-2114.ga9a752df.el7.x86_ 8.2 MB/s | 3.1 MB 00:00 2024-04-15T00:52:22.734 INFO:teuthology.orchestra.run.smithi038.stdout:(32/32): librados2-19.0.0-2114.ga9a752df.el7.x8 6.0 MB/s | 3.4 MB 00:00 2024-04-15T00:52:22.736 INFO:teuthology.orchestra.run.smithi038.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:52:22.736 INFO:teuthology.orchestra.run.smithi038.stdout:Total 10 MB/s | 59 MB 00:05 2024-04-15T00:52:22.804 INFO:teuthology.orchestra.run.smithi088.stdout:(28/32): ceph-common-19.0.0-2114.ga9a752df.el7. 5.1 MB/s | 21 MB 00:04 2024-04-15T00:52:22.829 INFO:teuthology.orchestra.run.smithi088.stdout:(29/32): re2-20211101-3.el9.x86_64.rpm 695 kB/s | 192 kB 00:00 2024-04-15T00:52:22.836 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction check 2024-04-15T00:52:22.875 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction check succeeded. 2024-04-15T00:52:22.875 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction test 2024-04-15T00:52:23.013 INFO:teuthology.orchestra.run.smithi088.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 3.9 MB/s | 1.6 MB 00:00 2024-04-15T00:52:23.154 INFO:teuthology.orchestra.run.smithi088.stdout:(31/32): librbd1-19.0.0-2114.ga9a752df.el7.x86_ 9.6 MB/s | 3.1 MB 00:00 2024-04-15T00:52:23.255 INFO:teuthology.orchestra.run.smithi088.stdout:(32/32): librados2-19.0.0-2114.ga9a752df.el7.x8 7.5 MB/s | 3.4 MB 00:00 2024-04-15T00:52:23.256 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:52:23.257 INFO:teuthology.orchestra.run.smithi088.stdout:Total 12 MB/s | 59 MB 00:04 2024-04-15T00:52:23.258 INFO:teuthology.orchestra.run.smithi138.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-04-15T00:52:23.352 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-04-15T00:52:23.385 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction test succeeded. 2024-04-15T00:52:23.385 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction 2024-04-15T00:52:23.386 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-04-15T00:52:23.386 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-04-15T00:52:23.878 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-04-15T00:52:23.878 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-04-15T00:52:24.910 INFO:teuthology.orchestra.run.smithi038.stdout: Preparing : 1/1 2024-04-15T00:52:24.996 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-15T00:52:25.096 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-15T00:52:25.224 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-15T00:52:25.245 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-15T00:52:25.262 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-15T00:52:25.372 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-04-15T00:52:25.437 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-15T00:52:25.465 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-15T00:52:25.502 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-15T00:52:25.503 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-15T00:52:25.536 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-15T00:52:25.566 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-15T00:52:25.583 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-15T00:52:25.766 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-15T00:52:25.821 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-15T00:52:25.843 INFO:teuthology.orchestra.run.smithi138.stderr:Modular dependency problems: 2024-04-15T00:52:25.843 INFO:teuthology.orchestra.run.smithi138.stderr: 2024-04-15T00:52:25.843 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 1: conflicting requests 2024-04-15T00:52:25.843 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.843 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 2: conflicting requests 2024-04-15T00:52:25.843 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.843 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 3: conflicting requests 2024-04-15T00:52:25.843 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.843 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 4: conflicting requests 2024-04-15T00:52:25.843 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.843 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 5: conflicting requests 2024-04-15T00:52:25.843 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.844 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 6: conflicting requests 2024-04-15T00:52:25.844 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.844 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 7: conflicting requests 2024-04-15T00:52:25.844 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.844 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 8: conflicting requests 2024-04-15T00:52:25.844 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.844 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 9: conflicting requests 2024-04-15T00:52:25.844 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.844 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 10: conflicting requests 2024-04-15T00:52:25.844 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.844 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 11: conflicting requests 2024-04-15T00:52:25.844 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.844 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 12: conflicting requests 2024-04-15T00:52:25.844 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.844 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 13: conflicting requests 2024-04-15T00:52:25.845 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.845 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 14: conflicting requests 2024-04-15T00:52:25.845 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.845 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 15: conflicting requests 2024-04-15T00:52:25.845 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.845 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 16: conflicting requests 2024-04-15T00:52:25.845 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.845 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 17: conflicting requests 2024-04-15T00:52:25.845 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.845 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 18: conflicting requests 2024-04-15T00:52:25.845 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.845 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 19: conflicting requests 2024-04-15T00:52:25.845 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.845 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 20: conflicting requests 2024-04-15T00:52:25.846 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.846 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 21: conflicting requests 2024-04-15T00:52:25.846 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.846 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 22: conflicting requests 2024-04-15T00:52:25.846 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.846 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 23: conflicting requests 2024-04-15T00:52:25.846 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.846 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 24: conflicting requests 2024-04-15T00:52:25.846 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.846 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 25: conflicting requests 2024-04-15T00:52:25.846 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.846 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 26: conflicting requests 2024-04-15T00:52:25.846 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.846 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 27: conflicting requests 2024-04-15T00:52:25.847 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.847 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 28: conflicting requests 2024-04-15T00:52:25.847 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.847 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 29: conflicting requests 2024-04-15T00:52:25.847 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.847 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 30: conflicting requests 2024-04-15T00:52:25.847 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.847 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 31: conflicting requests 2024-04-15T00:52:25.847 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.847 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 32: conflicting requests 2024-04-15T00:52:25.847 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.847 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 33: conflicting requests 2024-04-15T00:52:25.847 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.847 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 34: conflicting requests 2024-04-15T00:52:25.848 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.848 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 35: conflicting requests 2024-04-15T00:52:25.848 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.848 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 36: conflicting requests 2024-04-15T00:52:25.848 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.848 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 37: conflicting requests 2024-04-15T00:52:25.848 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.848 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.848 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.848 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:52:25.848 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.848 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.848 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.849 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.849 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 39: conflicting requests 2024-04-15T00:52:25.849 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.849 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.849 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.849 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.849 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.849 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.849 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:52:25.849 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.849 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.849 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.849 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.849 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:52:25.849 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.850 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.850 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.850 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.850 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:52:25.850 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.850 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.850 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.850 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.850 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:52:25.850 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.850 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.850 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.850 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.850 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:52:25.851 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.851 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.851 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.851 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.851 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:52:25.851 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.851 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.851 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.851 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:52:25.851 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-15T00:52:25.907 INFO:teuthology.orchestra.run.smithi038.stdout: Upgrading : librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T00:52:26.009 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T00:52:26.123 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 8/34 2024-04-15T00:52:26.151 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 9/34 2024-04-15T00:52:26.201 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-15T00:52:26.213 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 9/34 2024-04-15T00:52:26.236 INFO:teuthology.orchestra.run.smithi088.stdout: Upgrading : librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T00:52:26.242 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-15T00:52:26.297 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7. 11/34 2024-04-15T00:52:26.329 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T00:52:26.358 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-15T00:52:26.362 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:52:26.362 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2024-04-15T00:52:26.362 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:52:26.362 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-04-15T00:52:26.362 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-radosgw x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 9.9 M 2024-04-15T00:52:26.362 INFO:teuthology.orchestra.run.smithi138.stdout:Upgrading: 2024-04-15T00:52:26.362 INFO:teuthology.orchestra.run.smithi138.stdout: librados2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.4 M 2024-04-15T00:52:26.362 INFO:teuthology.orchestra.run.smithi138.stdout: librbd1 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.1 M 2024-04-15T00:52:26.363 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2024-04-15T00:52:26.363 INFO:teuthology.orchestra.run.smithi138.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-15T00:52:26.363 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-base x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 5.3 M 2024-04-15T00:52:26.363 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-common x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 21 M 2024-04-15T00:52:26.363 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-selinux x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 25 k 2024-04-15T00:52:26.363 INFO:teuthology.orchestra.run.smithi138.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-15T00:52:26.363 INFO:teuthology.orchestra.run.smithi138.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-15T00:52:26.363 INFO:teuthology.orchestra.run.smithi138.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-15T00:52:26.364 INFO:teuthology.orchestra.run.smithi138.stdout: libcephfs2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 746 k 2024-04-15T00:52:26.364 INFO:teuthology.orchestra.run.smithi138.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-15T00:52:26.364 INFO:teuthology.orchestra.run.smithi138.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-15T00:52:26.364 INFO:teuthology.orchestra.run.smithi138.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-15T00:52:26.364 INFO:teuthology.orchestra.run.smithi138.stdout: libradosstriper1 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 501 k 2024-04-15T00:52:26.364 INFO:teuthology.orchestra.run.smithi138.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-15T00:52:26.364 INFO:teuthology.orchestra.run.smithi138.stdout: librgw2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 5.2 M 2024-04-15T00:52:26.364 INFO:teuthology.orchestra.run.smithi138.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-15T00:52:26.365 INFO:teuthology.orchestra.run.smithi138.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-15T00:52:26.365 INFO:teuthology.orchestra.run.smithi138.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-15T00:52:26.365 INFO:teuthology.orchestra.run.smithi138.stdout: python3-ceph-argparse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 45 k 2024-04-15T00:52:26.365 INFO:teuthology.orchestra.run.smithi138.stdout: python3-ceph-common x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 131 k 2024-04-15T00:52:26.365 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cephfs x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 162 k 2024-04-15T00:52:26.365 INFO:teuthology.orchestra.run.smithi138.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-15T00:52:26.365 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rados x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 320 k 2024-04-15T00:52:26.365 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rbd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 298 k 2024-04-15T00:52:26.365 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rgw x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 99 k 2024-04-15T00:52:26.365 INFO:teuthology.orchestra.run.smithi138.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-15T00:52:26.365 INFO:teuthology.orchestra.run.smithi138.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-15T00:52:26.365 INFO:teuthology.orchestra.run.smithi138.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-15T00:52:26.365 INFO:teuthology.orchestra.run.smithi138.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-15T00:52:26.365 INFO:teuthology.orchestra.run.smithi138.stdout:Installing weak dependencies: 2024-04-15T00:52:26.365 INFO:teuthology.orchestra.run.smithi138.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-15T00:52:26.366 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:52:26.366 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-04-15T00:52:26.366 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:52:26.366 INFO:teuthology.orchestra.run.smithi138.stdout:Install 30 Packages 2024-04-15T00:52:26.366 INFO:teuthology.orchestra.run.smithi138.stdout:Upgrade 2 Packages 2024-04-15T00:52:26.366 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:52:26.366 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 59 M 2024-04-15T00:52:26.366 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-04-15T00:52:26.373 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 12/34 2024-04-15T00:52:26.395 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 13/34 2024-04-15T00:52:26.418 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 8/34 2024-04-15T00:52:26.447 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 9/34 2024-04-15T00:52:26.459 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 13/34 2024-04-15T00:52:26.493 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-15T00:52:26.509 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 9/34 2024-04-15T00:52:26.538 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-15T00:52:26.582 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7. 11/34 2024-04-15T00:52:26.604 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-15T00:52:26.636 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-15T00:52:26.651 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 12/34 2024-04-15T00:52:26.674 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 13/34 2024-04-15T00:52:26.676 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-15T00:52:26.709 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-15T00:52:26.730 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 13/34 2024-04-15T00:52:26.738 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-15T00:52:26.764 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-15T00:52:26.771 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-15T00:52:26.875 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-15T00:52:26.915 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-15T00:52:26.956 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-15T00:52:26.988 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-15T00:52:27.017 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-15T00:52:27.050 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-15T00:52:27.092 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-15T00:52:27.126 INFO:teuthology.orchestra.run.smithi038.stdout: Upgrading : librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 22/34 2024-04-15T00:52:27.200 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 22/34 2024-04-15T00:52:27.231 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 23/34 2024-04-15T00:52:27.274 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-15T00:52:27.379 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-15T00:52:27.405 INFO:teuthology.orchestra.run.smithi088.stdout: Upgrading : librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 22/34 2024-04-15T00:52:27.494 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 22/34 2024-04-15T00:52:27.535 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 23/34 2024-04-15T00:52:27.589 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-15T00:52:27.761 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-15T00:52:27.795 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 26/34 2024-04-15T00:52:27.858 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 26/34 2024-04-15T00:52:27.930 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 27/34 2024-04-15T00:52:27.973 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x8 28/34 2024-04-15T00:52:28.045 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-15T00:52:28.074 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 26/34 2024-04-15T00:52:28.126 INFO:teuthology.orchestra.run.smithi138.stdout:(1/32): ceph-common-19.0.0-2114.ga9a752df.el7.x 14 MB/s | 21 MB 00:01 2024-04-15T00:52:28.129 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 26/34 2024-04-15T00:52:28.196 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 27/34 2024-04-15T00:52:28.226 INFO:teuthology.orchestra.run.smithi138.stdout:(2/32): ceph-selinux-19.0.0-2114.ga9a752df.el7. 252 kB/s | 25 kB 00:00 2024-04-15T00:52:28.226 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x8 28/34 2024-04-15T00:52:28.318 INFO:teuthology.orchestra.run.smithi138.stdout:(3/32): libcephfs2-19.0.0-2114.ga9a752df.el7.x8 8.0 MB/s | 746 kB 00:00 2024-04-15T00:52:28.385 INFO:teuthology.orchestra.run.smithi138.stdout:(4/32): libradosstriper1-19.0.0-2114.ga9a752df. 7.3 MB/s | 501 kB 00:00 2024-04-15T00:52:28.727 INFO:teuthology.orchestra.run.smithi138.stdout:(5/32): librgw2-19.0.0-2114.ga9a752df.el7.x86_6 15 MB/s | 5.2 MB 00:00 2024-04-15T00:52:28.777 INFO:teuthology.orchestra.run.smithi138.stdout:(6/32): python3-ceph-argparse-19.0.0-2114.ga9a7 909 kB/s | 45 kB 00:00 2024-04-15T00:52:28.844 INFO:teuthology.orchestra.run.smithi138.stdout:(7/32): python3-ceph-common-19.0.0-2114.ga9a752 1.9 MB/s | 131 kB 00:00 2024-04-15T00:52:28.945 INFO:teuthology.orchestra.run.smithi138.stdout:(8/32): ceph-radosgw-19.0.0-2114.ga9a752df.el7. 4.3 MB/s | 9.9 MB 00:02 2024-04-15T00:52:29.028 INFO:teuthology.orchestra.run.smithi138.stdout:(9/32): ceph-base-19.0.0-2114.ga9a752df.el7.x86 2.3 MB/s | 5.3 MB 00:02 2024-04-15T00:52:29.070 INFO:teuthology.orchestra.run.smithi138.stdout:(10/32): python3-cephfs-19.0.0-2114.ga9a752df.e 717 kB/s | 162 kB 00:00 2024-04-15T00:52:29.096 INFO:teuthology.orchestra.run.smithi138.stdout:(11/32): python3-rados-19.0.0-2114.ga9a752df.el 2.1 MB/s | 320 kB 00:00 2024-04-15T00:52:29.121 INFO:teuthology.orchestra.run.smithi138.stdout:(12/32): python3-rbd-19.0.0-2114.ga9a752df.el7. 3.2 MB/s | 298 kB 00:00 2024-04-15T00:52:29.146 INFO:teuthology.orchestra.run.smithi138.stdout:(13/32): python3-rgw-19.0.0-2114.ga9a752df.el7. 1.3 MB/s | 99 kB 00:00 2024-04-15T00:52:29.246 INFO:teuthology.orchestra.run.smithi138.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 454 kB/s | 45 kB 00:00 2024-04-15T00:52:29.271 INFO:teuthology.orchestra.run.smithi138.stdout:(15/32): boost-program-options-1.75.0-8.el9.x86 609 kB/s | 107 kB 00:00 2024-04-15T00:52:29.297 INFO:teuthology.orchestra.run.smithi138.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 912 kB/s | 160 kB 00:00 2024-04-15T00:52:29.347 INFO:teuthology.orchestra.run.smithi138.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 849 kB/s | 42 kB 00:00 2024-04-15T00:52:29.372 INFO:teuthology.orchestra.run.smithi138.stdout:(18/32): librdkafka-1.6.1-102.el9.x86_64.rpm 5.2 MB/s | 662 kB 00:00 2024-04-15T00:52:29.398 INFO:teuthology.orchestra.run.smithi138.stdout:(19/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.3 MB/s | 292 kB 00:00 2024-04-15T00:52:29.423 INFO:teuthology.orchestra.run.smithi138.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 713 kB/s | 36 kB 00:00 2024-04-15T00:52:29.448 INFO:teuthology.orchestra.run.smithi138.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 947 kB/s | 47 kB 00:00 2024-04-15T00:52:29.473 INFO:teuthology.orchestra.run.smithi138.stdout:(22/32): qatlib-24.02.0-1.el9.x86_64.rpm 1.7 MB/s | 221 kB 00:00 2024-04-15T00:52:29.616 INFO:teuthology.orchestra.run.smithi138.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 183 kB/s | 26 kB 00:00 2024-04-15T00:52:29.674 INFO:teuthology.orchestra.run.smithi138.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 837 kB/s | 49 kB 00:00 2024-04-15T00:52:29.733 INFO:teuthology.orchestra.run.smithi138.stdout:(25/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 999 kB/s | 309 kB 00:00 2024-04-15T00:52:29.758 INFO:teuthology.orchestra.run.smithi138.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 805 kB/s | 67 kB 00:00 2024-04-15T00:52:29.850 INFO:teuthology.orchestra.run.smithi138.stdout:(27/32): libarrow-9.0.0-10.el9.x86_64.rpm 11 MB/s | 4.4 MB 00:00 2024-04-15T00:52:29.875 INFO:teuthology.orchestra.run.smithi138.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 1.6 MB/s | 192 kB 00:00 2024-04-15T00:52:29.908 INFO:teuthology.orchestra.run.smithi138.stdout:(29/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 4.7 MB/s | 838 kB 00:00 2024-04-15T00:52:29.959 INFO:teuthology.orchestra.run.smithi138.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 15 MB/s | 1.6 MB 00:00 2024-04-15T00:52:30.134 INFO:teuthology.orchestra.run.smithi138.stdout:(31/32): librbd1-19.0.0-2114.ga9a752df.el7.x86_ 14 MB/s | 3.1 MB 00:00 2024-04-15T00:52:30.361 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T00:52:30.395 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T00:52:30.461 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T00:52:30.484 INFO:teuthology.orchestra.run.smithi138.stdout:(32/32): librados2-19.0.0-2114.ga9a752df.el7.x8 5.6 MB/s | 3.4 MB 00:00 2024-04-15T00:52:30.489 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:52:30.489 INFO:teuthology.orchestra.run.smithi138.stdout:Total 14 MB/s | 59 MB 00:04 2024-04-15T00:52:30.523 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T00:52:30.579 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-04-15T00:52:30.614 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-04-15T00:52:30.614 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-04-15T00:52:30.989 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T00:52:31.023 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 30/34 2024-04-15T00:52:31.072 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T00:52:31.098 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 30/34 2024-04-15T00:52:31.098 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-15T00:52:31.098 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-15T00:52:31.098 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:52:31.107 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-04-15T00:52:31.108 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-04-15T00:52:31.110 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 30/34 2024-04-15T00:52:31.141 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T00:52:31.198 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 30/34 2024-04-15T00:52:31.199 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-15T00:52:31.199 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-15T00:52:31.199 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:52:31.228 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T00:52:32.590 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-04-15T00:52:32.672 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-15T00:52:32.705 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-15T00:52:32.731 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-15T00:52:32.754 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-15T00:52:32.771 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-15T00:52:32.913 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-15T00:52:32.976 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-15T00:52:33.293 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-15T00:52:33.357 INFO:teuthology.orchestra.run.smithi138.stdout: Upgrading : librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T00:52:33.449 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T00:52:33.536 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 8/34 2024-04-15T00:52:33.559 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 9/34 2024-04-15T00:52:33.622 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 9/34 2024-04-15T00:52:33.650 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-15T00:52:33.694 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7. 11/34 2024-04-15T00:52:33.762 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 12/34 2024-04-15T00:52:33.786 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 13/34 2024-04-15T00:52:33.850 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 13/34 2024-04-15T00:52:33.884 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-15T00:52:33.994 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-15T00:52:34.027 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-15T00:52:34.068 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-15T00:52:34.100 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-15T00:52:34.129 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-15T00:52:34.162 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-15T00:52:34.475 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-15T00:52:34.508 INFO:teuthology.orchestra.run.smithi138.stdout: Upgrading : librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 22/34 2024-04-15T00:52:34.599 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 22/34 2024-04-15T00:52:34.630 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 23/34 2024-04-15T00:52:34.674 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-15T00:52:35.139 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-15T00:52:35.169 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 26/34 2024-04-15T00:52:35.241 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 26/34 2024-04-15T00:52:35.309 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 27/34 2024-04-15T00:52:35.338 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x8 28/34 2024-04-15T00:52:37.586 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T00:52:37.618 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T00:52:38.176 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T00:52:38.221 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 30/34 2024-04-15T00:52:38.306 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 30/34 2024-04-15T00:52:38.306 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-15T00:52:38.306 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-15T00:52:38.306 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:52:38.347 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T00:52:40.856 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T00:52:40.857 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /sys 2024-04-15T00:52:40.857 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /proc 2024-04-15T00:52:40.857 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /mnt 2024-04-15T00:52:40.857 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /var/tmp 2024-04-15T00:52:40.857 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /home 2024-04-15T00:52:40.857 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /root 2024-04-15T00:52:40.857 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /tmp 2024-04-15T00:52:40.857 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:52:41.324 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T00:52:41.325 INFO:teuthology.orchestra.run.smithi038.stdout:skipping the directory /sys 2024-04-15T00:52:41.325 INFO:teuthology.orchestra.run.smithi038.stdout:skipping the directory /proc 2024-04-15T00:52:41.325 INFO:teuthology.orchestra.run.smithi038.stdout:skipping the directory /mnt 2024-04-15T00:52:41.325 INFO:teuthology.orchestra.run.smithi038.stdout:skipping the directory /var/tmp 2024-04-15T00:52:41.325 INFO:teuthology.orchestra.run.smithi038.stdout:skipping the directory /home 2024-04-15T00:52:41.325 INFO:teuthology.orchestra.run.smithi038.stdout:skipping the directory /root 2024-04-15T00:52:41.325 INFO:teuthology.orchestra.run.smithi038.stdout:skipping the directory /tmp 2024-04-15T00:52:41.325 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:52:41.780 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 32/34 2024-04-15T00:52:41.805 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 32/34 2024-04-15T00:52:41.805 INFO:teuthology.orchestra.run.smithi088.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T00:52:41.805 INFO:teuthology.orchestra.run.smithi088.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-15T00:52:41.805 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-15T00:52:41.805 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-15T00:52:41.805 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:52:41.807 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-15T00:52:41.892 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-15T00:52:41.892 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T00:52:42.270 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 32/34 2024-04-15T00:52:42.294 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 32/34 2024-04-15T00:52:42.294 INFO:teuthology.orchestra.run.smithi038.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T00:52:42.294 INFO:teuthology.orchestra.run.smithi038.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-15T00:52:42.294 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-15T00:52:42.294 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-15T00:52:42.294 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:52:42.296 INFO:teuthology.orchestra.run.smithi038.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-15T00:52:42.383 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-15T00:52:42.383 INFO:teuthology.orchestra.run.smithi038.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T00:52:42.995 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T00:52:42.995 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 1/34 2024-04-15T00:52:42.995 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2/34 2024-04-15T00:52:42.995 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 3/34 2024-04-15T00:52:42.995 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 4/34 2024-04-15T00:52:42.995 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 5/34 2024-04-15T00:52:42.996 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 6/34 2024-04-15T00:52:42.996 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T00:52:42.996 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7. 8/34 2024-04-15T00:52:42.996 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x8 9/34 2024-04-15T00:52:42.996 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 10/34 2024-04-15T00:52:42.996 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 11/34 2024-04-15T00:52:42.996 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 12/34 2024-04-15T00:52:42.996 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 13/34 2024-04-15T00:52:42.996 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-15T00:52:42.996 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-15T00:52:42.996 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-15T00:52:42.996 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-15T00:52:42.996 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-15T00:52:42.996 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-15T00:52:42.996 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-15T00:52:42.997 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-15T00:52:42.997 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-15T00:52:42.997 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-15T00:52:42.997 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-15T00:52:42.997 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-15T00:52:42.997 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-15T00:52:42.997 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-15T00:52:42.997 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-15T00:52:42.997 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-15T00:52:42.998 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-15T00:52:42.998 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T00:52:42.998 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-15T00:52:42.998 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 33/34 2024-04-15T00:52:43.513 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T00:52:43.513 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 1/34 2024-04-15T00:52:43.513 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2/34 2024-04-15T00:52:43.513 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 3/34 2024-04-15T00:52:43.513 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 4/34 2024-04-15T00:52:43.513 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 5/34 2024-04-15T00:52:43.513 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 6/34 2024-04-15T00:52:43.513 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T00:52:43.513 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7. 8/34 2024-04-15T00:52:43.513 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x8 9/34 2024-04-15T00:52:43.513 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 10/34 2024-04-15T00:52:43.513 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 11/34 2024-04-15T00:52:43.514 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 12/34 2024-04-15T00:52:43.514 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 13/34 2024-04-15T00:52:43.514 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-15T00:52:43.514 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-15T00:52:43.514 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-15T00:52:43.514 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-15T00:52:43.514 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-15T00:52:43.514 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-15T00:52:43.514 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-15T00:52:43.514 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-15T00:52:43.514 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-15T00:52:43.514 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-15T00:52:43.514 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-15T00:52:43.515 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-15T00:52:43.515 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-15T00:52:43.515 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-15T00:52:43.515 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-15T00:52:43.515 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-15T00:52:43.515 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-15T00:52:43.515 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T00:52:43.515 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-15T00:52:43.515 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 33/34 2024-04-15T00:52:44.192 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T00:52:44.192 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:52:44.192 INFO:teuthology.orchestra.run.smithi088.stdout:Upgraded: 2024-04-15T00:52:44.192 INFO:teuthology.orchestra.run.smithi088.stdout: librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:52:44.192 INFO:teuthology.orchestra.run.smithi088.stdout: librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:52:44.193 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-04-15T00:52:44.193 INFO:teuthology.orchestra.run.smithi088.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-15T00:52:44.193 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:52:44.193 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:52:44.193 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:52:44.193 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:52:44.193 INFO:teuthology.orchestra.run.smithi088.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-15T00:52:44.193 INFO:teuthology.orchestra.run.smithi088.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-15T00:52:44.193 INFO:teuthology.orchestra.run.smithi088.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-15T00:52:44.193 INFO:teuthology.orchestra.run.smithi088.stdout: libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:52:44.193 INFO:teuthology.orchestra.run.smithi088.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-15T00:52:44.193 INFO:teuthology.orchestra.run.smithi088.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-15T00:52:44.193 INFO:teuthology.orchestra.run.smithi088.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-15T00:52:44.194 INFO:teuthology.orchestra.run.smithi088.stdout: libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:52:44.194 INFO:teuthology.orchestra.run.smithi088.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-15T00:52:44.194 INFO:teuthology.orchestra.run.smithi088.stdout: librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:52:44.194 INFO:teuthology.orchestra.run.smithi088.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-15T00:52:44.194 INFO:teuthology.orchestra.run.smithi088.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-15T00:52:44.194 INFO:teuthology.orchestra.run.smithi088.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-15T00:52:44.194 INFO:teuthology.orchestra.run.smithi088.stdout: python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:52:44.194 INFO:teuthology.orchestra.run.smithi088.stdout: python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:52:44.194 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:52:44.194 INFO:teuthology.orchestra.run.smithi088.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-15T00:52:44.194 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:52:44.194 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:52:44.194 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:52:44.195 INFO:teuthology.orchestra.run.smithi088.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-15T00:52:44.195 INFO:teuthology.orchestra.run.smithi088.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-15T00:52:44.195 INFO:teuthology.orchestra.run.smithi088.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-15T00:52:44.195 INFO:teuthology.orchestra.run.smithi088.stdout: re2-1:20211101-3.el9.x86_64 2024-04-15T00:52:44.195 INFO:teuthology.orchestra.run.smithi088.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-15T00:52:44.195 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:52:44.195 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-04-15T00:52:44.480 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-test 2024-04-15T00:52:44.545 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T00:52:44.545 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:52:44.545 INFO:teuthology.orchestra.run.smithi038.stdout:Upgraded: 2024-04-15T00:52:44.545 INFO:teuthology.orchestra.run.smithi038.stdout: librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:52:44.546 INFO:teuthology.orchestra.run.smithi038.stdout: librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:52:44.546 INFO:teuthology.orchestra.run.smithi038.stdout:Installed: 2024-04-15T00:52:44.546 INFO:teuthology.orchestra.run.smithi038.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-15T00:52:44.546 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:52:44.546 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:52:44.546 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:52:44.546 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:52:44.546 INFO:teuthology.orchestra.run.smithi038.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-15T00:52:44.546 INFO:teuthology.orchestra.run.smithi038.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-15T00:52:44.546 INFO:teuthology.orchestra.run.smithi038.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-15T00:52:44.546 INFO:teuthology.orchestra.run.smithi038.stdout: libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:52:44.546 INFO:teuthology.orchestra.run.smithi038.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-15T00:52:44.546 INFO:teuthology.orchestra.run.smithi038.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-15T00:52:44.547 INFO:teuthology.orchestra.run.smithi038.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-15T00:52:44.547 INFO:teuthology.orchestra.run.smithi038.stdout: libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:52:44.547 INFO:teuthology.orchestra.run.smithi038.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-15T00:52:44.547 INFO:teuthology.orchestra.run.smithi038.stdout: librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:52:44.547 INFO:teuthology.orchestra.run.smithi038.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-15T00:52:44.547 INFO:teuthology.orchestra.run.smithi038.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-15T00:52:44.547 INFO:teuthology.orchestra.run.smithi038.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-15T00:52:44.547 INFO:teuthology.orchestra.run.smithi038.stdout: python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:52:44.547 INFO:teuthology.orchestra.run.smithi038.stdout: python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:52:44.547 INFO:teuthology.orchestra.run.smithi038.stdout: python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:52:44.547 INFO:teuthology.orchestra.run.smithi038.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-15T00:52:44.547 INFO:teuthology.orchestra.run.smithi038.stdout: python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:52:44.547 INFO:teuthology.orchestra.run.smithi038.stdout: python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:52:44.547 INFO:teuthology.orchestra.run.smithi038.stdout: python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:52:44.548 INFO:teuthology.orchestra.run.smithi038.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-15T00:52:44.548 INFO:teuthology.orchestra.run.smithi038.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-15T00:52:44.548 INFO:teuthology.orchestra.run.smithi038.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-15T00:52:44.548 INFO:teuthology.orchestra.run.smithi038.stdout: re2-1:20211101-3.el9.x86_64 2024-04-15T00:52:44.548 INFO:teuthology.orchestra.run.smithi038.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-15T00:52:44.548 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:52:44.548 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2024-04-15T00:52:44.882 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum -y install ceph-test 2024-04-15T00:52:45.067 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:00:30 ago on Mon 15 Apr 2024 12:52:15 AM UTC. 2024-04-15T00:52:45.353 INFO:teuthology.orchestra.run.smithi088.stderr:Modular dependency problems: 2024-04-15T00:52:45.353 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-04-15T00:52:45.353 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 1: conflicting requests 2024-04-15T00:52:45.353 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.354 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 2: conflicting requests 2024-04-15T00:52:45.354 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.354 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 3: conflicting requests 2024-04-15T00:52:45.354 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.354 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 4: conflicting requests 2024-04-15T00:52:45.354 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.354 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 5: conflicting requests 2024-04-15T00:52:45.354 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.354 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 6: conflicting requests 2024-04-15T00:52:45.354 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.354 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 7: conflicting requests 2024-04-15T00:52:45.354 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.354 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 8: conflicting requests 2024-04-15T00:52:45.355 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.355 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 9: conflicting requests 2024-04-15T00:52:45.355 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.355 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 10: conflicting requests 2024-04-15T00:52:45.355 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.355 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 11: conflicting requests 2024-04-15T00:52:45.355 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.355 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 12: conflicting requests 2024-04-15T00:52:45.355 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.355 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 13: conflicting requests 2024-04-15T00:52:45.355 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.355 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 14: conflicting requests 2024-04-15T00:52:45.355 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.355 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 15: conflicting requests 2024-04-15T00:52:45.356 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.356 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 16: conflicting requests 2024-04-15T00:52:45.356 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.356 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 17: conflicting requests 2024-04-15T00:52:45.356 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.356 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 18: conflicting requests 2024-04-15T00:52:45.356 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.356 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 19: conflicting requests 2024-04-15T00:52:45.356 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.356 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 20: conflicting requests 2024-04-15T00:52:45.356 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.356 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 21: conflicting requests 2024-04-15T00:52:45.356 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.357 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 22: conflicting requests 2024-04-15T00:52:45.357 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.357 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 23: conflicting requests 2024-04-15T00:52:45.357 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.357 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 24: conflicting requests 2024-04-15T00:52:45.357 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.357 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 25: conflicting requests 2024-04-15T00:52:45.357 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.357 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 26: conflicting requests 2024-04-15T00:52:45.357 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.357 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 27: conflicting requests 2024-04-15T00:52:45.357 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.357 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 28: conflicting requests 2024-04-15T00:52:45.357 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.358 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 29: conflicting requests 2024-04-15T00:52:45.358 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.358 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 30: conflicting requests 2024-04-15T00:52:45.358 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.358 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 31: conflicting requests 2024-04-15T00:52:45.358 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.358 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 32: conflicting requests 2024-04-15T00:52:45.358 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.358 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 33: conflicting requests 2024-04-15T00:52:45.358 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.358 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 34: conflicting requests 2024-04-15T00:52:45.358 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.358 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 35: conflicting requests 2024-04-15T00:52:45.359 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.359 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 36: conflicting requests 2024-04-15T00:52:45.359 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.359 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 37: conflicting requests 2024-04-15T00:52:45.359 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.359 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.359 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.359 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:52:45.359 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.359 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.359 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.359 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.359 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 39: conflicting requests 2024-04-15T00:52:45.359 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.360 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.360 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.360 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.360 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.360 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.360 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:52:45.360 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.360 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.360 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.360 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.360 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:52:45.360 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.360 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.360 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.361 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.361 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:52:45.361 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.361 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.361 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.361 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.361 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:52:45.361 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.361 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.361 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.361 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.361 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:52:45.361 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.361 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.362 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.362 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.362 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:52:45.362 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.362 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.362 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.362 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.430 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-04-15T00:52:45.431 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:52:45.431 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2024-04-15T00:52:45.431 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:52:45.431 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-04-15T00:52:45.431 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-test x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 48 M 2024-04-15T00:52:45.431 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2024-04-15T00:52:45.431 INFO:teuthology.orchestra.run.smithi088.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-15T00:52:45.431 INFO:teuthology.orchestra.run.smithi088.stdout: libcephsqlite x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 164 k 2024-04-15T00:52:45.431 INFO:teuthology.orchestra.run.smithi088.stdout: oniguruma x86_64 6.9.6-1.el9.5 baseos 218 k 2024-04-15T00:52:45.431 INFO:teuthology.orchestra.run.smithi088.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-15T00:52:45.432 INFO:teuthology.orchestra.run.smithi088.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-15T00:52:45.432 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:52:45.432 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-04-15T00:52:45.432 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:52:45.432 INFO:teuthology.orchestra.run.smithi088.stdout:Install 6 Packages 2024-04-15T00:52:45.432 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:52:45.432 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 49 M 2024-04-15T00:52:45.433 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 206 M 2024-04-15T00:52:45.433 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-04-15T00:52:45.482 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:00:32 ago on Mon 15 Apr 2024 12:52:13 AM UTC. 2024-04-15T00:52:45.783 INFO:teuthology.orchestra.run.smithi038.stderr:Modular dependency problems: 2024-04-15T00:52:45.783 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-04-15T00:52:45.783 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 1: conflicting requests 2024-04-15T00:52:45.784 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.784 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 2: conflicting requests 2024-04-15T00:52:45.784 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.784 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 3: conflicting requests 2024-04-15T00:52:45.784 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.784 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 4: conflicting requests 2024-04-15T00:52:45.784 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.784 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 5: conflicting requests 2024-04-15T00:52:45.784 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.784 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 6: conflicting requests 2024-04-15T00:52:45.784 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.784 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 7: conflicting requests 2024-04-15T00:52:45.784 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.785 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 8: conflicting requests 2024-04-15T00:52:45.785 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.785 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 9: conflicting requests 2024-04-15T00:52:45.785 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.785 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 10: conflicting requests 2024-04-15T00:52:45.785 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.785 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 11: conflicting requests 2024-04-15T00:52:45.785 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.785 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 12: conflicting requests 2024-04-15T00:52:45.785 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.785 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 13: conflicting requests 2024-04-15T00:52:45.785 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.785 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 14: conflicting requests 2024-04-15T00:52:45.785 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.786 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 15: conflicting requests 2024-04-15T00:52:45.786 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.786 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 16: conflicting requests 2024-04-15T00:52:45.786 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.786 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 17: conflicting requests 2024-04-15T00:52:45.786 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.786 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 18: conflicting requests 2024-04-15T00:52:45.786 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.786 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 19: conflicting requests 2024-04-15T00:52:45.786 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.786 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 20: conflicting requests 2024-04-15T00:52:45.786 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.786 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 21: conflicting requests 2024-04-15T00:52:45.787 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.787 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 22: conflicting requests 2024-04-15T00:52:45.787 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.787 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 23: conflicting requests 2024-04-15T00:52:45.787 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.787 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 24: conflicting requests 2024-04-15T00:52:45.787 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.787 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 25: conflicting requests 2024-04-15T00:52:45.787 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.787 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 26: conflicting requests 2024-04-15T00:52:45.787 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.787 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 27: conflicting requests 2024-04-15T00:52:45.787 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.788 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 28: conflicting requests 2024-04-15T00:52:45.788 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.788 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 29: conflicting requests 2024-04-15T00:52:45.788 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.788 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 30: conflicting requests 2024-04-15T00:52:45.788 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.788 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 31: conflicting requests 2024-04-15T00:52:45.788 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.788 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 32: conflicting requests 2024-04-15T00:52:45.788 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.788 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 33: conflicting requests 2024-04-15T00:52:45.788 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.788 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 34: conflicting requests 2024-04-15T00:52:45.788 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.789 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 35: conflicting requests 2024-04-15T00:52:45.789 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.789 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 36: conflicting requests 2024-04-15T00:52:45.789 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.789 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 37: conflicting requests 2024-04-15T00:52:45.789 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.789 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.789 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.789 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:52:45.789 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.789 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.789 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.789 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.789 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 39: conflicting requests 2024-04-15T00:52:45.790 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.790 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.790 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.790 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.790 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.790 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.790 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:52:45.790 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.790 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.790 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.790 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.790 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:52:45.791 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.791 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.791 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.791 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.791 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:52:45.791 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.791 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.791 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.791 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.791 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:52:45.791 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.791 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.791 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.791 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.792 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:52:45.792 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.792 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.792 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.792 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.792 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:52:45.792 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.792 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.792 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.792 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:52:45.860 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2024-04-15T00:52:45.860 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:52:45.861 INFO:teuthology.orchestra.run.smithi038.stdout: Package Arch Version Repository Size 2024-04-15T00:52:45.861 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:52:45.861 INFO:teuthology.orchestra.run.smithi038.stdout:Installing: 2024-04-15T00:52:45.861 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-test x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 48 M 2024-04-15T00:52:45.861 INFO:teuthology.orchestra.run.smithi038.stdout:Installing dependencies: 2024-04-15T00:52:45.861 INFO:teuthology.orchestra.run.smithi038.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-15T00:52:45.861 INFO:teuthology.orchestra.run.smithi038.stdout: libcephsqlite x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 164 k 2024-04-15T00:52:45.861 INFO:teuthology.orchestra.run.smithi038.stdout: oniguruma x86_64 6.9.6-1.el9.5 baseos 218 k 2024-04-15T00:52:45.861 INFO:teuthology.orchestra.run.smithi038.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-15T00:52:45.861 INFO:teuthology.orchestra.run.smithi038.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-15T00:52:45.861 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:52:45.861 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction Summary 2024-04-15T00:52:45.861 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:52:45.862 INFO:teuthology.orchestra.run.smithi038.stdout:Install 6 Packages 2024-04-15T00:52:45.862 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:52:45.862 INFO:teuthology.orchestra.run.smithi038.stdout:Total download size: 49 M 2024-04-15T00:52:45.863 INFO:teuthology.orchestra.run.smithi038.stdout:Installed size: 206 M 2024-04-15T00:52:45.863 INFO:teuthology.orchestra.run.smithi038.stdout:Downloading Packages: 2024-04-15T00:52:46.144 INFO:teuthology.orchestra.run.smithi038.stdout:(1/6): jq-1.6-16.el9.x86_64.rpm 2.3 MB/s | 187 kB 00:00 2024-04-15T00:52:46.208 INFO:teuthology.orchestra.run.smithi088.stdout:(1/6): libcephsqlite-19.0.0-2114.ga9a752df.el7. 365 kB/s | 164 kB 00:00 2024-04-15T00:52:46.269 INFO:teuthology.orchestra.run.smithi038.stdout:(2/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 2.8 MB/s | 218 kB 00:00 2024-04-15T00:52:46.275 INFO:teuthology.orchestra.run.smithi088.stdout:(2/6): jq-1.6-16.el9.x86_64.rpm 363 kB/s | 187 kB 00:00 2024-04-15T00:52:46.420 INFO:teuthology.orchestra.run.smithi038.stdout:(3/6): socat-1.7.4.1-5.el9.x86_64.rpm 2.0 MB/s | 305 kB 00:00 2024-04-15T00:52:46.462 INFO:teuthology.orchestra.run.smithi038.stdout:(4/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.5 MB/s | 64 kB 00:00 2024-04-15T00:52:46.492 INFO:teuthology.orchestra.run.smithi088.stdout:(3/6): socat-1.7.4.1-5.el9.x86_64.rpm 1.4 MB/s | 305 kB 00:00 2024-04-15T00:52:46.550 INFO:teuthology.orchestra.run.smithi088.stdout:(4/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.1 MB/s | 64 kB 00:00 2024-04-15T00:52:46.792 INFO:teuthology.orchestra.run.smithi088.stdout:(5/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 373 kB/s | 218 kB 00:00 2024-04-15T00:52:46.795 INFO:teuthology.orchestra.run.smithi038.stdout:(5/6): libcephsqlite-19.0.0-2114.ga9a752df.el7. 224 kB/s | 164 kB 00:00 2024-04-15T00:52:48.115 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T00:52:48.115 INFO:teuthology.orchestra.run.smithi138.stdout:skipping the directory /sys 2024-04-15T00:52:48.115 INFO:teuthology.orchestra.run.smithi138.stdout:skipping the directory /proc 2024-04-15T00:52:48.115 INFO:teuthology.orchestra.run.smithi138.stdout:skipping the directory /mnt 2024-04-15T00:52:48.115 INFO:teuthology.orchestra.run.smithi138.stdout:skipping the directory /var/tmp 2024-04-15T00:52:48.115 INFO:teuthology.orchestra.run.smithi138.stdout:skipping the directory /home 2024-04-15T00:52:48.115 INFO:teuthology.orchestra.run.smithi138.stdout:skipping the directory /root 2024-04-15T00:52:48.116 INFO:teuthology.orchestra.run.smithi138.stdout:skipping the directory /tmp 2024-04-15T00:52:48.116 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:52:49.033 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 32/34 2024-04-15T00:52:49.058 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 32/34 2024-04-15T00:52:49.058 INFO:teuthology.orchestra.run.smithi138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T00:52:49.058 INFO:teuthology.orchestra.run.smithi138.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-15T00:52:49.058 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-15T00:52:49.059 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-15T00:52:49.059 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:52:49.060 INFO:teuthology.orchestra.run.smithi138.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-15T00:52:49.145 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-15T00:52:49.145 INFO:teuthology.orchestra.run.smithi138.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T00:52:50.277 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T00:52:50.277 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 1/34 2024-04-15T00:52:50.277 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2/34 2024-04-15T00:52:50.277 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 3/34 2024-04-15T00:52:50.277 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 4/34 2024-04-15T00:52:50.277 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 5/34 2024-04-15T00:52:50.277 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 6/34 2024-04-15T00:52:50.278 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T00:52:50.278 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7. 8/34 2024-04-15T00:52:50.278 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x8 9/34 2024-04-15T00:52:50.278 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 10/34 2024-04-15T00:52:50.278 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 11/34 2024-04-15T00:52:50.278 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 12/34 2024-04-15T00:52:50.278 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 13/34 2024-04-15T00:52:50.278 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-15T00:52:50.278 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-15T00:52:50.278 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-15T00:52:50.278 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-15T00:52:50.278 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-15T00:52:50.279 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-15T00:52:50.279 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-15T00:52:50.279 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-15T00:52:50.279 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-15T00:52:50.279 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-15T00:52:50.279 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-15T00:52:50.279 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-15T00:52:50.279 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-15T00:52:50.279 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-15T00:52:50.280 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-15T00:52:50.280 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-15T00:52:50.280 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-15T00:52:50.280 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T00:52:50.280 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-15T00:52:50.280 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 33/34 2024-04-15T00:52:51.051 INFO:teuthology.orchestra.run.smithi088.stdout:(6/6): ceph-test-19.0.0-2114.ga9a752df.el7.x86_ 9.0 MB/s | 48 MB 00:05 2024-04-15T00:52:51.052 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:52:51.052 INFO:teuthology.orchestra.run.smithi088.stdout:Total 8.6 MB/s | 49 MB 00:05 2024-04-15T00:52:51.103 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-04-15T00:52:51.123 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-04-15T00:52:51.123 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-04-15T00:52:51.221 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T00:52:51.221 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:52:51.221 INFO:teuthology.orchestra.run.smithi138.stdout:Upgraded: 2024-04-15T00:52:51.221 INFO:teuthology.orchestra.run.smithi138.stdout: librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:52:51.221 INFO:teuthology.orchestra.run.smithi138.stdout: librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:52:51.222 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-04-15T00:52:51.222 INFO:teuthology.orchestra.run.smithi138.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-15T00:52:51.222 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:52:51.222 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:52:51.222 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:52:51.222 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:52:51.222 INFO:teuthology.orchestra.run.smithi138.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-15T00:52:51.222 INFO:teuthology.orchestra.run.smithi138.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-15T00:52:51.222 INFO:teuthology.orchestra.run.smithi138.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-15T00:52:51.222 INFO:teuthology.orchestra.run.smithi138.stdout: libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:52:51.222 INFO:teuthology.orchestra.run.smithi138.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-15T00:52:51.222 INFO:teuthology.orchestra.run.smithi138.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-15T00:52:51.222 INFO:teuthology.orchestra.run.smithi138.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-15T00:52:51.222 INFO:teuthology.orchestra.run.smithi138.stdout: libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:52:51.223 INFO:teuthology.orchestra.run.smithi138.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-15T00:52:51.223 INFO:teuthology.orchestra.run.smithi138.stdout: librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:52:51.223 INFO:teuthology.orchestra.run.smithi138.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-15T00:52:51.223 INFO:teuthology.orchestra.run.smithi138.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-15T00:52:51.223 INFO:teuthology.orchestra.run.smithi138.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-15T00:52:51.223 INFO:teuthology.orchestra.run.smithi138.stdout: python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:52:51.223 INFO:teuthology.orchestra.run.smithi138.stdout: python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:52:51.223 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:52:51.223 INFO:teuthology.orchestra.run.smithi138.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-15T00:52:51.223 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:52:51.223 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:52:51.223 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:52:51.223 INFO:teuthology.orchestra.run.smithi138.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-15T00:52:51.223 INFO:teuthology.orchestra.run.smithi138.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-15T00:52:51.224 INFO:teuthology.orchestra.run.smithi138.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-15T00:52:51.224 INFO:teuthology.orchestra.run.smithi138.stdout: re2-1:20211101-3.el9.x86_64 2024-04-15T00:52:51.224 INFO:teuthology.orchestra.run.smithi138.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-15T00:52:51.224 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:52:51.224 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-15T00:52:51.528 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-04-15T00:52:51.528 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-04-15T00:52:51.562 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-test 2024-04-15T00:52:52.110 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-04-15T00:52:52.158 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:00:29 ago on Mon 15 Apr 2024 12:52:23 AM UTC. 2024-04-15T00:52:52.198 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-15T00:52:52.243 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-15T00:52:52.283 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-15T00:52:52.326 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-15T00:52:52.353 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 5/6 2024-04-15T00:52:52.447 INFO:teuthology.orchestra.run.smithi138.stderr:Modular dependency problems: 2024-04-15T00:52:52.448 INFO:teuthology.orchestra.run.smithi138.stderr: 2024-04-15T00:52:52.448 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 1: conflicting requests 2024-04-15T00:52:52.448 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.448 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 2: conflicting requests 2024-04-15T00:52:52.448 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.448 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 3: conflicting requests 2024-04-15T00:52:52.448 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.448 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 4: conflicting requests 2024-04-15T00:52:52.448 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.448 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 5: conflicting requests 2024-04-15T00:52:52.448 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.448 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 6: conflicting requests 2024-04-15T00:52:52.448 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.449 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 7: conflicting requests 2024-04-15T00:52:52.449 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.449 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 8: conflicting requests 2024-04-15T00:52:52.449 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.449 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 9: conflicting requests 2024-04-15T00:52:52.449 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.449 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 10: conflicting requests 2024-04-15T00:52:52.449 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.449 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 11: conflicting requests 2024-04-15T00:52:52.449 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.449 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 12: conflicting requests 2024-04-15T00:52:52.449 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.449 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 13: conflicting requests 2024-04-15T00:52:52.449 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.450 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 14: conflicting requests 2024-04-15T00:52:52.450 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.450 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 15: conflicting requests 2024-04-15T00:52:52.450 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.450 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 16: conflicting requests 2024-04-15T00:52:52.450 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.450 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 17: conflicting requests 2024-04-15T00:52:52.450 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.450 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 18: conflicting requests 2024-04-15T00:52:52.450 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.450 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 19: conflicting requests 2024-04-15T00:52:52.450 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.450 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 20: conflicting requests 2024-04-15T00:52:52.451 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.451 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 21: conflicting requests 2024-04-15T00:52:52.451 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.451 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 22: conflicting requests 2024-04-15T00:52:52.451 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.451 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 23: conflicting requests 2024-04-15T00:52:52.451 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.451 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 24: conflicting requests 2024-04-15T00:52:52.451 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.451 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 25: conflicting requests 2024-04-15T00:52:52.451 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.451 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 26: conflicting requests 2024-04-15T00:52:52.451 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.452 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 27: conflicting requests 2024-04-15T00:52:52.452 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.452 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 28: conflicting requests 2024-04-15T00:52:52.452 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.452 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 29: conflicting requests 2024-04-15T00:52:52.452 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.452 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 30: conflicting requests 2024-04-15T00:52:52.452 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.452 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 31: conflicting requests 2024-04-15T00:52:52.452 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.452 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 32: conflicting requests 2024-04-15T00:52:52.452 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.452 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 33: conflicting requests 2024-04-15T00:52:52.453 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.453 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 34: conflicting requests 2024-04-15T00:52:52.453 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.453 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 35: conflicting requests 2024-04-15T00:52:52.453 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.453 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 36: conflicting requests 2024-04-15T00:52:52.453 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.453 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 37: conflicting requests 2024-04-15T00:52:52.453 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.453 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.453 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.453 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:52:52.453 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.454 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.454 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.454 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.454 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 39: conflicting requests 2024-04-15T00:52:52.454 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.454 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.454 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.454 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.454 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.454 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.454 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:52:52.454 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.454 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.454 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.455 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.455 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:52:52.455 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.455 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.455 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.455 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.455 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:52:52.455 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.455 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.455 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.455 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.455 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:52:52.455 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.455 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.456 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.456 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.456 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:52:52.456 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.456 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.456 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.456 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.456 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:52:52.456 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.456 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.456 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.456 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:52:52.519 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-15T00:52:52.519 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:52:52.520 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2024-04-15T00:52:52.520 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:52:52.520 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-04-15T00:52:52.520 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-test x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 48 M 2024-04-15T00:52:52.520 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2024-04-15T00:52:52.520 INFO:teuthology.orchestra.run.smithi138.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-15T00:52:52.520 INFO:teuthology.orchestra.run.smithi138.stdout: libcephsqlite x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 164 k 2024-04-15T00:52:52.520 INFO:teuthology.orchestra.run.smithi138.stdout: oniguruma x86_64 6.9.6-1.el9.5 baseos 218 k 2024-04-15T00:52:52.520 INFO:teuthology.orchestra.run.smithi138.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-15T00:52:52.520 INFO:teuthology.orchestra.run.smithi138.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-15T00:52:52.520 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:52:52.520 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-04-15T00:52:52.521 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:52:52.521 INFO:teuthology.orchestra.run.smithi138.stdout:Install 6 Packages 2024-04-15T00:52:52.521 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:52:52.521 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 49 M 2024-04-15T00:52:52.521 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 206 M 2024-04-15T00:52:52.521 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-04-15T00:52:53.029 INFO:teuthology.orchestra.run.smithi138.stdout:(1/6): jq-1.6-16.el9.x86_64.rpm 1.5 MB/s | 187 kB 00:00 2024-04-15T00:52:53.121 INFO:teuthology.orchestra.run.smithi138.stdout:(2/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 2.3 MB/s | 218 kB 00:00 2024-04-15T00:52:53.288 INFO:teuthology.orchestra.run.smithi138.stdout:(3/6): socat-1.7.4.1-5.el9.x86_64.rpm 1.8 MB/s | 305 kB 00:00 2024-04-15T00:52:53.314 INFO:teuthology.orchestra.run.smithi138.stdout:(4/6): libcephsqlite-19.0.0-2114.ga9a752df.el7. 406 kB/s | 164 kB 00:00 2024-04-15T00:52:53.339 INFO:teuthology.orchestra.run.smithi138.stdout:(5/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.2 MB/s | 64 kB 00:00 2024-04-15T00:52:56.862 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 5/6 2024-04-15T00:52:56.936 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 6/6 2024-04-15T00:52:58.480 INFO:teuthology.orchestra.run.smithi138.stdout:(6/6): ceph-test-19.0.0-2114.ga9a752df.el7.x86_ 8.6 MB/s | 48 MB 00:05 2024-04-15T00:52:58.482 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:52:58.483 INFO:teuthology.orchestra.run.smithi138.stdout:Total 8.1 MB/s | 49 MB 00:05 2024-04-15T00:52:58.535 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-04-15T00:52:58.555 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-04-15T00:52:58.556 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-04-15T00:52:58.941 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-04-15T00:52:58.941 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-04-15T00:52:59.128 INFO:teuthology.orchestra.run.smithi038.stdout:(6/6): ceph-test-19.0.0-2114.ga9a752df.el7.x86_ 3.6 MB/s | 48 MB 00:13 2024-04-15T00:52:59.130 INFO:teuthology.orchestra.run.smithi038.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:52:59.131 INFO:teuthology.orchestra.run.smithi038.stdout:Total 3.7 MB/s | 49 MB 00:13 2024-04-15T00:52:59.178 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction check 2024-04-15T00:52:59.199 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction check succeeded. 2024-04-15T00:52:59.199 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction test 2024-04-15T00:52:59.217 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 6/6 2024-04-15T00:52:59.217 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 1/6 2024-04-15T00:52:59.218 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 2/6 2024-04-15T00:52:59.218 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : jq-1.6-16.el9.x86_64 3/6 2024-04-15T00:52:59.218 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 4/6 2024-04-15T00:52:59.218 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 5/6 2024-04-15T00:52:59.527 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-04-15T00:52:59.605 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction test succeeded. 2024-04-15T00:52:59.606 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction 2024-04-15T00:52:59.610 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-15T00:52:59.631 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 6/6 2024-04-15T00:52:59.632 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:52:59.632 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-04-15T00:52:59.632 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:52:59.632 INFO:teuthology.orchestra.run.smithi088.stdout: jq-1.6-16.el9.x86_64 2024-04-15T00:52:59.632 INFO:teuthology.orchestra.run.smithi088.stdout: libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:52:59.632 INFO:teuthology.orchestra.run.smithi088.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-15T00:52:59.632 INFO:teuthology.orchestra.run.smithi088.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-15T00:52:59.632 INFO:teuthology.orchestra.run.smithi088.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-15T00:52:59.632 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:52:59.632 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-04-15T00:52:59.652 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-15T00:52:59.686 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-15T00:52:59.731 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-15T00:52:59.759 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 5/6 2024-04-15T00:52:59.932 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph 2024-04-15T00:53:00.196 INFO:teuthology.orchestra.run.smithi038.stdout: Preparing : 1/1 2024-04-15T00:53:00.280 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-15T00:53:00.325 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-15T00:53:00.357 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-15T00:53:00.396 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-15T00:53:00.423 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 5/6 2024-04-15T00:53:00.524 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:00:45 ago on Mon 15 Apr 2024 12:52:15 AM UTC. 2024-04-15T00:53:00.812 INFO:teuthology.orchestra.run.smithi088.stderr:Modular dependency problems: 2024-04-15T00:53:00.812 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-04-15T00:53:00.812 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 1: conflicting requests 2024-04-15T00:53:00.813 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.813 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 2: conflicting requests 2024-04-15T00:53:00.813 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.813 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 3: conflicting requests 2024-04-15T00:53:00.813 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.813 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 4: conflicting requests 2024-04-15T00:53:00.813 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.813 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 5: conflicting requests 2024-04-15T00:53:00.813 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.813 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 6: conflicting requests 2024-04-15T00:53:00.813 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.813 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 7: conflicting requests 2024-04-15T00:53:00.813 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.814 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 8: conflicting requests 2024-04-15T00:53:00.814 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.814 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 9: conflicting requests 2024-04-15T00:53:00.814 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.814 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 10: conflicting requests 2024-04-15T00:53:00.814 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.814 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 11: conflicting requests 2024-04-15T00:53:00.814 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.814 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 12: conflicting requests 2024-04-15T00:53:00.814 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.814 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 13: conflicting requests 2024-04-15T00:53:00.814 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.814 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 14: conflicting requests 2024-04-15T00:53:00.814 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.815 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 15: conflicting requests 2024-04-15T00:53:00.815 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.815 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 16: conflicting requests 2024-04-15T00:53:00.815 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.815 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 17: conflicting requests 2024-04-15T00:53:00.815 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.815 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 18: conflicting requests 2024-04-15T00:53:00.815 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.815 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 19: conflicting requests 2024-04-15T00:53:00.815 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.815 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 20: conflicting requests 2024-04-15T00:53:00.815 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.815 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 21: conflicting requests 2024-04-15T00:53:00.816 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.816 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 22: conflicting requests 2024-04-15T00:53:00.816 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.816 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 23: conflicting requests 2024-04-15T00:53:00.816 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.816 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 24: conflicting requests 2024-04-15T00:53:00.816 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.816 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 25: conflicting requests 2024-04-15T00:53:00.816 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.816 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 26: conflicting requests 2024-04-15T00:53:00.816 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.816 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 27: conflicting requests 2024-04-15T00:53:00.816 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.816 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 28: conflicting requests 2024-04-15T00:53:00.816 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.817 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 29: conflicting requests 2024-04-15T00:53:00.817 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.817 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 30: conflicting requests 2024-04-15T00:53:00.817 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.817 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 31: conflicting requests 2024-04-15T00:53:00.817 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.817 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 32: conflicting requests 2024-04-15T00:53:00.817 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.817 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 33: conflicting requests 2024-04-15T00:53:00.817 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.817 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 34: conflicting requests 2024-04-15T00:53:00.817 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.818 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 35: conflicting requests 2024-04-15T00:53:00.818 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.818 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 36: conflicting requests 2024-04-15T00:53:00.818 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.818 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 37: conflicting requests 2024-04-15T00:53:00.818 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.818 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.818 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.818 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:53:00.818 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.818 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.818 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.819 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.819 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 39: conflicting requests 2024-04-15T00:53:00.819 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.819 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.819 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.819 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.819 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.819 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.819 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:53:00.819 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.819 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.819 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.819 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.819 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:53:00.820 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.820 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.820 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.820 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.820 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:53:00.820 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.820 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.820 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.820 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.820 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:53:00.820 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.820 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.820 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.821 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.821 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:53:00.821 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.821 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.821 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.821 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.821 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:53:00.821 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.821 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.821 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.821 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:53:00.884 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-04-15T00:53:00.886 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:53:00.886 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2024-04-15T00:53:00.886 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:53:00.887 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-04-15T00:53:00.887 INFO:teuthology.orchestra.run.smithi088.stdout: ceph x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 6.6 k 2024-04-15T00:53:00.887 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2024-04-15T00:53:00.887 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mds x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 2.4 M 2024-04-15T00:53:00.887 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 1.5 M 2024-04-15T00:53:00.887 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 248 k 2024-04-15T00:53:00.887 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mon x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 4.7 M 2024-04-15T00:53:00.887 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-osd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 17 M 2024-04-15T00:53:00.887 INFO:teuthology.orchestra.run.smithi088.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-15T00:53:00.887 INFO:teuthology.orchestra.run.smithi088.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-15T00:53:00.887 INFO:teuthology.orchestra.run.smithi088.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-15T00:53:00.887 INFO:teuthology.orchestra.run.smithi088.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-15T00:53:00.887 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-15T00:53:00.888 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-15T00:53:00.888 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-15T00:53:00.888 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-15T00:53:00.888 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-15T00:53:00.888 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-15T00:53:00.888 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco-collections 2024-04-15T00:53:00.888 INFO:teuthology.orchestra.run.smithi088.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-15T00:53:00.888 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-15T00:53:00.888 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-15T00:53:00.888 INFO:teuthology.orchestra.run.smithi088.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-15T00:53:00.888 INFO:teuthology.orchestra.run.smithi088.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-15T00:53:00.888 INFO:teuthology.orchestra.run.smithi088.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-15T00:53:00.888 INFO:teuthology.orchestra.run.smithi088.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-15T00:53:00.888 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-15T00:53:00.889 INFO:teuthology.orchestra.run.smithi088.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-15T00:53:00.889 INFO:teuthology.orchestra.run.smithi088.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-15T00:53:00.889 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-15T00:53:00.889 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-15T00:53:00.889 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-15T00:53:00.889 INFO:teuthology.orchestra.run.smithi088.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-15T00:53:00.889 INFO:teuthology.orchestra.run.smithi088.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-15T00:53:00.889 INFO:teuthology.orchestra.run.smithi088.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-15T00:53:00.889 INFO:teuthology.orchestra.run.smithi088.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-15T00:53:00.889 INFO:teuthology.orchestra.run.smithi088.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-15T00:53:00.889 INFO:teuthology.orchestra.run.smithi088.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-15T00:53:00.889 INFO:teuthology.orchestra.run.smithi088.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-15T00:53:00.889 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:53:00.890 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-04-15T00:53:00.890 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:53:00.890 INFO:teuthology.orchestra.run.smithi088.stdout:Install 36 Packages 2024-04-15T00:53:00.890 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:53:00.890 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 30 M 2024-04-15T00:53:00.890 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 107 M 2024-04-15T00:53:00.891 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-04-15T00:53:01.402 INFO:teuthology.orchestra.run.smithi088.stdout:(1/36): ceph-19.0.0-2114.ga9a752df.el7.x86_64.r 30 kB/s | 6.6 kB 00:00 2024-04-15T00:53:01.977 INFO:teuthology.orchestra.run.smithi088.stdout:(2/36): ceph-mgr-19.0.0-2114.ga9a752df.el7.x86_ 1.9 MB/s | 1.5 MB 00:00 2024-04-15T00:53:02.128 INFO:teuthology.orchestra.run.smithi088.stdout:(3/36): ceph-mds-19.0.0-2114.ga9a752df.el7.x86_ 2.5 MB/s | 2.4 MB 00:00 2024-04-15T00:53:02.228 INFO:teuthology.orchestra.run.smithi088.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2114.ga9a7 2.4 MB/s | 248 kB 00:00 2024-04-15T00:53:02.546 INFO:teuthology.orchestra.run.smithi088.stdout:(5/36): ceph-mon-19.0.0-2114.ga9a752df.el7.x86_ 4.1 MB/s | 4.7 MB 00:01 2024-04-15T00:53:02.628 INFO:teuthology.orchestra.run.smithi088.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 633 kB/s | 253 kB 00:00 2024-04-15T00:53:02.779 INFO:teuthology.orchestra.run.smithi088.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 710 kB/s | 106 kB 00:00 2024-04-15T00:53:02.904 INFO:teuthology.orchestra.run.smithi088.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 1.1 MB/s | 135 kB 00:00 2024-04-15T00:53:02.996 INFO:teuthology.orchestra.run.smithi088.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 1.3 MB/s | 125 kB 00:00 2024-04-15T00:53:03.038 INFO:teuthology.orchestra.run.smithi088.stdout:(10/36): python3-cryptography-36.0.1-4.el9.x86_ 2.5 MB/s | 1.2 MB 00:00 2024-04-15T00:53:03.096 INFO:teuthology.orchestra.run.smithi088.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 2.1 MB/s | 215 kB 00:00 2024-04-15T00:53:03.122 INFO:teuthology.orchestra.run.smithi088.stdout:(12/36): lua-5.4.4-4.el9.x86_64.rpm 2.2 MB/s | 188 kB 00:00 2024-04-15T00:53:03.180 INFO:teuthology.orchestra.run.smithi088.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 597 kB/s | 35 kB 00:00 2024-04-15T00:53:03.230 INFO:teuthology.orchestra.run.smithi088.stdout:(14/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.3 MB/s | 172 kB 00:00 2024-04-15T00:53:03.257 INFO:teuthology.orchestra.run.smithi088.stdout:(15/36): python3-pytz-2021.1-5.el9.noarch.rpm 679 kB/s | 51 kB 00:00 2024-04-15T00:53:03.289 INFO:teuthology.orchestra.run.smithi088.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 712 kB/s | 42 kB 00:00 2024-04-15T00:53:03.523 INFO:teuthology.orchestra.run.smithi088.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 83 kB/s | 22 kB 00:00 2024-04-15T00:53:03.740 INFO:teuthology.orchestra.run.smithi088.stdout:(18/36): ceph-osd-19.0.0-2114.ga9a752df.el7.x86 9.5 MB/s | 17 MB 00:01 2024-04-15T00:53:03.982 INFO:teuthology.orchestra.run.smithi088.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 218 kB/s | 151 kB 00:00 2024-04-15T00:53:04.207 INFO:teuthology.orchestra.run.smithi088.stdout:(20/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 64 kB/s | 43 kB 00:00 2024-04-15T00:53:04.231 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 5/6 2024-04-15T00:53:04.316 INFO:teuthology.orchestra.run.smithi088.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 99 kB/s | 11 kB 00:00 2024-04-15T00:53:04.318 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 6/6 2024-04-15T00:53:04.416 INFO:teuthology.orchestra.run.smithi088.stdout:(22/36): python3-jaraco-classes-3.2.1-5.el9.noa 177 kB/s | 18 kB 00:00 2024-04-15T00:53:04.450 INFO:teuthology.orchestra.run.smithi088.stdout:(23/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 251 kB/s | 172 kB 00:00 2024-04-15T00:53:04.483 INFO:teuthology.orchestra.run.smithi088.stdout:(24/36): python3-cherrypy-18.6.1-2.el9.noarch.r 716 kB/s | 358 kB 00:00 2024-04-15T00:53:04.509 INFO:teuthology.orchestra.run.smithi088.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 251 kB/s | 23 kB 00:00 2024-04-15T00:53:04.542 INFO:teuthology.orchestra.run.smithi088.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 211 kB/s | 19 kB 00:00 2024-04-15T00:53:04.576 INFO:teuthology.orchestra.run.smithi088.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 213 kB/s | 20 kB 00:00 2024-04-15T00:53:04.602 INFO:teuthology.orchestra.run.smithi088.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 502 kB/s | 46 kB 00:00 2024-04-15T00:53:04.693 INFO:teuthology.orchestra.run.smithi088.stdout:(29/36): python3-portend-3.1.0-2.el9.noarch.rpm 179 kB/s | 16 kB 00:00 2024-04-15T00:53:04.726 INFO:teuthology.orchestra.run.smithi088.stdout:(30/36): python3-more-itertools-8.12.0-2.el9.no 428 kB/s | 79 kB 00:00 2024-04-15T00:53:04.860 INFO:teuthology.orchestra.run.smithi088.stdout:(31/36): python3-tempora-5.0.0-2.el9.noarch.rpm 268 kB/s | 36 kB 00:00 2024-04-15T00:53:04.885 INFO:teuthology.orchestra.run.smithi088.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 468 kB/s | 90 kB 00:00 2024-04-15T00:53:05.010 INFO:teuthology.orchestra.run.smithi088.stdout:(33/36): python3-pecan-1.4.2-3.el9.noarch.rpm 627 kB/s | 272 kB 00:00 2024-04-15T00:53:05.111 INFO:teuthology.orchestra.run.smithi088.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 199 kB/s | 20 kB 00:00 2024-04-15T00:53:05.156 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 5/6 2024-04-15T00:53:05.211 INFO:teuthology.orchestra.run.smithi088.stdout:(35/36): python3-webob-1.8.7-6.el9.noarch.rpm 655 kB/s | 230 kB 00:00 2024-04-15T00:53:05.233 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 6/6 2024-04-15T00:53:05.461 INFO:teuthology.orchestra.run.smithi088.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 742 kB/s | 427 kB 00:00 2024-04-15T00:53:05.466 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:53:05.466 INFO:teuthology.orchestra.run.smithi088.stdout:Total 6.6 MB/s | 30 MB 00:04 2024-04-15T00:53:05.607 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-04-15T00:53:05.646 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-04-15T00:53:05.647 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-04-15T00:53:06.085 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-04-15T00:53:06.086 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-04-15T00:53:06.810 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 6/6 2024-04-15T00:53:06.810 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 1/6 2024-04-15T00:53:06.810 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 2/6 2024-04-15T00:53:06.810 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : jq-1.6-16.el9.x86_64 3/6 2024-04-15T00:53:06.810 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 4/6 2024-04-15T00:53:06.810 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 5/6 2024-04-15T00:53:07.165 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 6/6 2024-04-15T00:53:07.165 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:53:07.166 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-04-15T00:53:07.166 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:53:07.166 INFO:teuthology.orchestra.run.smithi138.stdout: jq-1.6-16.el9.x86_64 2024-04-15T00:53:07.166 INFO:teuthology.orchestra.run.smithi138.stdout: libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:53:07.166 INFO:teuthology.orchestra.run.smithi138.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-15T00:53:07.166 INFO:teuthology.orchestra.run.smithi138.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-15T00:53:07.166 INFO:teuthology.orchestra.run.smithi138.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-15T00:53:07.166 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:53:07.166 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-15T00:53:07.421 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-04-15T00:53:07.472 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-15T00:53:07.495 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph 2024-04-15T00:53:07.513 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-15T00:53:07.537 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 6/6 2024-04-15T00:53:07.537 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 1/6 2024-04-15T00:53:07.537 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 2/6 2024-04-15T00:53:07.537 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : jq-1.6-16.el9.x86_64 3/6 2024-04-15T00:53:07.537 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 4/6 2024-04-15T00:53:07.538 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 5/6 2024-04-15T00:53:07.541 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-15T00:53:07.612 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-15T00:53:07.656 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-15T00:53:07.689 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-15T00:53:07.783 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-15T00:53:07.869 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-15T00:53:07.909 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-15T00:53:07.944 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-15T00:53:07.969 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 6/6 2024-04-15T00:53:07.969 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:53:07.969 INFO:teuthology.orchestra.run.smithi038.stdout:Installed: 2024-04-15T00:53:07.969 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:53:07.969 INFO:teuthology.orchestra.run.smithi038.stdout: jq-1.6-16.el9.x86_64 2024-04-15T00:53:07.969 INFO:teuthology.orchestra.run.smithi038.stdout: libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:53:07.969 INFO:teuthology.orchestra.run.smithi038.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-15T00:53:07.969 INFO:teuthology.orchestra.run.smithi038.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-15T00:53:07.970 INFO:teuthology.orchestra.run.smithi038.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-15T00:53:07.970 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:53:07.970 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2024-04-15T00:53:07.974 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-15T00:53:08.008 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-15T00:53:08.041 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-15T00:53:08.081 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-15T00:53:08.093 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:00:45 ago on Mon 15 Apr 2024 12:52:23 AM UTC. 2024-04-15T00:53:08.117 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-15T00:53:08.151 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-15T00:53:08.189 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-15T00:53:08.263 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-15T00:53:08.271 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum -y install ceph 2024-04-15T00:53:08.384 INFO:teuthology.orchestra.run.smithi138.stderr:Modular dependency problems: 2024-04-15T00:53:08.384 INFO:teuthology.orchestra.run.smithi138.stderr: 2024-04-15T00:53:08.384 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 1: conflicting requests 2024-04-15T00:53:08.384 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.384 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 2: conflicting requests 2024-04-15T00:53:08.384 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.384 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 3: conflicting requests 2024-04-15T00:53:08.384 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.384 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 4: conflicting requests 2024-04-15T00:53:08.384 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.384 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 5: conflicting requests 2024-04-15T00:53:08.385 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.385 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 6: conflicting requests 2024-04-15T00:53:08.385 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.385 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 7: conflicting requests 2024-04-15T00:53:08.385 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.385 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 8: conflicting requests 2024-04-15T00:53:08.385 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.385 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 9: conflicting requests 2024-04-15T00:53:08.385 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.385 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 10: conflicting requests 2024-04-15T00:53:08.385 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.385 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 11: conflicting requests 2024-04-15T00:53:08.385 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.385 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 12: conflicting requests 2024-04-15T00:53:08.385 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.386 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 13: conflicting requests 2024-04-15T00:53:08.386 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.386 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 14: conflicting requests 2024-04-15T00:53:08.386 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.386 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 15: conflicting requests 2024-04-15T00:53:08.386 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.386 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 16: conflicting requests 2024-04-15T00:53:08.386 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.386 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 17: conflicting requests 2024-04-15T00:53:08.386 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.386 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 18: conflicting requests 2024-04-15T00:53:08.386 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.386 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 19: conflicting requests 2024-04-15T00:53:08.386 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.387 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 20: conflicting requests 2024-04-15T00:53:08.387 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.387 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 21: conflicting requests 2024-04-15T00:53:08.387 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.387 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 22: conflicting requests 2024-04-15T00:53:08.387 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.387 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 23: conflicting requests 2024-04-15T00:53:08.387 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.387 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 24: conflicting requests 2024-04-15T00:53:08.387 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.387 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 25: conflicting requests 2024-04-15T00:53:08.387 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.387 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 26: conflicting requests 2024-04-15T00:53:08.387 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.387 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 27: conflicting requests 2024-04-15T00:53:08.388 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.388 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 28: conflicting requests 2024-04-15T00:53:08.388 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.388 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 29: conflicting requests 2024-04-15T00:53:08.388 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.388 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 30: conflicting requests 2024-04-15T00:53:08.388 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.388 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 31: conflicting requests 2024-04-15T00:53:08.388 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.388 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 32: conflicting requests 2024-04-15T00:53:08.388 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.388 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 33: conflicting requests 2024-04-15T00:53:08.388 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.388 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 34: conflicting requests 2024-04-15T00:53:08.389 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.389 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 35: conflicting requests 2024-04-15T00:53:08.389 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.389 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 36: conflicting requests 2024-04-15T00:53:08.389 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.389 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 37: conflicting requests 2024-04-15T00:53:08.389 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.389 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.389 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.389 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:53:08.389 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.389 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.389 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.389 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.389 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 39: conflicting requests 2024-04-15T00:53:08.390 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.390 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.390 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.390 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.390 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.390 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.390 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:53:08.390 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.390 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.390 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.390 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.390 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:53:08.391 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.391 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.391 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.391 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.391 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:53:08.391 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.391 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.391 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.391 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.391 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:53:08.392 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.392 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.392 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.392 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.392 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:53:08.392 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.392 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.392 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.392 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.392 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:53:08.392 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.392 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.392 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.393 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:53:08.397 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-15T00:53:08.456 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-15T00:53:08.458 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:53:08.458 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2024-04-15T00:53:08.459 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:53:08.459 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-04-15T00:53:08.459 INFO:teuthology.orchestra.run.smithi138.stdout: ceph x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 6.6 k 2024-04-15T00:53:08.459 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2024-04-15T00:53:08.459 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mds x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 2.4 M 2024-04-15T00:53:08.459 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 1.5 M 2024-04-15T00:53:08.459 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 248 k 2024-04-15T00:53:08.459 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mon x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 4.7 M 2024-04-15T00:53:08.459 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-osd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 17 M 2024-04-15T00:53:08.459 INFO:teuthology.orchestra.run.smithi138.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-15T00:53:08.459 INFO:teuthology.orchestra.run.smithi138.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-15T00:53:08.459 INFO:teuthology.orchestra.run.smithi138.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-15T00:53:08.459 INFO:teuthology.orchestra.run.smithi138.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-15T00:53:08.459 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-15T00:53:08.460 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-15T00:53:08.460 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-15T00:53:08.460 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-15T00:53:08.460 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-15T00:53:08.460 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-15T00:53:08.460 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-collections 2024-04-15T00:53:08.460 INFO:teuthology.orchestra.run.smithi138.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-15T00:53:08.460 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-15T00:53:08.460 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-15T00:53:08.460 INFO:teuthology.orchestra.run.smithi138.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-15T00:53:08.460 INFO:teuthology.orchestra.run.smithi138.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-15T00:53:08.460 INFO:teuthology.orchestra.run.smithi138.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-15T00:53:08.460 INFO:teuthology.orchestra.run.smithi138.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-15T00:53:08.460 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-15T00:53:08.461 INFO:teuthology.orchestra.run.smithi138.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-15T00:53:08.461 INFO:teuthology.orchestra.run.smithi138.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-15T00:53:08.461 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-15T00:53:08.461 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-15T00:53:08.461 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-15T00:53:08.461 INFO:teuthology.orchestra.run.smithi138.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-15T00:53:08.461 INFO:teuthology.orchestra.run.smithi138.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-15T00:53:08.461 INFO:teuthology.orchestra.run.smithi138.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-15T00:53:08.461 INFO:teuthology.orchestra.run.smithi138.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-15T00:53:08.461 INFO:teuthology.orchestra.run.smithi138.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-15T00:53:08.461 INFO:teuthology.orchestra.run.smithi138.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-15T00:53:08.461 INFO:teuthology.orchestra.run.smithi138.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-15T00:53:08.461 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:53:08.461 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-04-15T00:53:08.462 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:53:08.462 INFO:teuthology.orchestra.run.smithi138.stdout:Install 36 Packages 2024-04-15T00:53:08.462 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:53:08.462 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 30 M 2024-04-15T00:53:08.462 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 107 M 2024-04-15T00:53:08.462 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-04-15T00:53:08.489 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-15T00:53:08.543 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-15T00:53:08.581 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-15T00:53:08.638 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-15T00:53:08.696 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-15T00:53:08.876 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:00:55 ago on Mon 15 Apr 2024 12:52:13 AM UTC. 2024-04-15T00:53:08.877 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-15T00:53:08.926 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-15T00:53:09.003 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-15T00:53:09.094 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-15T00:53:09.138 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-15T00:53:09.180 INFO:teuthology.orchestra.run.smithi038.stderr:Modular dependency problems: 2024-04-15T00:53:09.180 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-04-15T00:53:09.181 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 1: conflicting requests 2024-04-15T00:53:09.181 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.181 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 2: conflicting requests 2024-04-15T00:53:09.181 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.181 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 3: conflicting requests 2024-04-15T00:53:09.181 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.181 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 4: conflicting requests 2024-04-15T00:53:09.181 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.181 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 5: conflicting requests 2024-04-15T00:53:09.181 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.181 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 6: conflicting requests 2024-04-15T00:53:09.181 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.181 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 7: conflicting requests 2024-04-15T00:53:09.181 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.182 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 8: conflicting requests 2024-04-15T00:53:09.182 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.182 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 9: conflicting requests 2024-04-15T00:53:09.182 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.182 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 10: conflicting requests 2024-04-15T00:53:09.182 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.182 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 11: conflicting requests 2024-04-15T00:53:09.182 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.182 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 12: conflicting requests 2024-04-15T00:53:09.182 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.182 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 13: conflicting requests 2024-04-15T00:53:09.182 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.182 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 14: conflicting requests 2024-04-15T00:53:09.182 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.183 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 15: conflicting requests 2024-04-15T00:53:09.183 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.183 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 16: conflicting requests 2024-04-15T00:53:09.183 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.183 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 17: conflicting requests 2024-04-15T00:53:09.183 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.183 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 18: conflicting requests 2024-04-15T00:53:09.183 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.183 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 19: conflicting requests 2024-04-15T00:53:09.183 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.183 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 20: conflicting requests 2024-04-15T00:53:09.183 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.183 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 21: conflicting requests 2024-04-15T00:53:09.183 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.184 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 22: conflicting requests 2024-04-15T00:53:09.184 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.184 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 23: conflicting requests 2024-04-15T00:53:09.184 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.184 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 24: conflicting requests 2024-04-15T00:53:09.184 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.184 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 25: conflicting requests 2024-04-15T00:53:09.184 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.184 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 26: conflicting requests 2024-04-15T00:53:09.184 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.184 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 27: conflicting requests 2024-04-15T00:53:09.184 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.184 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 28: conflicting requests 2024-04-15T00:53:09.184 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.184 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 29: conflicting requests 2024-04-15T00:53:09.185 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.185 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 30: conflicting requests 2024-04-15T00:53:09.185 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.185 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 31: conflicting requests 2024-04-15T00:53:09.185 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.185 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 32: conflicting requests 2024-04-15T00:53:09.185 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.185 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 33: conflicting requests 2024-04-15T00:53:09.185 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.185 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 34: conflicting requests 2024-04-15T00:53:09.185 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.185 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 35: conflicting requests 2024-04-15T00:53:09.185 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.185 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 36: conflicting requests 2024-04-15T00:53:09.186 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.186 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 37: conflicting requests 2024-04-15T00:53:09.186 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.186 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.186 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.186 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:53:09.186 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.186 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.186 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.186 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.186 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 39: conflicting requests 2024-04-15T00:53:09.186 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.186 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.186 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.187 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.187 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.187 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.187 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:53:09.187 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.187 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.187 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.187 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.187 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:53:09.187 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.187 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.187 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.187 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.187 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:53:09.188 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.188 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.188 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.188 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.188 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:53:09.188 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.188 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.188 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.188 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.188 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:53:09.188 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.189 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.189 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.189 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.189 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:53:09.189 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.189 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.189 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.189 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:53:09.257 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-15T00:53:09.269 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2024-04-15T00:53:09.271 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:53:09.272 INFO:teuthology.orchestra.run.smithi038.stdout: Package Arch Version Repository Size 2024-04-15T00:53:09.272 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:53:09.272 INFO:teuthology.orchestra.run.smithi038.stdout:Installing: 2024-04-15T00:53:09.272 INFO:teuthology.orchestra.run.smithi038.stdout: ceph x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 6.6 k 2024-04-15T00:53:09.272 INFO:teuthology.orchestra.run.smithi038.stdout:Installing dependencies: 2024-04-15T00:53:09.272 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-mds x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 2.4 M 2024-04-15T00:53:09.272 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-mgr x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 1.5 M 2024-04-15T00:53:09.273 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 248 k 2024-04-15T00:53:09.273 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-mon x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 4.7 M 2024-04-15T00:53:09.273 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-osd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 17 M 2024-04-15T00:53:09.273 INFO:teuthology.orchestra.run.smithi038.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-15T00:53:09.273 INFO:teuthology.orchestra.run.smithi038.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-15T00:53:09.274 INFO:teuthology.orchestra.run.smithi038.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-15T00:53:09.274 INFO:teuthology.orchestra.run.smithi038.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-15T00:53:09.274 INFO:teuthology.orchestra.run.smithi038.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-15T00:53:09.274 INFO:teuthology.orchestra.run.smithi038.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-15T00:53:09.274 INFO:teuthology.orchestra.run.smithi038.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-15T00:53:09.274 INFO:teuthology.orchestra.run.smithi038.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-15T00:53:09.274 INFO:teuthology.orchestra.run.smithi038.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-15T00:53:09.275 INFO:teuthology.orchestra.run.smithi038.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-15T00:53:09.275 INFO:teuthology.orchestra.run.smithi038.stdout: python3-jaraco-collections 2024-04-15T00:53:09.275 INFO:teuthology.orchestra.run.smithi038.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-15T00:53:09.275 INFO:teuthology.orchestra.run.smithi038.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-15T00:53:09.275 INFO:teuthology.orchestra.run.smithi038.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-15T00:53:09.275 INFO:teuthology.orchestra.run.smithi038.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-15T00:53:09.275 INFO:teuthology.orchestra.run.smithi038.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-15T00:53:09.275 INFO:teuthology.orchestra.run.smithi038.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-15T00:53:09.275 INFO:teuthology.orchestra.run.smithi038.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-15T00:53:09.275 INFO:teuthology.orchestra.run.smithi038.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-15T00:53:09.276 INFO:teuthology.orchestra.run.smithi038.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-15T00:53:09.276 INFO:teuthology.orchestra.run.smithi038.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-15T00:53:09.276 INFO:teuthology.orchestra.run.smithi038.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-15T00:53:09.276 INFO:teuthology.orchestra.run.smithi038.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-15T00:53:09.276 INFO:teuthology.orchestra.run.smithi038.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-15T00:53:09.276 INFO:teuthology.orchestra.run.smithi038.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-15T00:53:09.276 INFO:teuthology.orchestra.run.smithi038.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-15T00:53:09.276 INFO:teuthology.orchestra.run.smithi038.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-15T00:53:09.276 INFO:teuthology.orchestra.run.smithi038.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-15T00:53:09.276 INFO:teuthology.orchestra.run.smithi038.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-15T00:53:09.276 INFO:teuthology.orchestra.run.smithi038.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-15T00:53:09.277 INFO:teuthology.orchestra.run.smithi038.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-15T00:53:09.277 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:53:09.277 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction Summary 2024-04-15T00:53:09.277 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:53:09.277 INFO:teuthology.orchestra.run.smithi038.stdout:Install 36 Packages 2024-04-15T00:53:09.277 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:53:09.278 INFO:teuthology.orchestra.run.smithi038.stdout:Total download size: 30 M 2024-04-15T00:53:09.278 INFO:teuthology.orchestra.run.smithi038.stdout:Installed size: 107 M 2024-04-15T00:53:09.278 INFO:teuthology.orchestra.run.smithi038.stdout:Downloading Packages: 2024-04-15T00:53:09.388 INFO:teuthology.orchestra.run.smithi138.stdout:(1/36): ceph-19.0.0-2114.ga9a752df.el7.x86_64.r 38 kB/s | 6.6 kB 00:00 2024-04-15T00:53:09.423 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7. 31/36 2024-04-15T00:53:09.452 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 32/36 2024-04-15T00:53:09.478 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 32/36 2024-04-15T00:53:09.478 INFO:teuthology.orchestra.run.smithi088.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T00:53:09.478 INFO:teuthology.orchestra.run.smithi088.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-15T00:53:09.478 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-15T00:53:09.479 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-15T00:53:09.479 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:53:09.738 INFO:teuthology.orchestra.run.smithi138.stdout:(2/36): ceph-mgr-19.0.0-2114.ga9a752df.el7.x86_ 2.9 MB/s | 1.5 MB 00:00 2024-04-15T00:53:09.830 INFO:teuthology.orchestra.run.smithi138.stdout:(3/36): ceph-mds-19.0.0-2114.ga9a752df.el7.x86_ 3.8 MB/s | 2.4 MB 00:00 2024-04-15T00:53:09.897 INFO:teuthology.orchestra.run.smithi138.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2114.ga9a7 3.6 MB/s | 248 kB 00:00 2024-04-15T00:53:10.107 INFO:teuthology.orchestra.run.smithi038.stdout:(1/36): ceph-19.0.0-2114.ga9a752df.el7.x86_64.r 38 kB/s | 6.6 kB 00:00 2024-04-15T00:53:10.122 INFO:teuthology.orchestra.run.smithi138.stdout:(5/36): ceph-mon-19.0.0-2114.ga9a752df.el7.x86_ 6.4 MB/s | 4.7 MB 00:00 2024-04-15T00:53:10.306 INFO:teuthology.orchestra.run.smithi138.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 619 kB/s | 253 kB 00:00 2024-04-15T00:53:10.357 INFO:teuthology.orchestra.run.smithi038.stdout:(2/36): ceph-mgr-19.0.0-2114.ga9a752df.el7.x86_ 3.5 MB/s | 1.5 MB 00:00 2024-04-15T00:53:10.631 INFO:teuthology.orchestra.run.smithi138.stdout:(7/36): python3-cryptography-36.0.1-4.el9.x86_6 2.4 MB/s | 1.2 MB 00:00 2024-04-15T00:53:10.657 INFO:teuthology.orchestra.run.smithi138.stdout:(8/36): python3-ply-3.11-14.el9.noarch.rpm 304 kB/s | 106 kB 00:00 2024-04-15T00:53:10.832 INFO:teuthology.orchestra.run.smithi038.stdout:(3/36): ceph-mon-19.0.0-2114.ga9a752df.el7.x86_ 6.5 MB/s | 4.7 MB 00:00 2024-04-15T00:53:10.919 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 33/36 2024-04-15T00:53:10.924 INFO:teuthology.orchestra.run.smithi038.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2114.ga9a7 2.6 MB/s | 248 kB 00:00 2024-04-15T00:53:10.949 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 33/36 2024-04-15T00:53:10.950 INFO:teuthology.orchestra.run.smithi088.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T00:53:10.950 INFO:teuthology.orchestra.run.smithi088.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-15T00:53:10.950 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-15T00:53:10.950 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-15T00:53:10.950 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:53:10.965 INFO:teuthology.orchestra.run.smithi138.stdout:(9/36): python3-pycparser-2.20-6.el9.noarch.rpm 405 kB/s | 135 kB 00:00 2024-04-15T00:53:11.016 INFO:teuthology.orchestra.run.smithi038.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 2.7 MB/s | 253 kB 00:00 2024-04-15T00:53:11.066 INFO:teuthology.orchestra.run.smithi138.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 305 kB/s | 125 kB 00:00 2024-04-15T00:53:11.116 INFO:teuthology.orchestra.run.smithi038.stdout:(6/36): python3-cryptography-36.0.1-4.el9.x86_6 12 MB/s | 1.2 MB 00:00 2024-04-15T00:53:11.166 INFO:teuthology.orchestra.run.smithi038.stdout:(7/36): ceph-mds-19.0.0-2114.ga9a752df.el7.x86_ 1.9 MB/s | 2.4 MB 00:01 2024-04-15T00:53:11.208 INFO:teuthology.orchestra.run.smithi038.stdout:(8/36): python3-ply-3.11-14.el9.noarch.rpm 1.1 MB/s | 106 kB 00:00 2024-04-15T00:53:11.250 INFO:teuthology.orchestra.run.smithi038.stdout:(9/36): python3-pycparser-2.20-6.el9.noarch.rpm 1.6 MB/s | 135 kB 00:00 2024-04-15T00:53:11.284 INFO:teuthology.orchestra.run.smithi038.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 1.6 MB/s | 125 kB 00:00 2024-04-15T00:53:11.334 INFO:teuthology.orchestra.run.smithi038.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 2.5 MB/s | 215 kB 00:00 2024-04-15T00:53:11.374 INFO:teuthology.orchestra.run.smithi138.stdout:(11/36): ceph-osd-19.0.0-2114.ga9a752df.el7.x86 10 MB/s | 17 MB 00:01 2024-04-15T00:53:11.395 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 34/36 2024-04-15T00:53:11.400 INFO:teuthology.orchestra.run.smithi138.stdout:(12/36): lua-5.4.4-4.el9.x86_64.rpm 565 kB/s | 188 kB 00:00 2024-04-15T00:53:11.419 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 34/36 2024-04-15T00:53:11.419 INFO:teuthology.orchestra.run.smithi088.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T00:53:11.419 INFO:teuthology.orchestra.run.smithi088.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-15T00:53:11.419 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-15T00:53:11.419 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-15T00:53:11.419 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:53:11.450 INFO:teuthology.orchestra.run.smithi138.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 698 kB/s | 35 kB 00:00 2024-04-15T00:53:11.509 INFO:teuthology.orchestra.run.smithi138.stdout:(14/36): python3-pytz-2021.1-5.el9.noarch.rpm 873 kB/s | 51 kB 00:00 2024-04-15T00:53:11.534 INFO:teuthology.orchestra.run.smithi138.stdout:(15/36): python3-urllib3-1.26.5-5.el9.noarch.rp 378 kB/s | 215 kB 00:00 2024-04-15T00:53:11.568 INFO:teuthology.orchestra.run.smithi138.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 710 kB/s | 42 kB 00:00 2024-04-15T00:53:11.593 INFO:teuthology.orchestra.run.smithi138.stdout:(17/36): python3-mako-1.1.4-6.el9.noarch.rpm 790 kB/s | 172 kB 00:00 2024-04-15T00:53:11.635 INFO:teuthology.orchestra.run.smithi138.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 221 kB/s | 22 kB 00:00 2024-04-15T00:53:11.646 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 35/36 2024-04-15T00:53:11.669 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 35/36 2024-04-15T00:53:11.669 INFO:teuthology.orchestra.run.smithi088.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T00:53:11.670 INFO:teuthology.orchestra.run.smithi088.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-15T00:53:11.670 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-15T00:53:11.670 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-15T00:53:11.670 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:53:11.709 INFO:teuthology.orchestra.run.smithi038.stdout:(12/36): ceph-osd-19.0.0-2114.ga9a752df.el7.x86 12 MB/s | 17 MB 00:01 2024-04-15T00:53:11.736 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 36/36 2024-04-15T00:53:11.935 INFO:teuthology.orchestra.run.smithi138.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 127 kB/s | 43 kB 00:00 2024-04-15T00:53:12.061 INFO:teuthology.orchestra.run.smithi138.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 404 kB/s | 172 kB 00:00 2024-04-15T00:53:12.103 INFO:teuthology.orchestra.run.smithi138.stdout:(21/36): luarocks-3.9.2-1.el9.noarch.rpm 282 kB/s | 151 kB 00:00 2024-04-15T00:53:12.245 INFO:teuthology.orchestra.run.smithi138.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 58 kB/s | 11 kB 00:00 2024-04-15T00:53:12.251 INFO:teuthology.orchestra.run.smithi038.stdout:(13/36): lua-5.4.4-4.el9.x86_64.rpm 195 kB/s | 188 kB 00:00 2024-04-15T00:53:12.310 INFO:teuthology.orchestra.run.smithi038.stdout:(14/36): python3-mako-1.1.4-6.el9.noarch.rpm 176 kB/s | 172 kB 00:00 2024-04-15T00:53:12.335 INFO:teuthology.orchestra.run.smithi038.stdout:(15/36): python3-markupsafe-1.1.1-12.el9.x86_64 58 kB/s | 35 kB 00:00 2024-04-15T00:53:12.370 INFO:teuthology.orchestra.run.smithi138.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 66 kB/s | 18 kB 00:00 2024-04-15T00:53:12.419 INFO:teuthology.orchestra.run.smithi038.stdout:(16/36): lua-devel-5.4.4-4.el9.x86_64.rpm 268 kB/s | 22 kB 00:00 2024-04-15T00:53:12.445 INFO:teuthology.orchestra.run.smithi138.stdout:(24/36): python3-cherrypy-18.6.1-2.el9.noarch.r 703 kB/s | 358 kB 00:00 2024-04-15T00:53:12.504 INFO:teuthology.orchestra.run.smithi138.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 89 kB/s | 23 kB 00:00 2024-04-15T00:53:12.638 INFO:teuthology.orchestra.run.smithi138.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 73 kB/s | 19 kB 00:00 2024-04-15T00:53:12.702 INFO:teuthology.orchestra.run.smithi038.stdout:(17/36): luarocks-3.9.2-1.el9.noarch.rpm 534 kB/s | 151 kB 00:00 2024-04-15T00:53:12.713 INFO:teuthology.orchestra.run.smithi138.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 73 kB/s | 20 kB 00:00 2024-04-15T00:53:12.761 INFO:teuthology.orchestra.run.smithi038.stdout:(18/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 744 kB/s | 43 kB 00:00 2024-04-15T00:53:12.847 INFO:teuthology.orchestra.run.smithi138.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 135 kB/s | 46 kB 00:00 2024-04-15T00:53:12.869 INFO:teuthology.orchestra.run.smithi038.stdout:(19/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.5 MB/s | 172 kB 00:00 2024-04-15T00:53:12.912 INFO:teuthology.orchestra.run.smithi038.stdout:(20/36): python3-pytz-2021.1-5.el9.noarch.rpm 77 kB/s | 51 kB 00:00 2024-04-15T00:53:12.928 INFO:teuthology.orchestra.run.smithi038.stdout:(21/36): python3-toml-0.10.2-6.el9.noarch.rpm 67 kB/s | 42 kB 00:00 2024-04-15T00:53:12.979 INFO:teuthology.orchestra.run.smithi038.stdout:(22/36): python3-cherrypy-18.6.1-2.el9.noarch.r 3.2 MB/s | 358 kB 00:00 2024-04-15T00:53:12.981 INFO:teuthology.orchestra.run.smithi138.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 230 kB/s | 79 kB 00:00 2024-04-15T00:53:13.037 INFO:teuthology.orchestra.run.smithi038.stdout:(23/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 86 kB/s | 11 kB 00:00 2024-04-15T00:53:13.063 INFO:teuthology.orchestra.run.smithi038.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 277 kB/s | 23 kB 00:00 2024-04-15T00:53:13.104 INFO:teuthology.orchestra.run.smithi038.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 291 kB/s | 19 kB 00:00 2024-04-15T00:53:13.114 INFO:teuthology.orchestra.run.smithi138.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 61 kB/s | 16 kB 00:00 2024-04-15T00:53:13.130 INFO:teuthology.orchestra.run.smithi038.stdout:(26/36): python3-jaraco-classes-3.2.1-5.el9.noa 88 kB/s | 18 kB 00:00 2024-04-15T00:53:13.155 INFO:teuthology.orchestra.run.smithi038.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 214 kB/s | 20 kB 00:00 2024-04-15T00:53:13.180 INFO:teuthology.orchestra.run.smithi038.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 613 kB/s | 46 kB 00:00 2024-04-15T00:53:13.240 INFO:teuthology.orchestra.run.smithi138.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 518 kB/s | 272 kB 00:00 2024-04-15T00:53:13.247 INFO:teuthology.orchestra.run.smithi038.stdout:(29/36): python3-portend-3.1.0-2.el9.noarch.rpm 246 kB/s | 16 kB 00:00 2024-04-15T00:53:13.281 INFO:teuthology.orchestra.run.smithi038.stdout:(30/36): python3-more-itertools-8.12.0-2.el9.no 523 kB/s | 79 kB 00:00 2024-04-15T00:53:13.315 INFO:teuthology.orchestra.run.smithi038.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.3 MB/s | 90 kB 00:00 2024-04-15T00:53:13.348 INFO:teuthology.orchestra.run.smithi038.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 534 kB/s | 36 kB 00:00 2024-04-15T00:53:13.382 INFO:teuthology.orchestra.run.smithi038.stdout:(33/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.2 MB/s | 272 kB 00:00 2024-04-15T00:53:13.390 INFO:teuthology.orchestra.run.smithi138.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 130 kB/s | 36 kB 00:00 2024-04-15T00:53:13.407 INFO:teuthology.orchestra.run.smithi138.stdout:(33/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 211 kB/s | 90 kB 00:00 2024-04-15T00:53:13.407 INFO:teuthology.orchestra.run.smithi038.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.4 MB/s | 230 kB 00:00 2024-04-15T00:53:13.440 INFO:teuthology.orchestra.run.smithi038.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 341 kB/s | 20 kB 00:00 2024-04-15T00:53:13.510 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 36/36 2024-04-15T00:53:13.510 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 1/36 2024-04-15T00:53:13.510 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 2/36 2024-04-15T00:53:13.510 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 3/36 2024-04-15T00:53:13.511 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 4/36 2024-04-15T00:53:13.511 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 5/36 2024-04-15T00:53:13.511 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7. 6/36 2024-04-15T00:53:13.511 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-15T00:53:13.511 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-15T00:53:13.511 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-15T00:53:13.511 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-15T00:53:13.511 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-15T00:53:13.511 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-15T00:53:13.511 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-15T00:53:13.511 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-15T00:53:13.511 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-15T00:53:13.512 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-15T00:53:13.512 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-15T00:53:13.512 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-15T00:53:13.512 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-15T00:53:13.512 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-15T00:53:13.512 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-15T00:53:13.512 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-15T00:53:13.512 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-15T00:53:13.512 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-15T00:53:13.512 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-15T00:53:13.512 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-15T00:53:13.512 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-15T00:53:13.512 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-15T00:53:13.512 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-15T00:53:13.512 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-15T00:53:13.513 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-15T00:53:13.513 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-15T00:53:13.513 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-15T00:53:13.513 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-15T00:53:13.513 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-15T00:53:13.515 INFO:teuthology.orchestra.run.smithi038.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.5 MB/s | 427 kB 00:00 2024-04-15T00:53:13.518 INFO:teuthology.orchestra.run.smithi038.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:53:13.518 INFO:teuthology.orchestra.run.smithi038.stdout:Total 7.1 MB/s | 30 MB 00:04 2024-04-15T00:53:13.662 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction check 2024-04-15T00:53:13.674 INFO:teuthology.orchestra.run.smithi138.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 75 kB/s | 20 kB 00:00 2024-04-15T00:53:13.705 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction check succeeded. 2024-04-15T00:53:13.705 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction test 2024-04-15T00:53:13.749 INFO:teuthology.orchestra.run.smithi138.stdout:(35/36): python3-webob-1.8.7-6.el9.noarch.rpm 451 kB/s | 230 kB 00:00 2024-04-15T00:53:13.974 INFO:teuthology.orchestra.run.smithi138.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 732 kB/s | 427 kB 00:00 2024-04-15T00:53:13.977 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:53:13.978 INFO:teuthology.orchestra.run.smithi138.stdout:Total 5.5 MB/s | 30 MB 00:05 2024-04-15T00:53:14.119 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-04-15T00:53:14.129 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction test succeeded. 2024-04-15T00:53:14.130 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction 2024-04-15T00:53:14.158 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-04-15T00:53:14.158 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-04-15T00:53:14.502 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-15T00:53:14.502 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:53:14.502 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-04-15T00:53:14.502 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:53:14.502 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:53:14.502 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:53:14.502 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T00:53:14.502 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:53:14.503 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:53:14.503 INFO:teuthology.orchestra.run.smithi088.stdout: lua-5.4.4-4.el9.x86_64 2024-04-15T00:53:14.503 INFO:teuthology.orchestra.run.smithi088.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-15T00:53:14.503 INFO:teuthology.orchestra.run.smithi088.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-15T00:53:14.503 INFO:teuthology.orchestra.run.smithi088.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-15T00:53:14.503 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-15T00:53:14.503 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-15T00:53:14.503 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-15T00:53:14.503 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-15T00:53:14.503 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-15T00:53:14.503 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-15T00:53:14.503 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-15T00:53:14.503 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-15T00:53:14.503 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-15T00:53:14.503 INFO:teuthology.orchestra.run.smithi088.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-15T00:53:14.504 INFO:teuthology.orchestra.run.smithi088.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-15T00:53:14.504 INFO:teuthology.orchestra.run.smithi088.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-15T00:53:14.504 INFO:teuthology.orchestra.run.smithi088.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-15T00:53:14.504 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-15T00:53:14.504 INFO:teuthology.orchestra.run.smithi088.stdout: python3-ply-3.11-14.el9.noarch 2024-04-15T00:53:14.504 INFO:teuthology.orchestra.run.smithi088.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-15T00:53:14.504 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-15T00:53:14.504 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-15T00:53:14.504 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-15T00:53:14.504 INFO:teuthology.orchestra.run.smithi088.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-15T00:53:14.504 INFO:teuthology.orchestra.run.smithi088.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-15T00:53:14.504 INFO:teuthology.orchestra.run.smithi088.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-15T00:53:14.504 INFO:teuthology.orchestra.run.smithi088.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-15T00:53:14.504 INFO:teuthology.orchestra.run.smithi088.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-15T00:53:14.504 INFO:teuthology.orchestra.run.smithi088.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-15T00:53:14.505 INFO:teuthology.orchestra.run.smithi088.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-15T00:53:14.505 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:53:14.505 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-04-15T00:53:14.566 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-04-15T00:53:14.566 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-04-15T00:53:14.874 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-base 2024-04-15T00:53:15.462 INFO:teuthology.orchestra.run.smithi038.stdout: Preparing : 1/1 2024-04-15T00:53:15.468 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:00 ago on Mon 15 Apr 2024 12:52:15 AM UTC. 2024-04-15T00:53:15.535 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-15T00:53:15.568 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-15T00:53:15.596 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-15T00:53:15.670 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-15T00:53:15.712 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-15T00:53:15.753 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-15T00:53:15.755 INFO:teuthology.orchestra.run.smithi088.stderr:Modular dependency problems: 2024-04-15T00:53:15.755 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-04-15T00:53:15.755 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 1: conflicting requests 2024-04-15T00:53:15.756 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.756 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 2: conflicting requests 2024-04-15T00:53:15.756 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.756 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 3: conflicting requests 2024-04-15T00:53:15.756 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.756 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 4: conflicting requests 2024-04-15T00:53:15.756 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.756 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 5: conflicting requests 2024-04-15T00:53:15.756 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.756 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 6: conflicting requests 2024-04-15T00:53:15.756 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.756 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 7: conflicting requests 2024-04-15T00:53:15.756 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.756 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 8: conflicting requests 2024-04-15T00:53:15.757 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.757 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 9: conflicting requests 2024-04-15T00:53:15.757 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.757 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 10: conflicting requests 2024-04-15T00:53:15.757 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.757 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 11: conflicting requests 2024-04-15T00:53:15.757 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.757 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 12: conflicting requests 2024-04-15T00:53:15.757 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.757 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 13: conflicting requests 2024-04-15T00:53:15.757 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.757 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 14: conflicting requests 2024-04-15T00:53:15.757 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.758 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 15: conflicting requests 2024-04-15T00:53:15.758 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.758 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 16: conflicting requests 2024-04-15T00:53:15.758 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.758 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 17: conflicting requests 2024-04-15T00:53:15.758 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.758 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 18: conflicting requests 2024-04-15T00:53:15.758 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.758 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 19: conflicting requests 2024-04-15T00:53:15.758 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.758 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 20: conflicting requests 2024-04-15T00:53:15.759 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.759 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 21: conflicting requests 2024-04-15T00:53:15.759 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.759 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 22: conflicting requests 2024-04-15T00:53:15.759 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.759 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 23: conflicting requests 2024-04-15T00:53:15.759 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.759 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 24: conflicting requests 2024-04-15T00:53:15.759 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.759 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 25: conflicting requests 2024-04-15T00:53:15.759 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.759 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 26: conflicting requests 2024-04-15T00:53:15.759 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.760 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 27: conflicting requests 2024-04-15T00:53:15.760 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.760 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 28: conflicting requests 2024-04-15T00:53:15.760 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.760 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 29: conflicting requests 2024-04-15T00:53:15.760 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.760 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 30: conflicting requests 2024-04-15T00:53:15.760 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.760 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 31: conflicting requests 2024-04-15T00:53:15.760 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.760 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 32: conflicting requests 2024-04-15T00:53:15.760 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.760 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 33: conflicting requests 2024-04-15T00:53:15.760 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.761 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 34: conflicting requests 2024-04-15T00:53:15.761 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.761 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 35: conflicting requests 2024-04-15T00:53:15.761 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.761 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 36: conflicting requests 2024-04-15T00:53:15.761 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.761 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 37: conflicting requests 2024-04-15T00:53:15.761 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.761 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.761 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.761 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:53:15.761 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.761 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.761 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.762 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.762 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 39: conflicting requests 2024-04-15T00:53:15.762 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.762 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.762 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.762 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.762 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.762 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.762 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:53:15.762 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.762 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.762 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.762 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.762 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:53:15.763 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.763 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.763 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.763 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.763 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:53:15.763 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.763 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.763 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.763 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.763 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:53:15.763 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.763 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.763 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.763 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.764 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:53:15.764 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.764 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.764 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.764 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.764 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:53:15.764 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.764 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.764 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.764 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:53:15.765 INFO:teuthology.orchestra.run.smithi088.stdout:Package ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T00:53:15.826 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-04-15T00:53:15.827 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2024-04-15T00:53:15.827 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-04-15T00:53:15.858 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-15T00:53:15.904 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install cephadm 2024-04-15T00:53:15.927 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-04-15T00:53:15.934 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-15T00:53:15.985 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-15T00:53:15.990 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-15T00:53:16.018 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-15T00:53:16.024 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-15T00:53:16.053 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-15T00:53:16.054 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-15T00:53:16.088 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-15T00:53:16.121 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-15T00:53:16.126 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-15T00:53:16.162 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-15T00:53:16.179 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-15T00:53:16.205 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-15T00:53:16.211 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-15T00:53:16.239 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-15T00:53:16.286 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-15T00:53:16.304 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-15T00:53:16.372 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-15T00:53:16.382 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-15T00:53:16.424 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-15T00:53:16.459 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-15T00:53:16.489 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-15T00:53:16.498 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:01 ago on Mon 15 Apr 2024 12:52:15 AM UTC. 2024-04-15T00:53:16.518 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-15T00:53:16.523 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-15T00:53:16.557 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-15T00:53:16.597 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-15T00:53:16.598 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-15T00:53:16.641 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-15T00:53:16.657 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-15T00:53:16.684 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-15T00:53:16.694 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-15T00:53:16.732 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-15T00:53:16.785 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-15T00:53:16.793 INFO:teuthology.orchestra.run.smithi088.stderr:Modular dependency problems: 2024-04-15T00:53:16.793 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-04-15T00:53:16.793 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 1: conflicting requests 2024-04-15T00:53:16.793 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.793 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 2: conflicting requests 2024-04-15T00:53:16.793 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.793 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 3: conflicting requests 2024-04-15T00:53:16.793 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.793 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 4: conflicting requests 2024-04-15T00:53:16.794 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.794 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 5: conflicting requests 2024-04-15T00:53:16.794 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.794 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 6: conflicting requests 2024-04-15T00:53:16.794 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.794 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 7: conflicting requests 2024-04-15T00:53:16.794 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.794 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 8: conflicting requests 2024-04-15T00:53:16.794 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.794 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 9: conflicting requests 2024-04-15T00:53:16.794 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.795 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 10: conflicting requests 2024-04-15T00:53:16.795 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.795 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 11: conflicting requests 2024-04-15T00:53:16.795 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.795 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 12: conflicting requests 2024-04-15T00:53:16.795 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.795 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 13: conflicting requests 2024-04-15T00:53:16.795 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.795 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 14: conflicting requests 2024-04-15T00:53:16.795 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.795 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 15: conflicting requests 2024-04-15T00:53:16.796 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.796 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 16: conflicting requests 2024-04-15T00:53:16.796 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.796 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 17: conflicting requests 2024-04-15T00:53:16.796 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.796 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 18: conflicting requests 2024-04-15T00:53:16.796 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.796 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 19: conflicting requests 2024-04-15T00:53:16.796 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.796 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 20: conflicting requests 2024-04-15T00:53:16.796 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.797 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 21: conflicting requests 2024-04-15T00:53:16.797 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.797 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 22: conflicting requests 2024-04-15T00:53:16.797 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.797 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 23: conflicting requests 2024-04-15T00:53:16.797 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.797 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 24: conflicting requests 2024-04-15T00:53:16.797 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.797 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 25: conflicting requests 2024-04-15T00:53:16.797 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.797 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 26: conflicting requests 2024-04-15T00:53:16.797 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.797 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 27: conflicting requests 2024-04-15T00:53:16.798 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.798 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 28: conflicting requests 2024-04-15T00:53:16.798 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.798 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 29: conflicting requests 2024-04-15T00:53:16.798 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.798 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 30: conflicting requests 2024-04-15T00:53:16.798 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.798 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 31: conflicting requests 2024-04-15T00:53:16.798 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.798 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 32: conflicting requests 2024-04-15T00:53:16.798 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.798 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 33: conflicting requests 2024-04-15T00:53:16.799 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.799 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 34: conflicting requests 2024-04-15T00:53:16.799 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.799 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 35: conflicting requests 2024-04-15T00:53:16.799 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.799 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 36: conflicting requests 2024-04-15T00:53:16.799 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.799 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 37: conflicting requests 2024-04-15T00:53:16.800 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.800 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.800 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.800 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:53:16.800 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.800 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.800 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.800 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.801 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 39: conflicting requests 2024-04-15T00:53:16.801 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.801 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.801 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.801 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.801 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.801 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.801 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:53:16.801 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.801 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.801 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.801 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.801 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:53:16.802 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.802 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.802 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.802 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.802 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:53:16.802 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.802 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.802 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.802 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.802 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:53:16.802 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.802 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.802 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.803 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.803 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:53:16.803 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.803 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.803 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.803 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.803 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:53:16.803 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.803 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.803 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.803 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:53:16.812 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-15T00:53:16.852 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-15T00:53:16.861 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-04-15T00:53:16.862 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:53:16.862 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2024-04-15T00:53:16.862 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:53:16.862 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-04-15T00:53:16.862 INFO:teuthology.orchestra.run.smithi088.stdout: cephadm noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 749 k 2024-04-15T00:53:16.862 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:53:16.862 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-04-15T00:53:16.862 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:53:16.862 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2024-04-15T00:53:16.862 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:53:16.863 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 749 k 2024-04-15T00:53:16.863 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 755 k 2024-04-15T00:53:16.863 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-04-15T00:53:16.949 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-15T00:53:17.032 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-15T00:53:17.046 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-15T00:53:17.085 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-15T00:53:17.090 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-15T00:53:17.132 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-15T00:53:17.171 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-15T00:53:17.181 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-15T00:53:17.237 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-15T00:53:17.261 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-15T00:53:17.294 INFO:teuthology.orchestra.run.smithi088.stdout:cephadm-19.0.0-2114.ga9a752df.el7.noarch.rpm 1.7 MB/s | 749 kB 00:00 2024-04-15T00:53:17.294 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:53:17.294 INFO:teuthology.orchestra.run.smithi088.stdout:Total 1.7 MB/s | 749 kB 00:00 2024-04-15T00:53:17.295 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-04-15T00:53:17.299 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-04-15T00:53:17.300 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-04-15T00:53:17.304 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-15T00:53:17.305 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-04-15T00:53:17.305 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-04-15T00:53:17.376 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-04-15T00:53:17.423 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-15T00:53:17.428 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-15T00:53:17.470 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-15T00:53:17.540 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-15T00:53:17.598 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7. 31/36 2024-04-15T00:53:17.624 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 32/36 2024-04-15T00:53:17.630 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-15T00:53:17.649 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 32/36 2024-04-15T00:53:17.649 INFO:teuthology.orchestra.run.smithi038.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T00:53:17.649 INFO:teuthology.orchestra.run.smithi038.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-15T00:53:17.649 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-15T00:53:17.649 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-15T00:53:17.649 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:53:17.676 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-15T00:53:17.776 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T00:53:17.795 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-15T00:53:17.848 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T00:53:17.952 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7. 31/36 2024-04-15T00:53:17.982 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 32/36 2024-04-15T00:53:18.006 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 32/36 2024-04-15T00:53:18.007 INFO:teuthology.orchestra.run.smithi138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T00:53:18.007 INFO:teuthology.orchestra.run.smithi138.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-15T00:53:18.007 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-15T00:53:18.007 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-15T00:53:18.007 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:53:18.224 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T00:53:18.554 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T00:53:18.554 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:53:18.554 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-04-15T00:53:18.554 INFO:teuthology.orchestra.run.smithi088.stdout: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T00:53:18.554 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:53:18.554 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-04-15T00:53:18.779 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-immutable-object-cache 2024-04-15T00:53:19.166 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 33/36 2024-04-15T00:53:19.192 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 33/36 2024-04-15T00:53:19.192 INFO:teuthology.orchestra.run.smithi038.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T00:53:19.192 INFO:teuthology.orchestra.run.smithi038.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-15T00:53:19.192 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-15T00:53:19.192 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-15T00:53:19.193 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:53:19.384 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:04 ago on Mon 15 Apr 2024 12:52:15 AM UTC. 2024-04-15T00:53:19.509 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 33/36 2024-04-15T00:53:19.537 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 33/36 2024-04-15T00:53:19.538 INFO:teuthology.orchestra.run.smithi138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T00:53:19.538 INFO:teuthology.orchestra.run.smithi138.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-15T00:53:19.538 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-15T00:53:19.538 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-15T00:53:19.538 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:53:19.650 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 34/36 2024-04-15T00:53:19.673 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 34/36 2024-04-15T00:53:19.673 INFO:teuthology.orchestra.run.smithi038.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T00:53:19.674 INFO:teuthology.orchestra.run.smithi038.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-15T00:53:19.674 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-15T00:53:19.674 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-15T00:53:19.674 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:53:19.679 INFO:teuthology.orchestra.run.smithi088.stderr:Modular dependency problems: 2024-04-15T00:53:19.680 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-04-15T00:53:19.680 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 1: conflicting requests 2024-04-15T00:53:19.680 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.680 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 2: conflicting requests 2024-04-15T00:53:19.680 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.680 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 3: conflicting requests 2024-04-15T00:53:19.680 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.680 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 4: conflicting requests 2024-04-15T00:53:19.680 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.680 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 5: conflicting requests 2024-04-15T00:53:19.680 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.680 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 6: conflicting requests 2024-04-15T00:53:19.680 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.681 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 7: conflicting requests 2024-04-15T00:53:19.681 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.681 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 8: conflicting requests 2024-04-15T00:53:19.681 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.681 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 9: conflicting requests 2024-04-15T00:53:19.681 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.681 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 10: conflicting requests 2024-04-15T00:53:19.681 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.681 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 11: conflicting requests 2024-04-15T00:53:19.681 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.681 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 12: conflicting requests 2024-04-15T00:53:19.681 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.681 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 13: conflicting requests 2024-04-15T00:53:19.681 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.682 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 14: conflicting requests 2024-04-15T00:53:19.682 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.682 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 15: conflicting requests 2024-04-15T00:53:19.682 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.682 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 16: conflicting requests 2024-04-15T00:53:19.682 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.682 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 17: conflicting requests 2024-04-15T00:53:19.682 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.682 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 18: conflicting requests 2024-04-15T00:53:19.682 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.683 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 19: conflicting requests 2024-04-15T00:53:19.683 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.683 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 20: conflicting requests 2024-04-15T00:53:19.683 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.683 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 21: conflicting requests 2024-04-15T00:53:19.683 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.683 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 22: conflicting requests 2024-04-15T00:53:19.683 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.683 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 23: conflicting requests 2024-04-15T00:53:19.683 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.684 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 24: conflicting requests 2024-04-15T00:53:19.684 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.684 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 25: conflicting requests 2024-04-15T00:53:19.684 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.684 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 26: conflicting requests 2024-04-15T00:53:19.684 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.684 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 27: conflicting requests 2024-04-15T00:53:19.685 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.685 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 28: conflicting requests 2024-04-15T00:53:19.685 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.685 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 29: conflicting requests 2024-04-15T00:53:19.685 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.685 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 30: conflicting requests 2024-04-15T00:53:19.685 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.685 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 31: conflicting requests 2024-04-15T00:53:19.685 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.685 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 32: conflicting requests 2024-04-15T00:53:19.685 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.686 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 33: conflicting requests 2024-04-15T00:53:19.686 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.686 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 34: conflicting requests 2024-04-15T00:53:19.686 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.686 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 35: conflicting requests 2024-04-15T00:53:19.686 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.686 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 36: conflicting requests 2024-04-15T00:53:19.686 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.686 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 37: conflicting requests 2024-04-15T00:53:19.686 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.686 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.686 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.686 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:53:19.687 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.687 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.687 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.687 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.687 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 39: conflicting requests 2024-04-15T00:53:19.687 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.687 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.687 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.687 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.687 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.687 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.687 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:53:19.687 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.687 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.688 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.688 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.688 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:53:19.688 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.688 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.688 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.688 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.688 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:53:19.688 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.688 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.688 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.688 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.689 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:53:19.689 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.689 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.689 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.689 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.689 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:53:19.689 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.689 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.689 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.689 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.689 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:53:19.689 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.689 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.690 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.690 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:53:19.748 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-04-15T00:53:19.749 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:53:19.749 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repo Size 2024-04-15T00:53:19.749 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:53:19.749 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-04-15T00:53:19.749 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 145 k 2024-04-15T00:53:19.750 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:53:19.750 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-04-15T00:53:19.750 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:53:19.750 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2024-04-15T00:53:19.750 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:53:19.750 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 145 k 2024-04-15T00:53:19.750 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 435 k 2024-04-15T00:53:19.750 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-04-15T00:53:19.909 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 35/36 2024-04-15T00:53:19.932 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 35/36 2024-04-15T00:53:19.932 INFO:teuthology.orchestra.run.smithi038.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T00:53:19.932 INFO:teuthology.orchestra.run.smithi038.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-15T00:53:19.932 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-15T00:53:19.932 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-15T00:53:19.933 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:53:19.985 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 34/36 2024-04-15T00:53:20.000 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 36/36 2024-04-15T00:53:20.009 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 34/36 2024-04-15T00:53:20.009 INFO:teuthology.orchestra.run.smithi138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T00:53:20.009 INFO:teuthology.orchestra.run.smithi138.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-15T00:53:20.009 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-15T00:53:20.009 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-15T00:53:20.009 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:53:20.166 INFO:teuthology.orchestra.run.smithi088.stdout:ceph-immutable-object-cache-19.0.0-2114.ga9a752 348 kB/s | 145 kB 00:00 2024-04-15T00:53:20.166 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:53:20.167 INFO:teuthology.orchestra.run.smithi088.stdout:Total 347 kB/s | 145 kB 00:00 2024-04-15T00:53:20.167 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-04-15T00:53:20.174 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-04-15T00:53:20.174 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-04-15T00:53:20.228 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-04-15T00:53:20.229 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-04-15T00:53:20.235 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 35/36 2024-04-15T00:53:20.259 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 35/36 2024-04-15T00:53:20.259 INFO:teuthology.orchestra.run.smithi138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T00:53:20.259 INFO:teuthology.orchestra.run.smithi138.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-15T00:53:20.259 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-15T00:53:20.259 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-15T00:53:20.259 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:53:20.325 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 36/36 2024-04-15T00:53:20.373 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-04-15T00:53:20.433 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T00:53:20.458 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T00:53:20.458 INFO:teuthology.orchestra.run.smithi088.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T00:53:20.458 INFO:teuthology.orchestra.run.smithi088.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-15T00:53:20.458 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:53:21.513 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T00:53:21.513 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:53:21.513 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-04-15T00:53:21.513 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:53:21.513 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:53:21.513 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-04-15T00:53:21.792 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 36/36 2024-04-15T00:53:21.792 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 1/36 2024-04-15T00:53:21.792 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 2/36 2024-04-15T00:53:21.792 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 3/36 2024-04-15T00:53:21.792 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 4/36 2024-04-15T00:53:21.792 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 5/36 2024-04-15T00:53:21.792 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7. 6/36 2024-04-15T00:53:21.792 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-15T00:53:21.792 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-15T00:53:21.792 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-15T00:53:21.793 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-15T00:53:21.793 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-15T00:53:21.793 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-15T00:53:21.793 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-15T00:53:21.793 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-15T00:53:21.793 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-15T00:53:21.793 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-15T00:53:21.793 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-15T00:53:21.793 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-15T00:53:21.793 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-15T00:53:21.793 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-15T00:53:21.793 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-15T00:53:21.793 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-15T00:53:21.793 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-15T00:53:21.793 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-15T00:53:21.794 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-15T00:53:21.795 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-mgr 2024-04-15T00:53:21.796 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-15T00:53:21.796 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-15T00:53:21.796 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-15T00:53:21.796 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-15T00:53:21.797 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-15T00:53:21.797 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-15T00:53:21.797 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-15T00:53:21.797 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-15T00:53:21.797 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-15T00:53:21.797 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-15T00:53:22.112 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 36/36 2024-04-15T00:53:22.112 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 1/36 2024-04-15T00:53:22.112 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 2/36 2024-04-15T00:53:22.112 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 3/36 2024-04-15T00:53:22.112 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 4/36 2024-04-15T00:53:22.112 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 5/36 2024-04-15T00:53:22.112 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7. 6/36 2024-04-15T00:53:22.112 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-15T00:53:22.112 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-15T00:53:22.112 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-15T00:53:22.113 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-15T00:53:22.113 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-15T00:53:22.113 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-15T00:53:22.113 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-15T00:53:22.113 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-15T00:53:22.113 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-15T00:53:22.113 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-15T00:53:22.113 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-15T00:53:22.113 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-15T00:53:22.113 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-15T00:53:22.113 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-15T00:53:22.113 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-15T00:53:22.113 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-15T00:53:22.113 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-15T00:53:22.114 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-15T00:53:22.114 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-15T00:53:22.114 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-15T00:53:22.114 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-15T00:53:22.114 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-15T00:53:22.114 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-15T00:53:22.114 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-15T00:53:22.114 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-15T00:53:22.114 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-15T00:53:22.114 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-15T00:53:22.114 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-15T00:53:22.114 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-15T00:53:22.403 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:07 ago on Mon 15 Apr 2024 12:52:15 AM UTC. 2024-04-15T00:53:22.691 INFO:teuthology.orchestra.run.smithi088.stderr:Modular dependency problems: 2024-04-15T00:53:22.691 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-04-15T00:53:22.691 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 1: conflicting requests 2024-04-15T00:53:22.691 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.691 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 2: conflicting requests 2024-04-15T00:53:22.691 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.691 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 3: conflicting requests 2024-04-15T00:53:22.691 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.692 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 4: conflicting requests 2024-04-15T00:53:22.692 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.692 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 5: conflicting requests 2024-04-15T00:53:22.692 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.692 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 6: conflicting requests 2024-04-15T00:53:22.692 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.692 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 7: conflicting requests 2024-04-15T00:53:22.692 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.692 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 8: conflicting requests 2024-04-15T00:53:22.692 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.692 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 9: conflicting requests 2024-04-15T00:53:22.692 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.692 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 10: conflicting requests 2024-04-15T00:53:22.692 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.693 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 11: conflicting requests 2024-04-15T00:53:22.693 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.693 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 12: conflicting requests 2024-04-15T00:53:22.693 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.693 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 13: conflicting requests 2024-04-15T00:53:22.693 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.693 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 14: conflicting requests 2024-04-15T00:53:22.693 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.693 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 15: conflicting requests 2024-04-15T00:53:22.693 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.693 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 16: conflicting requests 2024-04-15T00:53:22.693 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.693 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 17: conflicting requests 2024-04-15T00:53:22.694 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.694 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 18: conflicting requests 2024-04-15T00:53:22.694 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.694 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 19: conflicting requests 2024-04-15T00:53:22.694 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.694 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 20: conflicting requests 2024-04-15T00:53:22.694 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.694 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 21: conflicting requests 2024-04-15T00:53:22.694 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.694 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 22: conflicting requests 2024-04-15T00:53:22.694 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.694 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 23: conflicting requests 2024-04-15T00:53:22.695 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.695 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 24: conflicting requests 2024-04-15T00:53:22.695 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.695 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 25: conflicting requests 2024-04-15T00:53:22.695 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.695 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 26: conflicting requests 2024-04-15T00:53:22.695 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.695 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 27: conflicting requests 2024-04-15T00:53:22.695 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.695 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 28: conflicting requests 2024-04-15T00:53:22.695 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.695 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 29: conflicting requests 2024-04-15T00:53:22.695 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.695 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 30: conflicting requests 2024-04-15T00:53:22.696 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.696 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 31: conflicting requests 2024-04-15T00:53:22.696 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.696 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 32: conflicting requests 2024-04-15T00:53:22.696 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.696 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 33: conflicting requests 2024-04-15T00:53:22.696 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.696 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 34: conflicting requests 2024-04-15T00:53:22.696 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.696 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 35: conflicting requests 2024-04-15T00:53:22.696 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.696 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 36: conflicting requests 2024-04-15T00:53:22.697 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.697 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 37: conflicting requests 2024-04-15T00:53:22.697 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.697 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.697 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.697 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:53:22.697 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.697 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.697 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.697 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.697 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 39: conflicting requests 2024-04-15T00:53:22.697 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.697 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.697 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.698 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.698 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.698 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.698 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:53:22.698 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.698 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.699 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.699 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.699 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:53:22.699 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.699 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.699 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.699 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.699 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:53:22.699 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.700 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.700 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.700 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.700 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:53:22.700 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.700 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.700 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.700 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.700 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:53:22.700 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.701 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.701 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.701 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.701 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:53:22.701 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.701 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.701 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.701 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:53:22.702 INFO:teuthology.orchestra.run.smithi088.stdout:Package ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T00:53:22.761 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-04-15T00:53:22.762 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2024-04-15T00:53:22.762 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-04-15T00:53:22.785 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-15T00:53:22.785 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:53:22.786 INFO:teuthology.orchestra.run.smithi038.stdout:Installed: 2024-04-15T00:53:22.786 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:53:22.786 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:53:22.786 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:53:22.786 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T00:53:22.786 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:53:22.786 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:53:22.787 INFO:teuthology.orchestra.run.smithi038.stdout: lua-5.4.4-4.el9.x86_64 2024-04-15T00:53:22.787 INFO:teuthology.orchestra.run.smithi038.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-15T00:53:22.787 INFO:teuthology.orchestra.run.smithi038.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-15T00:53:22.787 INFO:teuthology.orchestra.run.smithi038.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-15T00:53:22.787 INFO:teuthology.orchestra.run.smithi038.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-15T00:53:22.787 INFO:teuthology.orchestra.run.smithi038.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-15T00:53:22.787 INFO:teuthology.orchestra.run.smithi038.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-15T00:53:22.787 INFO:teuthology.orchestra.run.smithi038.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-15T00:53:22.787 INFO:teuthology.orchestra.run.smithi038.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-15T00:53:22.787 INFO:teuthology.orchestra.run.smithi038.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-15T00:53:22.787 INFO:teuthology.orchestra.run.smithi038.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-15T00:53:22.787 INFO:teuthology.orchestra.run.smithi038.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-15T00:53:22.788 INFO:teuthology.orchestra.run.smithi038.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-15T00:53:22.788 INFO:teuthology.orchestra.run.smithi038.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-15T00:53:22.788 INFO:teuthology.orchestra.run.smithi038.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-15T00:53:22.788 INFO:teuthology.orchestra.run.smithi038.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-15T00:53:22.788 INFO:teuthology.orchestra.run.smithi038.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-15T00:53:22.788 INFO:teuthology.orchestra.run.smithi038.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-15T00:53:22.788 INFO:teuthology.orchestra.run.smithi038.stdout: python3-ply-3.11-14.el9.noarch 2024-04-15T00:53:22.788 INFO:teuthology.orchestra.run.smithi038.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-15T00:53:22.788 INFO:teuthology.orchestra.run.smithi038.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-15T00:53:22.788 INFO:teuthology.orchestra.run.smithi038.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-15T00:53:22.788 INFO:teuthology.orchestra.run.smithi038.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-15T00:53:22.788 INFO:teuthology.orchestra.run.smithi038.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-15T00:53:22.789 INFO:teuthology.orchestra.run.smithi038.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-15T00:53:22.789 INFO:teuthology.orchestra.run.smithi038.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-15T00:53:22.789 INFO:teuthology.orchestra.run.smithi038.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-15T00:53:22.789 INFO:teuthology.orchestra.run.smithi038.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-15T00:53:22.789 INFO:teuthology.orchestra.run.smithi038.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-15T00:53:22.789 INFO:teuthology.orchestra.run.smithi038.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-15T00:53:22.789 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:53:22.789 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2024-04-15T00:53:22.831 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-mgr-dashboard 2024-04-15T00:53:23.126 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum -y install ceph-base 2024-04-15T00:53:23.163 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-15T00:53:23.163 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:53:23.163 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-04-15T00:53:23.163 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:53:23.163 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:53:23.163 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:53:23.163 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T00:53:23.164 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:53:23.164 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:53:23.164 INFO:teuthology.orchestra.run.smithi138.stdout: lua-5.4.4-4.el9.x86_64 2024-04-15T00:53:23.164 INFO:teuthology.orchestra.run.smithi138.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-15T00:53:23.164 INFO:teuthology.orchestra.run.smithi138.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-15T00:53:23.164 INFO:teuthology.orchestra.run.smithi138.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-15T00:53:23.164 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-15T00:53:23.164 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-15T00:53:23.164 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-15T00:53:23.164 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-15T00:53:23.164 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-15T00:53:23.164 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-15T00:53:23.164 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-15T00:53:23.164 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-15T00:53:23.165 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-15T00:53:23.165 INFO:teuthology.orchestra.run.smithi138.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-15T00:53:23.165 INFO:teuthology.orchestra.run.smithi138.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-15T00:53:23.165 INFO:teuthology.orchestra.run.smithi138.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-15T00:53:23.165 INFO:teuthology.orchestra.run.smithi138.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-15T00:53:23.165 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-15T00:53:23.165 INFO:teuthology.orchestra.run.smithi138.stdout: python3-ply-3.11-14.el9.noarch 2024-04-15T00:53:23.165 INFO:teuthology.orchestra.run.smithi138.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-15T00:53:23.165 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-15T00:53:23.165 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-15T00:53:23.165 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-15T00:53:23.165 INFO:teuthology.orchestra.run.smithi138.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-15T00:53:23.165 INFO:teuthology.orchestra.run.smithi138.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-15T00:53:23.165 INFO:teuthology.orchestra.run.smithi138.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-15T00:53:23.166 INFO:teuthology.orchestra.run.smithi138.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-15T00:53:23.166 INFO:teuthology.orchestra.run.smithi138.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-15T00:53:23.166 INFO:teuthology.orchestra.run.smithi138.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-15T00:53:23.166 INFO:teuthology.orchestra.run.smithi138.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-15T00:53:23.166 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:53:23.166 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-15T00:53:23.421 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:08 ago on Mon 15 Apr 2024 12:52:15 AM UTC. 2024-04-15T00:53:23.524 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-base 2024-04-15T00:53:23.709 INFO:teuthology.orchestra.run.smithi088.stderr:Modular dependency problems: 2024-04-15T00:53:23.709 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-04-15T00:53:23.709 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 1: conflicting requests 2024-04-15T00:53:23.709 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.710 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 2: conflicting requests 2024-04-15T00:53:23.710 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.710 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 3: conflicting requests 2024-04-15T00:53:23.710 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.710 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 4: conflicting requests 2024-04-15T00:53:23.710 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.710 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 5: conflicting requests 2024-04-15T00:53:23.710 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.710 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 6: conflicting requests 2024-04-15T00:53:23.710 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.710 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 7: conflicting requests 2024-04-15T00:53:23.710 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.711 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 8: conflicting requests 2024-04-15T00:53:23.711 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.711 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 9: conflicting requests 2024-04-15T00:53:23.711 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.711 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 10: conflicting requests 2024-04-15T00:53:23.711 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.711 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 11: conflicting requests 2024-04-15T00:53:23.711 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.711 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 12: conflicting requests 2024-04-15T00:53:23.711 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.711 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 13: conflicting requests 2024-04-15T00:53:23.711 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.711 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 14: conflicting requests 2024-04-15T00:53:23.712 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.712 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 15: conflicting requests 2024-04-15T00:53:23.712 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.712 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 16: conflicting requests 2024-04-15T00:53:23.712 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.712 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 17: conflicting requests 2024-04-15T00:53:23.712 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.712 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 18: conflicting requests 2024-04-15T00:53:23.712 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.712 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 19: conflicting requests 2024-04-15T00:53:23.712 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.712 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 20: conflicting requests 2024-04-15T00:53:23.712 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.712 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 21: conflicting requests 2024-04-15T00:53:23.712 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.713 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 22: conflicting requests 2024-04-15T00:53:23.713 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.713 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 23: conflicting requests 2024-04-15T00:53:23.713 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.713 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 24: conflicting requests 2024-04-15T00:53:23.713 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.713 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 25: conflicting requests 2024-04-15T00:53:23.713 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.713 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 26: conflicting requests 2024-04-15T00:53:23.713 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.713 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 27: conflicting requests 2024-04-15T00:53:23.713 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.713 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 28: conflicting requests 2024-04-15T00:53:23.713 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.714 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 29: conflicting requests 2024-04-15T00:53:23.714 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.714 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 30: conflicting requests 2024-04-15T00:53:23.714 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.714 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 31: conflicting requests 2024-04-15T00:53:23.714 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.714 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 32: conflicting requests 2024-04-15T00:53:23.714 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.714 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 33: conflicting requests 2024-04-15T00:53:23.714 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.714 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 34: conflicting requests 2024-04-15T00:53:23.714 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.714 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 35: conflicting requests 2024-04-15T00:53:23.714 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.715 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 36: conflicting requests 2024-04-15T00:53:23.715 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.715 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 37: conflicting requests 2024-04-15T00:53:23.715 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.715 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.715 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.715 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:53:23.715 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.715 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.715 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.715 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.715 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 39: conflicting requests 2024-04-15T00:53:23.716 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.716 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.716 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.716 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.716 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.716 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.716 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:53:23.716 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.716 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.716 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.716 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.716 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:53:23.716 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.716 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.717 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.717 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.717 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:53:23.717 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.717 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.717 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.717 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.717 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:53:23.717 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.717 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.717 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.717 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.717 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:53:23.717 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.718 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.718 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.718 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.718 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:53:23.718 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.718 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.718 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.718 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:53:23.747 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:01:10 ago on Mon 15 Apr 2024 12:52:13 AM UTC. 2024-04-15T00:53:23.778 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-04-15T00:53:23.779 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:53:23.780 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2024-04-15T00:53:23.780 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:53:23.780 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-04-15T00:53:23.780 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 3.5 M 2024-04-15T00:53:23.780 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2024-04-15T00:53:23.780 INFO:teuthology.orchestra.run.smithi088.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-15T00:53:23.780 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 32 k 2024-04-15T00:53:23.780 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 15 k 2024-04-15T00:53:23.780 INFO:teuthology.orchestra.run.smithi088.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-15T00:53:23.780 INFO:teuthology.orchestra.run.smithi088.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-15T00:53:23.780 INFO:teuthology.orchestra.run.smithi088.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-15T00:53:23.780 INFO:teuthology.orchestra.run.smithi088.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-15T00:53:23.780 INFO:teuthology.orchestra.run.smithi088.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-15T00:53:23.780 INFO:teuthology.orchestra.run.smithi088.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-15T00:53:23.781 INFO:teuthology.orchestra.run.smithi088.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-15T00:53:23.781 INFO:teuthology.orchestra.run.smithi088.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-15T00:53:23.781 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:53:23.781 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-04-15T00:53:23.781 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:53:23.781 INFO:teuthology.orchestra.run.smithi088.stdout:Install 12 Packages 2024-04-15T00:53:23.781 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:53:23.781 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 8.6 M 2024-04-15T00:53:23.782 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 103 M 2024-04-15T00:53:23.782 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-04-15T00:53:24.047 INFO:teuthology.orchestra.run.smithi038.stderr:Modular dependency problems: 2024-04-15T00:53:24.047 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-04-15T00:53:24.048 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 1: conflicting requests 2024-04-15T00:53:24.048 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.048 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 2: conflicting requests 2024-04-15T00:53:24.048 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.048 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 3: conflicting requests 2024-04-15T00:53:24.048 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.048 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 4: conflicting requests 2024-04-15T00:53:24.048 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.048 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 5: conflicting requests 2024-04-15T00:53:24.048 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.048 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 6: conflicting requests 2024-04-15T00:53:24.048 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.048 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 7: conflicting requests 2024-04-15T00:53:24.048 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.049 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 8: conflicting requests 2024-04-15T00:53:24.049 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.049 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 9: conflicting requests 2024-04-15T00:53:24.049 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.049 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 10: conflicting requests 2024-04-15T00:53:24.049 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.049 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 11: conflicting requests 2024-04-15T00:53:24.049 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.049 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 12: conflicting requests 2024-04-15T00:53:24.049 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.049 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 13: conflicting requests 2024-04-15T00:53:24.049 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.049 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 14: conflicting requests 2024-04-15T00:53:24.050 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.050 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 15: conflicting requests 2024-04-15T00:53:24.050 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.050 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 16: conflicting requests 2024-04-15T00:53:24.050 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.050 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 17: conflicting requests 2024-04-15T00:53:24.050 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.050 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 18: conflicting requests 2024-04-15T00:53:24.050 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.050 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 19: conflicting requests 2024-04-15T00:53:24.050 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.050 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 20: conflicting requests 2024-04-15T00:53:24.050 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.051 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 21: conflicting requests 2024-04-15T00:53:24.051 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.051 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 22: conflicting requests 2024-04-15T00:53:24.051 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.051 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 23: conflicting requests 2024-04-15T00:53:24.051 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.051 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 24: conflicting requests 2024-04-15T00:53:24.051 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.051 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 25: conflicting requests 2024-04-15T00:53:24.051 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.051 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 26: conflicting requests 2024-04-15T00:53:24.051 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.051 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 27: conflicting requests 2024-04-15T00:53:24.052 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.052 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 28: conflicting requests 2024-04-15T00:53:24.052 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.052 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 29: conflicting requests 2024-04-15T00:53:24.052 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.052 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 30: conflicting requests 2024-04-15T00:53:24.052 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.052 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 31: conflicting requests 2024-04-15T00:53:24.052 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.052 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 32: conflicting requests 2024-04-15T00:53:24.052 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.052 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 33: conflicting requests 2024-04-15T00:53:24.052 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.052 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 34: conflicting requests 2024-04-15T00:53:24.053 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.053 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 35: conflicting requests 2024-04-15T00:53:24.053 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.053 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 36: conflicting requests 2024-04-15T00:53:24.053 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.053 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 37: conflicting requests 2024-04-15T00:53:24.053 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.053 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.053 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.053 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:53:24.053 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.053 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.053 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.053 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.054 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 39: conflicting requests 2024-04-15T00:53:24.054 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.054 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.054 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.054 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.054 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.054 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.054 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:53:24.054 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.054 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.054 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.054 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.054 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:53:24.055 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.055 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.055 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.055 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.055 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:53:24.055 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.055 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.055 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.055 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.055 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:53:24.055 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.055 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.055 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.055 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.056 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:53:24.056 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.056 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.056 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.056 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.056 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:53:24.056 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.056 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.056 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.056 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.057 INFO:teuthology.orchestra.run.smithi038.stdout:Package ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T00:53:24.118 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2024-04-15T00:53:24.119 INFO:teuthology.orchestra.run.smithi038.stdout:Nothing to do. 2024-04-15T00:53:24.120 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2024-04-15T00:53:24.132 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:01 ago on Mon 15 Apr 2024 12:52:23 AM UTC. 2024-04-15T00:53:24.188 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum -y install cephadm 2024-04-15T00:53:24.420 INFO:teuthology.orchestra.run.smithi138.stderr:Modular dependency problems: 2024-04-15T00:53:24.420 INFO:teuthology.orchestra.run.smithi138.stderr: 2024-04-15T00:53:24.420 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 1: conflicting requests 2024-04-15T00:53:24.420 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.421 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 2: conflicting requests 2024-04-15T00:53:24.421 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.421 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 3: conflicting requests 2024-04-15T00:53:24.421 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.421 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 4: conflicting requests 2024-04-15T00:53:24.421 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.421 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 5: conflicting requests 2024-04-15T00:53:24.421 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.421 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 6: conflicting requests 2024-04-15T00:53:24.421 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.421 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 7: conflicting requests 2024-04-15T00:53:24.421 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.421 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 8: conflicting requests 2024-04-15T00:53:24.422 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.422 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 9: conflicting requests 2024-04-15T00:53:24.422 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.422 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 10: conflicting requests 2024-04-15T00:53:24.422 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.422 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 11: conflicting requests 2024-04-15T00:53:24.422 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.422 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 12: conflicting requests 2024-04-15T00:53:24.422 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.422 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 13: conflicting requests 2024-04-15T00:53:24.422 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.422 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 14: conflicting requests 2024-04-15T00:53:24.422 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.422 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 15: conflicting requests 2024-04-15T00:53:24.423 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.423 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 16: conflicting requests 2024-04-15T00:53:24.423 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.423 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 17: conflicting requests 2024-04-15T00:53:24.423 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.423 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 18: conflicting requests 2024-04-15T00:53:24.423 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.423 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 19: conflicting requests 2024-04-15T00:53:24.423 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.423 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 20: conflicting requests 2024-04-15T00:53:24.423 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.423 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 21: conflicting requests 2024-04-15T00:53:24.423 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.424 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 22: conflicting requests 2024-04-15T00:53:24.424 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.424 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 23: conflicting requests 2024-04-15T00:53:24.424 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.424 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 24: conflicting requests 2024-04-15T00:53:24.424 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.424 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 25: conflicting requests 2024-04-15T00:53:24.424 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.424 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 26: conflicting requests 2024-04-15T00:53:24.424 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.424 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 27: conflicting requests 2024-04-15T00:53:24.424 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.424 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 28: conflicting requests 2024-04-15T00:53:24.424 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.425 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 29: conflicting requests 2024-04-15T00:53:24.425 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.425 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 30: conflicting requests 2024-04-15T00:53:24.425 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.425 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 31: conflicting requests 2024-04-15T00:53:24.425 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.425 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 32: conflicting requests 2024-04-15T00:53:24.425 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.425 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 33: conflicting requests 2024-04-15T00:53:24.425 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.425 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 34: conflicting requests 2024-04-15T00:53:24.425 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.425 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 35: conflicting requests 2024-04-15T00:53:24.425 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.426 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 36: conflicting requests 2024-04-15T00:53:24.426 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.426 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 37: conflicting requests 2024-04-15T00:53:24.426 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.426 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.426 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.426 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:53:24.426 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.426 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.426 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.426 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.426 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 39: conflicting requests 2024-04-15T00:53:24.426 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.427 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.427 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.427 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.427 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.427 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.427 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:53:24.427 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.427 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.427 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.427 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.427 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:53:24.427 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.427 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.428 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.428 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.428 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:53:24.428 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.428 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.428 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.428 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.428 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:53:24.428 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.428 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.428 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.428 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.429 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:53:24.429 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.429 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.429 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.429 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.429 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:53:24.429 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.429 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.429 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.429 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:53:24.430 INFO:teuthology.orchestra.run.smithi138.stdout:Package ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T00:53:24.488 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-15T00:53:24.489 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2024-04-15T00:53:24.489 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-15T00:53:24.554 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install cephadm 2024-04-15T00:53:24.694 INFO:teuthology.orchestra.run.smithi088.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2114.ga9 169 kB/s | 32 kB 00:00 2024-04-15T00:53:24.786 INFO:teuthology.orchestra.run.smithi088.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2114.ga9a 55 kB/s | 15 kB 00:00 2024-04-15T00:53:24.790 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:01:11 ago on Mon 15 Apr 2024 12:52:13 AM UTC. 2024-04-15T00:53:24.828 INFO:teuthology.orchestra.run.smithi088.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 7.6 MB/s | 1.0 MB 00:00 2024-04-15T00:53:24.936 INFO:teuthology.orchestra.run.smithi088.stdout:(4/12): ceph-mgr-dashboard-19.0.0-2114.ga9a752d 8.2 MB/s | 3.5 MB 00:00 2024-04-15T00:53:24.962 INFO:teuthology.orchestra.run.smithi088.stdout:(5/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.5 MB/s | 269 kB 00:00 2024-04-15T00:53:25.092 INFO:teuthology.orchestra.run.smithi038.stderr:Modular dependency problems: 2024-04-15T00:53:25.092 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-04-15T00:53:25.092 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 1: conflicting requests 2024-04-15T00:53:25.092 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.093 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 2: conflicting requests 2024-04-15T00:53:25.093 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.093 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 3: conflicting requests 2024-04-15T00:53:25.093 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.093 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 4: conflicting requests 2024-04-15T00:53:25.093 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.093 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 5: conflicting requests 2024-04-15T00:53:25.093 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.093 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 6: conflicting requests 2024-04-15T00:53:25.093 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.093 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 7: conflicting requests 2024-04-15T00:53:25.093 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.094 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 8: conflicting requests 2024-04-15T00:53:25.094 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.094 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 9: conflicting requests 2024-04-15T00:53:25.094 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.094 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 10: conflicting requests 2024-04-15T00:53:25.094 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.094 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 11: conflicting requests 2024-04-15T00:53:25.094 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.094 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 12: conflicting requests 2024-04-15T00:53:25.094 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.094 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 13: conflicting requests 2024-04-15T00:53:25.095 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.095 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 14: conflicting requests 2024-04-15T00:53:25.095 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.095 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 15: conflicting requests 2024-04-15T00:53:25.095 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.095 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 16: conflicting requests 2024-04-15T00:53:25.095 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.095 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 17: conflicting requests 2024-04-15T00:53:25.095 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.095 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 18: conflicting requests 2024-04-15T00:53:25.095 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.095 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 19: conflicting requests 2024-04-15T00:53:25.096 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.096 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 20: conflicting requests 2024-04-15T00:53:25.096 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.096 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 21: conflicting requests 2024-04-15T00:53:25.096 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.096 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 22: conflicting requests 2024-04-15T00:53:25.096 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.096 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 23: conflicting requests 2024-04-15T00:53:25.096 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.096 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 24: conflicting requests 2024-04-15T00:53:25.096 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.097 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 25: conflicting requests 2024-04-15T00:53:25.097 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.097 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 26: conflicting requests 2024-04-15T00:53:25.097 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.097 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 27: conflicting requests 2024-04-15T00:53:25.097 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.097 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 28: conflicting requests 2024-04-15T00:53:25.097 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.097 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 29: conflicting requests 2024-04-15T00:53:25.097 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.097 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 30: conflicting requests 2024-04-15T00:53:25.098 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.098 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 31: conflicting requests 2024-04-15T00:53:25.098 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.098 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 32: conflicting requests 2024-04-15T00:53:25.098 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.098 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 33: conflicting requests 2024-04-15T00:53:25.098 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.098 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 34: conflicting requests 2024-04-15T00:53:25.098 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.098 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 35: conflicting requests 2024-04-15T00:53:25.099 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.099 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 36: conflicting requests 2024-04-15T00:53:25.099 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.099 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 37: conflicting requests 2024-04-15T00:53:25.099 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.099 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.099 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.099 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:53:25.099 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.099 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.099 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.100 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.100 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 39: conflicting requests 2024-04-15T00:53:25.100 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.100 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.100 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.100 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.100 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.100 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.100 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:53:25.100 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.100 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.100 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.101 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.101 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:53:25.101 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.101 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.101 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.101 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.101 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:53:25.101 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.101 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.101 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.101 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.101 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:53:25.101 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.102 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.102 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.102 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.102 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:53:25.102 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.102 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.102 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.102 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.102 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:53:25.102 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.102 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.103 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.103 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.112 INFO:teuthology.orchestra.run.smithi088.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 130 kB/s | 19 kB 00:00 2024-04-15T00:53:25.154 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:02 ago on Mon 15 Apr 2024 12:52:23 AM UTC. 2024-04-15T00:53:25.163 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2024-04-15T00:53:25.164 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:53:25.164 INFO:teuthology.orchestra.run.smithi038.stdout: Package Arch Version Repository Size 2024-04-15T00:53:25.164 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:53:25.164 INFO:teuthology.orchestra.run.smithi038.stdout:Installing: 2024-04-15T00:53:25.164 INFO:teuthology.orchestra.run.smithi038.stdout: cephadm noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 749 k 2024-04-15T00:53:25.164 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:53:25.164 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction Summary 2024-04-15T00:53:25.164 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:53:25.165 INFO:teuthology.orchestra.run.smithi038.stdout:Install 1 Package 2024-04-15T00:53:25.165 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:53:25.165 INFO:teuthology.orchestra.run.smithi038.stdout:Total download size: 749 k 2024-04-15T00:53:25.165 INFO:teuthology.orchestra.run.smithi038.stdout:Installed size: 755 k 2024-04-15T00:53:25.165 INFO:teuthology.orchestra.run.smithi038.stdout:Downloading Packages: 2024-04-15T00:53:25.179 INFO:teuthology.orchestra.run.smithi088.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 2.2 MB/s | 548 kB 00:00 2024-04-15T00:53:25.205 INFO:teuthology.orchestra.run.smithi088.stdout:(8/12): protobuf-compiler-3.14.0-13.el9.x86_64. 2.2 MB/s | 863 kB 00:00 2024-04-15T00:53:25.230 INFO:teuthology.orchestra.run.smithi088.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 2.8 MB/s | 144 kB 00:00 2024-04-15T00:53:25.297 INFO:teuthology.orchestra.run.smithi088.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 4.3 MB/s | 188 kB 00:00 2024-04-15T00:53:25.338 INFO:teuthology.orchestra.run.smithi088.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 9.0 MB/s | 2.0 MB 00:00 2024-04-15T00:53:25.364 INFO:teuthology.orchestra.run.smithi088.stdout:(12/12): python3-repoze-lru-0.7-16.el9.noarch.r 193 kB/s | 31 kB 00:00 2024-04-15T00:53:25.367 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:53:25.368 INFO:teuthology.orchestra.run.smithi088.stdout:Total 5.4 MB/s | 8.6 MB 00:01 2024-04-15T00:53:25.415 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-04-15T00:53:25.432 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-04-15T00:53:25.433 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-04-15T00:53:25.444 INFO:teuthology.orchestra.run.smithi138.stderr:Modular dependency problems: 2024-04-15T00:53:25.444 INFO:teuthology.orchestra.run.smithi138.stderr: 2024-04-15T00:53:25.444 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 1: conflicting requests 2024-04-15T00:53:25.444 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.444 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 2: conflicting requests 2024-04-15T00:53:25.444 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.445 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 3: conflicting requests 2024-04-15T00:53:25.445 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.445 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 4: conflicting requests 2024-04-15T00:53:25.445 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.445 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 5: conflicting requests 2024-04-15T00:53:25.445 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.445 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 6: conflicting requests 2024-04-15T00:53:25.445 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.445 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 7: conflicting requests 2024-04-15T00:53:25.446 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.446 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 8: conflicting requests 2024-04-15T00:53:25.446 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.446 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 9: conflicting requests 2024-04-15T00:53:25.446 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.446 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 10: conflicting requests 2024-04-15T00:53:25.446 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.446 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 11: conflicting requests 2024-04-15T00:53:25.447 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.447 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 12: conflicting requests 2024-04-15T00:53:25.447 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.447 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 13: conflicting requests 2024-04-15T00:53:25.447 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.447 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 14: conflicting requests 2024-04-15T00:53:25.447 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.447 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 15: conflicting requests 2024-04-15T00:53:25.448 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.448 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 16: conflicting requests 2024-04-15T00:53:25.448 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.448 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 17: conflicting requests 2024-04-15T00:53:25.448 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.448 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 18: conflicting requests 2024-04-15T00:53:25.448 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.448 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 19: conflicting requests 2024-04-15T00:53:25.449 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.449 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 20: conflicting requests 2024-04-15T00:53:25.449 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.449 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 21: conflicting requests 2024-04-15T00:53:25.449 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.449 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 22: conflicting requests 2024-04-15T00:53:25.449 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.449 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 23: conflicting requests 2024-04-15T00:53:25.449 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.449 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 24: conflicting requests 2024-04-15T00:53:25.449 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.450 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 25: conflicting requests 2024-04-15T00:53:25.450 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.450 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 26: conflicting requests 2024-04-15T00:53:25.450 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.450 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 27: conflicting requests 2024-04-15T00:53:25.450 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.450 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 28: conflicting requests 2024-04-15T00:53:25.450 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.450 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 29: conflicting requests 2024-04-15T00:53:25.450 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.450 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 30: conflicting requests 2024-04-15T00:53:25.451 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.451 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 31: conflicting requests 2024-04-15T00:53:25.451 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.451 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 32: conflicting requests 2024-04-15T00:53:25.451 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.451 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 33: conflicting requests 2024-04-15T00:53:25.451 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.451 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 34: conflicting requests 2024-04-15T00:53:25.451 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.451 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 35: conflicting requests 2024-04-15T00:53:25.451 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.451 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 36: conflicting requests 2024-04-15T00:53:25.451 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.451 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 37: conflicting requests 2024-04-15T00:53:25.452 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.452 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.452 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.452 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:53:25.452 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.452 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.452 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.452 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.452 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 39: conflicting requests 2024-04-15T00:53:25.452 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.452 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.452 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.453 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.453 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.453 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.453 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:53:25.453 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.453 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.453 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.453 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.453 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:53:25.453 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.453 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.453 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.453 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.453 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:53:25.453 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.454 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.454 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.454 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.454 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:53:25.454 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.454 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.454 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.454 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.454 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:53:25.454 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.454 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.454 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.454 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.454 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:53:25.455 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.455 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.455 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.455 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:53:25.457 INFO:teuthology.orchestra.run.smithi038.stdout:cephadm-19.0.0-2114.ga9a752df.el7.noarch.rpm 2.5 MB/s | 749 kB 00:00 2024-04-15T00:53:25.458 INFO:teuthology.orchestra.run.smithi038.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:53:25.458 INFO:teuthology.orchestra.run.smithi038.stdout:Total 2.5 MB/s | 749 kB 00:00 2024-04-15T00:53:25.458 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction check 2024-04-15T00:53:25.464 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction check succeeded. 2024-04-15T00:53:25.464 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction test 2024-04-15T00:53:25.470 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction test succeeded. 2024-04-15T00:53:25.470 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction 2024-04-15T00:53:25.512 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-15T00:53:25.512 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:53:25.513 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2024-04-15T00:53:25.513 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:53:25.513 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-04-15T00:53:25.513 INFO:teuthology.orchestra.run.smithi138.stdout: cephadm noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 749 k 2024-04-15T00:53:25.513 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:53:25.513 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-04-15T00:53:25.513 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:53:25.513 INFO:teuthology.orchestra.run.smithi138.stdout:Install 1 Package 2024-04-15T00:53:25.513 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:53:25.513 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 749 k 2024-04-15T00:53:25.513 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 755 k 2024-04-15T00:53:25.513 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-04-15T00:53:25.542 INFO:teuthology.orchestra.run.smithi038.stdout: Preparing : 1/1 2024-04-15T00:53:25.619 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-04-15T00:53:25.619 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-04-15T00:53:25.805 INFO:teuthology.orchestra.run.smithi138.stdout:cephadm-19.0.0-2114.ga9a752df.el7.noarch.rpm 2.5 MB/s | 749 kB 00:00 2024-04-15T00:53:25.806 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:53:25.806 INFO:teuthology.orchestra.run.smithi138.stdout:Total 2.5 MB/s | 749 kB 00:00 2024-04-15T00:53:25.806 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-04-15T00:53:25.811 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-04-15T00:53:25.811 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-04-15T00:53:25.817 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-04-15T00:53:25.818 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-04-15T00:53:25.882 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T00:53:25.889 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-04-15T00:53:25.964 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T00:53:26.145 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-04-15T00:53:26.222 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-15T00:53:26.266 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-15T00:53:26.313 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-15T00:53:26.327 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T00:53:26.339 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T00:53:26.343 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-15T00:53:26.428 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T00:53:26.453 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-15T00:53:26.576 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-15T00:53:26.650 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T00:53:26.650 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:53:26.650 INFO:teuthology.orchestra.run.smithi038.stdout:Installed: 2024-04-15T00:53:26.650 INFO:teuthology.orchestra.run.smithi038.stdout: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T00:53:26.650 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:53:26.650 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2024-04-15T00:53:26.662 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-15T00:53:26.714 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-15T00:53:26.768 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-15T00:53:26.784 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T00:53:26.799 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7 10/12 2024-04-15T00:53:26.853 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum -y install ceph-immutable-object-cache 2024-04-15T00:53:27.075 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T00:53:27.075 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:53:27.075 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-04-15T00:53:27.075 INFO:teuthology.orchestra.run.smithi138.stdout: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T00:53:27.075 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:53:27.075 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-15T00:53:27.304 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-immutable-object-cache 2024-04-15T00:53:27.465 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:01:14 ago on Mon 15 Apr 2024 12:52:13 AM UTC. 2024-04-15T00:53:27.768 INFO:teuthology.orchestra.run.smithi038.stderr:Modular dependency problems: 2024-04-15T00:53:27.769 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-04-15T00:53:27.769 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 1: conflicting requests 2024-04-15T00:53:27.769 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.769 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 2: conflicting requests 2024-04-15T00:53:27.769 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.769 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 3: conflicting requests 2024-04-15T00:53:27.769 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.769 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 4: conflicting requests 2024-04-15T00:53:27.769 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.769 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 5: conflicting requests 2024-04-15T00:53:27.769 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.770 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 6: conflicting requests 2024-04-15T00:53:27.770 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.770 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 7: conflicting requests 2024-04-15T00:53:27.770 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.770 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 8: conflicting requests 2024-04-15T00:53:27.770 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.770 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 9: conflicting requests 2024-04-15T00:53:27.770 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.770 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 10: conflicting requests 2024-04-15T00:53:27.770 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.770 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 11: conflicting requests 2024-04-15T00:53:27.770 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.771 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 12: conflicting requests 2024-04-15T00:53:27.771 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.771 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 13: conflicting requests 2024-04-15T00:53:27.771 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.771 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 14: conflicting requests 2024-04-15T00:53:27.771 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.771 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 15: conflicting requests 2024-04-15T00:53:27.771 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.771 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 16: conflicting requests 2024-04-15T00:53:27.771 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.771 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 17: conflicting requests 2024-04-15T00:53:27.772 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.772 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 18: conflicting requests 2024-04-15T00:53:27.772 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.772 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 19: conflicting requests 2024-04-15T00:53:27.772 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.772 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 20: conflicting requests 2024-04-15T00:53:27.772 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.772 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 21: conflicting requests 2024-04-15T00:53:27.772 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.773 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 22: conflicting requests 2024-04-15T00:53:27.773 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.773 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 23: conflicting requests 2024-04-15T00:53:27.773 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.773 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 24: conflicting requests 2024-04-15T00:53:27.773 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.773 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 25: conflicting requests 2024-04-15T00:53:27.773 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.773 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 26: conflicting requests 2024-04-15T00:53:27.773 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.773 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 27: conflicting requests 2024-04-15T00:53:27.774 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.774 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 28: conflicting requests 2024-04-15T00:53:27.774 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.774 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 29: conflicting requests 2024-04-15T00:53:27.774 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.774 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 30: conflicting requests 2024-04-15T00:53:27.774 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.774 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 31: conflicting requests 2024-04-15T00:53:27.774 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.774 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 32: conflicting requests 2024-04-15T00:53:27.774 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.774 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 33: conflicting requests 2024-04-15T00:53:27.775 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.775 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 34: conflicting requests 2024-04-15T00:53:27.775 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.775 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 35: conflicting requests 2024-04-15T00:53:27.775 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.775 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 36: conflicting requests 2024-04-15T00:53:27.775 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.775 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 37: conflicting requests 2024-04-15T00:53:27.775 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.775 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.775 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.775 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:53:27.775 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.776 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.776 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.776 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.776 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 39: conflicting requests 2024-04-15T00:53:27.776 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.776 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.776 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.776 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.776 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.776 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.777 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:53:27.777 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.777 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.777 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.777 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.777 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:53:27.777 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.777 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.777 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.777 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.777 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:53:27.778 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.778 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.778 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.778 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.778 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:53:27.778 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.778 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.778 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.778 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.778 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:53:27.778 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.778 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.778 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.779 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.779 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:53:27.779 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.779 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.779 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.779 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:53:27.840 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el 11/12 2024-04-15T00:53:27.841 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2024-04-15T00:53:27.842 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:53:27.842 INFO:teuthology.orchestra.run.smithi038.stdout: Package Arch Version Repo Size 2024-04-15T00:53:27.842 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:53:27.842 INFO:teuthology.orchestra.run.smithi038.stdout:Installing: 2024-04-15T00:53:27.842 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 145 k 2024-04-15T00:53:27.842 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:53:27.842 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction Summary 2024-04-15T00:53:27.842 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:53:27.842 INFO:teuthology.orchestra.run.smithi038.stdout:Install 1 Package 2024-04-15T00:53:27.842 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:53:27.842 INFO:teuthology.orchestra.run.smithi038.stdout:Total download size: 145 k 2024-04-15T00:53:27.843 INFO:teuthology.orchestra.run.smithi038.stdout:Installed size: 435 k 2024-04-15T00:53:27.843 INFO:teuthology.orchestra.run.smithi038.stdout:Downloading Packages: 2024-04-15T00:53:27.875 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 12/12 2024-04-15T00:53:27.920 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:04 ago on Mon 15 Apr 2024 12:52:23 AM UTC. 2024-04-15T00:53:28.180 INFO:teuthology.orchestra.run.smithi038.stdout:ceph-immutable-object-cache-19.0.0-2114.ga9a752 429 kB/s | 145 kB 00:00 2024-04-15T00:53:28.181 INFO:teuthology.orchestra.run.smithi038.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:53:28.181 INFO:teuthology.orchestra.run.smithi038.stdout:Total 427 kB/s | 145 kB 00:00 2024-04-15T00:53:28.181 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction check 2024-04-15T00:53:28.190 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction check succeeded. 2024-04-15T00:53:28.190 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction test 2024-04-15T00:53:28.213 INFO:teuthology.orchestra.run.smithi138.stderr:Modular dependency problems: 2024-04-15T00:53:28.214 INFO:teuthology.orchestra.run.smithi138.stderr: 2024-04-15T00:53:28.214 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 1: conflicting requests 2024-04-15T00:53:28.214 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.214 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 2: conflicting requests 2024-04-15T00:53:28.214 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.214 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 3: conflicting requests 2024-04-15T00:53:28.214 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.214 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 4: conflicting requests 2024-04-15T00:53:28.214 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.214 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 5: conflicting requests 2024-04-15T00:53:28.215 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.215 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 6: conflicting requests 2024-04-15T00:53:28.215 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.215 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 7: conflicting requests 2024-04-15T00:53:28.215 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.215 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 8: conflicting requests 2024-04-15T00:53:28.215 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.215 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 9: conflicting requests 2024-04-15T00:53:28.215 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.215 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 10: conflicting requests 2024-04-15T00:53:28.215 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.215 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 11: conflicting requests 2024-04-15T00:53:28.215 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.216 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 12: conflicting requests 2024-04-15T00:53:28.216 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.216 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 13: conflicting requests 2024-04-15T00:53:28.216 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.216 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 14: conflicting requests 2024-04-15T00:53:28.216 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.216 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 15: conflicting requests 2024-04-15T00:53:28.216 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.216 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 16: conflicting requests 2024-04-15T00:53:28.216 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.216 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 17: conflicting requests 2024-04-15T00:53:28.216 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.216 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 18: conflicting requests 2024-04-15T00:53:28.217 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.217 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 19: conflicting requests 2024-04-15T00:53:28.217 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.217 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 20: conflicting requests 2024-04-15T00:53:28.217 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.217 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 21: conflicting requests 2024-04-15T00:53:28.217 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.217 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 22: conflicting requests 2024-04-15T00:53:28.217 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.217 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 23: conflicting requests 2024-04-15T00:53:28.217 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.217 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 24: conflicting requests 2024-04-15T00:53:28.217 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.218 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 25: conflicting requests 2024-04-15T00:53:28.218 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.218 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 26: conflicting requests 2024-04-15T00:53:28.218 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.218 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 27: conflicting requests 2024-04-15T00:53:28.218 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.218 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 28: conflicting requests 2024-04-15T00:53:28.218 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.218 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 29: conflicting requests 2024-04-15T00:53:28.218 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.218 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 30: conflicting requests 2024-04-15T00:53:28.218 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.218 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 31: conflicting requests 2024-04-15T00:53:28.219 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.219 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 32: conflicting requests 2024-04-15T00:53:28.219 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.219 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 33: conflicting requests 2024-04-15T00:53:28.219 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.219 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 34: conflicting requests 2024-04-15T00:53:28.219 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.219 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 35: conflicting requests 2024-04-15T00:53:28.219 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.219 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 36: conflicting requests 2024-04-15T00:53:28.219 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.219 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 37: conflicting requests 2024-04-15T00:53:28.219 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.220 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.220 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.220 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:53:28.220 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.220 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.220 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.220 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.220 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 39: conflicting requests 2024-04-15T00:53:28.220 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.220 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.220 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.220 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.221 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.221 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.221 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:53:28.221 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.221 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.221 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.221 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.221 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:53:28.221 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.221 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.221 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.221 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.221 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:53:28.222 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.222 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.222 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.222 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.222 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:53:28.222 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.222 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.222 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.222 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.222 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:53:28.222 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.222 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.222 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.223 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.223 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:53:28.223 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.223 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.223 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.223 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:53:28.246 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction test succeeded. 2024-04-15T00:53:28.246 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction 2024-04-15T00:53:28.281 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-15T00:53:28.282 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:53:28.282 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repo Size 2024-04-15T00:53:28.282 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:53:28.282 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-04-15T00:53:28.282 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 145 k 2024-04-15T00:53:28.282 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:53:28.282 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-04-15T00:53:28.283 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:53:28.283 INFO:teuthology.orchestra.run.smithi138.stdout:Install 1 Package 2024-04-15T00:53:28.283 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:53:28.283 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 145 k 2024-04-15T00:53:28.283 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 435 k 2024-04-15T00:53:28.283 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-04-15T00:53:28.398 INFO:teuthology.orchestra.run.smithi038.stdout: Preparing : 1/1 2024-04-15T00:53:28.448 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T00:53:28.473 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T00:53:28.474 INFO:teuthology.orchestra.run.smithi038.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T00:53:28.474 INFO:teuthology.orchestra.run.smithi038.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-15T00:53:28.474 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:53:28.508 INFO:teuthology.orchestra.run.smithi138.stdout:ceph-immutable-object-cache-19.0.0-2114.ga9a752 646 kB/s | 145 kB 00:00 2024-04-15T00:53:28.508 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:53:28.509 INFO:teuthology.orchestra.run.smithi138.stdout:Total 641 kB/s | 145 kB 00:00 2024-04-15T00:53:28.509 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-04-15T00:53:28.516 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-04-15T00:53:28.516 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-04-15T00:53:28.570 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-04-15T00:53:28.571 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-04-15T00:53:28.720 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-04-15T00:53:28.775 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T00:53:28.801 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T00:53:28.801 INFO:teuthology.orchestra.run.smithi138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T00:53:28.801 INFO:teuthology.orchestra.run.smithi138.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-15T00:53:28.801 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:53:29.188 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 12/12 2024-04-15T00:53:29.188 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el 1/12 2024-04-15T00:53:29.188 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 2/12 2024-04-15T00:53:29.188 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7 3/12 2024-04-15T00:53:29.188 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-15T00:53:29.188 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-15T00:53:29.188 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-15T00:53:29.188 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-15T00:53:29.188 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-15T00:53:29.189 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-15T00:53:29.189 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-15T00:53:29.189 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-15T00:53:29.459 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T00:53:29.459 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:53:29.459 INFO:teuthology.orchestra.run.smithi038.stdout:Installed: 2024-04-15T00:53:29.460 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:53:29.460 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:53:29.460 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2024-04-15T00:53:29.553 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-15T00:53:29.553 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:53:29.553 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-04-15T00:53:29.553 INFO:teuthology.orchestra.run.smithi088.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-15T00:53:29.553 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T00:53:29.553 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T00:53:29.553 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T00:53:29.553 INFO:teuthology.orchestra.run.smithi088.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-15T00:53:29.553 INFO:teuthology.orchestra.run.smithi088.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-15T00:53:29.553 INFO:teuthology.orchestra.run.smithi088.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-15T00:53:29.553 INFO:teuthology.orchestra.run.smithi088.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-15T00:53:29.553 INFO:teuthology.orchestra.run.smithi088.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-15T00:53:29.554 INFO:teuthology.orchestra.run.smithi088.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-15T00:53:29.554 INFO:teuthology.orchestra.run.smithi088.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-15T00:53:29.554 INFO:teuthology.orchestra.run.smithi088.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-15T00:53:29.554 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:53:29.554 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-04-15T00:53:29.669 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum -y install ceph-mgr 2024-04-15T00:53:29.816 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T00:53:29.816 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:53:29.816 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-04-15T00:53:29.816 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:53:29.816 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:53:29.816 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-15T00:53:29.850 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-15T00:53:30.070 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-mgr 2024-04-15T00:53:30.274 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:01:17 ago on Mon 15 Apr 2024 12:52:13 AM UTC. 2024-04-15T00:53:30.444 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:15 ago on Mon 15 Apr 2024 12:52:15 AM UTC. 2024-04-15T00:53:30.579 INFO:teuthology.orchestra.run.smithi038.stderr:Modular dependency problems: 2024-04-15T00:53:30.580 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-04-15T00:53:30.580 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 1: conflicting requests 2024-04-15T00:53:30.580 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.580 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 2: conflicting requests 2024-04-15T00:53:30.580 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.580 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 3: conflicting requests 2024-04-15T00:53:30.580 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.580 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 4: conflicting requests 2024-04-15T00:53:30.580 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.580 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 5: conflicting requests 2024-04-15T00:53:30.580 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.581 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 6: conflicting requests 2024-04-15T00:53:30.581 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.581 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 7: conflicting requests 2024-04-15T00:53:30.581 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.581 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 8: conflicting requests 2024-04-15T00:53:30.581 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.581 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 9: conflicting requests 2024-04-15T00:53:30.581 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.581 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 10: conflicting requests 2024-04-15T00:53:30.581 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.581 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 11: conflicting requests 2024-04-15T00:53:30.581 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.582 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 12: conflicting requests 2024-04-15T00:53:30.582 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.582 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 13: conflicting requests 2024-04-15T00:53:30.582 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.582 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 14: conflicting requests 2024-04-15T00:53:30.582 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.582 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 15: conflicting requests 2024-04-15T00:53:30.582 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.582 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 16: conflicting requests 2024-04-15T00:53:30.582 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.582 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 17: conflicting requests 2024-04-15T00:53:30.582 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.583 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 18: conflicting requests 2024-04-15T00:53:30.583 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.583 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 19: conflicting requests 2024-04-15T00:53:30.583 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.583 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 20: conflicting requests 2024-04-15T00:53:30.583 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.583 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 21: conflicting requests 2024-04-15T00:53:30.583 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.583 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 22: conflicting requests 2024-04-15T00:53:30.583 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.584 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 23: conflicting requests 2024-04-15T00:53:30.584 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.584 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 24: conflicting requests 2024-04-15T00:53:30.584 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.584 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 25: conflicting requests 2024-04-15T00:53:30.584 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.584 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 26: conflicting requests 2024-04-15T00:53:30.584 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.584 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 27: conflicting requests 2024-04-15T00:53:30.584 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.584 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 28: conflicting requests 2024-04-15T00:53:30.584 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.584 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 29: conflicting requests 2024-04-15T00:53:30.585 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.585 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 30: conflicting requests 2024-04-15T00:53:30.585 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.585 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 31: conflicting requests 2024-04-15T00:53:30.585 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.585 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 32: conflicting requests 2024-04-15T00:53:30.585 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.585 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 33: conflicting requests 2024-04-15T00:53:30.585 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.585 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 34: conflicting requests 2024-04-15T00:53:30.586 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.586 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 35: conflicting requests 2024-04-15T00:53:30.586 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.586 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 36: conflicting requests 2024-04-15T00:53:30.586 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.586 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 37: conflicting requests 2024-04-15T00:53:30.586 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.586 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.586 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.586 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:53:30.586 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.587 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.587 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.587 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.587 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 39: conflicting requests 2024-04-15T00:53:30.587 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.587 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.587 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.587 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.587 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.587 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.587 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:53:30.587 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.588 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.588 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.588 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.588 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:53:30.588 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.588 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.588 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.588 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.588 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:53:30.588 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.588 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.588 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.588 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.588 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:53:30.589 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.589 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.589 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.589 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.589 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:53:30.589 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.589 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.589 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.589 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.589 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:53:30.590 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.590 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.590 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.590 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.591 INFO:teuthology.orchestra.run.smithi038.stdout:Package ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T00:53:30.651 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2024-04-15T00:53:30.653 INFO:teuthology.orchestra.run.smithi038.stdout:Nothing to do. 2024-04-15T00:53:30.653 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2024-04-15T00:53:30.678 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:07 ago on Mon 15 Apr 2024 12:52:23 AM UTC. 2024-04-15T00:53:30.720 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum -y install ceph-mgr-dashboard 2024-04-15T00:53:30.733 INFO:teuthology.orchestra.run.smithi088.stderr:Modular dependency problems: 2024-04-15T00:53:30.733 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-04-15T00:53:30.733 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 1: conflicting requests 2024-04-15T00:53:30.733 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.733 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 2: conflicting requests 2024-04-15T00:53:30.733 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.733 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 3: conflicting requests 2024-04-15T00:53:30.733 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.733 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 4: conflicting requests 2024-04-15T00:53:30.734 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.734 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 5: conflicting requests 2024-04-15T00:53:30.734 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.734 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 6: conflicting requests 2024-04-15T00:53:30.735 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.735 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 7: conflicting requests 2024-04-15T00:53:30.735 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.735 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 8: conflicting requests 2024-04-15T00:53:30.735 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.735 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 9: conflicting requests 2024-04-15T00:53:30.735 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.735 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 10: conflicting requests 2024-04-15T00:53:30.735 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.735 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 11: conflicting requests 2024-04-15T00:53:30.735 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.735 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 12: conflicting requests 2024-04-15T00:53:30.735 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.735 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 13: conflicting requests 2024-04-15T00:53:30.736 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.736 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 14: conflicting requests 2024-04-15T00:53:30.736 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.736 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 15: conflicting requests 2024-04-15T00:53:30.736 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.736 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 16: conflicting requests 2024-04-15T00:53:30.736 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.736 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 17: conflicting requests 2024-04-15T00:53:30.736 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.736 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 18: conflicting requests 2024-04-15T00:53:30.736 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.736 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 19: conflicting requests 2024-04-15T00:53:30.736 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.737 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 20: conflicting requests 2024-04-15T00:53:30.737 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.737 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 21: conflicting requests 2024-04-15T00:53:30.737 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.737 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 22: conflicting requests 2024-04-15T00:53:30.737 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.737 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 23: conflicting requests 2024-04-15T00:53:30.737 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.737 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 24: conflicting requests 2024-04-15T00:53:30.737 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.737 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 25: conflicting requests 2024-04-15T00:53:30.737 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.737 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 26: conflicting requests 2024-04-15T00:53:30.738 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.738 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 27: conflicting requests 2024-04-15T00:53:30.738 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.738 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 28: conflicting requests 2024-04-15T00:53:30.738 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.738 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 29: conflicting requests 2024-04-15T00:53:30.738 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.738 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 30: conflicting requests 2024-04-15T00:53:30.738 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.738 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 31: conflicting requests 2024-04-15T00:53:30.738 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.738 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 32: conflicting requests 2024-04-15T00:53:30.738 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.738 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 33: conflicting requests 2024-04-15T00:53:30.739 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.739 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 34: conflicting requests 2024-04-15T00:53:30.739 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.739 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 35: conflicting requests 2024-04-15T00:53:30.739 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.739 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 36: conflicting requests 2024-04-15T00:53:30.739 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.739 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 37: conflicting requests 2024-04-15T00:53:30.739 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.740 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.740 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.740 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:53:30.740 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.740 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.740 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.740 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.740 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 39: conflicting requests 2024-04-15T00:53:30.740 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.740 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.740 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.740 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.740 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.741 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.741 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:53:30.741 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.741 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.741 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.741 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.741 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:53:30.741 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.741 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.741 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.741 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.741 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:53:30.741 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.742 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.742 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.742 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.742 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:53:30.742 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.742 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.742 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.742 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.742 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:53:30.742 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.742 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.742 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.742 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.742 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:53:30.743 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.743 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.743 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.743 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.803 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-04-15T00:53:30.804 INFO:teuthology.orchestra.run.smithi088.stdout:======================================================================================= 2024-04-15T00:53:30.804 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2024-04-15T00:53:30.804 INFO:teuthology.orchestra.run.smithi088.stdout:======================================================================================= 2024-04-15T00:53:30.804 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-04-15T00:53:30.804 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 7.4 M 2024-04-15T00:53:30.804 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2024-04-15T00:53:30.804 INFO:teuthology.orchestra.run.smithi088.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-15T00:53:30.804 INFO:teuthology.orchestra.run.smithi088.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-15T00:53:30.805 INFO:teuthology.orchestra.run.smithi088.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-15T00:53:30.805 INFO:teuthology.orchestra.run.smithi088.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-15T00:53:30.805 INFO:teuthology.orchestra.run.smithi088.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-15T00:53:30.805 INFO:teuthology.orchestra.run.smithi088.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-15T00:53:30.805 INFO:teuthology.orchestra.run.smithi088.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-15T00:53:30.805 INFO:teuthology.orchestra.run.smithi088.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-15T00:53:30.805 INFO:teuthology.orchestra.run.smithi088.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-15T00:53:30.805 INFO:teuthology.orchestra.run.smithi088.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-15T00:53:30.805 INFO:teuthology.orchestra.run.smithi088.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-15T00:53:30.806 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:53:30.806 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-04-15T00:53:30.806 INFO:teuthology.orchestra.run.smithi088.stdout:======================================================================================= 2024-04-15T00:53:30.806 INFO:teuthology.orchestra.run.smithi088.stdout:Install 12 Packages 2024-04-15T00:53:30.806 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:53:30.807 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 38 M 2024-04-15T00:53:30.807 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 209 M 2024-04-15T00:53:30.807 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-04-15T00:53:30.969 INFO:teuthology.orchestra.run.smithi138.stderr:Modular dependency problems: 2024-04-15T00:53:30.970 INFO:teuthology.orchestra.run.smithi138.stderr: 2024-04-15T00:53:30.970 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 1: conflicting requests 2024-04-15T00:53:30.970 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.970 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 2: conflicting requests 2024-04-15T00:53:30.970 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.970 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 3: conflicting requests 2024-04-15T00:53:30.970 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.970 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 4: conflicting requests 2024-04-15T00:53:30.970 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.970 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 5: conflicting requests 2024-04-15T00:53:30.970 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.970 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 6: conflicting requests 2024-04-15T00:53:30.970 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.971 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 7: conflicting requests 2024-04-15T00:53:30.971 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.971 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 8: conflicting requests 2024-04-15T00:53:30.971 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.971 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 9: conflicting requests 2024-04-15T00:53:30.971 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.971 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 10: conflicting requests 2024-04-15T00:53:30.971 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.971 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 11: conflicting requests 2024-04-15T00:53:30.971 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.971 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 12: conflicting requests 2024-04-15T00:53:30.971 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.971 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 13: conflicting requests 2024-04-15T00:53:30.971 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.972 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 14: conflicting requests 2024-04-15T00:53:30.972 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.972 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 15: conflicting requests 2024-04-15T00:53:30.972 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.972 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 16: conflicting requests 2024-04-15T00:53:30.972 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.972 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 17: conflicting requests 2024-04-15T00:53:30.972 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.972 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 18: conflicting requests 2024-04-15T00:53:30.972 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.972 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 19: conflicting requests 2024-04-15T00:53:30.972 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.972 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 20: conflicting requests 2024-04-15T00:53:30.973 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.973 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 21: conflicting requests 2024-04-15T00:53:30.973 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.973 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 22: conflicting requests 2024-04-15T00:53:30.973 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.973 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 23: conflicting requests 2024-04-15T00:53:30.973 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.973 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 24: conflicting requests 2024-04-15T00:53:30.973 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.973 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 25: conflicting requests 2024-04-15T00:53:30.973 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.973 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 26: conflicting requests 2024-04-15T00:53:30.973 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.973 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 27: conflicting requests 2024-04-15T00:53:30.974 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.974 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 28: conflicting requests 2024-04-15T00:53:30.974 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.974 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 29: conflicting requests 2024-04-15T00:53:30.974 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.974 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 30: conflicting requests 2024-04-15T00:53:30.974 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.974 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 31: conflicting requests 2024-04-15T00:53:30.974 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.974 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 32: conflicting requests 2024-04-15T00:53:30.974 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.974 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 33: conflicting requests 2024-04-15T00:53:30.974 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.974 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 34: conflicting requests 2024-04-15T00:53:30.975 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.975 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 35: conflicting requests 2024-04-15T00:53:30.975 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.975 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 36: conflicting requests 2024-04-15T00:53:30.975 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.975 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 37: conflicting requests 2024-04-15T00:53:30.975 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.975 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.975 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.975 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:53:30.975 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.975 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.975 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.976 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.976 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 39: conflicting requests 2024-04-15T00:53:30.976 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.976 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.976 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.976 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.976 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.976 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.976 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:53:30.976 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.976 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.976 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.976 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.976 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:53:30.977 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.977 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.977 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.977 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.977 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:53:30.977 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.977 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.977 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.977 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.977 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:53:30.977 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.977 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.977 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.978 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.978 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:53:30.978 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.978 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.978 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.978 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.978 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:53:30.978 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.978 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.978 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.978 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:53:30.979 INFO:teuthology.orchestra.run.smithi138.stdout:Package ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T00:53:31.039 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-15T00:53:31.040 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2024-04-15T00:53:31.040 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-15T00:53:31.102 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-mgr-dashboard 2024-04-15T00:53:31.255 INFO:teuthology.orchestra.run.smithi088.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.0 MB/s | 195 kB 00:00 2024-04-15T00:53:31.323 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:01:18 ago on Mon 15 Apr 2024 12:52:13 AM UTC. 2024-04-15T00:53:31.389 INFO:teuthology.orchestra.run.smithi088.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 2.4 MB/s | 803 kB 00:00 2024-04-15T00:53:31.522 INFO:teuthology.orchestra.run.smithi088.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 122 kB/s | 33 kB 00:00 2024-04-15T00:53:31.622 INFO:teuthology.orchestra.run.smithi088.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 182 kB/s | 18 kB 00:00 2024-04-15T00:53:31.625 INFO:teuthology.orchestra.run.smithi038.stderr:Modular dependency problems: 2024-04-15T00:53:31.625 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-04-15T00:53:31.625 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 1: conflicting requests 2024-04-15T00:53:31.625 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.625 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 2: conflicting requests 2024-04-15T00:53:31.626 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.626 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 3: conflicting requests 2024-04-15T00:53:31.626 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.626 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 4: conflicting requests 2024-04-15T00:53:31.626 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.626 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 5: conflicting requests 2024-04-15T00:53:31.626 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.626 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 6: conflicting requests 2024-04-15T00:53:31.626 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.626 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 7: conflicting requests 2024-04-15T00:53:31.626 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.626 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 8: conflicting requests 2024-04-15T00:53:31.626 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.627 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 9: conflicting requests 2024-04-15T00:53:31.627 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.627 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 10: conflicting requests 2024-04-15T00:53:31.627 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.627 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 11: conflicting requests 2024-04-15T00:53:31.627 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.627 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 12: conflicting requests 2024-04-15T00:53:31.627 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.627 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 13: conflicting requests 2024-04-15T00:53:31.627 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.627 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 14: conflicting requests 2024-04-15T00:53:31.627 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.627 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 15: conflicting requests 2024-04-15T00:53:31.627 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.628 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 16: conflicting requests 2024-04-15T00:53:31.628 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.628 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 17: conflicting requests 2024-04-15T00:53:31.628 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.628 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 18: conflicting requests 2024-04-15T00:53:31.628 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.628 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 19: conflicting requests 2024-04-15T00:53:31.628 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.628 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 20: conflicting requests 2024-04-15T00:53:31.628 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.628 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 21: conflicting requests 2024-04-15T00:53:31.628 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.628 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 22: conflicting requests 2024-04-15T00:53:31.628 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.629 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 23: conflicting requests 2024-04-15T00:53:31.629 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.629 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 24: conflicting requests 2024-04-15T00:53:31.629 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.629 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 25: conflicting requests 2024-04-15T00:53:31.629 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.629 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 26: conflicting requests 2024-04-15T00:53:31.629 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.629 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 27: conflicting requests 2024-04-15T00:53:31.629 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.629 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 28: conflicting requests 2024-04-15T00:53:31.629 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.630 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 29: conflicting requests 2024-04-15T00:53:31.630 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.630 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 30: conflicting requests 2024-04-15T00:53:31.630 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.630 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 31: conflicting requests 2024-04-15T00:53:31.630 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.630 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 32: conflicting requests 2024-04-15T00:53:31.630 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.630 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 33: conflicting requests 2024-04-15T00:53:31.630 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.630 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 34: conflicting requests 2024-04-15T00:53:31.630 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.631 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 35: conflicting requests 2024-04-15T00:53:31.631 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.631 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 36: conflicting requests 2024-04-15T00:53:31.631 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.631 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 37: conflicting requests 2024-04-15T00:53:31.631 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.631 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.631 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.631 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:53:31.631 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.631 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.631 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.632 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.632 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 39: conflicting requests 2024-04-15T00:53:31.632 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.632 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.632 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.632 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.632 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.632 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.632 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:53:31.632 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.632 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.632 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.632 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.633 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:53:31.633 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.633 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.633 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.633 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.633 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:53:31.633 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.633 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.633 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.633 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.633 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:53:31.633 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.633 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.634 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.634 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.634 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:53:31.634 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.634 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.634 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.634 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.634 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:53:31.634 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.634 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.634 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.634 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.694 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:08 ago on Mon 15 Apr 2024 12:52:23 AM UTC. 2024-04-15T00:53:31.698 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2024-04-15T00:53:31.700 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:53:31.700 INFO:teuthology.orchestra.run.smithi038.stdout: Package Arch Version Repository Size 2024-04-15T00:53:31.700 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:53:31.700 INFO:teuthology.orchestra.run.smithi038.stdout:Installing: 2024-04-15T00:53:31.700 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 3.5 M 2024-04-15T00:53:31.700 INFO:teuthology.orchestra.run.smithi038.stdout:Installing dependencies: 2024-04-15T00:53:31.700 INFO:teuthology.orchestra.run.smithi038.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-15T00:53:31.700 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 32 k 2024-04-15T00:53:31.701 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 15 k 2024-04-15T00:53:31.701 INFO:teuthology.orchestra.run.smithi038.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-15T00:53:31.701 INFO:teuthology.orchestra.run.smithi038.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-15T00:53:31.701 INFO:teuthology.orchestra.run.smithi038.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-15T00:53:31.701 INFO:teuthology.orchestra.run.smithi038.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-15T00:53:31.701 INFO:teuthology.orchestra.run.smithi038.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-15T00:53:31.701 INFO:teuthology.orchestra.run.smithi038.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-15T00:53:31.701 INFO:teuthology.orchestra.run.smithi038.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-15T00:53:31.701 INFO:teuthology.orchestra.run.smithi038.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-15T00:53:31.701 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:53:31.701 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction Summary 2024-04-15T00:53:31.701 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:53:31.701 INFO:teuthology.orchestra.run.smithi038.stdout:Install 12 Packages 2024-04-15T00:53:31.702 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:53:31.702 INFO:teuthology.orchestra.run.smithi038.stdout:Total download size: 8.6 M 2024-04-15T00:53:31.702 INFO:teuthology.orchestra.run.smithi038.stdout:Installed size: 103 M 2024-04-15T00:53:31.702 INFO:teuthology.orchestra.run.smithi038.stdout:Downloading Packages: 2024-04-15T00:53:31.723 INFO:teuthology.orchestra.run.smithi088.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 352 kB/s | 35 kB 00:00 2024-04-15T00:53:31.914 INFO:teuthology.orchestra.run.smithi088.stdout:(6/12): ceph-mgr-diskprediction-local-19.0.0-21 8.7 MB/s | 7.4 MB 00:00 2024-04-15T00:53:31.984 INFO:teuthology.orchestra.run.smithi138.stderr:Modular dependency problems: 2024-04-15T00:53:31.984 INFO:teuthology.orchestra.run.smithi138.stderr: 2024-04-15T00:53:31.984 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 1: conflicting requests 2024-04-15T00:53:31.984 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.984 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 2: conflicting requests 2024-04-15T00:53:31.984 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.984 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 3: conflicting requests 2024-04-15T00:53:31.984 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.984 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 4: conflicting requests 2024-04-15T00:53:31.984 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.984 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 5: conflicting requests 2024-04-15T00:53:31.985 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.985 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 6: conflicting requests 2024-04-15T00:53:31.985 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.985 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 7: conflicting requests 2024-04-15T00:53:31.985 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.985 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 8: conflicting requests 2024-04-15T00:53:31.985 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.985 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 9: conflicting requests 2024-04-15T00:53:31.985 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.985 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 10: conflicting requests 2024-04-15T00:53:31.985 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.985 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 11: conflicting requests 2024-04-15T00:53:31.985 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.986 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 12: conflicting requests 2024-04-15T00:53:31.986 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.986 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 13: conflicting requests 2024-04-15T00:53:31.986 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.986 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 14: conflicting requests 2024-04-15T00:53:31.986 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.986 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 15: conflicting requests 2024-04-15T00:53:31.986 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.986 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 16: conflicting requests 2024-04-15T00:53:31.986 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.986 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 17: conflicting requests 2024-04-15T00:53:31.986 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.987 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 18: conflicting requests 2024-04-15T00:53:31.987 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.987 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 19: conflicting requests 2024-04-15T00:53:31.987 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.987 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 20: conflicting requests 2024-04-15T00:53:31.987 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.987 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 21: conflicting requests 2024-04-15T00:53:31.987 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.987 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 22: conflicting requests 2024-04-15T00:53:31.987 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.987 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 23: conflicting requests 2024-04-15T00:53:31.987 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.987 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 24: conflicting requests 2024-04-15T00:53:31.988 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.988 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 25: conflicting requests 2024-04-15T00:53:31.988 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.988 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 26: conflicting requests 2024-04-15T00:53:31.988 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.988 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 27: conflicting requests 2024-04-15T00:53:31.988 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.988 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 28: conflicting requests 2024-04-15T00:53:31.988 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.988 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 29: conflicting requests 2024-04-15T00:53:31.988 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.988 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 30: conflicting requests 2024-04-15T00:53:31.989 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.989 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 31: conflicting requests 2024-04-15T00:53:31.989 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.989 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 32: conflicting requests 2024-04-15T00:53:31.989 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.989 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 33: conflicting requests 2024-04-15T00:53:31.989 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.989 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 34: conflicting requests 2024-04-15T00:53:31.989 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.989 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 35: conflicting requests 2024-04-15T00:53:31.989 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.989 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 36: conflicting requests 2024-04-15T00:53:31.989 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.990 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 37: conflicting requests 2024-04-15T00:53:31.990 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.990 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.990 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.990 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:53:31.990 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.990 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.990 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.990 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.990 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 39: conflicting requests 2024-04-15T00:53:31.990 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.990 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.991 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.991 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.991 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.991 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.991 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:53:31.991 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.991 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.991 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.991 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.991 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:53:31.992 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.992 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.992 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.992 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.992 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:53:31.992 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.992 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.992 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.992 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.992 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:53:31.992 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.993 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.993 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.993 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.993 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:53:31.993 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.993 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.993 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.993 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.993 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:53:31.993 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.993 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.993 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:53:31.994 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:53:32.053 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-15T00:53:32.054 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:53:32.055 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2024-04-15T00:53:32.055 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:53:32.055 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-04-15T00:53:32.055 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 3.5 M 2024-04-15T00:53:32.055 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2024-04-15T00:53:32.055 INFO:teuthology.orchestra.run.smithi138.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-15T00:53:32.055 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 32 k 2024-04-15T00:53:32.055 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 15 k 2024-04-15T00:53:32.055 INFO:teuthology.orchestra.run.smithi138.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-15T00:53:32.055 INFO:teuthology.orchestra.run.smithi138.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-15T00:53:32.055 INFO:teuthology.orchestra.run.smithi138.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-15T00:53:32.056 INFO:teuthology.orchestra.run.smithi138.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-15T00:53:32.056 INFO:teuthology.orchestra.run.smithi138.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-15T00:53:32.056 INFO:teuthology.orchestra.run.smithi138.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-15T00:53:32.056 INFO:teuthology.orchestra.run.smithi138.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-15T00:53:32.056 INFO:teuthology.orchestra.run.smithi138.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-15T00:53:32.056 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:53:32.056 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-04-15T00:53:32.056 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:53:32.056 INFO:teuthology.orchestra.run.smithi138.stdout:Install 12 Packages 2024-04-15T00:53:32.056 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:53:32.057 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 8.6 M 2024-04-15T00:53:32.057 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 103 M 2024-04-15T00:53:32.057 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-04-15T00:53:32.323 INFO:teuthology.orchestra.run.smithi088.stdout:(7/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 3.2 MB/s | 3.0 MB 00:00 2024-04-15T00:53:32.498 INFO:teuthology.orchestra.run.smithi088.stdout:(8/12): python3-devel-3.9.17-2.el9.x86_64.rpm 421 kB/s | 245 kB 00:00 2024-04-15T00:53:32.517 INFO:teuthology.orchestra.run.smithi038.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2114.ga9 125 kB/s | 32 kB 00:00 2024-04-15T00:53:32.551 INFO:teuthology.orchestra.run.smithi038.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2114.ga9a 53 kB/s | 15 kB 00:00 2024-04-15T00:53:32.631 INFO:teuthology.orchestra.run.smithi138.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2114.ga9 121 kB/s | 32 kB 00:00 2024-04-15T00:53:32.656 INFO:teuthology.orchestra.run.smithi138.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2114.ga9a 53 kB/s | 15 kB 00:00 2024-04-15T00:53:32.682 INFO:teuthology.orchestra.run.smithi088.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 1.3 MB/s | 250 kB 00:00 2024-04-15T00:53:32.841 INFO:teuthology.orchestra.run.smithi088.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 9.9 MB/s | 5.1 MB 00:00 2024-04-15T00:53:32.857 INFO:teuthology.orchestra.run.smithi138.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.3 MB/s | 269 kB 00:00 2024-04-15T00:53:32.934 INFO:teuthology.orchestra.run.smithi038.stdout:(3/12): ceph-mgr-dashboard-19.0.0-2114.ga9a752d 5.2 MB/s | 3.5 MB 00:00 2024-04-15T00:53:32.966 INFO:teuthology.orchestra.run.smithi138.stdout:(4/12): protobuf-compiler-3.14.0-13.el9.x86_64. 7.8 MB/s | 863 kB 00:00 2024-04-15T00:53:33.016 INFO:teuthology.orchestra.run.smithi138.stdout:(5/12): protobuf-3.14.0-13.el9.x86_64.rpm 2.6 MB/s | 1.0 MB 00:00 2024-04-15T00:53:33.199 INFO:teuthology.orchestra.run.smithi088.stdout:(11/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 3.2 MB/s | 4.7 MB 00:01 2024-04-15T00:53:33.291 INFO:teuthology.orchestra.run.smithi138.stdout:(6/12): ceph-mgr-dashboard-19.0.0-2114.ga9a752d 3.8 MB/s | 3.5 MB 00:00 2024-04-15T00:53:33.360 INFO:teuthology.orchestra.run.smithi038.stdout:(4/12): protobuf-compiler-3.14.0-13.el9.x86_64. 2.0 MB/s | 863 kB 00:00 2024-04-15T00:53:33.475 INFO:teuthology.orchestra.run.smithi138.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 42 kB/s | 19 kB 00:00 2024-04-15T00:53:33.585 INFO:teuthology.orchestra.run.smithi038.stdout:(5/12): python3-protobuf-3.14.0-13.el9.noarch.r 260 kB/s | 269 kB 00:01 2024-04-15T00:53:33.817 INFO:teuthology.orchestra.run.smithi138.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 423 kB/s | 144 kB 00:00 2024-04-15T00:53:33.917 INFO:teuthology.orchestra.run.smithi138.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 308 kB/s | 31 kB 00:00 2024-04-15T00:53:34.043 INFO:teuthology.orchestra.run.smithi038.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 42 kB/s | 19 kB 00:00 2024-04-15T00:53:34.118 INFO:teuthology.orchestra.run.smithi138.stdout:(10/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 476 kB/s | 548 kB 00:01 2024-04-15T00:53:34.268 INFO:teuthology.orchestra.run.smithi138.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 538 kB/s | 188 kB 00:00 2024-04-15T00:53:34.402 INFO:teuthology.orchestra.run.smithi038.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 526 kB/s | 548 kB 00:01 2024-04-15T00:53:34.436 INFO:teuthology.orchestra.run.smithi038.stdout:(8/12): protobuf-3.14.0-13.el9.x86_64.rpm 539 kB/s | 1.0 MB 00:01 2024-04-15T00:53:34.894 INFO:teuthology.orchestra.run.smithi038.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 67 kB/s | 31 kB 00:00 2024-04-15T00:53:35.128 INFO:teuthology.orchestra.run.smithi038.stdout:(10/12): python3-grpcio-tools-1.46.7-10.el9.x86 199 kB/s | 144 kB 00:00 2024-04-15T00:53:35.694 INFO:teuthology.orchestra.run.smithi038.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 236 kB/s | 188 kB 00:00 2024-04-15T00:53:36.053 INFO:teuthology.orchestra.run.smithi038.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 1.0 MB/s | 2.0 MB 00:02 2024-04-15T00:53:36.056 INFO:teuthology.orchestra.run.smithi038.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:53:36.057 INFO:teuthology.orchestra.run.smithi038.stdout:Total 2.0 MB/s | 8.6 MB 00:04 2024-04-15T00:53:36.110 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction check 2024-04-15T00:53:36.118 INFO:teuthology.orchestra.run.smithi138.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 738 kB/s | 2.0 MB 00:02 2024-04-15T00:53:36.123 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:53:36.124 INFO:teuthology.orchestra.run.smithi138.stdout:Total 2.1 MB/s | 8.6 MB 00:04 2024-04-15T00:53:36.129 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction check succeeded. 2024-04-15T00:53:36.129 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction test 2024-04-15T00:53:36.177 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-04-15T00:53:36.195 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-04-15T00:53:36.196 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-04-15T00:53:36.315 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction test succeeded. 2024-04-15T00:53:36.315 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction 2024-04-15T00:53:36.392 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-04-15T00:53:36.392 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-04-15T00:53:36.861 INFO:teuthology.orchestra.run.smithi038.stdout: Preparing : 1/1 2024-04-15T00:53:36.925 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-04-15T00:53:36.954 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-15T00:53:36.993 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-15T00:53:36.998 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-15T00:53:37.045 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-15T00:53:37.046 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-15T00:53:37.074 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-15T00:53:37.091 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-15T00:53:37.123 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-15T00:53:37.174 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-15T00:53:37.226 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-15T00:53:37.304 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-15T00:53:37.356 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-15T00:53:37.396 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-15T00:53:37.442 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-15T00:53:37.446 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-15T00:53:37.473 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-15T00:53:37.487 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-15T00:53:37.506 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7 10/12 2024-04-15T00:53:37.516 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-15T00:53:37.548 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7 10/12 2024-04-15T00:53:38.582 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el 11/12 2024-04-15T00:53:38.602 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el 11/12 2024-04-15T00:53:38.616 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 12/12 2024-04-15T00:53:38.631 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 12/12 2024-04-15T00:53:39.867 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 12/12 2024-04-15T00:53:39.867 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el 1/12 2024-04-15T00:53:39.867 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 2/12 2024-04-15T00:53:39.867 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7 3/12 2024-04-15T00:53:39.867 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-15T00:53:39.867 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-15T00:53:39.867 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-15T00:53:39.868 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-15T00:53:39.868 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-15T00:53:39.868 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-15T00:53:39.868 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-15T00:53:39.868 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-15T00:53:40.162 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 12/12 2024-04-15T00:53:40.162 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el 1/12 2024-04-15T00:53:40.162 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 2/12 2024-04-15T00:53:40.162 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7 3/12 2024-04-15T00:53:40.162 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-15T00:53:40.162 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-15T00:53:40.162 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-15T00:53:40.162 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-15T00:53:40.162 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-15T00:53:40.162 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-15T00:53:40.162 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-15T00:53:40.163 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-15T00:53:40.241 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-15T00:53:40.241 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:53:40.241 INFO:teuthology.orchestra.run.smithi038.stdout:Installed: 2024-04-15T00:53:40.241 INFO:teuthology.orchestra.run.smithi038.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-15T00:53:40.241 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T00:53:40.241 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T00:53:40.242 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T00:53:40.242 INFO:teuthology.orchestra.run.smithi038.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-15T00:53:40.242 INFO:teuthology.orchestra.run.smithi038.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-15T00:53:40.242 INFO:teuthology.orchestra.run.smithi038.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-15T00:53:40.242 INFO:teuthology.orchestra.run.smithi038.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-15T00:53:40.242 INFO:teuthology.orchestra.run.smithi038.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-15T00:53:40.242 INFO:teuthology.orchestra.run.smithi038.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-15T00:53:40.242 INFO:teuthology.orchestra.run.smithi038.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-15T00:53:40.242 INFO:teuthology.orchestra.run.smithi038.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-15T00:53:40.242 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:53:40.242 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2024-04-15T00:53:40.481 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-15T00:53:40.538 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-15T00:53:40.538 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:53:40.539 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-04-15T00:53:40.539 INFO:teuthology.orchestra.run.smithi138.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-15T00:53:40.539 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T00:53:40.539 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T00:53:40.539 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T00:53:40.539 INFO:teuthology.orchestra.run.smithi138.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-15T00:53:40.539 INFO:teuthology.orchestra.run.smithi138.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-15T00:53:40.539 INFO:teuthology.orchestra.run.smithi138.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-15T00:53:40.539 INFO:teuthology.orchestra.run.smithi138.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-15T00:53:40.539 INFO:teuthology.orchestra.run.smithi138.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-15T00:53:40.539 INFO:teuthology.orchestra.run.smithi138.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-15T00:53:40.539 INFO:teuthology.orchestra.run.smithi138.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-15T00:53:40.539 INFO:teuthology.orchestra.run.smithi138.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-15T00:53:40.539 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:53:40.539 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-15T00:53:40.782 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-15T00:53:40.923 INFO:teuthology.orchestra.run.smithi088.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 2.0 MB/s | 16 MB 00:08 2024-04-15T00:53:40.924 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:53:40.924 INFO:teuthology.orchestra.run.smithi088.stdout:Total 3.8 MB/s | 38 MB 00:10 2024-04-15T00:53:41.087 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:01:28 ago on Mon 15 Apr 2024 12:52:13 AM UTC. 2024-04-15T00:53:41.282 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-04-15T00:53:41.310 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-04-15T00:53:41.310 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-04-15T00:53:41.374 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:18 ago on Mon 15 Apr 2024 12:52:23 AM UTC. 2024-04-15T00:53:41.389 INFO:teuthology.orchestra.run.smithi038.stderr:Modular dependency problems: 2024-04-15T00:53:41.389 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-04-15T00:53:41.389 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 1: conflicting requests 2024-04-15T00:53:41.389 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.389 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 2: conflicting requests 2024-04-15T00:53:41.390 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.390 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 3: conflicting requests 2024-04-15T00:53:41.390 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.390 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 4: conflicting requests 2024-04-15T00:53:41.390 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.390 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 5: conflicting requests 2024-04-15T00:53:41.390 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.390 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 6: conflicting requests 2024-04-15T00:53:41.390 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.390 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 7: conflicting requests 2024-04-15T00:53:41.390 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.390 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 8: conflicting requests 2024-04-15T00:53:41.390 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.391 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 9: conflicting requests 2024-04-15T00:53:41.391 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.391 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 10: conflicting requests 2024-04-15T00:53:41.391 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.391 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 11: conflicting requests 2024-04-15T00:53:41.391 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.391 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 12: conflicting requests 2024-04-15T00:53:41.391 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.391 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 13: conflicting requests 2024-04-15T00:53:41.391 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.391 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 14: conflicting requests 2024-04-15T00:53:41.391 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.391 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 15: conflicting requests 2024-04-15T00:53:41.391 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.392 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 16: conflicting requests 2024-04-15T00:53:41.392 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.392 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 17: conflicting requests 2024-04-15T00:53:41.392 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.392 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 18: conflicting requests 2024-04-15T00:53:41.392 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.392 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 19: conflicting requests 2024-04-15T00:53:41.392 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.392 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 20: conflicting requests 2024-04-15T00:53:41.392 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.392 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 21: conflicting requests 2024-04-15T00:53:41.392 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.392 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 22: conflicting requests 2024-04-15T00:53:41.392 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.393 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 23: conflicting requests 2024-04-15T00:53:41.393 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.393 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 24: conflicting requests 2024-04-15T00:53:41.393 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.393 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 25: conflicting requests 2024-04-15T00:53:41.393 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.393 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 26: conflicting requests 2024-04-15T00:53:41.393 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.393 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 27: conflicting requests 2024-04-15T00:53:41.393 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.393 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 28: conflicting requests 2024-04-15T00:53:41.393 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.393 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 29: conflicting requests 2024-04-15T00:53:41.393 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.394 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 30: conflicting requests 2024-04-15T00:53:41.394 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.394 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 31: conflicting requests 2024-04-15T00:53:41.394 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.394 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 32: conflicting requests 2024-04-15T00:53:41.394 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.394 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 33: conflicting requests 2024-04-15T00:53:41.394 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.394 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 34: conflicting requests 2024-04-15T00:53:41.394 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.394 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 35: conflicting requests 2024-04-15T00:53:41.394 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.395 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 36: conflicting requests 2024-04-15T00:53:41.395 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.395 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 37: conflicting requests 2024-04-15T00:53:41.395 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.395 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.395 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.395 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:53:41.395 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.395 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.395 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.395 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.395 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 39: conflicting requests 2024-04-15T00:53:41.395 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.395 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.396 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.396 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.396 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.396 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.396 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:53:41.396 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.396 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.396 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.396 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.396 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:53:41.396 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.396 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.396 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.396 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.397 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:53:41.397 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.397 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.397 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.397 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.397 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:53:41.397 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.397 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.397 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.397 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.397 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:53:41.397 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.397 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.397 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.398 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.398 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:53:41.398 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.398 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.398 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.398 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.462 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2024-04-15T00:53:41.463 INFO:teuthology.orchestra.run.smithi038.stdout:======================================================================================= 2024-04-15T00:53:41.463 INFO:teuthology.orchestra.run.smithi038.stdout: Package Arch Version Repository Size 2024-04-15T00:53:41.464 INFO:teuthology.orchestra.run.smithi038.stdout:======================================================================================= 2024-04-15T00:53:41.464 INFO:teuthology.orchestra.run.smithi038.stdout:Installing: 2024-04-15T00:53:41.464 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 7.4 M 2024-04-15T00:53:41.464 INFO:teuthology.orchestra.run.smithi038.stdout:Installing dependencies: 2024-04-15T00:53:41.464 INFO:teuthology.orchestra.run.smithi038.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-15T00:53:41.464 INFO:teuthology.orchestra.run.smithi038.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-15T00:53:41.464 INFO:teuthology.orchestra.run.smithi038.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-15T00:53:41.464 INFO:teuthology.orchestra.run.smithi038.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-15T00:53:41.464 INFO:teuthology.orchestra.run.smithi038.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-15T00:53:41.464 INFO:teuthology.orchestra.run.smithi038.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-15T00:53:41.464 INFO:teuthology.orchestra.run.smithi038.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-15T00:53:41.464 INFO:teuthology.orchestra.run.smithi038.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-15T00:53:41.464 INFO:teuthology.orchestra.run.smithi038.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-15T00:53:41.464 INFO:teuthology.orchestra.run.smithi038.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-15T00:53:41.465 INFO:teuthology.orchestra.run.smithi038.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-15T00:53:41.465 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:53:41.465 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction Summary 2024-04-15T00:53:41.465 INFO:teuthology.orchestra.run.smithi038.stdout:======================================================================================= 2024-04-15T00:53:41.465 INFO:teuthology.orchestra.run.smithi038.stdout:Install 12 Packages 2024-04-15T00:53:41.465 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:53:41.465 INFO:teuthology.orchestra.run.smithi038.stdout:Total download size: 38 M 2024-04-15T00:53:41.466 INFO:teuthology.orchestra.run.smithi038.stdout:Installed size: 209 M 2024-04-15T00:53:41.466 INFO:teuthology.orchestra.run.smithi038.stdout:Downloading Packages: 2024-04-15T00:53:41.664 INFO:teuthology.orchestra.run.smithi138.stderr:Modular dependency problems: 2024-04-15T00:53:41.664 INFO:teuthology.orchestra.run.smithi138.stderr: 2024-04-15T00:53:41.664 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 1: conflicting requests 2024-04-15T00:53:41.664 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.664 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 2: conflicting requests 2024-04-15T00:53:41.664 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.664 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 3: conflicting requests 2024-04-15T00:53:41.665 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.665 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 4: conflicting requests 2024-04-15T00:53:41.665 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.665 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 5: conflicting requests 2024-04-15T00:53:41.665 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.665 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 6: conflicting requests 2024-04-15T00:53:41.665 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.665 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 7: conflicting requests 2024-04-15T00:53:41.665 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.665 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 8: conflicting requests 2024-04-15T00:53:41.665 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.665 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 9: conflicting requests 2024-04-15T00:53:41.665 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.665 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 10: conflicting requests 2024-04-15T00:53:41.666 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.666 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 11: conflicting requests 2024-04-15T00:53:41.666 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.666 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 12: conflicting requests 2024-04-15T00:53:41.666 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.666 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 13: conflicting requests 2024-04-15T00:53:41.666 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.666 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 14: conflicting requests 2024-04-15T00:53:41.666 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.666 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 15: conflicting requests 2024-04-15T00:53:41.666 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.666 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 16: conflicting requests 2024-04-15T00:53:41.666 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.667 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 17: conflicting requests 2024-04-15T00:53:41.667 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.667 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 18: conflicting requests 2024-04-15T00:53:41.667 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.667 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 19: conflicting requests 2024-04-15T00:53:41.667 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.667 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 20: conflicting requests 2024-04-15T00:53:41.667 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.667 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 21: conflicting requests 2024-04-15T00:53:41.667 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.667 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 22: conflicting requests 2024-04-15T00:53:41.667 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.668 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 23: conflicting requests 2024-04-15T00:53:41.668 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.668 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 24: conflicting requests 2024-04-15T00:53:41.668 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.668 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 25: conflicting requests 2024-04-15T00:53:41.668 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.668 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 26: conflicting requests 2024-04-15T00:53:41.668 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.668 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 27: conflicting requests 2024-04-15T00:53:41.668 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.668 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 28: conflicting requests 2024-04-15T00:53:41.668 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.668 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 29: conflicting requests 2024-04-15T00:53:41.668 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.668 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 30: conflicting requests 2024-04-15T00:53:41.669 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.669 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 31: conflicting requests 2024-04-15T00:53:41.669 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.669 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 32: conflicting requests 2024-04-15T00:53:41.669 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.669 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 33: conflicting requests 2024-04-15T00:53:41.669 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.669 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 34: conflicting requests 2024-04-15T00:53:41.669 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.669 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 35: conflicting requests 2024-04-15T00:53:41.669 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.669 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 36: conflicting requests 2024-04-15T00:53:41.670 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.670 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 37: conflicting requests 2024-04-15T00:53:41.670 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.670 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.670 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.670 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:53:41.670 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.670 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.670 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.670 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.670 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 39: conflicting requests 2024-04-15T00:53:41.670 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.670 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.671 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.671 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.671 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.671 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.671 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:53:41.671 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.671 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.671 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.671 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.671 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:53:41.671 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.671 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.671 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.671 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.672 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:53:41.672 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.672 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.672 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.672 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.672 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:53:41.672 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.672 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.672 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.672 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.672 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:53:41.672 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.672 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.672 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.672 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.673 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:53:41.673 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.673 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.673 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.673 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:53:41.730 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-04-15T00:53:41.731 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-04-15T00:53:41.733 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-15T00:53:41.735 INFO:teuthology.orchestra.run.smithi138.stdout:======================================================================================= 2024-04-15T00:53:41.735 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2024-04-15T00:53:41.735 INFO:teuthology.orchestra.run.smithi138.stdout:======================================================================================= 2024-04-15T00:53:41.735 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-04-15T00:53:41.735 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 7.4 M 2024-04-15T00:53:41.735 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2024-04-15T00:53:41.735 INFO:teuthology.orchestra.run.smithi138.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-15T00:53:41.735 INFO:teuthology.orchestra.run.smithi138.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-15T00:53:41.735 INFO:teuthology.orchestra.run.smithi138.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-15T00:53:41.735 INFO:teuthology.orchestra.run.smithi138.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-15T00:53:41.735 INFO:teuthology.orchestra.run.smithi138.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-15T00:53:41.735 INFO:teuthology.orchestra.run.smithi138.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-15T00:53:41.735 INFO:teuthology.orchestra.run.smithi138.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-15T00:53:41.736 INFO:teuthology.orchestra.run.smithi138.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-15T00:53:41.736 INFO:teuthology.orchestra.run.smithi138.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-15T00:53:41.736 INFO:teuthology.orchestra.run.smithi138.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-15T00:53:41.736 INFO:teuthology.orchestra.run.smithi138.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-15T00:53:41.736 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:53:41.736 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-04-15T00:53:41.736 INFO:teuthology.orchestra.run.smithi138.stdout:======================================================================================= 2024-04-15T00:53:41.736 INFO:teuthology.orchestra.run.smithi138.stdout:Install 12 Packages 2024-04-15T00:53:41.736 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:53:41.737 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 38 M 2024-04-15T00:53:41.737 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 209 M 2024-04-15T00:53:41.737 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-04-15T00:53:41.936 INFO:teuthology.orchestra.run.smithi038.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.4 MB/s | 195 kB 00:00 2024-04-15T00:53:42.003 INFO:teuthology.orchestra.run.smithi038.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 3.8 MB/s | 803 kB 00:00 2024-04-15T00:53:42.203 INFO:teuthology.orchestra.run.smithi038.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 122 kB/s | 33 kB 00:00 2024-04-15T00:53:42.355 INFO:teuthology.orchestra.run.smithi138.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 713 kB/s | 195 kB 00:00 2024-04-15T00:53:42.397 INFO:teuthology.orchestra.run.smithi138.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 2.5 MB/s | 803 kB 00:00 2024-04-15T00:53:42.471 INFO:teuthology.orchestra.run.smithi038.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 68 kB/s | 18 kB 00:00 2024-04-15T00:53:42.489 INFO:teuthology.orchestra.run.smithi138.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 244 kB/s | 33 kB 00:00 2024-04-15T00:53:42.490 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-04-15T00:53:42.548 INFO:teuthology.orchestra.run.smithi138.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 310 kB/s | 18 kB 00:00 2024-04-15T00:53:42.561 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-15T00:53:42.604 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-15T00:53:42.606 INFO:teuthology.orchestra.run.smithi138.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 605 kB/s | 35 kB 00:00 2024-04-15T00:53:42.704 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-15T00:53:42.737 INFO:teuthology.orchestra.run.smithi038.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 132 kB/s | 35 kB 00:00 2024-04-15T00:53:42.738 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-15T00:53:42.916 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-15T00:53:42.945 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-15T00:53:42.954 INFO:teuthology.orchestra.run.smithi038.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 3.1 MB/s | 3.0 MB 00:00 2024-04-15T00:53:42.990 INFO:teuthology.orchestra.run.smithi138.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 5.0 MB/s | 3.0 MB 00:00 2024-04-15T00:53:43.022 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-15T00:53:43.049 INFO:teuthology.orchestra.run.smithi138.stdout:(7/12): python3-devel-3.9.17-2.el9.x86_64.rpm 4.1 MB/s | 245 kB 00:00 2024-04-15T00:53:43.508 INFO:teuthology.orchestra.run.smithi138.stdout:(8/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 11 MB/s | 5.1 MB 00:00 2024-04-15T00:53:43.575 INFO:teuthology.orchestra.run.smithi138.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 3.7 MB/s | 250 kB 00:00 2024-04-15T00:53:43.674 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-15T00:53:43.704 INFO:teuthology.orchestra.run.smithi038.stdout:(7/12): python3-devel-3.9.17-2.el9.x86_64.rpm 327 kB/s | 245 kB 00:00 2024-04-15T00:53:43.792 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-15T00:53:43.883 INFO:teuthology.orchestra.run.smithi138.stdout:(10/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 3.7 MB/s | 4.7 MB 00:01 2024-04-15T00:53:44.488 INFO:teuthology.orchestra.run.smithi038.stdout:(8/12): ceph-mgr-diskprediction-local-19.0.0-21 2.7 MB/s | 7.4 MB 00:02 2024-04-15T00:53:44.550 INFO:teuthology.orchestra.run.smithi138.stdout:(11/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 17 MB/s | 16 MB 00:00 2024-04-15T00:53:45.033 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-15T00:53:45.213 INFO:teuthology.orchestra.run.smithi038.stdout:(9/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 1.9 MB/s | 4.7 MB 00:02 2024-04-15T00:53:45.238 INFO:teuthology.orchestra.run.smithi038.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 334 kB/s | 250 kB 00:00 2024-04-15T00:53:45.980 INFO:teuthology.orchestra.run.smithi038.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 2.2 MB/s | 5.1 MB 00:02 2024-04-15T00:53:46.103 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-15T00:53:46.136 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 12/12 2024-04-15T00:53:47.025 INFO:teuthology.orchestra.run.smithi138.stdout:(12/12): ceph-mgr-diskprediction-local-19.0.0-2 1.5 MB/s | 7.4 MB 00:04 2024-04-15T00:53:47.028 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:53:47.029 INFO:teuthology.orchestra.run.smithi138.stdout:Total 7.2 MB/s | 38 MB 00:05 2024-04-15T00:53:47.388 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-04-15T00:53:47.415 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-04-15T00:53:47.415 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-04-15T00:53:47.836 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-04-15T00:53:47.836 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-04-15T00:53:48.593 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-04-15T00:53:48.629 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 12/12 2024-04-15T00:53:48.630 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 1/12 2024-04-15T00:53:48.630 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-15T00:53:48.630 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-15T00:53:48.630 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-15T00:53:48.630 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-15T00:53:48.630 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-15T00:53:48.630 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-15T00:53:48.630 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-15T00:53:48.630 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 9/12 2024-04-15T00:53:48.630 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-15T00:53:48.630 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-15T00:53:48.664 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-15T00:53:48.672 INFO:teuthology.orchestra.run.smithi038.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 4.7 MB/s | 16 MB 00:03 2024-04-15T00:53:48.673 INFO:teuthology.orchestra.run.smithi038.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:53:48.673 INFO:teuthology.orchestra.run.smithi038.stdout:Total 5.3 MB/s | 38 MB 00:07 2024-04-15T00:53:48.706 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-15T00:53:48.806 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-15T00:53:48.841 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-15T00:53:49.018 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-15T00:53:49.038 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction check 2024-04-15T00:53:49.040 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-15T00:53:49.067 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction check succeeded. 2024-04-15T00:53:49.067 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction test 2024-04-15T00:53:49.116 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-15T00:53:49.149 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-15T00:53:49.149 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:53:49.149 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-04-15T00:53:49.150 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T00:53:49.150 INFO:teuthology.orchestra.run.smithi088.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-15T00:53:49.150 INFO:teuthology.orchestra.run.smithi088.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-15T00:53:49.150 INFO:teuthology.orchestra.run.smithi088.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-15T00:53:49.150 INFO:teuthology.orchestra.run.smithi088.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-15T00:53:49.150 INFO:teuthology.orchestra.run.smithi088.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-15T00:53:49.150 INFO:teuthology.orchestra.run.smithi088.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-15T00:53:49.150 INFO:teuthology.orchestra.run.smithi088.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-15T00:53:49.150 INFO:teuthology.orchestra.run.smithi088.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-15T00:53:49.150 INFO:teuthology.orchestra.run.smithi088.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-15T00:53:49.150 INFO:teuthology.orchestra.run.smithi088.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-15T00:53:49.150 INFO:teuthology.orchestra.run.smithi088.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-15T00:53:49.150 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:53:49.150 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-04-15T00:53:49.513 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction test succeeded. 2024-04-15T00:53:49.514 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction 2024-04-15T00:53:49.519 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-mgr-rook 2024-04-15T00:53:49.758 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-15T00:53:49.880 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-15T00:53:50.132 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:35 ago on Mon 15 Apr 2024 12:52:15 AM UTC. 2024-04-15T00:53:50.299 INFO:teuthology.orchestra.run.smithi038.stdout: Preparing : 1/1 2024-04-15T00:53:50.383 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-15T00:53:50.421 INFO:teuthology.orchestra.run.smithi088.stderr:Modular dependency problems: 2024-04-15T00:53:50.421 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-04-15T00:53:50.421 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 1: conflicting requests 2024-04-15T00:53:50.422 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.422 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 2: conflicting requests 2024-04-15T00:53:50.422 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.422 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 3: conflicting requests 2024-04-15T00:53:50.422 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.422 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 4: conflicting requests 2024-04-15T00:53:50.422 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.422 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 5: conflicting requests 2024-04-15T00:53:50.422 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.422 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 6: conflicting requests 2024-04-15T00:53:50.422 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.422 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 7: conflicting requests 2024-04-15T00:53:50.422 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.423 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 8: conflicting requests 2024-04-15T00:53:50.423 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.423 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 9: conflicting requests 2024-04-15T00:53:50.423 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.423 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 10: conflicting requests 2024-04-15T00:53:50.423 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.423 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 11: conflicting requests 2024-04-15T00:53:50.423 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.423 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 12: conflicting requests 2024-04-15T00:53:50.423 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.423 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 13: conflicting requests 2024-04-15T00:53:50.423 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.423 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 14: conflicting requests 2024-04-15T00:53:50.423 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.424 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 15: conflicting requests 2024-04-15T00:53:50.424 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.424 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 16: conflicting requests 2024-04-15T00:53:50.424 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.424 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 17: conflicting requests 2024-04-15T00:53:50.424 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.424 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 18: conflicting requests 2024-04-15T00:53:50.424 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.424 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 19: conflicting requests 2024-04-15T00:53:50.424 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.424 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 20: conflicting requests 2024-04-15T00:53:50.424 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.424 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 21: conflicting requests 2024-04-15T00:53:50.425 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.425 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 22: conflicting requests 2024-04-15T00:53:50.425 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.425 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 23: conflicting requests 2024-04-15T00:53:50.425 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.425 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 24: conflicting requests 2024-04-15T00:53:50.425 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.425 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 25: conflicting requests 2024-04-15T00:53:50.425 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.425 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 26: conflicting requests 2024-04-15T00:53:50.425 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.425 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 27: conflicting requests 2024-04-15T00:53:50.425 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.426 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 28: conflicting requests 2024-04-15T00:53:50.426 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.426 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 29: conflicting requests 2024-04-15T00:53:50.426 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.426 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 30: conflicting requests 2024-04-15T00:53:50.426 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.426 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 31: conflicting requests 2024-04-15T00:53:50.426 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.426 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 32: conflicting requests 2024-04-15T00:53:50.426 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.426 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 33: conflicting requests 2024-04-15T00:53:50.426 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.426 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 34: conflicting requests 2024-04-15T00:53:50.426 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.427 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 35: conflicting requests 2024-04-15T00:53:50.427 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.427 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 36: conflicting requests 2024-04-15T00:53:50.427 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.427 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 37: conflicting requests 2024-04-15T00:53:50.427 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.427 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.427 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.427 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:53:50.427 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.427 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.427 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.427 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.427 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 39: conflicting requests 2024-04-15T00:53:50.428 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.428 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.428 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.428 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.428 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.428 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.428 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:53:50.428 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.428 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.428 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.428 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.428 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:53:50.428 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.429 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.429 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.429 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.429 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:53:50.429 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.429 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.429 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.429 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.429 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:53:50.429 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.429 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.429 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.429 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.429 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:53:50.430 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.430 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.430 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.430 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.430 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:53:50.430 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.430 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.430 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.430 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:53:50.430 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-15T00:53:50.489 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-04-15T00:53:50.494 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:53:50.495 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2024-04-15T00:53:50.495 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:53:50.495 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-04-15T00:53:50.495 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-rook noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 49 k 2024-04-15T00:53:50.495 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2024-04-15T00:53:50.495 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-15T00:53:50.495 INFO:teuthology.orchestra.run.smithi088.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-15T00:53:50.496 INFO:teuthology.orchestra.run.smithi088.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-15T00:53:50.496 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-15T00:53:50.496 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-15T00:53:50.496 INFO:teuthology.orchestra.run.smithi088.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-15T00:53:50.496 INFO:teuthology.orchestra.run.smithi088.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-15T00:53:50.496 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-15T00:53:50.496 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-15T00:53:50.496 INFO:teuthology.orchestra.run.smithi088.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-15T00:53:50.496 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-15T00:53:50.496 INFO:teuthology.orchestra.run.smithi088.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-15T00:53:50.496 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:53:50.496 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-04-15T00:53:50.496 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:53:50.497 INFO:teuthology.orchestra.run.smithi088.stdout:Install 13 Packages 2024-04-15T00:53:50.497 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:53:50.497 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 2.2 M 2024-04-15T00:53:50.497 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 26 M 2024-04-15T00:53:50.497 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-04-15T00:53:50.526 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-15T00:53:50.563 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-15T00:53:50.748 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-15T00:53:50.778 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-15T00:53:50.852 INFO:teuthology.orchestra.run.smithi088.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 273 kB/s | 26 kB 00:00 2024-04-15T00:53:50.858 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-15T00:53:50.878 INFO:teuthology.orchestra.run.smithi088.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 161 kB/s | 19 kB 00:00 2024-04-15T00:53:50.986 INFO:teuthology.orchestra.run.smithi088.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.0 MB/s | 222 kB 00:00 2024-04-15T00:53:51.011 INFO:teuthology.orchestra.run.smithi088.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.2 MB/s | 159 kB 00:00 2024-04-15T00:53:51.045 INFO:teuthology.orchestra.run.smithi088.stdout:(5/13): ceph-mgr-rook-19.0.0-2114.ga9a752df.el7 172 kB/s | 49 kB 00:00 2024-04-15T00:53:51.070 INFO:teuthology.orchestra.run.smithi088.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 3.2 MB/s | 279 kB 00:00 2024-04-15T00:53:51.095 INFO:teuthology.orchestra.run.smithi088.stdout:(7/13): python3-requests-oauthlib-1.3.0-12.el9. 642 kB/s | 54 kB 00:00 2024-04-15T00:53:51.102 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-15T00:53:51.329 INFO:teuthology.orchestra.run.smithi088.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 64 kB/s | 15 kB 00:00 2024-04-15T00:53:51.354 INFO:teuthology.orchestra.run.smithi088.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 104 kB/s | 32 kB 00:00 2024-04-15T00:53:51.555 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-15T00:53:51.562 INFO:teuthology.orchestra.run.smithi088.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 284 kB/s | 59 kB 00:00 2024-04-15T00:53:51.579 INFO:teuthology.orchestra.run.smithi088.stdout:(11/13): python3-google-auth-2.28.2-1.el9.noarc 419 kB/s | 203 kB 00:00 2024-04-15T00:53:51.671 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-15T00:53:51.730 INFO:teuthology.orchestra.run.smithi088.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 537 kB/s | 90 kB 00:00 2024-04-15T00:53:51.847 INFO:teuthology.orchestra.run.smithi088.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 2.0 MB/s | 1.0 MB 00:00 2024-04-15T00:53:51.847 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:53:51.847 INFO:teuthology.orchestra.run.smithi088.stdout:Total 1.6 MB/s | 2.2 MB 00:01 2024-04-15T00:53:51.914 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-04-15T00:53:51.930 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-04-15T00:53:51.930 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-04-15T00:53:52.021 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-04-15T00:53:52.022 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-04-15T00:53:52.133 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-15T00:53:52.162 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 12/12 2024-04-15T00:53:52.542 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-04-15T00:53:52.711 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-15T00:53:52.772 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-15T00:53:52.827 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-15T00:53:52.857 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-15T00:53:52.898 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-15T00:53:52.978 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-15T00:53:52.991 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-15T00:53:53.102 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-15T00:53:53.159 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-15T00:53:53.879 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-15T00:53:53.922 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-15T00:53:53.955 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-15T00:53:54.004 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-15T00:53:54.025 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 13/13 2024-04-15T00:53:54.066 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-15T00:53:54.094 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 12/12 2024-04-15T00:53:54.678 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 12/12 2024-04-15T00:53:54.679 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 1/12 2024-04-15T00:53:54.679 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-15T00:53:54.679 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-15T00:53:54.679 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-15T00:53:54.679 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-15T00:53:54.679 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-15T00:53:54.679 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-15T00:53:54.679 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-15T00:53:54.679 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 9/12 2024-04-15T00:53:54.679 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-15T00:53:54.679 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-15T00:53:54.774 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 13/13 2024-04-15T00:53:54.774 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 1/13 2024-04-15T00:53:54.774 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-15T00:53:54.774 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-15T00:53:54.774 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-15T00:53:54.774 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-15T00:53:54.774 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-15T00:53:54.774 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-15T00:53:54.775 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-15T00:53:54.775 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-15T00:53:54.775 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-15T00:53:54.775 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-15T00:53:54.775 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-15T00:53:55.155 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-15T00:53:55.155 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:53:55.155 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-04-15T00:53:55.155 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T00:53:55.155 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-15T00:53:55.155 INFO:teuthology.orchestra.run.smithi088.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-15T00:53:55.155 INFO:teuthology.orchestra.run.smithi088.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-15T00:53:55.155 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-15T00:53:55.155 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-15T00:53:55.156 INFO:teuthology.orchestra.run.smithi088.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-15T00:53:55.156 INFO:teuthology.orchestra.run.smithi088.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-15T00:53:55.156 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-15T00:53:55.156 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-15T00:53:55.156 INFO:teuthology.orchestra.run.smithi088.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-15T00:53:55.156 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-15T00:53:55.156 INFO:teuthology.orchestra.run.smithi088.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-15T00:53:55.156 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:53:55.156 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-04-15T00:53:55.190 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-15T00:53:55.190 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:53:55.190 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-04-15T00:53:55.190 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T00:53:55.190 INFO:teuthology.orchestra.run.smithi138.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-15T00:53:55.190 INFO:teuthology.orchestra.run.smithi138.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-15T00:53:55.190 INFO:teuthology.orchestra.run.smithi138.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-15T00:53:55.190 INFO:teuthology.orchestra.run.smithi138.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-15T00:53:55.190 INFO:teuthology.orchestra.run.smithi138.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-15T00:53:55.191 INFO:teuthology.orchestra.run.smithi138.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-15T00:53:55.191 INFO:teuthology.orchestra.run.smithi138.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-15T00:53:55.191 INFO:teuthology.orchestra.run.smithi138.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-15T00:53:55.191 INFO:teuthology.orchestra.run.smithi138.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-15T00:53:55.191 INFO:teuthology.orchestra.run.smithi138.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-15T00:53:55.191 INFO:teuthology.orchestra.run.smithi138.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-15T00:53:55.191 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:53:55.191 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-15T00:53:55.451 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-mgr-cephadm 2024-04-15T00:53:55.554 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-mgr-rook 2024-04-15T00:53:56.041 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:41 ago on Mon 15 Apr 2024 12:52:15 AM UTC. 2024-04-15T00:53:56.165 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:33 ago on Mon 15 Apr 2024 12:52:23 AM UTC. 2024-04-15T00:53:56.329 INFO:teuthology.orchestra.run.smithi088.stderr:Modular dependency problems: 2024-04-15T00:53:56.329 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-04-15T00:53:56.329 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 1: conflicting requests 2024-04-15T00:53:56.329 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.329 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 2: conflicting requests 2024-04-15T00:53:56.329 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.329 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 3: conflicting requests 2024-04-15T00:53:56.329 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.329 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 4: conflicting requests 2024-04-15T00:53:56.330 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.330 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 5: conflicting requests 2024-04-15T00:53:56.330 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.330 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 6: conflicting requests 2024-04-15T00:53:56.330 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.330 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 7: conflicting requests 2024-04-15T00:53:56.330 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.330 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 8: conflicting requests 2024-04-15T00:53:56.330 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.330 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 9: conflicting requests 2024-04-15T00:53:56.330 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.330 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 10: conflicting requests 2024-04-15T00:53:56.331 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.331 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 11: conflicting requests 2024-04-15T00:53:56.331 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.331 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 12: conflicting requests 2024-04-15T00:53:56.331 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.331 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 13: conflicting requests 2024-04-15T00:53:56.331 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.331 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 14: conflicting requests 2024-04-15T00:53:56.331 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.331 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 15: conflicting requests 2024-04-15T00:53:56.331 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.331 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 16: conflicting requests 2024-04-15T00:53:56.331 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.331 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 17: conflicting requests 2024-04-15T00:53:56.332 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.332 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 18: conflicting requests 2024-04-15T00:53:56.332 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.332 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 19: conflicting requests 2024-04-15T00:53:56.332 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.332 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 20: conflicting requests 2024-04-15T00:53:56.332 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.332 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 21: conflicting requests 2024-04-15T00:53:56.332 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.332 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 22: conflicting requests 2024-04-15T00:53:56.332 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.332 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 23: conflicting requests 2024-04-15T00:53:56.332 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.332 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 24: conflicting requests 2024-04-15T00:53:56.332 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.332 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 25: conflicting requests 2024-04-15T00:53:56.333 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.333 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 26: conflicting requests 2024-04-15T00:53:56.333 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.333 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 27: conflicting requests 2024-04-15T00:53:56.333 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.333 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 28: conflicting requests 2024-04-15T00:53:56.333 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.333 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 29: conflicting requests 2024-04-15T00:53:56.333 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.333 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 30: conflicting requests 2024-04-15T00:53:56.333 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.333 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 31: conflicting requests 2024-04-15T00:53:56.333 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.333 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 32: conflicting requests 2024-04-15T00:53:56.333 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.334 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 33: conflicting requests 2024-04-15T00:53:56.334 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.334 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 34: conflicting requests 2024-04-15T00:53:56.334 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.334 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 35: conflicting requests 2024-04-15T00:53:56.334 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.334 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 36: conflicting requests 2024-04-15T00:53:56.334 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.334 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 37: conflicting requests 2024-04-15T00:53:56.334 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.334 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.334 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.334 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:53:56.335 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.335 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.335 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.335 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.335 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 39: conflicting requests 2024-04-15T00:53:56.335 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.335 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.335 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.335 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.335 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.335 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.335 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:53:56.335 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.335 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.336 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.336 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.336 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:53:56.336 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.336 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.336 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.336 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.336 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:53:56.336 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.336 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.336 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.336 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.336 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:53:56.337 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.337 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.337 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.337 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.337 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:53:56.337 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.337 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.337 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.337 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.337 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:53:56.337 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.337 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.337 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.337 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.399 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-04-15T00:53:56.399 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:53:56.399 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2024-04-15T00:53:56.400 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:53:56.400 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-04-15T00:53:56.400 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 139 k 2024-04-15T00:53:56.400 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2024-04-15T00:53:56.400 INFO:teuthology.orchestra.run.smithi088.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-15T00:53:56.400 INFO:teuthology.orchestra.run.smithi088.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-15T00:53:56.400 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-15T00:53:56.400 INFO:teuthology.orchestra.run.smithi088.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-15T00:53:56.400 INFO:teuthology.orchestra.run.smithi088.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-15T00:53:56.400 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:53:56.400 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-04-15T00:53:56.400 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:53:56.400 INFO:teuthology.orchestra.run.smithi088.stdout:Install 6 Packages 2024-04-15T00:53:56.400 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:53:56.401 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 7.0 M 2024-04-15T00:53:56.401 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 33 M 2024-04-15T00:53:56.401 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-04-15T00:53:56.456 INFO:teuthology.orchestra.run.smithi138.stderr:Modular dependency problems: 2024-04-15T00:53:56.456 INFO:teuthology.orchestra.run.smithi138.stderr: 2024-04-15T00:53:56.456 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 1: conflicting requests 2024-04-15T00:53:56.457 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.457 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 2: conflicting requests 2024-04-15T00:53:56.457 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.457 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 3: conflicting requests 2024-04-15T00:53:56.457 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.457 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 4: conflicting requests 2024-04-15T00:53:56.457 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.457 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 5: conflicting requests 2024-04-15T00:53:56.457 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.457 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 6: conflicting requests 2024-04-15T00:53:56.457 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.457 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 7: conflicting requests 2024-04-15T00:53:56.457 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.457 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 8: conflicting requests 2024-04-15T00:53:56.457 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.458 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 9: conflicting requests 2024-04-15T00:53:56.458 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.458 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 10: conflicting requests 2024-04-15T00:53:56.458 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.458 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 11: conflicting requests 2024-04-15T00:53:56.458 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.458 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 12: conflicting requests 2024-04-15T00:53:56.458 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.458 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 13: conflicting requests 2024-04-15T00:53:56.458 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.458 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 14: conflicting requests 2024-04-15T00:53:56.458 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.458 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 15: conflicting requests 2024-04-15T00:53:56.459 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.459 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 16: conflicting requests 2024-04-15T00:53:56.459 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.459 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 17: conflicting requests 2024-04-15T00:53:56.459 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.459 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 18: conflicting requests 2024-04-15T00:53:56.459 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.459 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 19: conflicting requests 2024-04-15T00:53:56.459 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.459 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 20: conflicting requests 2024-04-15T00:53:56.459 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.459 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 21: conflicting requests 2024-04-15T00:53:56.459 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.459 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 22: conflicting requests 2024-04-15T00:53:56.460 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.460 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 23: conflicting requests 2024-04-15T00:53:56.460 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.460 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 24: conflicting requests 2024-04-15T00:53:56.460 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.460 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 25: conflicting requests 2024-04-15T00:53:56.460 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.460 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 26: conflicting requests 2024-04-15T00:53:56.460 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.460 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 27: conflicting requests 2024-04-15T00:53:56.460 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.460 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 28: conflicting requests 2024-04-15T00:53:56.460 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.460 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 29: conflicting requests 2024-04-15T00:53:56.461 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.461 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 30: conflicting requests 2024-04-15T00:53:56.461 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.461 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 31: conflicting requests 2024-04-15T00:53:56.461 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.461 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 32: conflicting requests 2024-04-15T00:53:56.461 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.461 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 33: conflicting requests 2024-04-15T00:53:56.461 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.461 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 34: conflicting requests 2024-04-15T00:53:56.461 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.461 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 35: conflicting requests 2024-04-15T00:53:56.461 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.461 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 36: conflicting requests 2024-04-15T00:53:56.462 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.462 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 37: conflicting requests 2024-04-15T00:53:56.462 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.462 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.462 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.462 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:53:56.462 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.462 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.462 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.462 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.462 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 39: conflicting requests 2024-04-15T00:53:56.462 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.462 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.462 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.463 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.463 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.463 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.463 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:53:56.463 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.463 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.463 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.463 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.463 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:53:56.463 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.463 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.463 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.464 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.464 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:53:56.464 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.464 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.464 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.464 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.464 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:53:56.464 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.464 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.464 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.464 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.464 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:53:56.465 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.465 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.465 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.465 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.465 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:53:56.465 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.465 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.465 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.465 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:53:56.524 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-15T00:53:56.526 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:53:56.526 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2024-04-15T00:53:56.526 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:53:56.526 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-04-15T00:53:56.526 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-rook noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 49 k 2024-04-15T00:53:56.526 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2024-04-15T00:53:56.526 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-15T00:53:56.526 INFO:teuthology.orchestra.run.smithi138.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-15T00:53:56.526 INFO:teuthology.orchestra.run.smithi138.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-15T00:53:56.526 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-15T00:53:56.527 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-15T00:53:56.527 INFO:teuthology.orchestra.run.smithi138.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-15T00:53:56.527 INFO:teuthology.orchestra.run.smithi138.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-15T00:53:56.527 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-15T00:53:56.527 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-15T00:53:56.527 INFO:teuthology.orchestra.run.smithi138.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-15T00:53:56.527 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-15T00:53:56.527 INFO:teuthology.orchestra.run.smithi138.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-15T00:53:56.527 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:53:56.527 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-04-15T00:53:56.527 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:53:56.527 INFO:teuthology.orchestra.run.smithi138.stdout:Install 13 Packages 2024-04-15T00:53:56.527 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:53:56.528 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 2.2 M 2024-04-15T00:53:56.528 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 26 M 2024-04-15T00:53:56.528 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-04-15T00:53:56.531 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 12/12 2024-04-15T00:53:56.531 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 1/12 2024-04-15T00:53:56.531 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-15T00:53:56.531 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-15T00:53:56.531 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-15T00:53:56.531 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-15T00:53:56.532 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-15T00:53:56.532 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-15T00:53:56.532 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-15T00:53:56.532 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 9/12 2024-04-15T00:53:56.532 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-15T00:53:56.532 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-15T00:53:56.881 INFO:teuthology.orchestra.run.smithi088.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 2.1 MB/s | 248 kB 00:00 2024-04-15T00:53:56.956 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-15T00:53:56.957 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:53:56.957 INFO:teuthology.orchestra.run.smithi038.stdout:Installed: 2024-04-15T00:53:56.957 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T00:53:56.957 INFO:teuthology.orchestra.run.smithi038.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-15T00:53:56.957 INFO:teuthology.orchestra.run.smithi038.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-15T00:53:56.957 INFO:teuthology.orchestra.run.smithi038.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-15T00:53:56.957 INFO:teuthology.orchestra.run.smithi038.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-15T00:53:56.957 INFO:teuthology.orchestra.run.smithi038.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-15T00:53:56.957 INFO:teuthology.orchestra.run.smithi038.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-15T00:53:56.957 INFO:teuthology.orchestra.run.smithi038.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-15T00:53:56.957 INFO:teuthology.orchestra.run.smithi038.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-15T00:53:56.957 INFO:teuthology.orchestra.run.smithi038.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-15T00:53:56.957 INFO:teuthology.orchestra.run.smithi038.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-15T00:53:56.958 INFO:teuthology.orchestra.run.smithi038.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-15T00:53:56.958 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:53:56.958 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2024-04-15T00:53:57.060 INFO:teuthology.orchestra.run.smithi138.stdout:(1/13): ceph-mgr-rook-19.0.0-2114.ga9a752df.el7 264 kB/s | 49 kB 00:00 2024-04-15T00:53:57.135 INFO:teuthology.orchestra.run.smithi138.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 73 kB/s | 19 kB 00:00 2024-04-15T00:53:57.148 INFO:teuthology.orchestra.run.smithi088.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 16 MB/s | 6.0 MB 00:00 2024-04-15T00:53:57.161 INFO:teuthology.orchestra.run.smithi138.stdout:(3/13): python3-jsonpatch-1.21-16.el9.noarch.rp 89 kB/s | 26 kB 00:00 2024-04-15T00:53:57.174 INFO:teuthology.orchestra.run.smithi088.stdout:(3/6): ceph-mgr-cephadm-19.0.0-2114.ga9a752df.e 343 kB/s | 139 kB 00:00 2024-04-15T00:53:57.331 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum -y install ceph-mgr-rook 2024-04-15T00:53:57.478 INFO:teuthology.orchestra.run.smithi138.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 464 kB/s | 159 kB 00:00 2024-04-15T00:53:57.582 INFO:teuthology.orchestra.run.smithi088.stdout:(4/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 783 kB/s | 548 kB 00:00 2024-04-15T00:53:57.586 INFO:teuthology.orchestra.run.smithi138.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 655 kB/s | 279 kB 00:00 2024-04-15T00:53:57.607 INFO:teuthology.orchestra.run.smithi088.stdout:(5/6): python3-natsort-7.1.1-5.el9.noarch.rpm 126 kB/s | 58 kB 00:00 2024-04-15T00:53:57.612 INFO:teuthology.orchestra.run.smithi138.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 401 kB/s | 54 kB 00:00 2024-04-15T00:53:57.632 INFO:teuthology.orchestra.run.smithi088.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 111 kB/s | 51 kB 00:00 2024-04-15T00:53:57.635 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:53:57.635 INFO:teuthology.orchestra.run.smithi088.stdout:Total 5.7 MB/s | 7.0 MB 00:01 2024-04-15T00:53:57.637 INFO:teuthology.orchestra.run.smithi138.stdout:(7/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 385 kB/s | 222 kB 00:00 2024-04-15T00:53:57.706 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-04-15T00:53:57.718 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-04-15T00:53:57.718 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-04-15T00:53:57.821 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-04-15T00:53:57.823 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-04-15T00:53:57.946 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:01:44 ago on Mon 15 Apr 2024 12:52:13 AM UTC. 2024-04-15T00:53:57.987 INFO:teuthology.orchestra.run.smithi138.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 40 kB/s | 15 kB 00:00 2024-04-15T00:53:58.038 INFO:teuthology.orchestra.run.smithi138.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 71 kB/s | 32 kB 00:00 2024-04-15T00:53:58.132 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-04-15T00:53:58.238 INFO:teuthology.orchestra.run.smithi138.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 295 kB/s | 59 kB 00:00 2024-04-15T00:53:58.247 INFO:teuthology.orchestra.run.smithi038.stderr:Modular dependency problems: 2024-04-15T00:53:58.247 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-04-15T00:53:58.248 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 1: conflicting requests 2024-04-15T00:53:58.248 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.248 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 2: conflicting requests 2024-04-15T00:53:58.248 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.248 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 3: conflicting requests 2024-04-15T00:53:58.248 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.248 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 4: conflicting requests 2024-04-15T00:53:58.248 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.248 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 5: conflicting requests 2024-04-15T00:53:58.248 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.248 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 6: conflicting requests 2024-04-15T00:53:58.248 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.248 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 7: conflicting requests 2024-04-15T00:53:58.249 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.249 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 8: conflicting requests 2024-04-15T00:53:58.249 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.249 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 9: conflicting requests 2024-04-15T00:53:58.249 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.249 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 10: conflicting requests 2024-04-15T00:53:58.249 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.249 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 11: conflicting requests 2024-04-15T00:53:58.249 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.249 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 12: conflicting requests 2024-04-15T00:53:58.249 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.249 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 13: conflicting requests 2024-04-15T00:53:58.249 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.250 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 14: conflicting requests 2024-04-15T00:53:58.250 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.250 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 15: conflicting requests 2024-04-15T00:53:58.250 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.250 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 16: conflicting requests 2024-04-15T00:53:58.250 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.250 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 17: conflicting requests 2024-04-15T00:53:58.250 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.250 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 18: conflicting requests 2024-04-15T00:53:58.250 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.250 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 19: conflicting requests 2024-04-15T00:53:58.250 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.250 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 20: conflicting requests 2024-04-15T00:53:58.251 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.251 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 21: conflicting requests 2024-04-15T00:53:58.251 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.251 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 22: conflicting requests 2024-04-15T00:53:58.251 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.251 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 23: conflicting requests 2024-04-15T00:53:58.251 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.251 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 24: conflicting requests 2024-04-15T00:53:58.251 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.251 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 25: conflicting requests 2024-04-15T00:53:58.251 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.251 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 26: conflicting requests 2024-04-15T00:53:58.252 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.252 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 27: conflicting requests 2024-04-15T00:53:58.252 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.252 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 28: conflicting requests 2024-04-15T00:53:58.252 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.252 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 29: conflicting requests 2024-04-15T00:53:58.252 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.252 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 30: conflicting requests 2024-04-15T00:53:58.252 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.252 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 31: conflicting requests 2024-04-15T00:53:58.252 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.252 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 32: conflicting requests 2024-04-15T00:53:58.252 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.252 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 33: conflicting requests 2024-04-15T00:53:58.253 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.253 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 34: conflicting requests 2024-04-15T00:53:58.253 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.253 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 35: conflicting requests 2024-04-15T00:53:58.253 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.253 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 36: conflicting requests 2024-04-15T00:53:58.253 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.253 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 37: conflicting requests 2024-04-15T00:53:58.253 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.253 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.253 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.253 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:53:58.253 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.254 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.254 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.254 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.254 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 39: conflicting requests 2024-04-15T00:53:58.254 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.254 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.254 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.254 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.254 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.254 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.254 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:53:58.254 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.254 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.255 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.255 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.255 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:53:58.255 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.255 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.255 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.255 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.255 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:53:58.255 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.255 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.255 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.256 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.256 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:53:58.256 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.256 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.256 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.256 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.256 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:53:58.256 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.256 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.256 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.256 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.257 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:53:58.257 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.257 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.257 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.257 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:53:58.271 INFO:teuthology.orchestra.run.smithi138.stdout:(11/13): python3-google-auth-2.28.2-1.el9.noarc 319 kB/s | 203 kB 00:00 2024-04-15T00:53:58.291 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-15T00:53:58.321 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2024-04-15T00:53:58.322 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:53:58.322 INFO:teuthology.orchestra.run.smithi038.stdout: Package Arch Version Repository Size 2024-04-15T00:53:58.323 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:53:58.323 INFO:teuthology.orchestra.run.smithi038.stdout:Installing: 2024-04-15T00:53:58.323 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-mgr-rook noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 49 k 2024-04-15T00:53:58.323 INFO:teuthology.orchestra.run.smithi038.stdout:Installing dependencies: 2024-04-15T00:53:58.323 INFO:teuthology.orchestra.run.smithi038.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-15T00:53:58.323 INFO:teuthology.orchestra.run.smithi038.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-15T00:53:58.323 INFO:teuthology.orchestra.run.smithi038.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-15T00:53:58.323 INFO:teuthology.orchestra.run.smithi038.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-15T00:53:58.323 INFO:teuthology.orchestra.run.smithi038.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-15T00:53:58.323 INFO:teuthology.orchestra.run.smithi038.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-15T00:53:58.323 INFO:teuthology.orchestra.run.smithi038.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-15T00:53:58.323 INFO:teuthology.orchestra.run.smithi038.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-15T00:53:58.323 INFO:teuthology.orchestra.run.smithi038.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-15T00:53:58.323 INFO:teuthology.orchestra.run.smithi038.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-15T00:53:58.324 INFO:teuthology.orchestra.run.smithi038.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-15T00:53:58.324 INFO:teuthology.orchestra.run.smithi038.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-15T00:53:58.324 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:53:58.324 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction Summary 2024-04-15T00:53:58.324 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:53:58.324 INFO:teuthology.orchestra.run.smithi038.stdout:Install 13 Packages 2024-04-15T00:53:58.324 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:53:58.325 INFO:teuthology.orchestra.run.smithi038.stdout:Total download size: 2.2 M 2024-04-15T00:53:58.325 INFO:teuthology.orchestra.run.smithi038.stdout:Installed size: 26 M 2024-04-15T00:53:58.325 INFO:teuthology.orchestra.run.smithi038.stdout:Downloading Packages: 2024-04-15T00:53:58.344 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-15T00:53:58.397 INFO:teuthology.orchestra.run.smithi138.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 566 kB/s | 90 kB 00:00 2024-04-15T00:53:58.555 INFO:teuthology.orchestra.run.smithi138.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 1.8 MB/s | 1.0 MB 00:00 2024-04-15T00:53:58.558 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:53:58.558 INFO:teuthology.orchestra.run.smithi138.stdout:Total 1.1 MB/s | 2.2 MB 00:02 2024-04-15T00:53:58.622 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-04-15T00:53:58.637 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-04-15T00:53:58.637 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-04-15T00:53:58.732 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-04-15T00:53:58.732 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-04-15T00:53:58.743 INFO:teuthology.orchestra.run.smithi038.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 154 kB/s | 26 kB 00:00 2024-04-15T00:53:58.760 INFO:teuthology.orchestra.run.smithi038.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 104 kB/s | 19 kB 00:00 2024-04-15T00:53:58.777 INFO:teuthology.orchestra.run.smithi038.stdout:(3/13): ceph-mgr-rook-19.0.0-2114.ga9a752df.el7 246 kB/s | 49 kB 00:00 2024-04-15T00:53:58.864 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-15T00:53:58.885 INFO:teuthology.orchestra.run.smithi038.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.2 MB/s | 159 kB 00:00 2024-04-15T00:53:58.918 INFO:teuthology.orchestra.run.smithi038.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.4 MB/s | 222 kB 00:00 2024-04-15T00:53:58.944 INFO:teuthology.orchestra.run.smithi038.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 909 kB/s | 54 kB 00:00 2024-04-15T00:53:58.955 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-15T00:53:59.003 INFO:teuthology.orchestra.run.smithi038.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.2 MB/s | 279 kB 00:00 2024-04-15T00:53:59.017 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-15T00:53:59.039 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 6/6 2024-04-15T00:53:59.203 INFO:teuthology.orchestra.run.smithi038.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 113 kB/s | 32 kB 00:00 2024-04-15T00:53:59.237 INFO:teuthology.orchestra.run.smithi038.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 51 kB/s | 15 kB 00:00 2024-04-15T00:53:59.262 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-04-15T00:53:59.379 INFO:teuthology.orchestra.run.smithi038.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 417 kB/s | 59 kB 00:00 2024-04-15T00:53:59.429 INFO:teuthology.orchestra.run.smithi038.stdout:(11/13): python3-google-auth-2.28.2-1.el9.noarc 538 kB/s | 203 kB 00:00 2024-04-15T00:53:59.435 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-15T00:53:59.496 INFO:teuthology.orchestra.run.smithi038.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 769 kB/s | 90 kB 00:00 2024-04-15T00:53:59.498 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-15T00:53:59.529 INFO:teuthology.orchestra.run.smithi038.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 3.1 MB/s | 1.0 MB 00:00 2024-04-15T00:53:59.532 INFO:teuthology.orchestra.run.smithi038.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:53:59.532 INFO:teuthology.orchestra.run.smithi038.stdout:Total 1.8 MB/s | 2.2 MB 00:01 2024-04-15T00:53:59.554 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-15T00:53:59.596 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction check 2024-04-15T00:53:59.600 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-15T00:53:59.612 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction check succeeded. 2024-04-15T00:53:59.612 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction test 2024-04-15T00:53:59.642 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-15T00:53:59.713 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction test succeeded. 2024-04-15T00:53:59.713 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction 2024-04-15T00:53:59.763 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-15T00:53:59.849 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 6/6 2024-04-15T00:53:59.849 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/6 2024-04-15T00:53:59.849 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-15T00:53:59.849 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-15T00:53:59.849 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-15T00:53:59.850 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-15T00:53:59.877 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-15T00:53:59.927 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-15T00:54:00.179 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-15T00:54:00.179 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:54:00.179 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-04-15T00:54:00.179 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T00:54:00.179 INFO:teuthology.orchestra.run.smithi088.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-15T00:54:00.179 INFO:teuthology.orchestra.run.smithi088.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-15T00:54:00.180 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-15T00:54:00.180 INFO:teuthology.orchestra.run.smithi088.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-15T00:54:00.180 INFO:teuthology.orchestra.run.smithi088.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-15T00:54:00.180 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:54:00.180 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-04-15T00:54:00.243 INFO:teuthology.orchestra.run.smithi038.stdout: Preparing : 1/1 2024-04-15T00:54:00.428 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-15T00:54:00.473 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-fuse 2024-04-15T00:54:00.481 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-15T00:54:00.538 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-15T00:54:00.574 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-15T00:54:00.616 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-15T00:54:00.652 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-15T00:54:00.714 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-15T00:54:00.717 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-15T00:54:00.751 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-15T00:54:00.799 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-15T00:54:00.821 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 13/13 2024-04-15T00:54:00.823 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-15T00:54:00.876 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-15T00:54:01.071 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:46 ago on Mon 15 Apr 2024 12:52:15 AM UTC. 2024-04-15T00:54:01.361 INFO:teuthology.orchestra.run.smithi088.stderr:Modular dependency problems: 2024-04-15T00:54:01.362 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-04-15T00:54:01.362 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 1: conflicting requests 2024-04-15T00:54:01.362 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.362 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 2: conflicting requests 2024-04-15T00:54:01.362 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.362 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 3: conflicting requests 2024-04-15T00:54:01.362 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.362 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 4: conflicting requests 2024-04-15T00:54:01.362 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.362 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 5: conflicting requests 2024-04-15T00:54:01.362 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.363 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 6: conflicting requests 2024-04-15T00:54:01.363 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.363 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 7: conflicting requests 2024-04-15T00:54:01.363 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.363 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 8: conflicting requests 2024-04-15T00:54:01.363 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.363 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 9: conflicting requests 2024-04-15T00:54:01.363 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.363 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 10: conflicting requests 2024-04-15T00:54:01.363 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.363 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 11: conflicting requests 2024-04-15T00:54:01.363 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.363 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 12: conflicting requests 2024-04-15T00:54:01.364 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.364 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 13: conflicting requests 2024-04-15T00:54:01.364 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.364 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 14: conflicting requests 2024-04-15T00:54:01.364 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.364 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 15: conflicting requests 2024-04-15T00:54:01.364 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.364 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 16: conflicting requests 2024-04-15T00:54:01.364 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.364 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 17: conflicting requests 2024-04-15T00:54:01.364 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.364 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 18: conflicting requests 2024-04-15T00:54:01.364 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.364 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 19: conflicting requests 2024-04-15T00:54:01.365 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.365 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 20: conflicting requests 2024-04-15T00:54:01.365 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.365 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 21: conflicting requests 2024-04-15T00:54:01.365 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.365 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 22: conflicting requests 2024-04-15T00:54:01.365 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.365 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 23: conflicting requests 2024-04-15T00:54:01.365 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.365 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 24: conflicting requests 2024-04-15T00:54:01.365 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.365 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 25: conflicting requests 2024-04-15T00:54:01.365 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.365 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 26: conflicting requests 2024-04-15T00:54:01.365 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.366 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 27: conflicting requests 2024-04-15T00:54:01.366 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.366 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 28: conflicting requests 2024-04-15T00:54:01.366 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.366 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 29: conflicting requests 2024-04-15T00:54:01.366 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.366 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 30: conflicting requests 2024-04-15T00:54:01.366 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.366 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 31: conflicting requests 2024-04-15T00:54:01.366 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.366 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 32: conflicting requests 2024-04-15T00:54:01.366 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.366 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 33: conflicting requests 2024-04-15T00:54:01.367 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.367 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 34: conflicting requests 2024-04-15T00:54:01.367 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.367 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 35: conflicting requests 2024-04-15T00:54:01.367 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.367 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 36: conflicting requests 2024-04-15T00:54:01.367 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.367 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 37: conflicting requests 2024-04-15T00:54:01.367 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.367 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.367 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.367 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:54:01.367 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.367 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.368 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.368 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.369 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 39: conflicting requests 2024-04-15T00:54:01.369 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.369 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.369 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.369 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.369 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.369 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.370 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:54:01.370 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.370 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.370 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.370 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.370 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:54:01.370 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.370 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.370 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.370 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.370 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:54:01.370 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.370 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.370 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.371 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.371 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:54:01.371 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.371 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.371 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.371 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.371 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:54:01.371 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.371 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.371 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.371 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.371 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:54:01.371 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.371 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.372 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.372 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:54:01.432 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-04-15T00:54:01.432 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:54:01.432 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2024-04-15T00:54:01.432 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:54:01.432 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-04-15T00:54:01.432 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-fuse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 891 k 2024-04-15T00:54:01.433 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2024-04-15T00:54:01.433 INFO:teuthology.orchestra.run.smithi088.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-15T00:54:01.433 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:54:01.433 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-04-15T00:54:01.433 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:54:01.433 INFO:teuthology.orchestra.run.smithi088.stdout:Install 2 Packages 2024-04-15T00:54:01.433 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:54:01.433 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 971 k 2024-04-15T00:54:01.434 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 2.8 M 2024-04-15T00:54:01.434 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-04-15T00:54:01.650 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-15T00:54:01.660 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 13/13 2024-04-15T00:54:01.661 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 1/13 2024-04-15T00:54:01.661 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-15T00:54:01.661 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-15T00:54:01.661 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-15T00:54:01.661 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-15T00:54:01.661 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-15T00:54:01.661 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-15T00:54:01.661 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-15T00:54:01.661 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-15T00:54:01.661 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-15T00:54:01.661 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-15T00:54:01.661 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-15T00:54:01.697 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-15T00:54:01.703 INFO:teuthology.orchestra.run.smithi088.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 389 kB/s | 80 kB 00:00 2024-04-15T00:54:01.731 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-15T00:54:01.779 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-15T00:54:01.817 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 13/13 2024-04-15T00:54:02.044 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-15T00:54:02.044 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:54:02.044 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-04-15T00:54:02.045 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T00:54:02.045 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-15T00:54:02.045 INFO:teuthology.orchestra.run.smithi138.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-15T00:54:02.045 INFO:teuthology.orchestra.run.smithi138.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-15T00:54:02.045 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-15T00:54:02.045 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-15T00:54:02.045 INFO:teuthology.orchestra.run.smithi138.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-15T00:54:02.045 INFO:teuthology.orchestra.run.smithi138.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-15T00:54:02.045 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-15T00:54:02.045 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-15T00:54:02.045 INFO:teuthology.orchestra.run.smithi138.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-15T00:54:02.045 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-15T00:54:02.045 INFO:teuthology.orchestra.run.smithi138.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-15T00:54:02.045 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:54:02.046 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-15T00:54:02.316 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-mgr-cephadm 2024-04-15T00:54:02.617 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 13/13 2024-04-15T00:54:02.617 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 1/13 2024-04-15T00:54:02.617 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-15T00:54:02.617 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-15T00:54:02.617 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-15T00:54:02.617 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-15T00:54:02.617 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-15T00:54:02.617 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-15T00:54:02.617 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-15T00:54:02.618 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-15T00:54:02.618 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-15T00:54:02.618 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-15T00:54:02.618 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-15T00:54:02.819 INFO:teuthology.orchestra.run.smithi088.stdout:(2/2): ceph-fuse-19.0.0-2114.ga9a752df.el7.x86_ 673 kB/s | 891 kB 00:01 2024-04-15T00:54:02.821 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:54:02.822 INFO:teuthology.orchestra.run.smithi088.stdout:Total 699 kB/s | 971 kB 00:01 2024-04-15T00:54:02.836 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-04-15T00:54:02.861 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-04-15T00:54:02.861 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-04-15T00:54:02.907 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:39 ago on Mon 15 Apr 2024 12:52:23 AM UTC. 2024-04-15T00:54:02.941 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-04-15T00:54:02.942 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-04-15T00:54:03.004 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-15T00:54:03.004 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:54:03.004 INFO:teuthology.orchestra.run.smithi038.stdout:Installed: 2024-04-15T00:54:03.004 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T00:54:03.004 INFO:teuthology.orchestra.run.smithi038.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-15T00:54:03.004 INFO:teuthology.orchestra.run.smithi038.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-15T00:54:03.004 INFO:teuthology.orchestra.run.smithi038.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-15T00:54:03.005 INFO:teuthology.orchestra.run.smithi038.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-15T00:54:03.005 INFO:teuthology.orchestra.run.smithi038.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-15T00:54:03.005 INFO:teuthology.orchestra.run.smithi038.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-15T00:54:03.005 INFO:teuthology.orchestra.run.smithi038.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-15T00:54:03.005 INFO:teuthology.orchestra.run.smithi038.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-15T00:54:03.005 INFO:teuthology.orchestra.run.smithi038.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-15T00:54:03.005 INFO:teuthology.orchestra.run.smithi038.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-15T00:54:03.005 INFO:teuthology.orchestra.run.smithi038.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-15T00:54:03.005 INFO:teuthology.orchestra.run.smithi038.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-15T00:54:03.005 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:54:03.005 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2024-04-15T00:54:03.135 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-04-15T00:54:03.195 INFO:teuthology.orchestra.run.smithi138.stderr:Modular dependency problems: 2024-04-15T00:54:03.195 INFO:teuthology.orchestra.run.smithi138.stderr: 2024-04-15T00:54:03.195 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 1: conflicting requests 2024-04-15T00:54:03.195 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.195 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 2: conflicting requests 2024-04-15T00:54:03.195 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.195 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 3: conflicting requests 2024-04-15T00:54:03.196 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.196 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 4: conflicting requests 2024-04-15T00:54:03.196 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.196 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 5: conflicting requests 2024-04-15T00:54:03.196 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.196 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 6: conflicting requests 2024-04-15T00:54:03.196 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.196 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 7: conflicting requests 2024-04-15T00:54:03.196 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.196 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 8: conflicting requests 2024-04-15T00:54:03.196 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.196 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 9: conflicting requests 2024-04-15T00:54:03.196 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.197 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 10: conflicting requests 2024-04-15T00:54:03.197 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.197 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 11: conflicting requests 2024-04-15T00:54:03.197 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.197 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 12: conflicting requests 2024-04-15T00:54:03.197 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.197 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 13: conflicting requests 2024-04-15T00:54:03.197 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.197 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 14: conflicting requests 2024-04-15T00:54:03.197 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.197 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 15: conflicting requests 2024-04-15T00:54:03.197 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.197 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 16: conflicting requests 2024-04-15T00:54:03.198 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.198 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 17: conflicting requests 2024-04-15T00:54:03.198 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.198 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 18: conflicting requests 2024-04-15T00:54:03.198 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.198 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 19: conflicting requests 2024-04-15T00:54:03.198 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.198 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 20: conflicting requests 2024-04-15T00:54:03.198 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.198 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 21: conflicting requests 2024-04-15T00:54:03.198 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.198 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 22: conflicting requests 2024-04-15T00:54:03.198 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.198 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 23: conflicting requests 2024-04-15T00:54:03.199 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.199 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 24: conflicting requests 2024-04-15T00:54:03.199 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.199 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 25: conflicting requests 2024-04-15T00:54:03.199 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.199 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 26: conflicting requests 2024-04-15T00:54:03.199 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.199 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 27: conflicting requests 2024-04-15T00:54:03.199 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.199 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 28: conflicting requests 2024-04-15T00:54:03.202 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.202 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 29: conflicting requests 2024-04-15T00:54:03.202 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.202 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 30: conflicting requests 2024-04-15T00:54:03.202 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.202 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 31: conflicting requests 2024-04-15T00:54:03.202 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.202 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 32: conflicting requests 2024-04-15T00:54:03.202 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.202 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 33: conflicting requests 2024-04-15T00:54:03.202 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.203 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 34: conflicting requests 2024-04-15T00:54:03.203 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.203 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 35: conflicting requests 2024-04-15T00:54:03.203 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.203 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 36: conflicting requests 2024-04-15T00:54:03.203 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.203 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 37: conflicting requests 2024-04-15T00:54:03.203 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.203 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.203 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.203 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:54:03.203 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.203 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.204 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.204 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.204 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 39: conflicting requests 2024-04-15T00:54:03.204 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.204 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.204 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.204 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.204 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.204 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.204 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:54:03.204 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.204 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.205 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.205 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.205 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:54:03.205 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.205 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.205 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.205 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.205 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:54:03.205 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.205 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.205 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.205 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.205 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:54:03.205 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.206 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.206 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.206 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.206 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:54:03.206 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.206 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.206 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.206 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.206 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:54:03.206 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.206 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.206 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.206 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:54:03.259 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum -y install ceph-mgr-cephadm 2024-04-15T00:54:03.267 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-15T00:54:03.268 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:54:03.268 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2024-04-15T00:54:03.269 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:54:03.269 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-04-15T00:54:03.269 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 139 k 2024-04-15T00:54:03.269 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2024-04-15T00:54:03.269 INFO:teuthology.orchestra.run.smithi138.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-15T00:54:03.269 INFO:teuthology.orchestra.run.smithi138.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-15T00:54:03.269 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-15T00:54:03.269 INFO:teuthology.orchestra.run.smithi138.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-15T00:54:03.269 INFO:teuthology.orchestra.run.smithi138.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-15T00:54:03.269 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:54:03.269 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-04-15T00:54:03.269 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:54:03.269 INFO:teuthology.orchestra.run.smithi138.stdout:Install 6 Packages 2024-04-15T00:54:03.269 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:54:03.270 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 7.0 M 2024-04-15T00:54:03.270 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 33 M 2024-04-15T00:54:03.270 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-04-15T00:54:03.279 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-15T00:54:03.344 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2/2 2024-04-15T00:54:03.654 INFO:teuthology.orchestra.run.smithi138.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.4 MB/s | 248 kB 00:00 2024-04-15T00:54:03.846 INFO:teuthology.orchestra.run.smithi138.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 16 MB/s | 6.0 MB 00:00 2024-04-15T00:54:03.865 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:01:50 ago on Mon 15 Apr 2024 12:52:13 AM UTC. 2024-04-15T00:54:03.871 INFO:teuthology.orchestra.run.smithi138.stdout:(3/6): ceph-mgr-cephadm-19.0.0-2114.ga9a752df.e 356 kB/s | 139 kB 00:00 2024-04-15T00:54:03.996 INFO:teuthology.orchestra.run.smithi138.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 383 kB/s | 58 kB 00:00 2024-04-15T00:54:04.022 INFO:teuthology.orchestra.run.smithi138.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 339 kB/s | 51 kB 00:00 2024-04-15T00:54:04.082 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2/2 2024-04-15T00:54:04.083 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/2 2024-04-15T00:54:04.122 INFO:teuthology.orchestra.run.smithi138.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.1 MB/s | 548 kB 00:00 2024-04-15T00:54:04.122 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:54:04.123 INFO:teuthology.orchestra.run.smithi138.stdout:Total 8.2 MB/s | 7.0 MB 00:00 2024-04-15T00:54:04.165 INFO:teuthology.orchestra.run.smithi038.stderr:Modular dependency problems: 2024-04-15T00:54:04.166 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-04-15T00:54:04.166 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 1: conflicting requests 2024-04-15T00:54:04.166 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.166 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 2: conflicting requests 2024-04-15T00:54:04.166 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.166 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 3: conflicting requests 2024-04-15T00:54:04.166 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.166 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 4: conflicting requests 2024-04-15T00:54:04.166 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.166 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 5: conflicting requests 2024-04-15T00:54:04.166 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.166 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 6: conflicting requests 2024-04-15T00:54:04.167 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.167 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 7: conflicting requests 2024-04-15T00:54:04.167 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.167 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 8: conflicting requests 2024-04-15T00:54:04.167 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.167 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 9: conflicting requests 2024-04-15T00:54:04.167 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.167 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 10: conflicting requests 2024-04-15T00:54:04.167 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.167 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 11: conflicting requests 2024-04-15T00:54:04.167 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.167 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 12: conflicting requests 2024-04-15T00:54:04.167 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.167 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 13: conflicting requests 2024-04-15T00:54:04.168 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.168 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 14: conflicting requests 2024-04-15T00:54:04.168 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.168 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 15: conflicting requests 2024-04-15T00:54:04.168 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.168 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 16: conflicting requests 2024-04-15T00:54:04.168 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.168 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 17: conflicting requests 2024-04-15T00:54:04.168 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.168 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 18: conflicting requests 2024-04-15T00:54:04.168 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.168 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 19: conflicting requests 2024-04-15T00:54:04.168 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.169 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 20: conflicting requests 2024-04-15T00:54:04.169 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.169 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 21: conflicting requests 2024-04-15T00:54:04.169 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.169 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 22: conflicting requests 2024-04-15T00:54:04.169 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.169 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 23: conflicting requests 2024-04-15T00:54:04.169 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.169 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 24: conflicting requests 2024-04-15T00:54:04.169 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.169 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 25: conflicting requests 2024-04-15T00:54:04.169 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.169 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 26: conflicting requests 2024-04-15T00:54:04.170 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.170 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 27: conflicting requests 2024-04-15T00:54:04.170 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.170 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 28: conflicting requests 2024-04-15T00:54:04.170 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.170 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 29: conflicting requests 2024-04-15T00:54:04.170 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.170 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 30: conflicting requests 2024-04-15T00:54:04.170 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.170 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 31: conflicting requests 2024-04-15T00:54:04.170 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.170 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 32: conflicting requests 2024-04-15T00:54:04.170 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.171 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 33: conflicting requests 2024-04-15T00:54:04.171 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.171 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 34: conflicting requests 2024-04-15T00:54:04.171 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.171 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 35: conflicting requests 2024-04-15T00:54:04.171 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.171 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 36: conflicting requests 2024-04-15T00:54:04.171 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.171 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 37: conflicting requests 2024-04-15T00:54:04.171 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.171 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.171 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.171 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:54:04.171 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.171 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.171 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.172 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.172 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 39: conflicting requests 2024-04-15T00:54:04.172 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.172 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.172 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.172 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.172 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.172 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.172 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:54:04.172 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.172 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.172 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.172 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.172 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:54:04.173 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.173 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.173 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.173 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.173 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:54:04.173 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.173 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.173 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.173 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.173 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:54:04.173 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.173 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.173 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.173 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.174 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:54:04.174 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.174 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.174 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.174 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.174 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:54:04.174 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.174 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.174 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.174 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:54:04.193 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-04-15T00:54:04.204 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-04-15T00:54:04.204 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-04-15T00:54:04.238 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2024-04-15T00:54:04.240 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:54:04.240 INFO:teuthology.orchestra.run.smithi038.stdout: Package Arch Version Repository Size 2024-04-15T00:54:04.240 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:54:04.241 INFO:teuthology.orchestra.run.smithi038.stdout:Installing: 2024-04-15T00:54:04.241 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 139 k 2024-04-15T00:54:04.241 INFO:teuthology.orchestra.run.smithi038.stdout:Installing dependencies: 2024-04-15T00:54:04.241 INFO:teuthology.orchestra.run.smithi038.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-15T00:54:04.241 INFO:teuthology.orchestra.run.smithi038.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-15T00:54:04.241 INFO:teuthology.orchestra.run.smithi038.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-15T00:54:04.241 INFO:teuthology.orchestra.run.smithi038.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-15T00:54:04.241 INFO:teuthology.orchestra.run.smithi038.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-15T00:54:04.241 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:54:04.241 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction Summary 2024-04-15T00:54:04.241 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:54:04.241 INFO:teuthology.orchestra.run.smithi038.stdout:Install 6 Packages 2024-04-15T00:54:04.241 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:54:04.241 INFO:teuthology.orchestra.run.smithi038.stdout:Total download size: 7.0 M 2024-04-15T00:54:04.242 INFO:teuthology.orchestra.run.smithi038.stdout:Installed size: 33 M 2024-04-15T00:54:04.242 INFO:teuthology.orchestra.run.smithi038.stdout:Downloading Packages: 2024-04-15T00:54:04.308 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-04-15T00:54:04.308 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-04-15T00:54:04.417 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-15T00:54:04.417 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:54:04.418 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-04-15T00:54:04.418 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-15T00:54:04.418 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:54:04.419 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-04-15T00:54:04.627 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-04-15T00:54:04.683 INFO:teuthology.orchestra.run.smithi038.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.3 MB/s | 248 kB 00:00 2024-04-15T00:54:04.708 INFO:teuthology.orchestra.run.smithi038.stdout:(2/6): ceph-mgr-cephadm-19.0.0-2114.ga9a752df.e 656 kB/s | 139 kB 00:00 2024-04-15T00:54:04.723 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-volume 2024-04-15T00:54:04.796 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-15T00:54:04.841 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-15T00:54:04.933 INFO:teuthology.orchestra.run.smithi038.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 14 MB/s | 6.0 MB 00:00 2024-04-15T00:54:04.950 INFO:teuthology.orchestra.run.smithi038.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 238 kB/s | 58 kB 00:00 2024-04-15T00:54:05.092 INFO:teuthology.orchestra.run.smithi038.stdout:(5/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.3 MB/s | 548 kB 00:00 2024-04-15T00:54:05.109 INFO:teuthology.orchestra.run.smithi038.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 291 kB/s | 51 kB 00:00 2024-04-15T00:54:05.112 INFO:teuthology.orchestra.run.smithi038.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:54:05.112 INFO:teuthology.orchestra.run.smithi038.stdout:Total 8.0 MB/s | 7.0 MB 00:00 2024-04-15T00:54:05.184 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction check 2024-04-15T00:54:05.196 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction check succeeded. 2024-04-15T00:54:05.196 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction test 2024-04-15T00:54:05.304 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction test succeeded. 2024-04-15T00:54:05.305 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction 2024-04-15T00:54:05.335 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:50 ago on Mon 15 Apr 2024 12:52:15 AM UTC. 2024-04-15T00:54:05.346 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-15T00:54:05.435 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-15T00:54:05.498 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-15T00:54:05.521 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 6/6 2024-04-15T00:54:05.622 INFO:teuthology.orchestra.run.smithi088.stderr:Modular dependency problems: 2024-04-15T00:54:05.623 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-04-15T00:54:05.623 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 1: conflicting requests 2024-04-15T00:54:05.623 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.623 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 2: conflicting requests 2024-04-15T00:54:05.623 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.623 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 3: conflicting requests 2024-04-15T00:54:05.623 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.623 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 4: conflicting requests 2024-04-15T00:54:05.623 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.623 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 5: conflicting requests 2024-04-15T00:54:05.623 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.623 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 6: conflicting requests 2024-04-15T00:54:05.623 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.624 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 7: conflicting requests 2024-04-15T00:54:05.624 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.624 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 8: conflicting requests 2024-04-15T00:54:05.624 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.624 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 9: conflicting requests 2024-04-15T00:54:05.624 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.624 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 10: conflicting requests 2024-04-15T00:54:05.624 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.624 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 11: conflicting requests 2024-04-15T00:54:05.624 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.624 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 12: conflicting requests 2024-04-15T00:54:05.624 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.624 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 13: conflicting requests 2024-04-15T00:54:05.625 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.625 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 14: conflicting requests 2024-04-15T00:54:05.625 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.625 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 15: conflicting requests 2024-04-15T00:54:05.625 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.625 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 16: conflicting requests 2024-04-15T00:54:05.625 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.625 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 17: conflicting requests 2024-04-15T00:54:05.625 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.625 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 18: conflicting requests 2024-04-15T00:54:05.625 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.625 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 19: conflicting requests 2024-04-15T00:54:05.625 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.625 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 20: conflicting requests 2024-04-15T00:54:05.626 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.626 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 21: conflicting requests 2024-04-15T00:54:05.626 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.626 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 22: conflicting requests 2024-04-15T00:54:05.626 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.626 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 23: conflicting requests 2024-04-15T00:54:05.626 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.627 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 24: conflicting requests 2024-04-15T00:54:05.627 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.627 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 25: conflicting requests 2024-04-15T00:54:05.627 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.627 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 26: conflicting requests 2024-04-15T00:54:05.627 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.627 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 27: conflicting requests 2024-04-15T00:54:05.627 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.627 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 28: conflicting requests 2024-04-15T00:54:05.627 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.627 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 29: conflicting requests 2024-04-15T00:54:05.627 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.628 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 30: conflicting requests 2024-04-15T00:54:05.628 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.628 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 31: conflicting requests 2024-04-15T00:54:05.628 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.628 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 32: conflicting requests 2024-04-15T00:54:05.628 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.628 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 33: conflicting requests 2024-04-15T00:54:05.628 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.628 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 34: conflicting requests 2024-04-15T00:54:05.628 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.628 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 35: conflicting requests 2024-04-15T00:54:05.628 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.628 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 36: conflicting requests 2024-04-15T00:54:05.628 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.629 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 37: conflicting requests 2024-04-15T00:54:05.629 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.629 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.629 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.629 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:54:05.629 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.629 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.629 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.629 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.629 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 39: conflicting requests 2024-04-15T00:54:05.629 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.629 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.629 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.629 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.630 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.630 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.630 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:54:05.630 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.630 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.630 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.630 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.630 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:54:05.630 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.630 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.630 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.630 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.630 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:54:05.631 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.631 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.631 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.631 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.631 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:54:05.631 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.631 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.631 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.631 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.631 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:54:05.631 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.631 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.631 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.631 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.632 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:54:05.632 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.632 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.632 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.632 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:54:05.632 INFO:teuthology.orchestra.run.smithi038.stdout: Preparing : 1/1 2024-04-15T00:54:05.691 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-04-15T00:54:05.691 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:54:05.691 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2024-04-15T00:54:05.691 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:54:05.691 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-04-15T00:54:05.692 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-volume noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 264 k 2024-04-15T00:54:05.692 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2024-04-15T00:54:05.692 INFO:teuthology.orchestra.run.smithi088.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-15T00:54:05.692 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:54:05.692 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-04-15T00:54:05.692 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:54:05.692 INFO:teuthology.orchestra.run.smithi088.stdout:Install 2 Packages 2024-04-15T00:54:05.692 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:54:05.693 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 341 k 2024-04-15T00:54:05.693 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 1.5 M 2024-04-15T00:54:05.693 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-04-15T00:54:05.797 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-15T00:54:05.845 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-15T00:54:05.940 INFO:teuthology.orchestra.run.smithi088.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 591 kB/s | 77 kB 00:00 2024-04-15T00:54:06.368 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 6/6 2024-04-15T00:54:06.368 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/6 2024-04-15T00:54:06.368 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-15T00:54:06.369 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-15T00:54:06.369 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-15T00:54:06.369 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-15T00:54:06.394 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-15T00:54:06.474 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-15T00:54:06.532 INFO:teuthology.orchestra.run.smithi088.stdout:(2/2): ceph-volume-19.0.0-2114.ga9a752df.el7.no 365 kB/s | 264 kB 00:00 2024-04-15T00:54:06.533 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:54:06.533 INFO:teuthology.orchestra.run.smithi088.stdout:Total 405 kB/s | 341 kB 00:00 2024-04-15T00:54:06.544 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-15T00:54:06.545 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-04-15T00:54:06.554 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-04-15T00:54:06.554 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-04-15T00:54:06.573 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 6/6 2024-04-15T00:54:06.593 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-04-15T00:54:06.593 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-04-15T00:54:06.710 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-15T00:54:06.710 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:54:06.710 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-04-15T00:54:06.710 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T00:54:06.710 INFO:teuthology.orchestra.run.smithi138.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-15T00:54:06.710 INFO:teuthology.orchestra.run.smithi138.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-15T00:54:06.710 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-15T00:54:06.710 INFO:teuthology.orchestra.run.smithi138.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-15T00:54:06.710 INFO:teuthology.orchestra.run.smithi138.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-15T00:54:06.710 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:54:06.710 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-15T00:54:06.740 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-04-15T00:54:06.904 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-15T00:54:06.952 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2/2 2024-04-15T00:54:06.965 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-fuse 2024-04-15T00:54:06.966 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2/2 2024-04-15T00:54:06.966 INFO:teuthology.orchestra.run.smithi088.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T00:54:06.967 INFO:teuthology.orchestra.run.smithi088.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-15T00:54:06.967 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:54:07.335 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 6/6 2024-04-15T00:54:07.335 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/6 2024-04-15T00:54:07.335 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-15T00:54:07.335 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-15T00:54:07.335 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-15T00:54:07.335 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-15T00:54:07.563 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:44 ago on Mon 15 Apr 2024 12:52:23 AM UTC. 2024-04-15T00:54:07.662 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-15T00:54:07.662 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:54:07.662 INFO:teuthology.orchestra.run.smithi038.stdout:Installed: 2024-04-15T00:54:07.662 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T00:54:07.662 INFO:teuthology.orchestra.run.smithi038.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-15T00:54:07.662 INFO:teuthology.orchestra.run.smithi038.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-15T00:54:07.663 INFO:teuthology.orchestra.run.smithi038.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-15T00:54:07.663 INFO:teuthology.orchestra.run.smithi038.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-15T00:54:07.663 INFO:teuthology.orchestra.run.smithi038.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-15T00:54:07.663 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:54:07.663 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2024-04-15T00:54:07.740 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 1/2 2024-04-15T00:54:07.852 INFO:teuthology.orchestra.run.smithi138.stderr:Modular dependency problems: 2024-04-15T00:54:07.853 INFO:teuthology.orchestra.run.smithi138.stderr: 2024-04-15T00:54:07.853 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 1: conflicting requests 2024-04-15T00:54:07.853 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.853 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 2: conflicting requests 2024-04-15T00:54:07.853 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.853 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 3: conflicting requests 2024-04-15T00:54:07.853 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.853 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 4: conflicting requests 2024-04-15T00:54:07.853 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.853 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 5: conflicting requests 2024-04-15T00:54:07.853 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.854 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 6: conflicting requests 2024-04-15T00:54:07.854 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.854 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 7: conflicting requests 2024-04-15T00:54:07.854 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.854 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 8: conflicting requests 2024-04-15T00:54:07.854 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.854 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 9: conflicting requests 2024-04-15T00:54:07.854 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.854 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 10: conflicting requests 2024-04-15T00:54:07.854 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.854 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 11: conflicting requests 2024-04-15T00:54:07.854 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.854 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 12: conflicting requests 2024-04-15T00:54:07.855 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.855 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 13: conflicting requests 2024-04-15T00:54:07.855 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.855 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 14: conflicting requests 2024-04-15T00:54:07.855 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.855 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 15: conflicting requests 2024-04-15T00:54:07.855 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.855 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 16: conflicting requests 2024-04-15T00:54:07.855 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.855 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 17: conflicting requests 2024-04-15T00:54:07.855 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.855 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 18: conflicting requests 2024-04-15T00:54:07.855 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.856 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 19: conflicting requests 2024-04-15T00:54:07.856 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.856 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 20: conflicting requests 2024-04-15T00:54:07.856 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.856 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 21: conflicting requests 2024-04-15T00:54:07.856 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.856 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 22: conflicting requests 2024-04-15T00:54:07.856 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.856 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 23: conflicting requests 2024-04-15T00:54:07.856 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.856 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 24: conflicting requests 2024-04-15T00:54:07.856 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.856 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 25: conflicting requests 2024-04-15T00:54:07.856 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.857 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 26: conflicting requests 2024-04-15T00:54:07.857 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.857 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 27: conflicting requests 2024-04-15T00:54:07.857 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.857 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 28: conflicting requests 2024-04-15T00:54:07.857 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.857 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 29: conflicting requests 2024-04-15T00:54:07.857 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.857 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 30: conflicting requests 2024-04-15T00:54:07.857 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.857 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 31: conflicting requests 2024-04-15T00:54:07.857 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.857 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 32: conflicting requests 2024-04-15T00:54:07.857 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.858 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 33: conflicting requests 2024-04-15T00:54:07.858 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.858 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 34: conflicting requests 2024-04-15T00:54:07.858 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.858 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 35: conflicting requests 2024-04-15T00:54:07.858 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.858 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 36: conflicting requests 2024-04-15T00:54:07.858 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.858 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 37: conflicting requests 2024-04-15T00:54:07.858 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.858 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.858 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.858 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:54:07.858 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.859 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.859 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.859 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.859 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 39: conflicting requests 2024-04-15T00:54:07.859 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.859 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.859 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.859 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.859 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.859 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.859 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:54:07.859 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.859 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.859 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.860 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.860 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:54:07.860 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.860 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.860 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.860 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.860 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:54:07.860 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.860 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.860 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.860 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.860 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:54:07.860 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.860 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.860 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.861 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.861 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:54:07.861 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.861 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.861 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.861 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.861 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:54:07.861 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.861 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.861 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.861 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:54:07.879 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum -y install ceph-fuse 2024-04-15T00:54:07.922 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-15T00:54:07.923 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:54:07.923 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2024-04-15T00:54:07.923 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:54:07.923 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-04-15T00:54:07.923 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-fuse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 891 k 2024-04-15T00:54:07.923 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2024-04-15T00:54:07.923 INFO:teuthology.orchestra.run.smithi138.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-15T00:54:07.923 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:54:07.923 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-04-15T00:54:07.923 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:54:07.923 INFO:teuthology.orchestra.run.smithi138.stdout:Install 2 Packages 2024-04-15T00:54:07.923 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:54:07.924 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 971 k 2024-04-15T00:54:07.924 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 2.8 M 2024-04-15T00:54:07.924 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-04-15T00:54:08.078 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-15T00:54:08.078 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:54:08.078 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-04-15T00:54:08.078 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T00:54:08.078 INFO:teuthology.orchestra.run.smithi088.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-15T00:54:08.078 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:54:08.078 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-04-15T00:54:08.184 INFO:teuthology.orchestra.run.smithi138.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 534 kB/s | 80 kB 00:00 2024-04-15T00:54:08.420 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install librados-devel 2024-04-15T00:54:08.488 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:01:55 ago on Mon 15 Apr 2024 12:52:13 AM UTC. 2024-04-15T00:54:08.791 INFO:teuthology.orchestra.run.smithi038.stderr:Modular dependency problems: 2024-04-15T00:54:08.791 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-04-15T00:54:08.791 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 1: conflicting requests 2024-04-15T00:54:08.792 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.792 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 2: conflicting requests 2024-04-15T00:54:08.792 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.792 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 3: conflicting requests 2024-04-15T00:54:08.792 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.792 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 4: conflicting requests 2024-04-15T00:54:08.792 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.792 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 5: conflicting requests 2024-04-15T00:54:08.792 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.792 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 6: conflicting requests 2024-04-15T00:54:08.792 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.792 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 7: conflicting requests 2024-04-15T00:54:08.792 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.792 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 8: conflicting requests 2024-04-15T00:54:08.793 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.793 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 9: conflicting requests 2024-04-15T00:54:08.793 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.793 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 10: conflicting requests 2024-04-15T00:54:08.793 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.793 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 11: conflicting requests 2024-04-15T00:54:08.793 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.793 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 12: conflicting requests 2024-04-15T00:54:08.793 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.793 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 13: conflicting requests 2024-04-15T00:54:08.793 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.793 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 14: conflicting requests 2024-04-15T00:54:08.793 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.794 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 15: conflicting requests 2024-04-15T00:54:08.794 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.794 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 16: conflicting requests 2024-04-15T00:54:08.794 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.794 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 17: conflicting requests 2024-04-15T00:54:08.794 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.794 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 18: conflicting requests 2024-04-15T00:54:08.794 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.794 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 19: conflicting requests 2024-04-15T00:54:08.794 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.794 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 20: conflicting requests 2024-04-15T00:54:08.794 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.795 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 21: conflicting requests 2024-04-15T00:54:08.795 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.795 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 22: conflicting requests 2024-04-15T00:54:08.795 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.795 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 23: conflicting requests 2024-04-15T00:54:08.795 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.795 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 24: conflicting requests 2024-04-15T00:54:08.795 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.795 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 25: conflicting requests 2024-04-15T00:54:08.795 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.795 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 26: conflicting requests 2024-04-15T00:54:08.795 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.795 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 27: conflicting requests 2024-04-15T00:54:08.795 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.796 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 28: conflicting requests 2024-04-15T00:54:08.796 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.796 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 29: conflicting requests 2024-04-15T00:54:08.796 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.796 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 30: conflicting requests 2024-04-15T00:54:08.796 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.796 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 31: conflicting requests 2024-04-15T00:54:08.796 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.796 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 32: conflicting requests 2024-04-15T00:54:08.796 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.796 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 33: conflicting requests 2024-04-15T00:54:08.796 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.796 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 34: conflicting requests 2024-04-15T00:54:08.796 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.797 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 35: conflicting requests 2024-04-15T00:54:08.797 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.797 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 36: conflicting requests 2024-04-15T00:54:08.797 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.797 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 37: conflicting requests 2024-04-15T00:54:08.797 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.797 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.797 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.797 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:54:08.797 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.797 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.797 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.797 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.797 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 39: conflicting requests 2024-04-15T00:54:08.798 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.798 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.798 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.798 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.798 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.798 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.798 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:54:08.798 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.798 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.798 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.798 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.798 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:54:08.798 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.799 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.799 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.799 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.799 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:54:08.799 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.799 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.799 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.799 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.799 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:54:08.799 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.800 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.800 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.800 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.800 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:54:08.800 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.800 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.800 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.800 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.800 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:54:08.800 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.800 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.800 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.800 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:54:08.865 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2024-04-15T00:54:08.866 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:54:08.866 INFO:teuthology.orchestra.run.smithi038.stdout: Package Arch Version Repository Size 2024-04-15T00:54:08.866 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:54:08.866 INFO:teuthology.orchestra.run.smithi038.stdout:Installing: 2024-04-15T00:54:08.866 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-fuse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 891 k 2024-04-15T00:54:08.866 INFO:teuthology.orchestra.run.smithi038.stdout:Installing dependencies: 2024-04-15T00:54:08.866 INFO:teuthology.orchestra.run.smithi038.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-15T00:54:08.866 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:54:08.867 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction Summary 2024-04-15T00:54:08.867 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:54:08.867 INFO:teuthology.orchestra.run.smithi038.stdout:Install 2 Packages 2024-04-15T00:54:08.867 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:54:08.867 INFO:teuthology.orchestra.run.smithi038.stdout:Total download size: 971 k 2024-04-15T00:54:08.867 INFO:teuthology.orchestra.run.smithi038.stdout:Installed size: 2.8 M 2024-04-15T00:54:08.868 INFO:teuthology.orchestra.run.smithi038.stdout:Downloading Packages: 2024-04-15T00:54:09.026 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:54 ago on Mon 15 Apr 2024 12:52:15 AM UTC. 2024-04-15T00:54:09.060 INFO:teuthology.orchestra.run.smithi138.stdout:(2/2): ceph-fuse-19.0.0-2114.ga9a752df.el7.x86_ 869 kB/s | 891 kB 00:01 2024-04-15T00:54:09.060 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:54:09.061 INFO:teuthology.orchestra.run.smithi138.stdout:Total 854 kB/s | 971 kB 00:01 2024-04-15T00:54:09.073 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-04-15T00:54:09.096 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-04-15T00:54:09.096 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-04-15T00:54:09.152 INFO:teuthology.orchestra.run.smithi038.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 533 kB/s | 80 kB 00:00 2024-04-15T00:54:09.177 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-04-15T00:54:09.177 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-04-15T00:54:09.313 INFO:teuthology.orchestra.run.smithi088.stderr:Modular dependency problems: 2024-04-15T00:54:09.313 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-04-15T00:54:09.313 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 1: conflicting requests 2024-04-15T00:54:09.313 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.313 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 2: conflicting requests 2024-04-15T00:54:09.313 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.313 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 3: conflicting requests 2024-04-15T00:54:09.313 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.314 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 4: conflicting requests 2024-04-15T00:54:09.314 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.314 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 5: conflicting requests 2024-04-15T00:54:09.314 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.314 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 6: conflicting requests 2024-04-15T00:54:09.314 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.314 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 7: conflicting requests 2024-04-15T00:54:09.314 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.314 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 8: conflicting requests 2024-04-15T00:54:09.314 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.314 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 9: conflicting requests 2024-04-15T00:54:09.314 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.315 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 10: conflicting requests 2024-04-15T00:54:09.315 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.315 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 11: conflicting requests 2024-04-15T00:54:09.315 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.315 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 12: conflicting requests 2024-04-15T00:54:09.315 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.315 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 13: conflicting requests 2024-04-15T00:54:09.315 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.315 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 14: conflicting requests 2024-04-15T00:54:09.315 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.315 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 15: conflicting requests 2024-04-15T00:54:09.315 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.315 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 16: conflicting requests 2024-04-15T00:54:09.316 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.316 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 17: conflicting requests 2024-04-15T00:54:09.316 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.316 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 18: conflicting requests 2024-04-15T00:54:09.316 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.316 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 19: conflicting requests 2024-04-15T00:54:09.316 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.316 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 20: conflicting requests 2024-04-15T00:54:09.316 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.316 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 21: conflicting requests 2024-04-15T00:54:09.316 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.316 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 22: conflicting requests 2024-04-15T00:54:09.316 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.316 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 23: conflicting requests 2024-04-15T00:54:09.317 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.317 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 24: conflicting requests 2024-04-15T00:54:09.317 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.317 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 25: conflicting requests 2024-04-15T00:54:09.317 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.317 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 26: conflicting requests 2024-04-15T00:54:09.317 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.317 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 27: conflicting requests 2024-04-15T00:54:09.317 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.317 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 28: conflicting requests 2024-04-15T00:54:09.317 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.317 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 29: conflicting requests 2024-04-15T00:54:09.317 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.318 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 30: conflicting requests 2024-04-15T00:54:09.318 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.318 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 31: conflicting requests 2024-04-15T00:54:09.318 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.318 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 32: conflicting requests 2024-04-15T00:54:09.318 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.318 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 33: conflicting requests 2024-04-15T00:54:09.318 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.318 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 34: conflicting requests 2024-04-15T00:54:09.318 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.318 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 35: conflicting requests 2024-04-15T00:54:09.318 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.318 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 36: conflicting requests 2024-04-15T00:54:09.319 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.319 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 37: conflicting requests 2024-04-15T00:54:09.319 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.319 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.319 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.319 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:54:09.319 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.319 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.319 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.319 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.319 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 39: conflicting requests 2024-04-15T00:54:09.319 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.319 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.319 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.320 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.320 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.320 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.320 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:54:09.320 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.320 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.320 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.320 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.320 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:54:09.320 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.320 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.320 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.320 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.320 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:54:09.321 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.321 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.321 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.321 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.321 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:54:09.321 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.321 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.321 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.321 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.321 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:54:09.321 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.321 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.321 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.322 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.322 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:54:09.322 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.322 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.322 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.322 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:54:09.360 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-04-15T00:54:09.381 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-04-15T00:54:09.382 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:54:09.382 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repo Size 2024-04-15T00:54:09.382 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:54:09.382 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-04-15T00:54:09.382 INFO:teuthology.orchestra.run.smithi088.stdout: librados-devel x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 127 k 2024-04-15T00:54:09.382 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:54:09.382 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-04-15T00:54:09.382 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:54:09.382 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2024-04-15T00:54:09.382 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:54:09.383 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 127 k 2024-04-15T00:54:09.383 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 456 k 2024-04-15T00:54:09.383 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-04-15T00:54:09.511 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-15T00:54:09.585 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2/2 2024-04-15T00:54:09.644 INFO:teuthology.orchestra.run.smithi038.stdout:(2/2): ceph-fuse-19.0.0-2114.ga9a752df.el7.x86_ 1.4 MB/s | 891 kB 00:00 2024-04-15T00:54:09.645 INFO:teuthology.orchestra.run.smithi038.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:54:09.645 INFO:teuthology.orchestra.run.smithi038.stdout:Total 1.2 MB/s | 971 kB 00:00 2024-04-15T00:54:09.657 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction check 2024-04-15T00:54:09.680 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction check succeeded. 2024-04-15T00:54:09.680 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction test 2024-04-15T00:54:09.738 INFO:teuthology.orchestra.run.smithi088.stdout:librados-devel-19.0.0-2114.ga9a752df.el7.x86_64 357 kB/s | 127 kB 00:00 2024-04-15T00:54:09.739 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:54:09.739 INFO:teuthology.orchestra.run.smithi088.stdout:Total 355 kB/s | 127 kB 00:00 2024-04-15T00:54:09.739 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-04-15T00:54:09.745 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-04-15T00:54:09.745 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-04-15T00:54:09.762 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction test succeeded. 2024-04-15T00:54:09.763 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction 2024-04-15T00:54:09.804 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-04-15T00:54:09.804 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-04-15T00:54:09.950 INFO:teuthology.orchestra.run.smithi038.stdout: Preparing : 1/1 2024-04-15T00:54:09.978 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-04-15T00:54:10.075 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-15T00:54:10.078 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T00:54:10.147 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2/2 2024-04-15T00:54:10.291 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2/2 2024-04-15T00:54:10.291 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/2 2024-04-15T00:54:10.550 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T00:54:10.617 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-15T00:54:10.617 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:54:10.617 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-04-15T00:54:10.617 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-15T00:54:10.617 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:54:10.617 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-15T00:54:10.754 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2/2 2024-04-15T00:54:10.754 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/2 2024-04-15T00:54:10.858 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T00:54:10.858 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:54:10.858 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-04-15T00:54:10.858 INFO:teuthology.orchestra.run.smithi088.stdout: librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:54:10.859 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:54:10.859 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-04-15T00:54:10.892 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-volume 2024-04-15T00:54:11.071 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-15T00:54:11.072 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:54:11.072 INFO:teuthology.orchestra.run.smithi038.stdout:Installed: 2024-04-15T00:54:11.072 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-15T00:54:11.072 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:54:11.072 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2024-04-15T00:54:11.096 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install libcephfs2 2024-04-15T00:54:11.337 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum -y install ceph-volume 2024-04-15T00:54:11.517 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:48 ago on Mon 15 Apr 2024 12:52:23 AM UTC. 2024-04-15T00:54:11.710 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:56 ago on Mon 15 Apr 2024 12:52:15 AM UTC. 2024-04-15T00:54:11.807 INFO:teuthology.orchestra.run.smithi138.stderr:Modular dependency problems: 2024-04-15T00:54:11.808 INFO:teuthology.orchestra.run.smithi138.stderr: 2024-04-15T00:54:11.808 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 1: conflicting requests 2024-04-15T00:54:11.808 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.808 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 2: conflicting requests 2024-04-15T00:54:11.808 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.808 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 3: conflicting requests 2024-04-15T00:54:11.808 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.808 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 4: conflicting requests 2024-04-15T00:54:11.808 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.808 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 5: conflicting requests 2024-04-15T00:54:11.808 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.808 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 6: conflicting requests 2024-04-15T00:54:11.809 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.809 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 7: conflicting requests 2024-04-15T00:54:11.809 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.809 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 8: conflicting requests 2024-04-15T00:54:11.809 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.809 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 9: conflicting requests 2024-04-15T00:54:11.809 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.809 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 10: conflicting requests 2024-04-15T00:54:11.809 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.810 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 11: conflicting requests 2024-04-15T00:54:11.810 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.810 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 12: conflicting requests 2024-04-15T00:54:11.810 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.810 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 13: conflicting requests 2024-04-15T00:54:11.810 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.810 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 14: conflicting requests 2024-04-15T00:54:11.810 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.810 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 15: conflicting requests 2024-04-15T00:54:11.810 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.810 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 16: conflicting requests 2024-04-15T00:54:11.810 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.810 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 17: conflicting requests 2024-04-15T00:54:11.811 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.811 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 18: conflicting requests 2024-04-15T00:54:11.811 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.811 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 19: conflicting requests 2024-04-15T00:54:11.811 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.811 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 20: conflicting requests 2024-04-15T00:54:11.811 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.811 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 21: conflicting requests 2024-04-15T00:54:11.811 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.811 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 22: conflicting requests 2024-04-15T00:54:11.811 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.811 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 23: conflicting requests 2024-04-15T00:54:11.811 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.811 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 24: conflicting requests 2024-04-15T00:54:11.812 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.812 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 25: conflicting requests 2024-04-15T00:54:11.812 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.812 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 26: conflicting requests 2024-04-15T00:54:11.812 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.812 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 27: conflicting requests 2024-04-15T00:54:11.812 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.812 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 28: conflicting requests 2024-04-15T00:54:11.812 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.812 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 29: conflicting requests 2024-04-15T00:54:11.812 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.812 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 30: conflicting requests 2024-04-15T00:54:11.812 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.812 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 31: conflicting requests 2024-04-15T00:54:11.813 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.813 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 32: conflicting requests 2024-04-15T00:54:11.813 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.813 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 33: conflicting requests 2024-04-15T00:54:11.813 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.813 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 34: conflicting requests 2024-04-15T00:54:11.813 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.813 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 35: conflicting requests 2024-04-15T00:54:11.813 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.813 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 36: conflicting requests 2024-04-15T00:54:11.813 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.813 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 37: conflicting requests 2024-04-15T00:54:11.813 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.813 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.814 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.814 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:54:11.814 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.814 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.814 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.814 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.814 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 39: conflicting requests 2024-04-15T00:54:11.814 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.814 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.814 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.814 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.814 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.814 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.815 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:54:11.815 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.815 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.815 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.815 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.815 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:54:11.815 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.815 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.815 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.815 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.815 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:54:11.815 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.815 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.815 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.816 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.816 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:54:11.816 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.816 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.816 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.816 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.816 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:54:11.816 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.817 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.817 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.817 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.817 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:54:11.817 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.817 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.817 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.817 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:54:11.877 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-15T00:54:11.877 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:54:11.877 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2024-04-15T00:54:11.877 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:54:11.878 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-04-15T00:54:11.878 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-volume noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 264 k 2024-04-15T00:54:11.878 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2024-04-15T00:54:11.878 INFO:teuthology.orchestra.run.smithi138.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-15T00:54:11.878 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:54:11.878 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-04-15T00:54:11.878 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:54:11.878 INFO:teuthology.orchestra.run.smithi138.stdout:Install 2 Packages 2024-04-15T00:54:11.878 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:54:11.879 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 341 k 2024-04-15T00:54:11.879 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 1.5 M 2024-04-15T00:54:11.879 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-04-15T00:54:11.954 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:01:58 ago on Mon 15 Apr 2024 12:52:13 AM UTC. 2024-04-15T00:54:12.004 INFO:teuthology.orchestra.run.smithi088.stderr:Modular dependency problems: 2024-04-15T00:54:12.004 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-04-15T00:54:12.004 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 1: conflicting requests 2024-04-15T00:54:12.004 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.004 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 2: conflicting requests 2024-04-15T00:54:12.004 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.004 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 3: conflicting requests 2024-04-15T00:54:12.005 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.005 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 4: conflicting requests 2024-04-15T00:54:12.005 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.005 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 5: conflicting requests 2024-04-15T00:54:12.005 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.005 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 6: conflicting requests 2024-04-15T00:54:12.005 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.005 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 7: conflicting requests 2024-04-15T00:54:12.005 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.005 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 8: conflicting requests 2024-04-15T00:54:12.005 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.005 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 9: conflicting requests 2024-04-15T00:54:12.005 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.005 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 10: conflicting requests 2024-04-15T00:54:12.006 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.006 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 11: conflicting requests 2024-04-15T00:54:12.006 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.006 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 12: conflicting requests 2024-04-15T00:54:12.006 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.006 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 13: conflicting requests 2024-04-15T00:54:12.006 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.006 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 14: conflicting requests 2024-04-15T00:54:12.006 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.006 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 15: conflicting requests 2024-04-15T00:54:12.006 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.006 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 16: conflicting requests 2024-04-15T00:54:12.006 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.006 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 17: conflicting requests 2024-04-15T00:54:12.007 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.007 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 18: conflicting requests 2024-04-15T00:54:12.007 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.007 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 19: conflicting requests 2024-04-15T00:54:12.007 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.007 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 20: conflicting requests 2024-04-15T00:54:12.007 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.007 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 21: conflicting requests 2024-04-15T00:54:12.007 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.007 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 22: conflicting requests 2024-04-15T00:54:12.007 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.007 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 23: conflicting requests 2024-04-15T00:54:12.007 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.007 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 24: conflicting requests 2024-04-15T00:54:12.008 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.008 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 25: conflicting requests 2024-04-15T00:54:12.008 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.008 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 26: conflicting requests 2024-04-15T00:54:12.008 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.008 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 27: conflicting requests 2024-04-15T00:54:12.008 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.008 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 28: conflicting requests 2024-04-15T00:54:12.008 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.008 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 29: conflicting requests 2024-04-15T00:54:12.008 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.008 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 30: conflicting requests 2024-04-15T00:54:12.008 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.009 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 31: conflicting requests 2024-04-15T00:54:12.009 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.009 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 32: conflicting requests 2024-04-15T00:54:12.009 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.009 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 33: conflicting requests 2024-04-15T00:54:12.009 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.009 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 34: conflicting requests 2024-04-15T00:54:12.009 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.009 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 35: conflicting requests 2024-04-15T00:54:12.009 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.009 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 36: conflicting requests 2024-04-15T00:54:12.009 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.009 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 37: conflicting requests 2024-04-15T00:54:12.009 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.010 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.010 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.010 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:54:12.010 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.010 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.010 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.010 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.010 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 39: conflicting requests 2024-04-15T00:54:12.010 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.010 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.010 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.010 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.010 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.010 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.011 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:54:12.011 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.011 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.011 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.011 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.011 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:54:12.011 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.011 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.011 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.011 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.012 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:54:12.012 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.012 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.012 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.012 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.012 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:54:12.012 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.012 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.012 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.012 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.012 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:54:12.013 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.013 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.013 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.013 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.013 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:54:12.013 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.013 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.013 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.013 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.014 INFO:teuthology.orchestra.run.smithi088.stdout:Package libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T00:54:12.018 INFO:teuthology.orchestra.run.smithi138.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 1.0 MB/s | 77 kB 00:00 2024-04-15T00:54:12.074 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-04-15T00:54:12.075 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2024-04-15T00:54:12.075 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-04-15T00:54:12.146 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install libcephfs-devel 2024-04-15T00:54:12.262 INFO:teuthology.orchestra.run.smithi038.stderr:Modular dependency problems: 2024-04-15T00:54:12.262 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-04-15T00:54:12.262 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 1: conflicting requests 2024-04-15T00:54:12.262 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.262 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 2: conflicting requests 2024-04-15T00:54:12.262 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.262 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 3: conflicting requests 2024-04-15T00:54:12.262 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.262 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 4: conflicting requests 2024-04-15T00:54:12.262 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.263 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 5: conflicting requests 2024-04-15T00:54:12.263 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.263 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 6: conflicting requests 2024-04-15T00:54:12.263 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.263 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 7: conflicting requests 2024-04-15T00:54:12.263 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.263 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 8: conflicting requests 2024-04-15T00:54:12.263 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.263 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 9: conflicting requests 2024-04-15T00:54:12.263 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.263 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 10: conflicting requests 2024-04-15T00:54:12.263 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.263 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 11: conflicting requests 2024-04-15T00:54:12.263 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.264 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 12: conflicting requests 2024-04-15T00:54:12.264 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.264 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 13: conflicting requests 2024-04-15T00:54:12.264 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.264 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 14: conflicting requests 2024-04-15T00:54:12.264 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.264 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 15: conflicting requests 2024-04-15T00:54:12.264 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.264 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 16: conflicting requests 2024-04-15T00:54:12.264 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.264 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 17: conflicting requests 2024-04-15T00:54:12.264 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.264 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 18: conflicting requests 2024-04-15T00:54:12.265 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.265 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 19: conflicting requests 2024-04-15T00:54:12.265 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.265 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 20: conflicting requests 2024-04-15T00:54:12.265 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.265 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 21: conflicting requests 2024-04-15T00:54:12.265 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.265 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 22: conflicting requests 2024-04-15T00:54:12.265 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.265 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 23: conflicting requests 2024-04-15T00:54:12.265 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.265 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 24: conflicting requests 2024-04-15T00:54:12.265 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.265 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 25: conflicting requests 2024-04-15T00:54:12.266 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.266 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 26: conflicting requests 2024-04-15T00:54:12.266 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.266 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 27: conflicting requests 2024-04-15T00:54:12.266 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.266 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 28: conflicting requests 2024-04-15T00:54:12.266 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.266 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 29: conflicting requests 2024-04-15T00:54:12.266 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.266 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 30: conflicting requests 2024-04-15T00:54:12.266 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.266 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 31: conflicting requests 2024-04-15T00:54:12.266 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.267 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 32: conflicting requests 2024-04-15T00:54:12.267 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.267 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 33: conflicting requests 2024-04-15T00:54:12.267 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.267 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 34: conflicting requests 2024-04-15T00:54:12.267 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.267 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 35: conflicting requests 2024-04-15T00:54:12.267 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.267 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 36: conflicting requests 2024-04-15T00:54:12.267 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.267 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 37: conflicting requests 2024-04-15T00:54:12.267 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.267 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.268 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.268 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:54:12.268 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.268 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.268 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.268 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.268 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 39: conflicting requests 2024-04-15T00:54:12.268 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.268 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.268 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.268 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.268 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.268 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.268 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:54:12.268 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.269 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.269 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.269 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.269 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:54:12.269 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.269 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.269 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.269 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.269 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:54:12.269 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.269 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.269 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.269 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.270 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:54:12.270 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.270 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.270 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.270 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.270 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:54:12.270 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.270 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.270 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.270 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.270 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:54:12.270 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.270 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.270 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.271 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:54:12.337 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2024-04-15T00:54:12.337 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:54:12.337 INFO:teuthology.orchestra.run.smithi038.stdout: Package Arch Version Repository Size 2024-04-15T00:54:12.337 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:54:12.337 INFO:teuthology.orchestra.run.smithi038.stdout:Installing: 2024-04-15T00:54:12.337 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-volume noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 264 k 2024-04-15T00:54:12.337 INFO:teuthology.orchestra.run.smithi038.stdout:Installing dependencies: 2024-04-15T00:54:12.338 INFO:teuthology.orchestra.run.smithi038.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-15T00:54:12.338 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:54:12.338 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction Summary 2024-04-15T00:54:12.338 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:54:12.338 INFO:teuthology.orchestra.run.smithi038.stdout:Install 2 Packages 2024-04-15T00:54:12.338 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:54:12.338 INFO:teuthology.orchestra.run.smithi038.stdout:Total download size: 341 k 2024-04-15T00:54:12.339 INFO:teuthology.orchestra.run.smithi038.stdout:Installed size: 1.5 M 2024-04-15T00:54:12.339 INFO:teuthology.orchestra.run.smithi038.stdout:Downloading Packages: 2024-04-15T00:54:12.599 INFO:teuthology.orchestra.run.smithi038.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 675 kB/s | 77 kB 00:00 2024-04-15T00:54:12.634 INFO:teuthology.orchestra.run.smithi138.stdout:(2/2): ceph-volume-19.0.0-2114.ga9a752df.el7.no 382 kB/s | 264 kB 00:00 2024-04-15T00:54:12.635 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:54:12.635 INFO:teuthology.orchestra.run.smithi138.stdout:Total 450 kB/s | 341 kB 00:00 2024-04-15T00:54:12.648 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-04-15T00:54:12.657 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-04-15T00:54:12.657 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-04-15T00:54:12.701 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-04-15T00:54:12.701 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-04-15T00:54:12.741 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:57 ago on Mon 15 Apr 2024 12:52:15 AM UTC. 2024-04-15T00:54:12.852 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-04-15T00:54:13.024 INFO:teuthology.orchestra.run.smithi038.stdout:(2/2): ceph-volume-19.0.0-2114.ga9a752df.el7.no 489 kB/s | 264 kB 00:00 2024-04-15T00:54:13.151 INFO:teuthology.orchestra.run.smithi088.stderr:Modular dependency problems: 2024-04-15T00:54:13.151 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-04-15T00:54:13.151 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 1: conflicting requests 2024-04-15T00:54:13.151 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.151 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 2: conflicting requests 2024-04-15T00:54:13.152 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.152 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 3: conflicting requests 2024-04-15T00:54:13.152 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.152 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 4: conflicting requests 2024-04-15T00:54:13.152 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.152 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 5: conflicting requests 2024-04-15T00:54:13.152 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.152 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 6: conflicting requests 2024-04-15T00:54:13.152 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.152 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 7: conflicting requests 2024-04-15T00:54:13.152 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.153 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 8: conflicting requests 2024-04-15T00:54:13.153 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.153 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 9: conflicting requests 2024-04-15T00:54:13.153 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.153 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 10: conflicting requests 2024-04-15T00:54:13.153 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.153 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 11: conflicting requests 2024-04-15T00:54:13.153 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.153 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 12: conflicting requests 2024-04-15T00:54:13.153 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.153 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 13: conflicting requests 2024-04-15T00:54:13.154 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.154 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 14: conflicting requests 2024-04-15T00:54:13.154 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.154 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 15: conflicting requests 2024-04-15T00:54:13.154 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.154 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 16: conflicting requests 2024-04-15T00:54:13.154 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.154 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 17: conflicting requests 2024-04-15T00:54:13.154 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.155 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 18: conflicting requests 2024-04-15T00:54:13.155 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.155 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 19: conflicting requests 2024-04-15T00:54:13.155 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.155 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 20: conflicting requests 2024-04-15T00:54:13.155 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.155 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 21: conflicting requests 2024-04-15T00:54:13.155 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.155 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 22: conflicting requests 2024-04-15T00:54:13.155 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.156 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 23: conflicting requests 2024-04-15T00:54:13.156 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.156 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 24: conflicting requests 2024-04-15T00:54:13.156 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.156 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 25: conflicting requests 2024-04-15T00:54:13.156 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.156 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 26: conflicting requests 2024-04-15T00:54:13.156 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.156 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 27: conflicting requests 2024-04-15T00:54:13.156 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.156 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 28: conflicting requests 2024-04-15T00:54:13.157 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.157 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 29: conflicting requests 2024-04-15T00:54:13.157 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.157 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 30: conflicting requests 2024-04-15T00:54:13.157 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.157 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 31: conflicting requests 2024-04-15T00:54:13.157 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.157 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 32: conflicting requests 2024-04-15T00:54:13.157 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.157 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 33: conflicting requests 2024-04-15T00:54:13.157 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.157 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 34: conflicting requests 2024-04-15T00:54:13.157 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.158 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 35: conflicting requests 2024-04-15T00:54:13.158 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.158 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 36: conflicting requests 2024-04-15T00:54:13.158 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.158 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 37: conflicting requests 2024-04-15T00:54:13.158 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.158 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.158 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.158 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:54:13.158 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.158 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.158 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.158 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.158 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 39: conflicting requests 2024-04-15T00:54:13.159 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.159 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.159 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.159 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.159 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.159 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.159 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:54:13.159 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.159 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.159 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.159 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.159 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:54:13.159 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.160 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.160 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.160 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.160 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:54:13.160 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.160 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.160 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.160 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.160 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:54:13.160 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.160 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.160 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.160 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.161 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:54:13.161 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.161 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.161 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.161 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.161 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:54:13.161 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.161 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.161 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.161 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:54:13.162 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-15T00:54:13.162 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2/2 2024-04-15T00:54:13.162 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2/2 2024-04-15T00:54:13.162 INFO:teuthology.orchestra.run.smithi138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T00:54:13.162 INFO:teuthology.orchestra.run.smithi138.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-15T00:54:13.163 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:54:13.163 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-04-15T00:54:13.163 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:54:13.163 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repo Size 2024-04-15T00:54:13.164 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:54:13.164 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-04-15T00:54:13.164 INFO:teuthology.orchestra.run.smithi088.stdout: libcephfs-devel x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 32 k 2024-04-15T00:54:13.164 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:54:13.164 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-04-15T00:54:13.164 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:54:13.164 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2024-04-15T00:54:13.164 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:54:13.164 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 32 k 2024-04-15T00:54:13.164 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 142 k 2024-04-15T00:54:13.164 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-04-15T00:54:13.165 INFO:teuthology.orchestra.run.smithi038.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:54:13.165 INFO:teuthology.orchestra.run.smithi038.stdout:Total 496 kB/s | 341 kB 00:00 2024-04-15T00:54:13.165 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction check 2024-04-15T00:54:13.165 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction check succeeded. 2024-04-15T00:54:13.165 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction test 2024-04-15T00:54:13.165 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction test succeeded. 2024-04-15T00:54:13.165 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction 2024-04-15T00:54:13.240 INFO:teuthology.orchestra.run.smithi038.stdout: Preparing : 1/1 2024-04-15T00:54:13.408 INFO:teuthology.orchestra.run.smithi088.stdout:libcephfs-devel-19.0.0-2114.ga9a752df.el7.x86_6 103 kB/s | 32 kB 00:00 2024-04-15T00:54:13.409 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:54:13.409 INFO:teuthology.orchestra.run.smithi088.stdout:Total 102 kB/s | 32 kB 00:00 2024-04-15T00:54:13.409 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-04-15T00:54:13.412 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-04-15T00:54:13.412 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-04-15T00:54:13.432 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-15T00:54:13.433 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-04-15T00:54:13.434 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-04-15T00:54:13.461 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2/2 2024-04-15T00:54:13.477 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2/2 2024-04-15T00:54:13.478 INFO:teuthology.orchestra.run.smithi038.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T00:54:13.478 INFO:teuthology.orchestra.run.smithi038.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-15T00:54:13.478 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:54:13.525 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-04-15T00:54:13.639 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T00:54:13.825 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 1/2 2024-04-15T00:54:14.030 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T00:54:14.183 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-15T00:54:14.183 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:54:14.183 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-04-15T00:54:14.184 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T00:54:14.184 INFO:teuthology.orchestra.run.smithi138.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-15T00:54:14.184 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:54:14.184 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-15T00:54:14.245 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 1/2 2024-04-15T00:54:14.309 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T00:54:14.309 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:54:14.309 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-04-15T00:54:14.309 INFO:teuthology.orchestra.run.smithi088.stdout: libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:54:14.309 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:54:14.309 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-04-15T00:54:14.511 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install librados2 2024-04-15T00:54:14.532 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install librados-devel 2024-04-15T00:54:14.610 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-15T00:54:14.611 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:54:14.611 INFO:teuthology.orchestra.run.smithi038.stdout:Installed: 2024-04-15T00:54:14.611 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T00:54:14.611 INFO:teuthology.orchestra.run.smithi038.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-15T00:54:14.611 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:54:14.611 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2024-04-15T00:54:14.897 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum -y install librados-devel 2024-04-15T00:54:15.108 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:02:00 ago on Mon 15 Apr 2024 12:52:15 AM UTC. 2024-04-15T00:54:15.144 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:52 ago on Mon 15 Apr 2024 12:52:23 AM UTC. 2024-04-15T00:54:15.398 INFO:teuthology.orchestra.run.smithi088.stderr:Modular dependency problems: 2024-04-15T00:54:15.398 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-04-15T00:54:15.398 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 1: conflicting requests 2024-04-15T00:54:15.398 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.398 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 2: conflicting requests 2024-04-15T00:54:15.398 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.398 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 3: conflicting requests 2024-04-15T00:54:15.398 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.398 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 4: conflicting requests 2024-04-15T00:54:15.398 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.399 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 5: conflicting requests 2024-04-15T00:54:15.399 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.399 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 6: conflicting requests 2024-04-15T00:54:15.399 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.399 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 7: conflicting requests 2024-04-15T00:54:15.399 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.399 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 8: conflicting requests 2024-04-15T00:54:15.399 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.399 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 9: conflicting requests 2024-04-15T00:54:15.399 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.399 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 10: conflicting requests 2024-04-15T00:54:15.399 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.399 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 11: conflicting requests 2024-04-15T00:54:15.399 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.400 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 12: conflicting requests 2024-04-15T00:54:15.400 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.400 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 13: conflicting requests 2024-04-15T00:54:15.400 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.400 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 14: conflicting requests 2024-04-15T00:54:15.400 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.400 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 15: conflicting requests 2024-04-15T00:54:15.400 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.400 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 16: conflicting requests 2024-04-15T00:54:15.400 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.400 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 17: conflicting requests 2024-04-15T00:54:15.400 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.400 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 18: conflicting requests 2024-04-15T00:54:15.400 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.401 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 19: conflicting requests 2024-04-15T00:54:15.401 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.401 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 20: conflicting requests 2024-04-15T00:54:15.401 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.401 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 21: conflicting requests 2024-04-15T00:54:15.401 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.401 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 22: conflicting requests 2024-04-15T00:54:15.401 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.401 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 23: conflicting requests 2024-04-15T00:54:15.401 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.401 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 24: conflicting requests 2024-04-15T00:54:15.401 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.401 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 25: conflicting requests 2024-04-15T00:54:15.401 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.402 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 26: conflicting requests 2024-04-15T00:54:15.402 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.402 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 27: conflicting requests 2024-04-15T00:54:15.402 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.402 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 28: conflicting requests 2024-04-15T00:54:15.402 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.402 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 29: conflicting requests 2024-04-15T00:54:15.402 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.402 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 30: conflicting requests 2024-04-15T00:54:15.402 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.402 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 31: conflicting requests 2024-04-15T00:54:15.402 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.402 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 32: conflicting requests 2024-04-15T00:54:15.402 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.403 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 33: conflicting requests 2024-04-15T00:54:15.403 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.403 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 34: conflicting requests 2024-04-15T00:54:15.403 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.403 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 35: conflicting requests 2024-04-15T00:54:15.403 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.403 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 36: conflicting requests 2024-04-15T00:54:15.403 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.403 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 37: conflicting requests 2024-04-15T00:54:15.403 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.403 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.403 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.403 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:54:15.403 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.404 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.404 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.404 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.404 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 39: conflicting requests 2024-04-15T00:54:15.404 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.404 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.404 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.404 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.404 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.404 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.404 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:54:15.404 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.404 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.404 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.405 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.405 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:54:15.405 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.405 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.405 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.405 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.405 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:54:15.405 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.405 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.405 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.405 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.405 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:54:15.405 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.405 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.406 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.406 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.406 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:54:15.406 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.406 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.406 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.406 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.406 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:54:15.406 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.406 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.406 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.406 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.407 INFO:teuthology.orchestra.run.smithi088.stdout:Package librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T00:54:15.431 INFO:teuthology.orchestra.run.smithi138.stderr:Modular dependency problems: 2024-04-15T00:54:15.431 INFO:teuthology.orchestra.run.smithi138.stderr: 2024-04-15T00:54:15.431 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 1: conflicting requests 2024-04-15T00:54:15.431 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.431 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 2: conflicting requests 2024-04-15T00:54:15.431 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.431 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 3: conflicting requests 2024-04-15T00:54:15.431 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.432 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 4: conflicting requests 2024-04-15T00:54:15.432 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.432 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 5: conflicting requests 2024-04-15T00:54:15.432 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.432 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 6: conflicting requests 2024-04-15T00:54:15.432 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.432 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 7: conflicting requests 2024-04-15T00:54:15.432 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.432 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 8: conflicting requests 2024-04-15T00:54:15.432 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.432 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 9: conflicting requests 2024-04-15T00:54:15.432 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.432 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 10: conflicting requests 2024-04-15T00:54:15.432 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.433 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 11: conflicting requests 2024-04-15T00:54:15.433 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.433 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 12: conflicting requests 2024-04-15T00:54:15.433 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.433 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 13: conflicting requests 2024-04-15T00:54:15.433 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.433 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 14: conflicting requests 2024-04-15T00:54:15.433 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.433 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 15: conflicting requests 2024-04-15T00:54:15.433 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.433 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 16: conflicting requests 2024-04-15T00:54:15.433 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.433 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 17: conflicting requests 2024-04-15T00:54:15.433 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.434 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 18: conflicting requests 2024-04-15T00:54:15.434 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.434 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 19: conflicting requests 2024-04-15T00:54:15.434 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.434 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 20: conflicting requests 2024-04-15T00:54:15.434 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.434 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 21: conflicting requests 2024-04-15T00:54:15.434 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.434 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 22: conflicting requests 2024-04-15T00:54:15.434 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.434 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 23: conflicting requests 2024-04-15T00:54:15.434 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.434 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 24: conflicting requests 2024-04-15T00:54:15.435 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.435 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 25: conflicting requests 2024-04-15T00:54:15.435 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.435 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 26: conflicting requests 2024-04-15T00:54:15.435 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.435 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 27: conflicting requests 2024-04-15T00:54:15.435 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.435 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 28: conflicting requests 2024-04-15T00:54:15.435 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.435 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 29: conflicting requests 2024-04-15T00:54:15.436 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.436 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 30: conflicting requests 2024-04-15T00:54:15.436 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.436 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 31: conflicting requests 2024-04-15T00:54:15.436 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.436 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 32: conflicting requests 2024-04-15T00:54:15.436 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.436 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 33: conflicting requests 2024-04-15T00:54:15.436 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.436 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 34: conflicting requests 2024-04-15T00:54:15.436 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.436 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 35: conflicting requests 2024-04-15T00:54:15.436 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.437 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 36: conflicting requests 2024-04-15T00:54:15.437 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.437 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 37: conflicting requests 2024-04-15T00:54:15.437 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.437 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.437 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.437 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:54:15.437 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.437 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.437 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.437 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.437 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 39: conflicting requests 2024-04-15T00:54:15.437 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.437 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.438 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.438 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.438 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.438 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.438 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:54:15.438 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.438 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.438 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.438 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.438 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:54:15.438 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.438 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.438 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.439 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.439 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:54:15.439 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.439 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.439 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.439 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.439 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:54:15.439 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.439 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.439 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.439 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.439 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:54:15.439 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.439 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.440 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.440 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.440 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:54:15.440 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.440 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.440 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.440 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.468 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-04-15T00:54:15.469 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2024-04-15T00:54:15.470 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-04-15T00:54:15.502 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-15T00:54:15.503 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:54:15.503 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repo Size 2024-04-15T00:54:15.503 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:54:15.503 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-04-15T00:54:15.504 INFO:teuthology.orchestra.run.smithi138.stdout: librados-devel x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 127 k 2024-04-15T00:54:15.504 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:54:15.504 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-04-15T00:54:15.504 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:54:15.504 INFO:teuthology.orchestra.run.smithi138.stdout:Install 1 Package 2024-04-15T00:54:15.504 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:54:15.504 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 127 k 2024-04-15T00:54:15.504 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 456 k 2024-04-15T00:54:15.504 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-04-15T00:54:15.511 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:02:02 ago on Mon 15 Apr 2024 12:52:13 AM UTC. 2024-04-15T00:54:15.548 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install librbd1 2024-04-15T00:54:15.816 INFO:teuthology.orchestra.run.smithi038.stderr:Modular dependency problems: 2024-04-15T00:54:15.817 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-04-15T00:54:15.817 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 1: conflicting requests 2024-04-15T00:54:15.817 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.817 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 2: conflicting requests 2024-04-15T00:54:15.817 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.817 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 3: conflicting requests 2024-04-15T00:54:15.817 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.817 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 4: conflicting requests 2024-04-15T00:54:15.817 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.817 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 5: conflicting requests 2024-04-15T00:54:15.817 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.817 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 6: conflicting requests 2024-04-15T00:54:15.818 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.818 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 7: conflicting requests 2024-04-15T00:54:15.818 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.818 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 8: conflicting requests 2024-04-15T00:54:15.818 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.818 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 9: conflicting requests 2024-04-15T00:54:15.818 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.818 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 10: conflicting requests 2024-04-15T00:54:15.818 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.818 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 11: conflicting requests 2024-04-15T00:54:15.818 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.818 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 12: conflicting requests 2024-04-15T00:54:15.818 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.818 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 13: conflicting requests 2024-04-15T00:54:15.819 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.819 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 14: conflicting requests 2024-04-15T00:54:15.819 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.819 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 15: conflicting requests 2024-04-15T00:54:15.819 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.819 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 16: conflicting requests 2024-04-15T00:54:15.819 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.819 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 17: conflicting requests 2024-04-15T00:54:15.819 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.819 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 18: conflicting requests 2024-04-15T00:54:15.819 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.819 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 19: conflicting requests 2024-04-15T00:54:15.819 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.820 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 20: conflicting requests 2024-04-15T00:54:15.820 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.820 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 21: conflicting requests 2024-04-15T00:54:15.820 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.820 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 22: conflicting requests 2024-04-15T00:54:15.820 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.820 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 23: conflicting requests 2024-04-15T00:54:15.820 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.820 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 24: conflicting requests 2024-04-15T00:54:15.820 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.820 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 25: conflicting requests 2024-04-15T00:54:15.820 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.820 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 26: conflicting requests 2024-04-15T00:54:15.820 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.820 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 27: conflicting requests 2024-04-15T00:54:15.821 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.821 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 28: conflicting requests 2024-04-15T00:54:15.821 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.821 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 29: conflicting requests 2024-04-15T00:54:15.821 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.821 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 30: conflicting requests 2024-04-15T00:54:15.821 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.821 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 31: conflicting requests 2024-04-15T00:54:15.821 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.821 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 32: conflicting requests 2024-04-15T00:54:15.821 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.821 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 33: conflicting requests 2024-04-15T00:54:15.821 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.822 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 34: conflicting requests 2024-04-15T00:54:15.822 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.822 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 35: conflicting requests 2024-04-15T00:54:15.822 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.822 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 36: conflicting requests 2024-04-15T00:54:15.822 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.822 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 37: conflicting requests 2024-04-15T00:54:15.822 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.822 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.822 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.822 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:54:15.822 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.822 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.823 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.823 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.823 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 39: conflicting requests 2024-04-15T00:54:15.823 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.823 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.823 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.823 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.823 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.823 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.823 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:54:15.823 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.823 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.823 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.823 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.824 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:54:15.824 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.824 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.824 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.824 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.824 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:54:15.824 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.824 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.824 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.824 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.824 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:54:15.824 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.824 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.824 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.825 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.825 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:54:15.825 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.825 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.825 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.825 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.825 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:54:15.825 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.825 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.825 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.825 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:54:15.836 INFO:teuthology.orchestra.run.smithi138.stdout:librados-devel-19.0.0-2114.ga9a752df.el7.x86_64 382 kB/s | 127 kB 00:00 2024-04-15T00:54:15.837 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:54:15.837 INFO:teuthology.orchestra.run.smithi138.stdout:Total 380 kB/s | 127 kB 00:00 2024-04-15T00:54:15.837 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-04-15T00:54:15.842 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-04-15T00:54:15.842 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-04-15T00:54:15.890 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2024-04-15T00:54:15.890 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:54:15.890 INFO:teuthology.orchestra.run.smithi038.stdout: Package Arch Version Repo Size 2024-04-15T00:54:15.890 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:54:15.890 INFO:teuthology.orchestra.run.smithi038.stdout:Installing: 2024-04-15T00:54:15.890 INFO:teuthology.orchestra.run.smithi038.stdout: librados-devel x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 127 k 2024-04-15T00:54:15.891 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:54:15.891 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction Summary 2024-04-15T00:54:15.891 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:54:15.891 INFO:teuthology.orchestra.run.smithi038.stdout:Install 1 Package 2024-04-15T00:54:15.891 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:54:15.891 INFO:teuthology.orchestra.run.smithi038.stdout:Total download size: 127 k 2024-04-15T00:54:15.892 INFO:teuthology.orchestra.run.smithi038.stdout:Installed size: 456 k 2024-04-15T00:54:15.892 INFO:teuthology.orchestra.run.smithi038.stdout:Downloading Packages: 2024-04-15T00:54:15.901 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-04-15T00:54:15.902 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-04-15T00:54:16.069 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-04-15T00:54:16.140 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:02:01 ago on Mon 15 Apr 2024 12:52:15 AM UTC. 2024-04-15T00:54:16.160 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T00:54:16.427 INFO:teuthology.orchestra.run.smithi088.stderr:Modular dependency problems: 2024-04-15T00:54:16.428 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-04-15T00:54:16.428 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 1: conflicting requests 2024-04-15T00:54:16.428 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.428 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 2: conflicting requests 2024-04-15T00:54:16.428 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.428 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 3: conflicting requests 2024-04-15T00:54:16.428 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.428 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 4: conflicting requests 2024-04-15T00:54:16.428 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.428 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 5: conflicting requests 2024-04-15T00:54:16.428 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.428 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 6: conflicting requests 2024-04-15T00:54:16.428 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.429 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 7: conflicting requests 2024-04-15T00:54:16.429 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.429 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 8: conflicting requests 2024-04-15T00:54:16.429 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.429 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 9: conflicting requests 2024-04-15T00:54:16.429 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.429 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 10: conflicting requests 2024-04-15T00:54:16.429 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.429 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 11: conflicting requests 2024-04-15T00:54:16.429 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.429 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 12: conflicting requests 2024-04-15T00:54:16.429 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.429 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 13: conflicting requests 2024-04-15T00:54:16.430 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.430 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 14: conflicting requests 2024-04-15T00:54:16.430 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.430 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 15: conflicting requests 2024-04-15T00:54:16.430 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.430 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 16: conflicting requests 2024-04-15T00:54:16.430 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.430 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 17: conflicting requests 2024-04-15T00:54:16.430 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.430 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 18: conflicting requests 2024-04-15T00:54:16.430 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.430 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 19: conflicting requests 2024-04-15T00:54:16.430 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.430 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 20: conflicting requests 2024-04-15T00:54:16.431 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.431 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 21: conflicting requests 2024-04-15T00:54:16.431 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.431 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 22: conflicting requests 2024-04-15T00:54:16.431 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.431 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 23: conflicting requests 2024-04-15T00:54:16.431 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.431 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 24: conflicting requests 2024-04-15T00:54:16.431 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.431 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 25: conflicting requests 2024-04-15T00:54:16.431 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.431 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 26: conflicting requests 2024-04-15T00:54:16.431 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.431 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 27: conflicting requests 2024-04-15T00:54:16.432 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.432 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 28: conflicting requests 2024-04-15T00:54:16.432 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.432 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 29: conflicting requests 2024-04-15T00:54:16.432 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.432 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 30: conflicting requests 2024-04-15T00:54:16.432 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.432 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 31: conflicting requests 2024-04-15T00:54:16.432 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.432 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 32: conflicting requests 2024-04-15T00:54:16.432 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.432 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 33: conflicting requests 2024-04-15T00:54:16.432 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.432 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 34: conflicting requests 2024-04-15T00:54:16.433 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.433 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 35: conflicting requests 2024-04-15T00:54:16.433 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.433 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 36: conflicting requests 2024-04-15T00:54:16.433 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.433 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 37: conflicting requests 2024-04-15T00:54:16.433 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.433 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.433 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.433 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:54:16.433 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.433 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.433 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.433 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.433 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 39: conflicting requests 2024-04-15T00:54:16.434 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.434 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.434 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.434 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.434 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.434 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.434 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:54:16.434 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.434 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.434 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.434 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.434 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:54:16.434 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.435 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.435 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.435 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.435 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:54:16.435 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.435 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.435 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.435 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.435 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:54:16.435 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.435 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.435 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.435 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.435 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:54:16.436 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.436 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.436 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.436 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.436 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:54:16.436 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.436 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.436 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.436 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:54:16.436 INFO:teuthology.orchestra.run.smithi088.stdout:Package librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T00:54:16.472 INFO:teuthology.orchestra.run.smithi038.stdout:librados-devel-19.0.0-2114.ga9a752df.el7.x86_64 218 kB/s | 127 kB 00:00 2024-04-15T00:54:16.473 INFO:teuthology.orchestra.run.smithi038.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:54:16.473 INFO:teuthology.orchestra.run.smithi038.stdout:Total 218 kB/s | 127 kB 00:00 2024-04-15T00:54:16.473 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction check 2024-04-15T00:54:16.479 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction check succeeded. 2024-04-15T00:54:16.479 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction test 2024-04-15T00:54:16.496 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-04-15T00:54:16.497 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2024-04-15T00:54:16.497 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-04-15T00:54:16.543 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction test succeeded. 2024-04-15T00:54:16.543 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction 2024-04-15T00:54:16.577 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install python3-rados 2024-04-15T00:54:16.627 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T00:54:16.707 INFO:teuthology.orchestra.run.smithi038.stdout: Preparing : 1/1 2024-04-15T00:54:16.814 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T00:54:16.950 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T00:54:16.950 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:54:16.950 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-04-15T00:54:16.950 INFO:teuthology.orchestra.run.smithi138.stdout: librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:54:16.950 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:54:16.950 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-15T00:54:17.178 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:02:02 ago on Mon 15 Apr 2024 12:52:15 AM UTC. 2024-04-15T00:54:17.195 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install libcephfs2 2024-04-15T00:54:17.245 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T00:54:17.469 INFO:teuthology.orchestra.run.smithi088.stderr:Modular dependency problems: 2024-04-15T00:54:17.469 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-04-15T00:54:17.469 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 1: conflicting requests 2024-04-15T00:54:17.469 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.469 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 2: conflicting requests 2024-04-15T00:54:17.469 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.469 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 3: conflicting requests 2024-04-15T00:54:17.469 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.469 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 4: conflicting requests 2024-04-15T00:54:17.470 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.470 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 5: conflicting requests 2024-04-15T00:54:17.470 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.470 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 6: conflicting requests 2024-04-15T00:54:17.470 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.470 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 7: conflicting requests 2024-04-15T00:54:17.470 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.470 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 8: conflicting requests 2024-04-15T00:54:17.470 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.470 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 9: conflicting requests 2024-04-15T00:54:17.471 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.471 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 10: conflicting requests 2024-04-15T00:54:17.471 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.471 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 11: conflicting requests 2024-04-15T00:54:17.471 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.471 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 12: conflicting requests 2024-04-15T00:54:17.471 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.471 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 13: conflicting requests 2024-04-15T00:54:17.471 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.471 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 14: conflicting requests 2024-04-15T00:54:17.471 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.472 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 15: conflicting requests 2024-04-15T00:54:17.472 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.472 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 16: conflicting requests 2024-04-15T00:54:17.472 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.472 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 17: conflicting requests 2024-04-15T00:54:17.472 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.472 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 18: conflicting requests 2024-04-15T00:54:17.472 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.472 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 19: conflicting requests 2024-04-15T00:54:17.473 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.473 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 20: conflicting requests 2024-04-15T00:54:17.473 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.473 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 21: conflicting requests 2024-04-15T00:54:17.473 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.473 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 22: conflicting requests 2024-04-15T00:54:17.473 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.473 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 23: conflicting requests 2024-04-15T00:54:17.473 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.473 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 24: conflicting requests 2024-04-15T00:54:17.473 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.474 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 25: conflicting requests 2024-04-15T00:54:17.474 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.474 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 26: conflicting requests 2024-04-15T00:54:17.474 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.474 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 27: conflicting requests 2024-04-15T00:54:17.474 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.474 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 28: conflicting requests 2024-04-15T00:54:17.474 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.475 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 29: conflicting requests 2024-04-15T00:54:17.475 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.475 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 30: conflicting requests 2024-04-15T00:54:17.475 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.475 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 31: conflicting requests 2024-04-15T00:54:17.475 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.475 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 32: conflicting requests 2024-04-15T00:54:17.475 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.475 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 33: conflicting requests 2024-04-15T00:54:17.475 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.476 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 34: conflicting requests 2024-04-15T00:54:17.476 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.476 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 35: conflicting requests 2024-04-15T00:54:17.476 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.476 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 36: conflicting requests 2024-04-15T00:54:17.476 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.476 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 37: conflicting requests 2024-04-15T00:54:17.476 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.476 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.476 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.476 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:54:17.476 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.477 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.477 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.477 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.477 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 39: conflicting requests 2024-04-15T00:54:17.477 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.477 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.477 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.477 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.477 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.477 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.477 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:54:17.477 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.477 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.478 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.478 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.478 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:54:17.478 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.478 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.478 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.478 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.478 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:54:17.478 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.478 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.478 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.479 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.479 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:54:17.479 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.479 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.479 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.479 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.479 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:54:17.479 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.479 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.479 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.479 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.479 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:54:17.480 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.480 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.480 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.480 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:54:17.480 INFO:teuthology.orchestra.run.smithi088.stdout:Package python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T00:54:17.537 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-04-15T00:54:17.537 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T00:54:17.538 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:54:17.538 INFO:teuthology.orchestra.run.smithi038.stdout:Installed: 2024-04-15T00:54:17.538 INFO:teuthology.orchestra.run.smithi038.stdout: librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:54:17.538 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:54:17.538 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2024-04-15T00:54:17.538 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2024-04-15T00:54:17.539 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-04-15T00:54:17.623 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install python3-rgw 2024-04-15T00:54:17.774 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum -y install libcephfs2 2024-04-15T00:54:17.815 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:54 ago on Mon 15 Apr 2024 12:52:23 AM UTC. 2024-04-15T00:54:18.105 INFO:teuthology.orchestra.run.smithi138.stderr:Modular dependency problems: 2024-04-15T00:54:18.105 INFO:teuthology.orchestra.run.smithi138.stderr: 2024-04-15T00:54:18.105 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 1: conflicting requests 2024-04-15T00:54:18.105 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.106 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 2: conflicting requests 2024-04-15T00:54:18.106 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.106 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 3: conflicting requests 2024-04-15T00:54:18.106 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.106 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 4: conflicting requests 2024-04-15T00:54:18.106 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.106 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 5: conflicting requests 2024-04-15T00:54:18.106 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.106 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 6: conflicting requests 2024-04-15T00:54:18.106 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.106 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 7: conflicting requests 2024-04-15T00:54:18.106 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.106 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 8: conflicting requests 2024-04-15T00:54:18.107 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.107 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 9: conflicting requests 2024-04-15T00:54:18.107 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.107 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 10: conflicting requests 2024-04-15T00:54:18.107 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.107 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 11: conflicting requests 2024-04-15T00:54:18.107 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.107 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 12: conflicting requests 2024-04-15T00:54:18.107 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.107 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 13: conflicting requests 2024-04-15T00:54:18.107 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.107 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 14: conflicting requests 2024-04-15T00:54:18.107 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.107 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 15: conflicting requests 2024-04-15T00:54:18.107 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.108 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 16: conflicting requests 2024-04-15T00:54:18.108 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.108 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 17: conflicting requests 2024-04-15T00:54:18.108 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.108 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 18: conflicting requests 2024-04-15T00:54:18.108 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.108 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 19: conflicting requests 2024-04-15T00:54:18.108 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.108 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 20: conflicting requests 2024-04-15T00:54:18.108 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.108 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 21: conflicting requests 2024-04-15T00:54:18.108 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.108 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 22: conflicting requests 2024-04-15T00:54:18.108 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.109 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 23: conflicting requests 2024-04-15T00:54:18.109 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.109 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 24: conflicting requests 2024-04-15T00:54:18.109 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.109 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 25: conflicting requests 2024-04-15T00:54:18.109 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.109 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 26: conflicting requests 2024-04-15T00:54:18.109 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.109 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 27: conflicting requests 2024-04-15T00:54:18.109 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.109 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 28: conflicting requests 2024-04-15T00:54:18.109 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.109 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 29: conflicting requests 2024-04-15T00:54:18.110 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.110 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 30: conflicting requests 2024-04-15T00:54:18.110 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.110 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 31: conflicting requests 2024-04-15T00:54:18.110 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.110 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 32: conflicting requests 2024-04-15T00:54:18.110 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.110 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 33: conflicting requests 2024-04-15T00:54:18.110 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.110 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 34: conflicting requests 2024-04-15T00:54:18.110 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.110 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 35: conflicting requests 2024-04-15T00:54:18.110 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.111 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 36: conflicting requests 2024-04-15T00:54:18.111 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.111 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 37: conflicting requests 2024-04-15T00:54:18.111 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.111 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.111 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.111 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:54:18.111 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.111 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.111 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.111 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.111 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 39: conflicting requests 2024-04-15T00:54:18.111 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.111 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.111 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.112 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.112 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.112 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.112 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:54:18.112 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.112 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.112 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.112 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.112 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:54:18.112 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.112 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.112 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.112 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.112 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:54:18.112 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.113 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.113 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.113 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.113 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:54:18.113 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.113 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.113 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.113 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.113 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:54:18.113 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.113 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.113 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.113 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.113 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:54:18.113 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.114 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.114 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.114 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.114 INFO:teuthology.orchestra.run.smithi138.stdout:Package libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T00:54:18.174 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-15T00:54:18.175 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2024-04-15T00:54:18.175 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-15T00:54:18.230 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:02:03 ago on Mon 15 Apr 2024 12:52:15 AM UTC. 2024-04-15T00:54:18.238 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install libcephfs-devel 2024-04-15T00:54:18.392 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:02:05 ago on Mon 15 Apr 2024 12:52:13 AM UTC. 2024-04-15T00:54:18.519 INFO:teuthology.orchestra.run.smithi088.stderr:Modular dependency problems: 2024-04-15T00:54:18.519 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-04-15T00:54:18.519 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 1: conflicting requests 2024-04-15T00:54:18.519 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.520 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 2: conflicting requests 2024-04-15T00:54:18.520 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.520 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 3: conflicting requests 2024-04-15T00:54:18.520 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.520 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 4: conflicting requests 2024-04-15T00:54:18.520 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.520 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 5: conflicting requests 2024-04-15T00:54:18.520 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.520 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 6: conflicting requests 2024-04-15T00:54:18.520 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.520 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 7: conflicting requests 2024-04-15T00:54:18.520 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.520 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 8: conflicting requests 2024-04-15T00:54:18.521 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.521 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 9: conflicting requests 2024-04-15T00:54:18.521 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.521 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 10: conflicting requests 2024-04-15T00:54:18.521 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.521 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 11: conflicting requests 2024-04-15T00:54:18.521 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.521 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 12: conflicting requests 2024-04-15T00:54:18.521 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.521 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 13: conflicting requests 2024-04-15T00:54:18.521 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.521 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 14: conflicting requests 2024-04-15T00:54:18.521 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.521 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 15: conflicting requests 2024-04-15T00:54:18.522 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.522 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 16: conflicting requests 2024-04-15T00:54:18.522 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.522 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 17: conflicting requests 2024-04-15T00:54:18.522 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.522 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 18: conflicting requests 2024-04-15T00:54:18.522 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.522 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 19: conflicting requests 2024-04-15T00:54:18.522 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.522 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 20: conflicting requests 2024-04-15T00:54:18.522 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.522 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 21: conflicting requests 2024-04-15T00:54:18.522 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.523 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 22: conflicting requests 2024-04-15T00:54:18.523 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.523 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 23: conflicting requests 2024-04-15T00:54:18.523 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.523 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 24: conflicting requests 2024-04-15T00:54:18.523 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.523 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 25: conflicting requests 2024-04-15T00:54:18.523 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.523 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 26: conflicting requests 2024-04-15T00:54:18.523 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.523 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 27: conflicting requests 2024-04-15T00:54:18.523 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.523 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 28: conflicting requests 2024-04-15T00:54:18.523 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.524 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 29: conflicting requests 2024-04-15T00:54:18.524 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.524 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 30: conflicting requests 2024-04-15T00:54:18.524 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.524 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 31: conflicting requests 2024-04-15T00:54:18.524 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.524 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 32: conflicting requests 2024-04-15T00:54:18.524 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.524 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 33: conflicting requests 2024-04-15T00:54:18.524 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.524 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 34: conflicting requests 2024-04-15T00:54:18.524 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.524 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 35: conflicting requests 2024-04-15T00:54:18.524 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.525 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 36: conflicting requests 2024-04-15T00:54:18.525 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.525 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 37: conflicting requests 2024-04-15T00:54:18.525 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.525 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.525 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.525 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:54:18.525 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.525 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.525 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.525 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.525 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 39: conflicting requests 2024-04-15T00:54:18.525 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.525 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.526 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.526 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.526 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.526 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.526 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:54:18.526 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.526 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.526 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.526 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.526 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:54:18.526 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.526 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.526 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.526 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.527 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:54:18.527 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.527 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.527 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.527 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.527 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:54:18.527 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.527 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.527 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.527 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.527 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:54:18.527 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.527 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.527 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.528 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.528 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:54:18.528 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.528 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.528 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.528 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.528 INFO:teuthology.orchestra.run.smithi088.stdout:Package python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T00:54:18.588 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-04-15T00:54:18.590 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2024-04-15T00:54:18.590 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-04-15T00:54:18.672 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install python3-cephfs 2024-04-15T00:54:18.697 INFO:teuthology.orchestra.run.smithi038.stderr:Modular dependency problems: 2024-04-15T00:54:18.697 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-04-15T00:54:18.697 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 1: conflicting requests 2024-04-15T00:54:18.697 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.697 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 2: conflicting requests 2024-04-15T00:54:18.698 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.698 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 3: conflicting requests 2024-04-15T00:54:18.698 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.698 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 4: conflicting requests 2024-04-15T00:54:18.698 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.698 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 5: conflicting requests 2024-04-15T00:54:18.698 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.698 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 6: conflicting requests 2024-04-15T00:54:18.698 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.698 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 7: conflicting requests 2024-04-15T00:54:18.698 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.698 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 8: conflicting requests 2024-04-15T00:54:18.698 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.698 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 9: conflicting requests 2024-04-15T00:54:18.699 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.699 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 10: conflicting requests 2024-04-15T00:54:18.699 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.699 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 11: conflicting requests 2024-04-15T00:54:18.699 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.699 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 12: conflicting requests 2024-04-15T00:54:18.699 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.699 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 13: conflicting requests 2024-04-15T00:54:18.699 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.699 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 14: conflicting requests 2024-04-15T00:54:18.699 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.699 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 15: conflicting requests 2024-04-15T00:54:18.699 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.700 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 16: conflicting requests 2024-04-15T00:54:18.700 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.700 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 17: conflicting requests 2024-04-15T00:54:18.700 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.700 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 18: conflicting requests 2024-04-15T00:54:18.700 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.700 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 19: conflicting requests 2024-04-15T00:54:18.700 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.700 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 20: conflicting requests 2024-04-15T00:54:18.700 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.700 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 21: conflicting requests 2024-04-15T00:54:18.700 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.700 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 22: conflicting requests 2024-04-15T00:54:18.700 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.701 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 23: conflicting requests 2024-04-15T00:54:18.701 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.701 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 24: conflicting requests 2024-04-15T00:54:18.701 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.701 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 25: conflicting requests 2024-04-15T00:54:18.701 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.701 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 26: conflicting requests 2024-04-15T00:54:18.701 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.701 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 27: conflicting requests 2024-04-15T00:54:18.701 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.701 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 28: conflicting requests 2024-04-15T00:54:18.702 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.702 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 29: conflicting requests 2024-04-15T00:54:18.702 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.702 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 30: conflicting requests 2024-04-15T00:54:18.702 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.702 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 31: conflicting requests 2024-04-15T00:54:18.702 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.702 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 32: conflicting requests 2024-04-15T00:54:18.702 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.702 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 33: conflicting requests 2024-04-15T00:54:18.702 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.702 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 34: conflicting requests 2024-04-15T00:54:18.702 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.703 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 35: conflicting requests 2024-04-15T00:54:18.703 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.703 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 36: conflicting requests 2024-04-15T00:54:18.703 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.703 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 37: conflicting requests 2024-04-15T00:54:18.703 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.703 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.703 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.703 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:54:18.703 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.703 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.703 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.703 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.703 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 39: conflicting requests 2024-04-15T00:54:18.704 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.704 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.704 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.704 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.704 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.704 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.704 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:54:18.704 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.704 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.704 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.704 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.704 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:54:18.704 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.705 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.705 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.705 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.705 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:54:18.705 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.705 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.705 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.705 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.705 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:54:18.706 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.706 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.706 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.706 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.706 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:54:18.706 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.706 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.706 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.706 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.706 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:54:18.706 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.707 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.707 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.707 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:54:18.707 INFO:teuthology.orchestra.run.smithi038.stdout:Package libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T00:54:18.771 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2024-04-15T00:54:18.772 INFO:teuthology.orchestra.run.smithi038.stdout:Nothing to do. 2024-04-15T00:54:18.773 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2024-04-15T00:54:18.837 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:55 ago on Mon 15 Apr 2024 12:52:23 AM UTC. 2024-04-15T00:54:18.838 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum -y install libcephfs-devel 2024-04-15T00:54:19.123 INFO:teuthology.orchestra.run.smithi138.stderr:Modular dependency problems: 2024-04-15T00:54:19.123 INFO:teuthology.orchestra.run.smithi138.stderr: 2024-04-15T00:54:19.124 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 1: conflicting requests 2024-04-15T00:54:19.124 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.124 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 2: conflicting requests 2024-04-15T00:54:19.124 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.124 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 3: conflicting requests 2024-04-15T00:54:19.124 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.124 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 4: conflicting requests 2024-04-15T00:54:19.124 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.124 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 5: conflicting requests 2024-04-15T00:54:19.124 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.124 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 6: conflicting requests 2024-04-15T00:54:19.125 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.125 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 7: conflicting requests 2024-04-15T00:54:19.125 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.125 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 8: conflicting requests 2024-04-15T00:54:19.125 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.125 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 9: conflicting requests 2024-04-15T00:54:19.125 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.125 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 10: conflicting requests 2024-04-15T00:54:19.125 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.125 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 11: conflicting requests 2024-04-15T00:54:19.125 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.126 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 12: conflicting requests 2024-04-15T00:54:19.126 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.126 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 13: conflicting requests 2024-04-15T00:54:19.126 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.126 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 14: conflicting requests 2024-04-15T00:54:19.126 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.126 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 15: conflicting requests 2024-04-15T00:54:19.126 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.126 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 16: conflicting requests 2024-04-15T00:54:19.126 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.126 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 17: conflicting requests 2024-04-15T00:54:19.127 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.127 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 18: conflicting requests 2024-04-15T00:54:19.127 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.127 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 19: conflicting requests 2024-04-15T00:54:19.127 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.127 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 20: conflicting requests 2024-04-15T00:54:19.127 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.127 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 21: conflicting requests 2024-04-15T00:54:19.127 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.127 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 22: conflicting requests 2024-04-15T00:54:19.127 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.128 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 23: conflicting requests 2024-04-15T00:54:19.128 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.128 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 24: conflicting requests 2024-04-15T00:54:19.128 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.128 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 25: conflicting requests 2024-04-15T00:54:19.128 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.129 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 26: conflicting requests 2024-04-15T00:54:19.129 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.129 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 27: conflicting requests 2024-04-15T00:54:19.129 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.129 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 28: conflicting requests 2024-04-15T00:54:19.129 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.129 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 29: conflicting requests 2024-04-15T00:54:19.129 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.129 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 30: conflicting requests 2024-04-15T00:54:19.129 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.129 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 31: conflicting requests 2024-04-15T00:54:19.130 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.130 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 32: conflicting requests 2024-04-15T00:54:19.130 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.130 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 33: conflicting requests 2024-04-15T00:54:19.130 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.130 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 34: conflicting requests 2024-04-15T00:54:19.130 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.130 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 35: conflicting requests 2024-04-15T00:54:19.130 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.130 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 36: conflicting requests 2024-04-15T00:54:19.130 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.131 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 37: conflicting requests 2024-04-15T00:54:19.131 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.131 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.131 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.131 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:54:19.131 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.131 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.131 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.131 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.131 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 39: conflicting requests 2024-04-15T00:54:19.131 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.132 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.132 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.132 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.132 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.132 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.132 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:54:19.132 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.132 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.132 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.132 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.132 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:54:19.132 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.133 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.133 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.133 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.133 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:54:19.133 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.133 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.133 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.133 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.133 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:54:19.133 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.133 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.134 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.134 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.134 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:54:19.134 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.134 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.134 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.134 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.134 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:54:19.134 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.134 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.134 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.134 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.192 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-15T00:54:19.192 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:54:19.193 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repo Size 2024-04-15T00:54:19.193 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:54:19.193 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-04-15T00:54:19.193 INFO:teuthology.orchestra.run.smithi138.stdout: libcephfs-devel x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 32 k 2024-04-15T00:54:19.193 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:54:19.193 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-04-15T00:54:19.193 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:54:19.193 INFO:teuthology.orchestra.run.smithi138.stdout:Install 1 Package 2024-04-15T00:54:19.193 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:54:19.193 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 32 k 2024-04-15T00:54:19.193 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 142 k 2024-04-15T00:54:19.194 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-04-15T00:54:19.266 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:02:04 ago on Mon 15 Apr 2024 12:52:15 AM UTC. 2024-04-15T00:54:19.443 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:02:06 ago on Mon 15 Apr 2024 12:52:13 AM UTC. 2024-04-15T00:54:19.476 INFO:teuthology.orchestra.run.smithi138.stdout:libcephfs-devel-19.0.0-2114.ga9a752df.el7.x86_6 112 kB/s | 32 kB 00:00 2024-04-15T00:54:19.477 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:54:19.477 INFO:teuthology.orchestra.run.smithi138.stdout:Total 112 kB/s | 32 kB 00:00 2024-04-15T00:54:19.477 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-04-15T00:54:19.480 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-04-15T00:54:19.480 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-04-15T00:54:19.510 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-04-15T00:54:19.511 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-04-15T00:54:19.554 INFO:teuthology.orchestra.run.smithi088.stderr:Modular dependency problems: 2024-04-15T00:54:19.554 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-04-15T00:54:19.554 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 1: conflicting requests 2024-04-15T00:54:19.554 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.554 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 2: conflicting requests 2024-04-15T00:54:19.557 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.557 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 3: conflicting requests 2024-04-15T00:54:19.557 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.558 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 4: conflicting requests 2024-04-15T00:54:19.558 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.558 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 5: conflicting requests 2024-04-15T00:54:19.558 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.558 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 6: conflicting requests 2024-04-15T00:54:19.558 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.558 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 7: conflicting requests 2024-04-15T00:54:19.558 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.558 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 8: conflicting requests 2024-04-15T00:54:19.558 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.558 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 9: conflicting requests 2024-04-15T00:54:19.558 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.559 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 10: conflicting requests 2024-04-15T00:54:19.559 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.559 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 11: conflicting requests 2024-04-15T00:54:19.559 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.559 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 12: conflicting requests 2024-04-15T00:54:19.559 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.559 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 13: conflicting requests 2024-04-15T00:54:19.559 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.559 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 14: conflicting requests 2024-04-15T00:54:19.559 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.559 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 15: conflicting requests 2024-04-15T00:54:19.559 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.559 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 16: conflicting requests 2024-04-15T00:54:19.560 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.560 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 17: conflicting requests 2024-04-15T00:54:19.560 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.560 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 18: conflicting requests 2024-04-15T00:54:19.560 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.560 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 19: conflicting requests 2024-04-15T00:54:19.560 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.560 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 20: conflicting requests 2024-04-15T00:54:19.560 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.560 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 21: conflicting requests 2024-04-15T00:54:19.560 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.560 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 22: conflicting requests 2024-04-15T00:54:19.560 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.561 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 23: conflicting requests 2024-04-15T00:54:19.561 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.561 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 24: conflicting requests 2024-04-15T00:54:19.561 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.561 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 25: conflicting requests 2024-04-15T00:54:19.561 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.561 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 26: conflicting requests 2024-04-15T00:54:19.561 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.561 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 27: conflicting requests 2024-04-15T00:54:19.561 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.561 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 28: conflicting requests 2024-04-15T00:54:19.561 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.561 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 29: conflicting requests 2024-04-15T00:54:19.561 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.562 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 30: conflicting requests 2024-04-15T00:54:19.562 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.562 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 31: conflicting requests 2024-04-15T00:54:19.562 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.562 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 32: conflicting requests 2024-04-15T00:54:19.562 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.562 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 33: conflicting requests 2024-04-15T00:54:19.562 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.562 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 34: conflicting requests 2024-04-15T00:54:19.562 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.562 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 35: conflicting requests 2024-04-15T00:54:19.562 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.562 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 36: conflicting requests 2024-04-15T00:54:19.562 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.563 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 37: conflicting requests 2024-04-15T00:54:19.563 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.563 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.563 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.563 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:54:19.563 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.563 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.563 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.563 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.563 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 39: conflicting requests 2024-04-15T00:54:19.563 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.563 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.563 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.563 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.563 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.564 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.564 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:54:19.564 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.564 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.564 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.564 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.564 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:54:19.564 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.564 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.564 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.564 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.564 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:54:19.564 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.564 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.565 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.565 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.565 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:54:19.565 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.565 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.565 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.565 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.565 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:54:19.565 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.565 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.565 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.565 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.565 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:54:19.565 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.566 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.566 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.566 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.566 INFO:teuthology.orchestra.run.smithi088.stdout:Package python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T00:54:19.604 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-04-15T00:54:19.623 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-04-15T00:54:19.624 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2024-04-15T00:54:19.624 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-04-15T00:54:19.710 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install python3-rbd 2024-04-15T00:54:19.715 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T00:54:19.743 INFO:teuthology.orchestra.run.smithi038.stderr:Modular dependency problems: 2024-04-15T00:54:19.743 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-04-15T00:54:19.743 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 1: conflicting requests 2024-04-15T00:54:19.743 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.743 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 2: conflicting requests 2024-04-15T00:54:19.743 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.743 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 3: conflicting requests 2024-04-15T00:54:19.743 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.743 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 4: conflicting requests 2024-04-15T00:54:19.743 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.743 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 5: conflicting requests 2024-04-15T00:54:19.744 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.744 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 6: conflicting requests 2024-04-15T00:54:19.744 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.744 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 7: conflicting requests 2024-04-15T00:54:19.744 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.744 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 8: conflicting requests 2024-04-15T00:54:19.744 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.744 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 9: conflicting requests 2024-04-15T00:54:19.744 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.744 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 10: conflicting requests 2024-04-15T00:54:19.744 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.744 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 11: conflicting requests 2024-04-15T00:54:19.744 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.744 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 12: conflicting requests 2024-04-15T00:54:19.744 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.745 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 13: conflicting requests 2024-04-15T00:54:19.745 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.745 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 14: conflicting requests 2024-04-15T00:54:19.745 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.745 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 15: conflicting requests 2024-04-15T00:54:19.745 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.745 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 16: conflicting requests 2024-04-15T00:54:19.745 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.745 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 17: conflicting requests 2024-04-15T00:54:19.745 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.745 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 18: conflicting requests 2024-04-15T00:54:19.745 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.746 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 19: conflicting requests 2024-04-15T00:54:19.746 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.746 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 20: conflicting requests 2024-04-15T00:54:19.746 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.746 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 21: conflicting requests 2024-04-15T00:54:19.746 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.746 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 22: conflicting requests 2024-04-15T00:54:19.746 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.746 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 23: conflicting requests 2024-04-15T00:54:19.746 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.746 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 24: conflicting requests 2024-04-15T00:54:19.746 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.746 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 25: conflicting requests 2024-04-15T00:54:19.746 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.747 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 26: conflicting requests 2024-04-15T00:54:19.747 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.747 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 27: conflicting requests 2024-04-15T00:54:19.747 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.747 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 28: conflicting requests 2024-04-15T00:54:19.747 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.747 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 29: conflicting requests 2024-04-15T00:54:19.747 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.747 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 30: conflicting requests 2024-04-15T00:54:19.747 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.747 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 31: conflicting requests 2024-04-15T00:54:19.747 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.748 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 32: conflicting requests 2024-04-15T00:54:19.748 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.748 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 33: conflicting requests 2024-04-15T00:54:19.748 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.748 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 34: conflicting requests 2024-04-15T00:54:19.748 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.748 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 35: conflicting requests 2024-04-15T00:54:19.748 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.748 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 36: conflicting requests 2024-04-15T00:54:19.748 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.748 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 37: conflicting requests 2024-04-15T00:54:19.749 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.749 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.749 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.749 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:54:19.749 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.749 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.749 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.749 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.749 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 39: conflicting requests 2024-04-15T00:54:19.749 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.749 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.749 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.750 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.750 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.750 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.750 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:54:19.750 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.750 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.750 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.750 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.750 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:54:19.750 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.750 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.751 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.751 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.751 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:54:19.751 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.751 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.751 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.751 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.751 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:54:19.751 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.751 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.751 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.751 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.751 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:54:19.752 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.752 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.752 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.752 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.752 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:54:19.752 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.752 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.752 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.752 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:54:19.815 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2024-04-15T00:54:19.816 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:54:19.816 INFO:teuthology.orchestra.run.smithi038.stdout: Package Arch Version Repo Size 2024-04-15T00:54:19.816 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:54:19.816 INFO:teuthology.orchestra.run.smithi038.stdout:Installing: 2024-04-15T00:54:19.816 INFO:teuthology.orchestra.run.smithi038.stdout: libcephfs-devel x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 32 k 2024-04-15T00:54:19.816 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:54:19.816 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction Summary 2024-04-15T00:54:19.816 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:54:19.816 INFO:teuthology.orchestra.run.smithi038.stdout:Install 1 Package 2024-04-15T00:54:19.816 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:54:19.817 INFO:teuthology.orchestra.run.smithi038.stdout:Total download size: 32 k 2024-04-15T00:54:19.817 INFO:teuthology.orchestra.run.smithi038.stdout:Installed size: 142 k 2024-04-15T00:54:19.817 INFO:teuthology.orchestra.run.smithi038.stdout:Downloading Packages: 2024-04-15T00:54:20.129 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T00:54:20.201 INFO:teuthology.orchestra.run.smithi038.stdout:libcephfs-devel-19.0.0-2114.ga9a752df.el7.x86_6 83 kB/s | 32 kB 00:00 2024-04-15T00:54:20.201 INFO:teuthology.orchestra.run.smithi038.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:54:20.202 INFO:teuthology.orchestra.run.smithi038.stdout:Total 82 kB/s | 32 kB 00:00 2024-04-15T00:54:20.202 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction check 2024-04-15T00:54:20.205 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction check succeeded. 2024-04-15T00:54:20.205 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction test 2024-04-15T00:54:20.247 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction test succeeded. 2024-04-15T00:54:20.248 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction 2024-04-15T00:54:20.309 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:02:05 ago on Mon 15 Apr 2024 12:52:15 AM UTC. 2024-04-15T00:54:20.340 INFO:teuthology.orchestra.run.smithi038.stdout: Preparing : 1/1 2024-04-15T00:54:20.433 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T00:54:20.433 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:54:20.433 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-04-15T00:54:20.433 INFO:teuthology.orchestra.run.smithi138.stdout: libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:54:20.433 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:54:20.433 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-15T00:54:20.435 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T00:54:20.597 INFO:teuthology.orchestra.run.smithi088.stderr:Modular dependency problems: 2024-04-15T00:54:20.597 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-04-15T00:54:20.597 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 1: conflicting requests 2024-04-15T00:54:20.597 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.597 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 2: conflicting requests 2024-04-15T00:54:20.597 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.597 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 3: conflicting requests 2024-04-15T00:54:20.597 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.598 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 4: conflicting requests 2024-04-15T00:54:20.598 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.598 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 5: conflicting requests 2024-04-15T00:54:20.598 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.598 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 6: conflicting requests 2024-04-15T00:54:20.598 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.598 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 7: conflicting requests 2024-04-15T00:54:20.598 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.598 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 8: conflicting requests 2024-04-15T00:54:20.598 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.598 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 9: conflicting requests 2024-04-15T00:54:20.599 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.599 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 10: conflicting requests 2024-04-15T00:54:20.599 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.599 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 11: conflicting requests 2024-04-15T00:54:20.599 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.599 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 12: conflicting requests 2024-04-15T00:54:20.599 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.599 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 13: conflicting requests 2024-04-15T00:54:20.599 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.599 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 14: conflicting requests 2024-04-15T00:54:20.599 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.599 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 15: conflicting requests 2024-04-15T00:54:20.600 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.600 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 16: conflicting requests 2024-04-15T00:54:20.600 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.600 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 17: conflicting requests 2024-04-15T00:54:20.600 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.600 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 18: conflicting requests 2024-04-15T00:54:20.600 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.600 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 19: conflicting requests 2024-04-15T00:54:20.600 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.600 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 20: conflicting requests 2024-04-15T00:54:20.600 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.600 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 21: conflicting requests 2024-04-15T00:54:20.601 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.601 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 22: conflicting requests 2024-04-15T00:54:20.601 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.601 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 23: conflicting requests 2024-04-15T00:54:20.601 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.601 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 24: conflicting requests 2024-04-15T00:54:20.601 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.601 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 25: conflicting requests 2024-04-15T00:54:20.601 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.601 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 26: conflicting requests 2024-04-15T00:54:20.601 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.601 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 27: conflicting requests 2024-04-15T00:54:20.601 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.601 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 28: conflicting requests 2024-04-15T00:54:20.602 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.602 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 29: conflicting requests 2024-04-15T00:54:20.602 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.602 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 30: conflicting requests 2024-04-15T00:54:20.602 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.602 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 31: conflicting requests 2024-04-15T00:54:20.602 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.602 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 32: conflicting requests 2024-04-15T00:54:20.602 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.602 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 33: conflicting requests 2024-04-15T00:54:20.602 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.602 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 34: conflicting requests 2024-04-15T00:54:20.603 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.603 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 35: conflicting requests 2024-04-15T00:54:20.603 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.603 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 36: conflicting requests 2024-04-15T00:54:20.603 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.603 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 37: conflicting requests 2024-04-15T00:54:20.603 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.603 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.603 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.603 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:54:20.603 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.603 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.604 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.604 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.604 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 39: conflicting requests 2024-04-15T00:54:20.604 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.604 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.604 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.604 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.604 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.604 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.604 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:54:20.604 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.604 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.604 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.605 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.605 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:54:20.605 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.605 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.605 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.605 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.605 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:54:20.605 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.605 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.605 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.605 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.605 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:54:20.605 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.605 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.606 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.606 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.606 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:54:20.606 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.606 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.606 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.606 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.606 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:54:20.606 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.606 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.606 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.606 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:54:20.607 INFO:teuthology.orchestra.run.smithi088.stdout:Package python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T00:54:20.614 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install librados2 2024-04-15T00:54:20.666 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-04-15T00:54:20.667 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2024-04-15T00:54:20.667 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-04-15T00:54:20.747 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install rbd-fuse 2024-04-15T00:54:20.820 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T00:54:21.109 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T00:54:21.109 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:54:21.109 INFO:teuthology.orchestra.run.smithi038.stdout:Installed: 2024-04-15T00:54:21.109 INFO:teuthology.orchestra.run.smithi038.stdout: libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:54:21.109 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:54:21.109 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2024-04-15T00:54:21.215 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:58 ago on Mon 15 Apr 2024 12:52:23 AM UTC. 2024-04-15T00:54:21.297 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum -y install librados2 2024-04-15T00:54:21.342 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:02:06 ago on Mon 15 Apr 2024 12:52:15 AM UTC. 2024-04-15T00:54:21.506 INFO:teuthology.orchestra.run.smithi138.stderr:Modular dependency problems: 2024-04-15T00:54:21.506 INFO:teuthology.orchestra.run.smithi138.stderr: 2024-04-15T00:54:21.506 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 1: conflicting requests 2024-04-15T00:54:21.506 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.506 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 2: conflicting requests 2024-04-15T00:54:21.506 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.507 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 3: conflicting requests 2024-04-15T00:54:21.507 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.507 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 4: conflicting requests 2024-04-15T00:54:21.507 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.507 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 5: conflicting requests 2024-04-15T00:54:21.507 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.507 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 6: conflicting requests 2024-04-15T00:54:21.507 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.507 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 7: conflicting requests 2024-04-15T00:54:21.507 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.507 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 8: conflicting requests 2024-04-15T00:54:21.507 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.507 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 9: conflicting requests 2024-04-15T00:54:21.508 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.508 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 10: conflicting requests 2024-04-15T00:54:21.508 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.508 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 11: conflicting requests 2024-04-15T00:54:21.508 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.508 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 12: conflicting requests 2024-04-15T00:54:21.508 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.508 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 13: conflicting requests 2024-04-15T00:54:21.508 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.508 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 14: conflicting requests 2024-04-15T00:54:21.508 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.508 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 15: conflicting requests 2024-04-15T00:54:21.508 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.508 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 16: conflicting requests 2024-04-15T00:54:21.509 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.509 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 17: conflicting requests 2024-04-15T00:54:21.509 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.509 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 18: conflicting requests 2024-04-15T00:54:21.509 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.509 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 19: conflicting requests 2024-04-15T00:54:21.509 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.509 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 20: conflicting requests 2024-04-15T00:54:21.509 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.509 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 21: conflicting requests 2024-04-15T00:54:21.509 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.509 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 22: conflicting requests 2024-04-15T00:54:21.509 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.509 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 23: conflicting requests 2024-04-15T00:54:21.510 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.510 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 24: conflicting requests 2024-04-15T00:54:21.510 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.510 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 25: conflicting requests 2024-04-15T00:54:21.510 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.510 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 26: conflicting requests 2024-04-15T00:54:21.510 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.510 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 27: conflicting requests 2024-04-15T00:54:21.510 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.510 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 28: conflicting requests 2024-04-15T00:54:21.510 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.510 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 29: conflicting requests 2024-04-15T00:54:21.510 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.511 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 30: conflicting requests 2024-04-15T00:54:21.511 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.511 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 31: conflicting requests 2024-04-15T00:54:21.511 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.511 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 32: conflicting requests 2024-04-15T00:54:21.511 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.511 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 33: conflicting requests 2024-04-15T00:54:21.511 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.511 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 34: conflicting requests 2024-04-15T00:54:21.511 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.511 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 35: conflicting requests 2024-04-15T00:54:21.511 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.511 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 36: conflicting requests 2024-04-15T00:54:21.511 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.512 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 37: conflicting requests 2024-04-15T00:54:21.512 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.512 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.512 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.512 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:54:21.512 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.512 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.512 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.512 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.512 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 39: conflicting requests 2024-04-15T00:54:21.512 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.512 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.512 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.512 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.513 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.513 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.513 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:54:21.513 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.513 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.513 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.513 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.513 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:54:21.513 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.513 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.513 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.513 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.513 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:54:21.513 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.514 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.514 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.514 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.514 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:54:21.514 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.514 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.514 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.514 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.514 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:54:21.514 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.514 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.514 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.514 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.514 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:54:21.515 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.515 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.515 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.515 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.515 INFO:teuthology.orchestra.run.smithi138.stdout:Package librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T00:54:21.576 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-15T00:54:21.577 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2024-04-15T00:54:21.577 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-15T00:54:21.632 INFO:teuthology.orchestra.run.smithi088.stderr:Modular dependency problems: 2024-04-15T00:54:21.632 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-04-15T00:54:21.632 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 1: conflicting requests 2024-04-15T00:54:21.632 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.633 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 2: conflicting requests 2024-04-15T00:54:21.633 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.633 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 3: conflicting requests 2024-04-15T00:54:21.633 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.633 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 4: conflicting requests 2024-04-15T00:54:21.633 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.633 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 5: conflicting requests 2024-04-15T00:54:21.633 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.633 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 6: conflicting requests 2024-04-15T00:54:21.633 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.633 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 7: conflicting requests 2024-04-15T00:54:21.633 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.633 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 8: conflicting requests 2024-04-15T00:54:21.634 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.634 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 9: conflicting requests 2024-04-15T00:54:21.634 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.634 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 10: conflicting requests 2024-04-15T00:54:21.634 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.634 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 11: conflicting requests 2024-04-15T00:54:21.634 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.634 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 12: conflicting requests 2024-04-15T00:54:21.634 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.634 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 13: conflicting requests 2024-04-15T00:54:21.634 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.635 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 14: conflicting requests 2024-04-15T00:54:21.635 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.635 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 15: conflicting requests 2024-04-15T00:54:21.635 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.635 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 16: conflicting requests 2024-04-15T00:54:21.635 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.635 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 17: conflicting requests 2024-04-15T00:54:21.635 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.635 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 18: conflicting requests 2024-04-15T00:54:21.635 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.635 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 19: conflicting requests 2024-04-15T00:54:21.635 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.635 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 20: conflicting requests 2024-04-15T00:54:21.636 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.636 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 21: conflicting requests 2024-04-15T00:54:21.636 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.636 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 22: conflicting requests 2024-04-15T00:54:21.636 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.636 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 23: conflicting requests 2024-04-15T00:54:21.636 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.636 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 24: conflicting requests 2024-04-15T00:54:21.636 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.636 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 25: conflicting requests 2024-04-15T00:54:21.636 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.636 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 26: conflicting requests 2024-04-15T00:54:21.636 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.636 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 27: conflicting requests 2024-04-15T00:54:21.636 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.637 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 28: conflicting requests 2024-04-15T00:54:21.637 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.637 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 29: conflicting requests 2024-04-15T00:54:21.637 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.637 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 30: conflicting requests 2024-04-15T00:54:21.637 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.637 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 31: conflicting requests 2024-04-15T00:54:21.637 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.637 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 32: conflicting requests 2024-04-15T00:54:21.637 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.637 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 33: conflicting requests 2024-04-15T00:54:21.637 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.637 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 34: conflicting requests 2024-04-15T00:54:21.637 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.638 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 35: conflicting requests 2024-04-15T00:54:21.638 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.638 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 36: conflicting requests 2024-04-15T00:54:21.638 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.638 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 37: conflicting requests 2024-04-15T00:54:21.638 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.638 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.638 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.638 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:54:21.638 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.638 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.638 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.638 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.639 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 39: conflicting requests 2024-04-15T00:54:21.639 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.639 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.639 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.639 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.639 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.639 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.639 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:54:21.639 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.639 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.639 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.639 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.639 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:54:21.639 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.640 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.640 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.640 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.640 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:54:21.640 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.640 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.640 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.640 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.640 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:54:21.640 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.640 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.640 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.640 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.640 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:54:21.641 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.641 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.641 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.641 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.641 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:54:21.641 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.641 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.641 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.641 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:54:21.644 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install librbd1 2024-04-15T00:54:21.702 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-04-15T00:54:21.704 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:54:21.704 INFO:teuthology.orchestra.run.smithi088.stdout: Package Architecture Version Repository Size 2024-04-15T00:54:21.704 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:54:21.704 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-04-15T00:54:21.704 INFO:teuthology.orchestra.run.smithi088.stdout: rbd-fuse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 85 k 2024-04-15T00:54:21.704 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:54:21.704 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-04-15T00:54:21.704 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:54:21.704 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2024-04-15T00:54:21.704 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:54:21.704 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 85 k 2024-04-15T00:54:21.704 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 231 k 2024-04-15T00:54:21.704 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-04-15T00:54:21.893 INFO:teuthology.orchestra.run.smithi088.stdout:rbd-fuse-19.0.0-2114.ga9a752df.el7.x86_64.rpm 452 kB/s | 85 kB 00:00 2024-04-15T00:54:21.893 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:54:21.893 INFO:teuthology.orchestra.run.smithi088.stdout:Total 449 kB/s | 85 kB 00:00 2024-04-15T00:54:21.894 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-04-15T00:54:21.901 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-04-15T00:54:21.901 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-04-15T00:54:21.905 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:02:08 ago on Mon 15 Apr 2024 12:52:13 AM UTC. 2024-04-15T00:54:21.961 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-04-15T00:54:21.961 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-04-15T00:54:22.148 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-04-15T00:54:22.209 INFO:teuthology.orchestra.run.smithi038.stderr:Modular dependency problems: 2024-04-15T00:54:22.209 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-04-15T00:54:22.209 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 1: conflicting requests 2024-04-15T00:54:22.210 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.210 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 2: conflicting requests 2024-04-15T00:54:22.210 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.210 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 3: conflicting requests 2024-04-15T00:54:22.210 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.210 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 4: conflicting requests 2024-04-15T00:54:22.210 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.210 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 5: conflicting requests 2024-04-15T00:54:22.210 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.210 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 6: conflicting requests 2024-04-15T00:54:22.210 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.210 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 7: conflicting requests 2024-04-15T00:54:22.210 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.211 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 8: conflicting requests 2024-04-15T00:54:22.211 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.211 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 9: conflicting requests 2024-04-15T00:54:22.211 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.211 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 10: conflicting requests 2024-04-15T00:54:22.211 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.211 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 11: conflicting requests 2024-04-15T00:54:22.211 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.211 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 12: conflicting requests 2024-04-15T00:54:22.211 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.211 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 13: conflicting requests 2024-04-15T00:54:22.211 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.211 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 14: conflicting requests 2024-04-15T00:54:22.211 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.212 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 15: conflicting requests 2024-04-15T00:54:22.212 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.212 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 16: conflicting requests 2024-04-15T00:54:22.212 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.212 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 17: conflicting requests 2024-04-15T00:54:22.212 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.212 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 18: conflicting requests 2024-04-15T00:54:22.212 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.212 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 19: conflicting requests 2024-04-15T00:54:22.212 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.212 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 20: conflicting requests 2024-04-15T00:54:22.212 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.212 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 21: conflicting requests 2024-04-15T00:54:22.213 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.213 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 22: conflicting requests 2024-04-15T00:54:22.213 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.213 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 23: conflicting requests 2024-04-15T00:54:22.213 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.213 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 24: conflicting requests 2024-04-15T00:54:22.213 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.213 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 25: conflicting requests 2024-04-15T00:54:22.213 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.213 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 26: conflicting requests 2024-04-15T00:54:22.213 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.213 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 27: conflicting requests 2024-04-15T00:54:22.213 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.213 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 28: conflicting requests 2024-04-15T00:54:22.214 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.214 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 29: conflicting requests 2024-04-15T00:54:22.214 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.214 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 30: conflicting requests 2024-04-15T00:54:22.214 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.214 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 31: conflicting requests 2024-04-15T00:54:22.214 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.214 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 32: conflicting requests 2024-04-15T00:54:22.214 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.214 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 33: conflicting requests 2024-04-15T00:54:22.214 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.214 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 34: conflicting requests 2024-04-15T00:54:22.218 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.218 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 35: conflicting requests 2024-04-15T00:54:22.218 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.218 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 36: conflicting requests 2024-04-15T00:54:22.218 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.218 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 37: conflicting requests 2024-04-15T00:54:22.218 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.218 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.218 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.218 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:54:22.218 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.218 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.218 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.218 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.219 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 39: conflicting requests 2024-04-15T00:54:22.219 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.219 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.219 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.219 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.219 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.219 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.219 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:54:22.219 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.219 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.219 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.219 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.219 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:54:22.219 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.220 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.220 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.220 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.220 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:54:22.220 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.220 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.220 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.220 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.220 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:54:22.220 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.220 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.220 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.220 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.220 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:54:22.221 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.221 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.221 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.221 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.221 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:54:22.221 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.221 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.221 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.221 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.222 INFO:teuthology.orchestra.run.smithi038.stdout:Package librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T00:54:22.243 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:59 ago on Mon 15 Apr 2024 12:52:23 AM UTC. 2024-04-15T00:54:22.249 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T00:54:22.283 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2024-04-15T00:54:22.285 INFO:teuthology.orchestra.run.smithi038.stdout:Nothing to do. 2024-04-15T00:54:22.285 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2024-04-15T00:54:22.356 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum -y install librbd1 2024-04-15T00:54:22.539 INFO:teuthology.orchestra.run.smithi138.stderr:Modular dependency problems: 2024-04-15T00:54:22.539 INFO:teuthology.orchestra.run.smithi138.stderr: 2024-04-15T00:54:22.539 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 1: conflicting requests 2024-04-15T00:54:22.539 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.540 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 2: conflicting requests 2024-04-15T00:54:22.540 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.540 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 3: conflicting requests 2024-04-15T00:54:22.540 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.540 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 4: conflicting requests 2024-04-15T00:54:22.541 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.541 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 5: conflicting requests 2024-04-15T00:54:22.541 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.541 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 6: conflicting requests 2024-04-15T00:54:22.541 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.541 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 7: conflicting requests 2024-04-15T00:54:22.542 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.542 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 8: conflicting requests 2024-04-15T00:54:22.542 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.542 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 9: conflicting requests 2024-04-15T00:54:22.542 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.542 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 10: conflicting requests 2024-04-15T00:54:22.543 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.543 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 11: conflicting requests 2024-04-15T00:54:22.543 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.543 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 12: conflicting requests 2024-04-15T00:54:22.543 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.543 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 13: conflicting requests 2024-04-15T00:54:22.544 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.544 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 14: conflicting requests 2024-04-15T00:54:22.544 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.544 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 15: conflicting requests 2024-04-15T00:54:22.544 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.544 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 16: conflicting requests 2024-04-15T00:54:22.545 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.545 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 17: conflicting requests 2024-04-15T00:54:22.545 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.545 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 18: conflicting requests 2024-04-15T00:54:22.545 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.546 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 19: conflicting requests 2024-04-15T00:54:22.546 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.546 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 20: conflicting requests 2024-04-15T00:54:22.546 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.546 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 21: conflicting requests 2024-04-15T00:54:22.546 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.547 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 22: conflicting requests 2024-04-15T00:54:22.547 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.547 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 23: conflicting requests 2024-04-15T00:54:22.547 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.547 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 24: conflicting requests 2024-04-15T00:54:22.547 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.548 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 25: conflicting requests 2024-04-15T00:54:22.548 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.548 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 26: conflicting requests 2024-04-15T00:54:22.548 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.548 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 27: conflicting requests 2024-04-15T00:54:22.549 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.549 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 28: conflicting requests 2024-04-15T00:54:22.549 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.549 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 29: conflicting requests 2024-04-15T00:54:22.549 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.549 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 30: conflicting requests 2024-04-15T00:54:22.550 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.550 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 31: conflicting requests 2024-04-15T00:54:22.550 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.550 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 32: conflicting requests 2024-04-15T00:54:22.550 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.551 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 33: conflicting requests 2024-04-15T00:54:22.551 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.551 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 34: conflicting requests 2024-04-15T00:54:22.551 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.551 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 35: conflicting requests 2024-04-15T00:54:22.551 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.552 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 36: conflicting requests 2024-04-15T00:54:22.552 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.552 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 37: conflicting requests 2024-04-15T00:54:22.552 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.552 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.553 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.553 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:54:22.553 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.553 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.553 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.553 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.554 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 39: conflicting requests 2024-04-15T00:54:22.554 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.554 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.554 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.554 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.555 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.555 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.555 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:54:22.555 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.556 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.556 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.556 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.556 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:54:22.556 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.556 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.557 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.557 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.557 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:54:22.557 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.557 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.557 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.558 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.558 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:54:22.558 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.558 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.558 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.558 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.559 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:54:22.559 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.559 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.559 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.559 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.559 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:54:22.560 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.560 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.560 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.560 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:54:22.561 INFO:teuthology.orchestra.run.smithi138.stdout:Package librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T00:54:22.609 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-15T00:54:22.610 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2024-04-15T00:54:22.610 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-15T00:54:22.661 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T00:54:22.682 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install python3-rados 2024-04-15T00:54:22.932 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T00:54:22.932 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:54:22.932 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-04-15T00:54:22.932 INFO:teuthology.orchestra.run.smithi088.stdout: rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:54:22.932 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:54:22.933 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-04-15T00:54:22.963 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:02:09 ago on Mon 15 Apr 2024 12:52:13 AM UTC. 2024-04-15T00:54:23.169 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install rbd-mirror 2024-04-15T00:54:23.267 INFO:teuthology.orchestra.run.smithi038.stderr:Modular dependency problems: 2024-04-15T00:54:23.267 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-04-15T00:54:23.267 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 1: conflicting requests 2024-04-15T00:54:23.267 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.268 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 2: conflicting requests 2024-04-15T00:54:23.268 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.268 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 3: conflicting requests 2024-04-15T00:54:23.268 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.268 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 4: conflicting requests 2024-04-15T00:54:23.268 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.268 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 5: conflicting requests 2024-04-15T00:54:23.268 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.268 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 6: conflicting requests 2024-04-15T00:54:23.268 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.268 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 7: conflicting requests 2024-04-15T00:54:23.268 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.268 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 8: conflicting requests 2024-04-15T00:54:23.269 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.269 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 9: conflicting requests 2024-04-15T00:54:23.269 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.269 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 10: conflicting requests 2024-04-15T00:54:23.269 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.269 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 11: conflicting requests 2024-04-15T00:54:23.269 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.269 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 12: conflicting requests 2024-04-15T00:54:23.269 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.269 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 13: conflicting requests 2024-04-15T00:54:23.269 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.269 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 14: conflicting requests 2024-04-15T00:54:23.269 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.270 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 15: conflicting requests 2024-04-15T00:54:23.270 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.270 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 16: conflicting requests 2024-04-15T00:54:23.270 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.270 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 17: conflicting requests 2024-04-15T00:54:23.270 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.270 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 18: conflicting requests 2024-04-15T00:54:23.270 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.270 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 19: conflicting requests 2024-04-15T00:54:23.270 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.270 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 20: conflicting requests 2024-04-15T00:54:23.270 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.270 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 21: conflicting requests 2024-04-15T00:54:23.271 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.271 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 22: conflicting requests 2024-04-15T00:54:23.271 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.271 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 23: conflicting requests 2024-04-15T00:54:23.271 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.271 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 24: conflicting requests 2024-04-15T00:54:23.271 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.271 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 25: conflicting requests 2024-04-15T00:54:23.271 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.271 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 26: conflicting requests 2024-04-15T00:54:23.271 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.271 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 27: conflicting requests 2024-04-15T00:54:23.271 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.272 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 28: conflicting requests 2024-04-15T00:54:23.272 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.272 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 29: conflicting requests 2024-04-15T00:54:23.272 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.272 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 30: conflicting requests 2024-04-15T00:54:23.272 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.272 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 31: conflicting requests 2024-04-15T00:54:23.272 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.272 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 32: conflicting requests 2024-04-15T00:54:23.272 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.272 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 33: conflicting requests 2024-04-15T00:54:23.272 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.272 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 34: conflicting requests 2024-04-15T00:54:23.272 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.273 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 35: conflicting requests 2024-04-15T00:54:23.273 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.273 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 36: conflicting requests 2024-04-15T00:54:23.273 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.273 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 37: conflicting requests 2024-04-15T00:54:23.273 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.273 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.273 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.273 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:54:23.273 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.273 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.273 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.273 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.273 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 39: conflicting requests 2024-04-15T00:54:23.274 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.274 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.274 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.274 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.274 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.274 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.274 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:54:23.274 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.274 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.274 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.274 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.274 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:54:23.274 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.275 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.275 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.275 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.275 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:54:23.275 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.275 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.275 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.275 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.275 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:54:23.275 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.275 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.275 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.275 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.275 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:54:23.276 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.276 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.276 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.276 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.276 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:54:23.276 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.276 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.276 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.276 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.277 INFO:teuthology.orchestra.run.smithi038.stdout:Package librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T00:54:23.306 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:02:00 ago on Mon 15 Apr 2024 12:52:23 AM UTC. 2024-04-15T00:54:23.341 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2024-04-15T00:54:23.342 INFO:teuthology.orchestra.run.smithi038.stdout:Nothing to do. 2024-04-15T00:54:23.342 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2024-04-15T00:54:23.410 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum -y install python3-rados 2024-04-15T00:54:23.606 INFO:teuthology.orchestra.run.smithi138.stderr:Modular dependency problems: 2024-04-15T00:54:23.607 INFO:teuthology.orchestra.run.smithi138.stderr: 2024-04-15T00:54:23.607 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 1: conflicting requests 2024-04-15T00:54:23.607 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.607 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 2: conflicting requests 2024-04-15T00:54:23.607 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.607 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 3: conflicting requests 2024-04-15T00:54:23.607 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.607 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 4: conflicting requests 2024-04-15T00:54:23.607 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.607 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 5: conflicting requests 2024-04-15T00:54:23.608 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.608 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 6: conflicting requests 2024-04-15T00:54:23.608 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.608 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 7: conflicting requests 2024-04-15T00:54:23.608 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.608 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 8: conflicting requests 2024-04-15T00:54:23.608 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.608 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 9: conflicting requests 2024-04-15T00:54:23.608 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.608 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 10: conflicting requests 2024-04-15T00:54:23.608 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.608 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 11: conflicting requests 2024-04-15T00:54:23.609 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.609 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 12: conflicting requests 2024-04-15T00:54:23.609 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.609 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 13: conflicting requests 2024-04-15T00:54:23.609 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.609 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 14: conflicting requests 2024-04-15T00:54:23.609 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.609 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 15: conflicting requests 2024-04-15T00:54:23.609 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.609 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 16: conflicting requests 2024-04-15T00:54:23.609 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.609 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 17: conflicting requests 2024-04-15T00:54:23.610 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.610 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 18: conflicting requests 2024-04-15T00:54:23.610 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.610 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 19: conflicting requests 2024-04-15T00:54:23.610 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.610 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 20: conflicting requests 2024-04-15T00:54:23.610 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.610 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 21: conflicting requests 2024-04-15T00:54:23.610 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.610 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 22: conflicting requests 2024-04-15T00:54:23.611 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.611 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 23: conflicting requests 2024-04-15T00:54:23.611 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.611 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 24: conflicting requests 2024-04-15T00:54:23.611 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.611 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 25: conflicting requests 2024-04-15T00:54:23.611 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.611 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 26: conflicting requests 2024-04-15T00:54:23.611 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.611 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 27: conflicting requests 2024-04-15T00:54:23.611 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.612 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 28: conflicting requests 2024-04-15T00:54:23.612 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.612 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 29: conflicting requests 2024-04-15T00:54:23.612 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.612 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 30: conflicting requests 2024-04-15T00:54:23.612 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.612 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 31: conflicting requests 2024-04-15T00:54:23.612 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.612 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 32: conflicting requests 2024-04-15T00:54:23.612 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.612 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 33: conflicting requests 2024-04-15T00:54:23.612 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.613 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 34: conflicting requests 2024-04-15T00:54:23.613 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.613 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 35: conflicting requests 2024-04-15T00:54:23.613 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.613 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 36: conflicting requests 2024-04-15T00:54:23.613 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.613 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 37: conflicting requests 2024-04-15T00:54:23.613 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.613 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.613 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.613 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:54:23.614 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.614 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.614 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.614 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.614 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 39: conflicting requests 2024-04-15T00:54:23.614 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.614 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.614 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.614 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.614 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.614 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.614 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:54:23.615 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.615 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.615 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.615 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.615 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:54:23.615 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.615 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.615 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.616 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.616 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:54:23.616 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.616 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.616 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.616 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.616 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:54:23.616 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.616 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.616 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.617 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.617 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:54:23.617 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.617 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.617 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.617 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.617 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:54:23.617 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.617 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.617 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.617 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:54:23.618 INFO:teuthology.orchestra.run.smithi138.stdout:Package python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T00:54:23.678 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-15T00:54:23.680 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2024-04-15T00:54:23.680 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-15T00:54:23.754 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install python3-rgw 2024-04-15T00:54:23.772 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:02:08 ago on Mon 15 Apr 2024 12:52:15 AM UTC. 2024-04-15T00:54:24.029 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:02:11 ago on Mon 15 Apr 2024 12:52:13 AM UTC. 2024-04-15T00:54:24.064 INFO:teuthology.orchestra.run.smithi088.stderr:Modular dependency problems: 2024-04-15T00:54:24.064 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-04-15T00:54:24.064 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 1: conflicting requests 2024-04-15T00:54:24.064 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.064 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 2: conflicting requests 2024-04-15T00:54:24.065 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.065 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 3: conflicting requests 2024-04-15T00:54:24.065 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.065 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 4: conflicting requests 2024-04-15T00:54:24.065 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.065 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 5: conflicting requests 2024-04-15T00:54:24.065 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.065 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 6: conflicting requests 2024-04-15T00:54:24.065 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.065 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 7: conflicting requests 2024-04-15T00:54:24.065 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.065 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 8: conflicting requests 2024-04-15T00:54:24.065 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.065 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 9: conflicting requests 2024-04-15T00:54:24.066 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.066 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 10: conflicting requests 2024-04-15T00:54:24.066 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.066 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 11: conflicting requests 2024-04-15T00:54:24.066 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.066 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 12: conflicting requests 2024-04-15T00:54:24.066 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.066 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 13: conflicting requests 2024-04-15T00:54:24.066 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.066 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 14: conflicting requests 2024-04-15T00:54:24.066 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.066 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 15: conflicting requests 2024-04-15T00:54:24.067 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.067 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 16: conflicting requests 2024-04-15T00:54:24.067 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.067 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 17: conflicting requests 2024-04-15T00:54:24.067 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.067 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 18: conflicting requests 2024-04-15T00:54:24.067 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.067 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 19: conflicting requests 2024-04-15T00:54:24.067 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.067 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 20: conflicting requests 2024-04-15T00:54:24.067 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.067 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 21: conflicting requests 2024-04-15T00:54:24.067 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.068 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 22: conflicting requests 2024-04-15T00:54:24.068 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.068 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 23: conflicting requests 2024-04-15T00:54:24.068 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.068 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 24: conflicting requests 2024-04-15T00:54:24.068 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.068 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 25: conflicting requests 2024-04-15T00:54:24.068 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.068 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 26: conflicting requests 2024-04-15T00:54:24.068 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.068 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 27: conflicting requests 2024-04-15T00:54:24.068 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.068 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 28: conflicting requests 2024-04-15T00:54:24.068 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.069 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 29: conflicting requests 2024-04-15T00:54:24.069 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.069 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 30: conflicting requests 2024-04-15T00:54:24.069 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.069 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 31: conflicting requests 2024-04-15T00:54:24.069 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.069 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 32: conflicting requests 2024-04-15T00:54:24.069 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.069 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 33: conflicting requests 2024-04-15T00:54:24.069 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.069 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 34: conflicting requests 2024-04-15T00:54:24.069 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.069 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 35: conflicting requests 2024-04-15T00:54:24.069 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.070 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 36: conflicting requests 2024-04-15T00:54:24.070 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.070 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 37: conflicting requests 2024-04-15T00:54:24.070 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.070 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.070 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.070 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:54:24.070 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.070 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.070 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.070 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.070 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 39: conflicting requests 2024-04-15T00:54:24.070 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.070 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.071 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.071 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.071 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.071 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.071 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:54:24.071 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.071 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.071 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.071 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.071 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:54:24.071 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.071 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.071 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.072 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.072 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:54:24.072 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.072 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.072 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.072 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.072 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:54:24.072 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.072 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.072 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.072 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.072 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:54:24.072 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.072 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.073 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.073 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.073 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:54:24.073 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.073 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.073 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.073 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.131 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-04-15T00:54:24.131 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:54:24.131 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repo Size 2024-04-15T00:54:24.131 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:54:24.132 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-04-15T00:54:24.132 INFO:teuthology.orchestra.run.smithi088.stdout: rbd-mirror x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.1 M 2024-04-15T00:54:24.132 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:54:24.132 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-04-15T00:54:24.132 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:54:24.132 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2024-04-15T00:54:24.132 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:54:24.132 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 3.1 M 2024-04-15T00:54:24.132 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 13 M 2024-04-15T00:54:24.132 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-04-15T00:54:24.334 INFO:teuthology.orchestra.run.smithi038.stderr:Modular dependency problems: 2024-04-15T00:54:24.334 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-04-15T00:54:24.334 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 1: conflicting requests 2024-04-15T00:54:24.334 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.334 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 2: conflicting requests 2024-04-15T00:54:24.334 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.334 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 3: conflicting requests 2024-04-15T00:54:24.334 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.334 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 4: conflicting requests 2024-04-15T00:54:24.334 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.335 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 5: conflicting requests 2024-04-15T00:54:24.335 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.335 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 6: conflicting requests 2024-04-15T00:54:24.335 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.335 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 7: conflicting requests 2024-04-15T00:54:24.335 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.335 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 8: conflicting requests 2024-04-15T00:54:24.335 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.335 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 9: conflicting requests 2024-04-15T00:54:24.335 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.335 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 10: conflicting requests 2024-04-15T00:54:24.335 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.335 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 11: conflicting requests 2024-04-15T00:54:24.336 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.336 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 12: conflicting requests 2024-04-15T00:54:24.336 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.336 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 13: conflicting requests 2024-04-15T00:54:24.336 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.336 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 14: conflicting requests 2024-04-15T00:54:24.336 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.336 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 15: conflicting requests 2024-04-15T00:54:24.336 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.336 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 16: conflicting requests 2024-04-15T00:54:24.336 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.336 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 17: conflicting requests 2024-04-15T00:54:24.336 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.337 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 18: conflicting requests 2024-04-15T00:54:24.337 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.337 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 19: conflicting requests 2024-04-15T00:54:24.337 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.337 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 20: conflicting requests 2024-04-15T00:54:24.337 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.337 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 21: conflicting requests 2024-04-15T00:54:24.337 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.337 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 22: conflicting requests 2024-04-15T00:54:24.337 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.337 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 23: conflicting requests 2024-04-15T00:54:24.337 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.337 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 24: conflicting requests 2024-04-15T00:54:24.337 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.338 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 25: conflicting requests 2024-04-15T00:54:24.338 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.338 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 26: conflicting requests 2024-04-15T00:54:24.338 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.338 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 27: conflicting requests 2024-04-15T00:54:24.338 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.338 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 28: conflicting requests 2024-04-15T00:54:24.338 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.338 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 29: conflicting requests 2024-04-15T00:54:24.338 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.338 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 30: conflicting requests 2024-04-15T00:54:24.338 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.338 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 31: conflicting requests 2024-04-15T00:54:24.339 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.339 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 32: conflicting requests 2024-04-15T00:54:24.339 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.339 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 33: conflicting requests 2024-04-15T00:54:24.339 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.339 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 34: conflicting requests 2024-04-15T00:54:24.339 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.339 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 35: conflicting requests 2024-04-15T00:54:24.339 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.339 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 36: conflicting requests 2024-04-15T00:54:24.339 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.339 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 37: conflicting requests 2024-04-15T00:54:24.339 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.340 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.340 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.340 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:54:24.340 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.340 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.340 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.340 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.340 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 39: conflicting requests 2024-04-15T00:54:24.340 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.340 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.341 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.341 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.341 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.341 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.341 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:54:24.341 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.341 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.341 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.341 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.341 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:54:24.341 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.342 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.342 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.342 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.342 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:54:24.342 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.342 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.342 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.342 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.342 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:54:24.342 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.342 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.342 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.342 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.343 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:54:24.343 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.343 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.343 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.343 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.343 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:54:24.343 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.343 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.343 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.343 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.344 INFO:teuthology.orchestra.run.smithi038.stdout:Package python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T00:54:24.365 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:02:01 ago on Mon 15 Apr 2024 12:52:23 AM UTC. 2024-04-15T00:54:24.408 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2024-04-15T00:54:24.409 INFO:teuthology.orchestra.run.smithi038.stdout:Nothing to do. 2024-04-15T00:54:24.409 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2024-04-15T00:54:24.477 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum -y install python3-rgw 2024-04-15T00:54:24.661 INFO:teuthology.orchestra.run.smithi088.stdout:rbd-mirror-19.0.0-2114.ga9a752df.el7.x86_64.rpm 5.8 MB/s | 3.1 MB 00:00 2024-04-15T00:54:24.662 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:54:24.662 INFO:teuthology.orchestra.run.smithi088.stdout:Total 5.8 MB/s | 3.1 MB 00:00 2024-04-15T00:54:24.662 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-04-15T00:54:24.671 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-04-15T00:54:24.672 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-04-15T00:54:24.682 INFO:teuthology.orchestra.run.smithi138.stderr:Modular dependency problems: 2024-04-15T00:54:24.682 INFO:teuthology.orchestra.run.smithi138.stderr: 2024-04-15T00:54:24.682 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 1: conflicting requests 2024-04-15T00:54:24.682 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.682 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 2: conflicting requests 2024-04-15T00:54:24.683 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.683 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 3: conflicting requests 2024-04-15T00:54:24.683 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.683 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 4: conflicting requests 2024-04-15T00:54:24.683 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.683 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 5: conflicting requests 2024-04-15T00:54:24.683 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.683 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 6: conflicting requests 2024-04-15T00:54:24.683 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.683 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 7: conflicting requests 2024-04-15T00:54:24.683 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.684 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 8: conflicting requests 2024-04-15T00:54:24.684 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.684 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 9: conflicting requests 2024-04-15T00:54:24.684 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.684 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 10: conflicting requests 2024-04-15T00:54:24.684 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.684 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 11: conflicting requests 2024-04-15T00:54:24.684 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.684 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 12: conflicting requests 2024-04-15T00:54:24.684 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.684 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 13: conflicting requests 2024-04-15T00:54:24.684 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.685 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 14: conflicting requests 2024-04-15T00:54:24.685 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.685 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 15: conflicting requests 2024-04-15T00:54:24.685 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.685 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 16: conflicting requests 2024-04-15T00:54:24.685 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.685 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 17: conflicting requests 2024-04-15T00:54:24.685 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.685 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 18: conflicting requests 2024-04-15T00:54:24.685 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.686 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 19: conflicting requests 2024-04-15T00:54:24.686 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.686 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 20: conflicting requests 2024-04-15T00:54:24.686 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.686 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 21: conflicting requests 2024-04-15T00:54:24.686 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.686 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 22: conflicting requests 2024-04-15T00:54:24.686 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.686 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 23: conflicting requests 2024-04-15T00:54:24.686 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.686 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 24: conflicting requests 2024-04-15T00:54:24.686 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.687 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 25: conflicting requests 2024-04-15T00:54:24.687 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.687 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 26: conflicting requests 2024-04-15T00:54:24.687 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.687 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 27: conflicting requests 2024-04-15T00:54:24.687 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.687 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 28: conflicting requests 2024-04-15T00:54:24.687 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.687 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 29: conflicting requests 2024-04-15T00:54:24.687 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.687 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 30: conflicting requests 2024-04-15T00:54:24.688 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.688 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 31: conflicting requests 2024-04-15T00:54:24.688 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.688 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 32: conflicting requests 2024-04-15T00:54:24.688 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.688 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 33: conflicting requests 2024-04-15T00:54:24.688 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.688 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 34: conflicting requests 2024-04-15T00:54:24.688 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.688 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 35: conflicting requests 2024-04-15T00:54:24.688 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.689 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 36: conflicting requests 2024-04-15T00:54:24.689 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.689 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 37: conflicting requests 2024-04-15T00:54:24.689 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.689 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.689 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.689 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:54:24.689 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.689 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.689 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.689 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.689 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 39: conflicting requests 2024-04-15T00:54:24.690 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.690 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.690 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.690 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.690 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.690 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.690 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:54:24.690 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.690 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.690 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.690 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.691 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:54:24.691 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.691 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.691 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.691 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.691 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:54:24.691 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.691 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.691 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.691 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.691 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:54:24.691 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.692 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.692 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.692 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.692 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:54:24.692 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.692 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.692 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.692 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.692 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:54:24.692 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.692 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.692 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.693 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:54:24.693 INFO:teuthology.orchestra.run.smithi138.stdout:Package python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T00:54:24.750 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-04-15T00:54:24.750 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-04-15T00:54:24.752 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-15T00:54:24.754 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2024-04-15T00:54:24.754 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-15T00:54:24.826 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install python3-cephfs 2024-04-15T00:54:25.092 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:02:12 ago on Mon 15 Apr 2024 12:52:13 AM UTC. 2024-04-15T00:54:25.184 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-04-15T00:54:25.245 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T00:54:25.270 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T00:54:25.270 INFO:teuthology.orchestra.run.smithi088.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T00:54:25.270 INFO:teuthology.orchestra.run.smithi088.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-15T00:54:25.271 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-15T00:54:25.271 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-15T00:54:25.271 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:54:25.393 INFO:teuthology.orchestra.run.smithi038.stderr:Modular dependency problems: 2024-04-15T00:54:25.393 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-04-15T00:54:25.393 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 1: conflicting requests 2024-04-15T00:54:25.393 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.393 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 2: conflicting requests 2024-04-15T00:54:25.393 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.393 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 3: conflicting requests 2024-04-15T00:54:25.394 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.394 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 4: conflicting requests 2024-04-15T00:54:25.394 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.394 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 5: conflicting requests 2024-04-15T00:54:25.394 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.394 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 6: conflicting requests 2024-04-15T00:54:25.394 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.394 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 7: conflicting requests 2024-04-15T00:54:25.394 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.394 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 8: conflicting requests 2024-04-15T00:54:25.394 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.394 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 9: conflicting requests 2024-04-15T00:54:25.394 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.395 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 10: conflicting requests 2024-04-15T00:54:25.395 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.395 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 11: conflicting requests 2024-04-15T00:54:25.395 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.395 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 12: conflicting requests 2024-04-15T00:54:25.395 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.395 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 13: conflicting requests 2024-04-15T00:54:25.395 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.395 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 14: conflicting requests 2024-04-15T00:54:25.395 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.395 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 15: conflicting requests 2024-04-15T00:54:25.395 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.395 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 16: conflicting requests 2024-04-15T00:54:25.396 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.396 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 17: conflicting requests 2024-04-15T00:54:25.396 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.396 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 18: conflicting requests 2024-04-15T00:54:25.396 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.396 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 19: conflicting requests 2024-04-15T00:54:25.396 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.396 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 20: conflicting requests 2024-04-15T00:54:25.396 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.396 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 21: conflicting requests 2024-04-15T00:54:25.396 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.396 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 22: conflicting requests 2024-04-15T00:54:25.396 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.396 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 23: conflicting requests 2024-04-15T00:54:25.397 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.397 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 24: conflicting requests 2024-04-15T00:54:25.397 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.397 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 25: conflicting requests 2024-04-15T00:54:25.397 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.397 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 26: conflicting requests 2024-04-15T00:54:25.397 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.397 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 27: conflicting requests 2024-04-15T00:54:25.397 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.397 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 28: conflicting requests 2024-04-15T00:54:25.397 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.397 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 29: conflicting requests 2024-04-15T00:54:25.397 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.397 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 30: conflicting requests 2024-04-15T00:54:25.397 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.398 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 31: conflicting requests 2024-04-15T00:54:25.398 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.398 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 32: conflicting requests 2024-04-15T00:54:25.398 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.398 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 33: conflicting requests 2024-04-15T00:54:25.398 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.398 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 34: conflicting requests 2024-04-15T00:54:25.398 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.398 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 35: conflicting requests 2024-04-15T00:54:25.398 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.398 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 36: conflicting requests 2024-04-15T00:54:25.398 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.398 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 37: conflicting requests 2024-04-15T00:54:25.398 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.399 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.399 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.399 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:54:25.399 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.399 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.399 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.399 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.399 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 39: conflicting requests 2024-04-15T00:54:25.399 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.399 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.399 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.399 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.399 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.399 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.400 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:54:25.400 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.400 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.400 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.400 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.400 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:54:25.400 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.400 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.400 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.400 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.400 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:54:25.400 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.400 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.400 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.401 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.401 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:54:25.401 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.401 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.401 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.401 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.401 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:54:25.401 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.401 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.401 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.401 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.401 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:54:25.401 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.401 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.402 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.402 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.402 INFO:teuthology.orchestra.run.smithi038.stdout:Package python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T00:54:25.424 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:02:02 ago on Mon 15 Apr 2024 12:52:23 AM UTC. 2024-04-15T00:54:25.465 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2024-04-15T00:54:25.467 INFO:teuthology.orchestra.run.smithi038.stdout:Nothing to do. 2024-04-15T00:54:25.467 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2024-04-15T00:54:25.535 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum -y install python3-cephfs 2024-04-15T00:54:25.714 INFO:teuthology.orchestra.run.smithi138.stderr:Modular dependency problems: 2024-04-15T00:54:25.714 INFO:teuthology.orchestra.run.smithi138.stderr: 2024-04-15T00:54:25.714 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 1: conflicting requests 2024-04-15T00:54:25.714 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.714 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 2: conflicting requests 2024-04-15T00:54:25.714 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.714 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 3: conflicting requests 2024-04-15T00:54:25.714 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.715 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 4: conflicting requests 2024-04-15T00:54:25.715 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.715 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 5: conflicting requests 2024-04-15T00:54:25.715 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.715 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 6: conflicting requests 2024-04-15T00:54:25.715 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.715 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 7: conflicting requests 2024-04-15T00:54:25.715 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.715 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 8: conflicting requests 2024-04-15T00:54:25.715 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.715 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 9: conflicting requests 2024-04-15T00:54:25.715 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.715 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 10: conflicting requests 2024-04-15T00:54:25.716 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.716 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 11: conflicting requests 2024-04-15T00:54:25.716 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.716 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 12: conflicting requests 2024-04-15T00:54:25.716 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.716 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 13: conflicting requests 2024-04-15T00:54:25.716 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.716 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 14: conflicting requests 2024-04-15T00:54:25.716 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.716 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 15: conflicting requests 2024-04-15T00:54:25.716 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.716 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 16: conflicting requests 2024-04-15T00:54:25.716 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.716 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 17: conflicting requests 2024-04-15T00:54:25.717 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.717 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 18: conflicting requests 2024-04-15T00:54:25.717 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.717 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 19: conflicting requests 2024-04-15T00:54:25.717 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.717 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 20: conflicting requests 2024-04-15T00:54:25.717 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.717 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 21: conflicting requests 2024-04-15T00:54:25.717 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.717 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 22: conflicting requests 2024-04-15T00:54:25.717 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.717 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 23: conflicting requests 2024-04-15T00:54:25.717 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.717 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 24: conflicting requests 2024-04-15T00:54:25.718 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.718 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 25: conflicting requests 2024-04-15T00:54:25.718 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.718 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 26: conflicting requests 2024-04-15T00:54:25.718 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.718 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 27: conflicting requests 2024-04-15T00:54:25.718 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.718 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 28: conflicting requests 2024-04-15T00:54:25.718 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.718 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 29: conflicting requests 2024-04-15T00:54:25.718 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.718 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 30: conflicting requests 2024-04-15T00:54:25.718 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.719 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 31: conflicting requests 2024-04-15T00:54:25.719 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.719 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 32: conflicting requests 2024-04-15T00:54:25.719 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.719 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 33: conflicting requests 2024-04-15T00:54:25.719 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.719 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 34: conflicting requests 2024-04-15T00:54:25.719 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.719 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 35: conflicting requests 2024-04-15T00:54:25.719 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.719 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 36: conflicting requests 2024-04-15T00:54:25.719 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.719 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 37: conflicting requests 2024-04-15T00:54:25.720 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.720 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.720 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.720 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:54:25.720 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.720 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.720 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.720 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.720 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 39: conflicting requests 2024-04-15T00:54:25.720 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.720 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.720 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.720 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.721 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.721 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.721 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:54:25.721 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.721 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.721 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.721 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.721 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:54:25.721 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.721 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.721 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.721 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.721 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:54:25.722 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.722 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.722 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.722 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.722 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:54:25.722 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.722 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.722 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.722 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.722 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:54:25.722 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.722 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.722 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.723 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.723 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:54:25.723 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.723 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.723 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.723 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:54:25.723 INFO:teuthology.orchestra.run.smithi138.stdout:Package python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T00:54:25.785 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-15T00:54:25.786 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2024-04-15T00:54:25.786 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-15T00:54:25.868 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install python3-rbd 2024-04-15T00:54:26.142 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:02:13 ago on Mon 15 Apr 2024 12:52:13 AM UTC. 2024-04-15T00:54:26.431 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T00:54:26.431 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:54:26.431 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-04-15T00:54:26.431 INFO:teuthology.orchestra.run.smithi088.stdout: rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:54:26.432 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:54:26.432 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-04-15T00:54:26.444 INFO:teuthology.orchestra.run.smithi038.stderr:Modular dependency problems: 2024-04-15T00:54:26.444 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-04-15T00:54:26.445 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 1: conflicting requests 2024-04-15T00:54:26.445 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.445 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 2: conflicting requests 2024-04-15T00:54:26.445 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.445 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 3: conflicting requests 2024-04-15T00:54:26.445 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.445 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 4: conflicting requests 2024-04-15T00:54:26.445 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.445 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 5: conflicting requests 2024-04-15T00:54:26.445 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.445 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 6: conflicting requests 2024-04-15T00:54:26.445 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.445 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 7: conflicting requests 2024-04-15T00:54:26.446 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.446 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 8: conflicting requests 2024-04-15T00:54:26.446 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.446 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 9: conflicting requests 2024-04-15T00:54:26.446 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.446 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 10: conflicting requests 2024-04-15T00:54:26.446 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.446 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 11: conflicting requests 2024-04-15T00:54:26.446 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.446 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 12: conflicting requests 2024-04-15T00:54:26.446 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.446 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 13: conflicting requests 2024-04-15T00:54:26.446 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.447 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 14: conflicting requests 2024-04-15T00:54:26.447 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.447 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 15: conflicting requests 2024-04-15T00:54:26.447 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.447 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 16: conflicting requests 2024-04-15T00:54:26.447 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.447 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 17: conflicting requests 2024-04-15T00:54:26.447 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.447 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 18: conflicting requests 2024-04-15T00:54:26.447 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.447 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 19: conflicting requests 2024-04-15T00:54:26.447 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.447 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 20: conflicting requests 2024-04-15T00:54:26.447 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.448 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 21: conflicting requests 2024-04-15T00:54:26.448 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.448 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 22: conflicting requests 2024-04-15T00:54:26.448 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.448 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 23: conflicting requests 2024-04-15T00:54:26.448 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.448 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 24: conflicting requests 2024-04-15T00:54:26.448 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.448 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 25: conflicting requests 2024-04-15T00:54:26.448 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.448 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 26: conflicting requests 2024-04-15T00:54:26.448 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.448 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 27: conflicting requests 2024-04-15T00:54:26.448 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.449 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 28: conflicting requests 2024-04-15T00:54:26.449 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.449 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 29: conflicting requests 2024-04-15T00:54:26.449 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.449 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 30: conflicting requests 2024-04-15T00:54:26.450 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.450 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 31: conflicting requests 2024-04-15T00:54:26.450 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.450 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 32: conflicting requests 2024-04-15T00:54:26.450 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.450 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 33: conflicting requests 2024-04-15T00:54:26.450 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.450 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 34: conflicting requests 2024-04-15T00:54:26.450 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.450 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 35: conflicting requests 2024-04-15T00:54:26.450 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.450 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 36: conflicting requests 2024-04-15T00:54:26.450 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.451 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 37: conflicting requests 2024-04-15T00:54:26.451 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.451 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.451 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.451 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:54:26.451 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.451 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.451 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.451 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.451 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 39: conflicting requests 2024-04-15T00:54:26.451 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.451 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.451 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.452 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.452 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.452 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.452 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:54:26.452 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.452 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.452 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.452 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.452 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:54:26.452 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.452 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.452 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.453 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.453 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:54:26.453 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.453 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.453 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.453 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.453 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:54:26.453 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.453 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.453 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.453 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.453 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:54:26.453 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.453 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.454 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.454 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.454 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:54:26.454 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.454 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.454 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.454 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.454 INFO:teuthology.orchestra.run.smithi038.stdout:Package python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T00:54:26.469 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:02:03 ago on Mon 15 Apr 2024 12:52:23 AM UTC. 2024-04-15T00:54:26.517 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2024-04-15T00:54:26.518 INFO:teuthology.orchestra.run.smithi038.stdout:Nothing to do. 2024-04-15T00:54:26.518 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2024-04-15T00:54:26.601 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum -y install python3-rbd 2024-04-15T00:54:26.735 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install rbd-nbd 2024-04-15T00:54:26.758 INFO:teuthology.orchestra.run.smithi138.stderr:Modular dependency problems: 2024-04-15T00:54:26.758 INFO:teuthology.orchestra.run.smithi138.stderr: 2024-04-15T00:54:26.758 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 1: conflicting requests 2024-04-15T00:54:26.758 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.758 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 2: conflicting requests 2024-04-15T00:54:26.758 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.758 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 3: conflicting requests 2024-04-15T00:54:26.758 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.758 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 4: conflicting requests 2024-04-15T00:54:26.759 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.759 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 5: conflicting requests 2024-04-15T00:54:26.759 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.759 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 6: conflicting requests 2024-04-15T00:54:26.759 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.759 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 7: conflicting requests 2024-04-15T00:54:26.759 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.759 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 8: conflicting requests 2024-04-15T00:54:26.759 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.759 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 9: conflicting requests 2024-04-15T00:54:26.759 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.759 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 10: conflicting requests 2024-04-15T00:54:26.759 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.759 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 11: conflicting requests 2024-04-15T00:54:26.760 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.760 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 12: conflicting requests 2024-04-15T00:54:26.760 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.760 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 13: conflicting requests 2024-04-15T00:54:26.760 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.760 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 14: conflicting requests 2024-04-15T00:54:26.760 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.760 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 15: conflicting requests 2024-04-15T00:54:26.760 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.760 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 16: conflicting requests 2024-04-15T00:54:26.760 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.760 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 17: conflicting requests 2024-04-15T00:54:26.760 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.760 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 18: conflicting requests 2024-04-15T00:54:26.761 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.761 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 19: conflicting requests 2024-04-15T00:54:26.761 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.761 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 20: conflicting requests 2024-04-15T00:54:26.761 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.761 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 21: conflicting requests 2024-04-15T00:54:26.761 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.761 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 22: conflicting requests 2024-04-15T00:54:26.761 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.761 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 23: conflicting requests 2024-04-15T00:54:26.761 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.761 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 24: conflicting requests 2024-04-15T00:54:26.761 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.761 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 25: conflicting requests 2024-04-15T00:54:26.762 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.762 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 26: conflicting requests 2024-04-15T00:54:26.762 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.762 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 27: conflicting requests 2024-04-15T00:54:26.762 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.762 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 28: conflicting requests 2024-04-15T00:54:26.762 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.762 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 29: conflicting requests 2024-04-15T00:54:26.762 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.762 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 30: conflicting requests 2024-04-15T00:54:26.762 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.762 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 31: conflicting requests 2024-04-15T00:54:26.762 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.762 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 32: conflicting requests 2024-04-15T00:54:26.763 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.763 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 33: conflicting requests 2024-04-15T00:54:26.763 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.763 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 34: conflicting requests 2024-04-15T00:54:26.763 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.763 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 35: conflicting requests 2024-04-15T00:54:26.763 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.763 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 36: conflicting requests 2024-04-15T00:54:26.763 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.763 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 37: conflicting requests 2024-04-15T00:54:26.763 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.763 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.763 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.763 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:54:26.764 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.764 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.764 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.764 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.764 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 39: conflicting requests 2024-04-15T00:54:26.764 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.764 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.764 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.764 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.764 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.764 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.764 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:54:26.764 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.764 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.764 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.765 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.765 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:54:26.765 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.765 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.765 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.765 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.765 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:54:26.765 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.765 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.765 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.765 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.765 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:54:26.765 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.765 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.766 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.766 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.766 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:54:26.766 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.766 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.766 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.766 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.766 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:54:26.766 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.766 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.766 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.766 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:54:26.767 INFO:teuthology.orchestra.run.smithi138.stdout:Package python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T00:54:26.826 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-15T00:54:26.827 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2024-04-15T00:54:26.827 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-15T00:54:26.896 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install rbd-fuse 2024-04-15T00:54:27.217 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:02:14 ago on Mon 15 Apr 2024 12:52:13 AM UTC. 2024-04-15T00:54:27.338 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:02:12 ago on Mon 15 Apr 2024 12:52:15 AM UTC. 2024-04-15T00:54:27.495 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:02:04 ago on Mon 15 Apr 2024 12:52:23 AM UTC. 2024-04-15T00:54:27.520 INFO:teuthology.orchestra.run.smithi038.stderr:Modular dependency problems: 2024-04-15T00:54:27.520 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-04-15T00:54:27.520 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 1: conflicting requests 2024-04-15T00:54:27.520 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.520 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 2: conflicting requests 2024-04-15T00:54:27.520 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.520 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 3: conflicting requests 2024-04-15T00:54:27.521 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.521 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 4: conflicting requests 2024-04-15T00:54:27.521 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.521 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 5: conflicting requests 2024-04-15T00:54:27.521 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.521 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 6: conflicting requests 2024-04-15T00:54:27.521 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.521 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 7: conflicting requests 2024-04-15T00:54:27.521 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.521 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 8: conflicting requests 2024-04-15T00:54:27.521 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.521 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 9: conflicting requests 2024-04-15T00:54:27.521 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.521 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 10: conflicting requests 2024-04-15T00:54:27.522 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.522 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 11: conflicting requests 2024-04-15T00:54:27.522 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.522 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 12: conflicting requests 2024-04-15T00:54:27.522 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.522 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 13: conflicting requests 2024-04-15T00:54:27.522 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.522 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 14: conflicting requests 2024-04-15T00:54:27.522 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.522 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 15: conflicting requests 2024-04-15T00:54:27.522 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.522 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 16: conflicting requests 2024-04-15T00:54:27.522 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.522 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 17: conflicting requests 2024-04-15T00:54:27.523 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.523 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 18: conflicting requests 2024-04-15T00:54:27.523 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.523 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 19: conflicting requests 2024-04-15T00:54:27.523 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.523 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 20: conflicting requests 2024-04-15T00:54:27.523 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.523 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 21: conflicting requests 2024-04-15T00:54:27.523 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.523 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 22: conflicting requests 2024-04-15T00:54:27.523 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.523 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 23: conflicting requests 2024-04-15T00:54:27.523 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.524 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 24: conflicting requests 2024-04-15T00:54:27.524 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.524 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 25: conflicting requests 2024-04-15T00:54:27.524 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.524 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 26: conflicting requests 2024-04-15T00:54:27.524 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.524 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 27: conflicting requests 2024-04-15T00:54:27.524 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.524 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 28: conflicting requests 2024-04-15T00:54:27.524 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.524 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 29: conflicting requests 2024-04-15T00:54:27.524 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.524 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 30: conflicting requests 2024-04-15T00:54:27.524 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.525 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 31: conflicting requests 2024-04-15T00:54:27.525 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.525 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 32: conflicting requests 2024-04-15T00:54:27.525 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.525 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 33: conflicting requests 2024-04-15T00:54:27.525 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.525 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 34: conflicting requests 2024-04-15T00:54:27.525 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.525 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 35: conflicting requests 2024-04-15T00:54:27.525 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.525 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 36: conflicting requests 2024-04-15T00:54:27.525 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.525 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 37: conflicting requests 2024-04-15T00:54:27.526 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.526 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.526 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.526 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:54:27.526 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.526 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.526 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.526 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.526 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 39: conflicting requests 2024-04-15T00:54:27.526 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.526 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.526 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.526 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.527 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.527 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.527 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:54:27.527 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.527 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.527 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.527 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.527 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:54:27.527 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.527 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.527 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.527 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.527 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:54:27.527 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.528 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.528 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.528 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.528 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:54:27.528 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.528 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.528 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.528 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.528 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:54:27.528 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.528 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.528 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.528 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.528 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:54:27.529 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.529 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.529 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.529 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.529 INFO:teuthology.orchestra.run.smithi038.stdout:Package python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T00:54:27.593 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2024-04-15T00:54:27.594 INFO:teuthology.orchestra.run.smithi038.stdout:Nothing to do. 2024-04-15T00:54:27.594 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2024-04-15T00:54:27.625 INFO:teuthology.orchestra.run.smithi088.stderr:Modular dependency problems: 2024-04-15T00:54:27.625 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-04-15T00:54:27.625 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 1: conflicting requests 2024-04-15T00:54:27.625 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.626 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 2: conflicting requests 2024-04-15T00:54:27.626 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.626 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 3: conflicting requests 2024-04-15T00:54:27.626 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.626 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 4: conflicting requests 2024-04-15T00:54:27.626 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.626 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 5: conflicting requests 2024-04-15T00:54:27.626 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.626 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 6: conflicting requests 2024-04-15T00:54:27.626 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.626 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 7: conflicting requests 2024-04-15T00:54:27.626 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.626 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 8: conflicting requests 2024-04-15T00:54:27.627 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.627 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 9: conflicting requests 2024-04-15T00:54:27.627 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.627 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 10: conflicting requests 2024-04-15T00:54:27.627 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.627 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 11: conflicting requests 2024-04-15T00:54:27.627 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.628 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 12: conflicting requests 2024-04-15T00:54:27.628 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.628 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 13: conflicting requests 2024-04-15T00:54:27.629 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.629 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 14: conflicting requests 2024-04-15T00:54:27.629 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.629 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 15: conflicting requests 2024-04-15T00:54:27.629 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.629 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 16: conflicting requests 2024-04-15T00:54:27.629 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.629 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 17: conflicting requests 2024-04-15T00:54:27.629 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.629 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 18: conflicting requests 2024-04-15T00:54:27.629 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.629 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 19: conflicting requests 2024-04-15T00:54:27.629 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.630 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 20: conflicting requests 2024-04-15T00:54:27.630 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.630 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 21: conflicting requests 2024-04-15T00:54:27.630 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.630 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 22: conflicting requests 2024-04-15T00:54:27.630 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.630 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 23: conflicting requests 2024-04-15T00:54:27.630 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.630 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 24: conflicting requests 2024-04-15T00:54:27.630 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.630 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 25: conflicting requests 2024-04-15T00:54:27.630 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.631 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 26: conflicting requests 2024-04-15T00:54:27.631 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.631 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 27: conflicting requests 2024-04-15T00:54:27.631 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.631 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 28: conflicting requests 2024-04-15T00:54:27.631 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.631 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 29: conflicting requests 2024-04-15T00:54:27.631 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.631 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 30: conflicting requests 2024-04-15T00:54:27.631 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.631 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 31: conflicting requests 2024-04-15T00:54:27.631 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.632 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 32: conflicting requests 2024-04-15T00:54:27.632 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.632 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 33: conflicting requests 2024-04-15T00:54:27.632 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.632 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 34: conflicting requests 2024-04-15T00:54:27.632 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.632 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 35: conflicting requests 2024-04-15T00:54:27.632 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.632 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 36: conflicting requests 2024-04-15T00:54:27.632 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.632 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 37: conflicting requests 2024-04-15T00:54:27.632 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.632 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.632 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.633 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:54:27.633 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.633 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.633 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.633 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.633 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 39: conflicting requests 2024-04-15T00:54:27.633 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.633 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.633 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.633 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.633 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.633 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.634 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:54:27.634 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.634 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.634 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.634 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.634 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:54:27.634 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.634 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.634 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.634 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.634 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:54:27.634 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.635 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.635 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.635 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.635 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:54:27.635 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.635 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.635 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.635 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.635 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:54:27.635 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.635 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.635 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.635 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.636 INFO:teuthology.orchestra.run.smithi088.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:54:27.636 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.636 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.636 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.636 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.659 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum -y install rbd-fuse 2024-04-15T00:54:27.693 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-04-15T00:54:27.694 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:54:27.694 INFO:teuthology.orchestra.run.smithi088.stdout: Package Architecture Version Repository Size 2024-04-15T00:54:27.695 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:54:27.695 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-04-15T00:54:27.695 INFO:teuthology.orchestra.run.smithi088.stdout: rbd-nbd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 171 k 2024-04-15T00:54:27.695 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:54:27.695 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-04-15T00:54:27.695 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-15T00:54:27.695 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2024-04-15T00:54:27.695 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:54:27.695 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 171 k 2024-04-15T00:54:27.695 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 494 k 2024-04-15T00:54:27.695 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-04-15T00:54:27.788 INFO:teuthology.orchestra.run.smithi138.stderr:Modular dependency problems: 2024-04-15T00:54:27.788 INFO:teuthology.orchestra.run.smithi138.stderr: 2024-04-15T00:54:27.788 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 1: conflicting requests 2024-04-15T00:54:27.788 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.788 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 2: conflicting requests 2024-04-15T00:54:27.788 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.788 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 3: conflicting requests 2024-04-15T00:54:27.789 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.789 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 4: conflicting requests 2024-04-15T00:54:27.789 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.789 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 5: conflicting requests 2024-04-15T00:54:27.789 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.789 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 6: conflicting requests 2024-04-15T00:54:27.789 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.789 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 7: conflicting requests 2024-04-15T00:54:27.789 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.789 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 8: conflicting requests 2024-04-15T00:54:27.789 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.789 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 9: conflicting requests 2024-04-15T00:54:27.789 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.789 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 10: conflicting requests 2024-04-15T00:54:27.790 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.790 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 11: conflicting requests 2024-04-15T00:54:27.790 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.790 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 12: conflicting requests 2024-04-15T00:54:27.790 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.790 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 13: conflicting requests 2024-04-15T00:54:27.790 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.790 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 14: conflicting requests 2024-04-15T00:54:27.790 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.790 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 15: conflicting requests 2024-04-15T00:54:27.790 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.790 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 16: conflicting requests 2024-04-15T00:54:27.791 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.791 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 17: conflicting requests 2024-04-15T00:54:27.791 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.791 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 18: conflicting requests 2024-04-15T00:54:27.791 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.791 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 19: conflicting requests 2024-04-15T00:54:27.791 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.791 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 20: conflicting requests 2024-04-15T00:54:27.791 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.791 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 21: conflicting requests 2024-04-15T00:54:27.791 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.791 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 22: conflicting requests 2024-04-15T00:54:27.791 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.791 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 23: conflicting requests 2024-04-15T00:54:27.792 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.792 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 24: conflicting requests 2024-04-15T00:54:27.792 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.792 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 25: conflicting requests 2024-04-15T00:54:27.792 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.792 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 26: conflicting requests 2024-04-15T00:54:27.792 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.792 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 27: conflicting requests 2024-04-15T00:54:27.792 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.792 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 28: conflicting requests 2024-04-15T00:54:27.792 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.792 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 29: conflicting requests 2024-04-15T00:54:27.792 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.793 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 30: conflicting requests 2024-04-15T00:54:27.793 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.793 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 31: conflicting requests 2024-04-15T00:54:27.793 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.793 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 32: conflicting requests 2024-04-15T00:54:27.793 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.793 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 33: conflicting requests 2024-04-15T00:54:27.793 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.793 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 34: conflicting requests 2024-04-15T00:54:27.793 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.793 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 35: conflicting requests 2024-04-15T00:54:27.793 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.793 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 36: conflicting requests 2024-04-15T00:54:27.793 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.794 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 37: conflicting requests 2024-04-15T00:54:27.794 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.794 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.794 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.794 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:54:27.794 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.794 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.794 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.794 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.794 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 39: conflicting requests 2024-04-15T00:54:27.794 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.794 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.794 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.795 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.795 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.795 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.795 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:54:27.795 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.795 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.795 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.795 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.795 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:54:27.795 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.795 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.795 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.795 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.796 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:54:27.796 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.796 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.796 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.796 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.796 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:54:27.796 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.796 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.796 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.796 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.796 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:54:27.796 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.796 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.796 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.796 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.797 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:54:27.797 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.797 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.797 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.797 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:54:27.858 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-15T00:54:27.859 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:54:27.859 INFO:teuthology.orchestra.run.smithi138.stdout: Package Architecture Version Repository Size 2024-04-15T00:54:27.859 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:54:27.859 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-04-15T00:54:27.859 INFO:teuthology.orchestra.run.smithi138.stdout: rbd-fuse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 85 k 2024-04-15T00:54:27.859 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:54:27.859 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-04-15T00:54:27.859 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:54:27.859 INFO:teuthology.orchestra.run.smithi138.stdout:Install 1 Package 2024-04-15T00:54:27.859 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:54:27.860 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 85 k 2024-04-15T00:54:27.860 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 231 k 2024-04-15T00:54:27.860 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-04-15T00:54:27.931 INFO:teuthology.orchestra.run.smithi088.stdout:rbd-nbd-19.0.0-2114.ga9a752df.el7.x86_64.rpm 726 kB/s | 171 kB 00:00 2024-04-15T00:54:27.932 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:54:27.932 INFO:teuthology.orchestra.run.smithi088.stdout:Total 722 kB/s | 171 kB 00:00 2024-04-15T00:54:27.932 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-04-15T00:54:27.939 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-04-15T00:54:27.940 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-04-15T00:54:27.999 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-04-15T00:54:27.999 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-04-15T00:54:28.152 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-04-15T00:54:28.172 INFO:teuthology.orchestra.run.smithi138.stdout:rbd-fuse-19.0.0-2114.ga9a752df.el7.x86_64.rpm 273 kB/s | 85 kB 00:00 2024-04-15T00:54:28.173 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:54:28.173 INFO:teuthology.orchestra.run.smithi138.stdout:Total 272 kB/s | 85 kB 00:00 2024-04-15T00:54:28.173 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-04-15T00:54:28.180 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-04-15T00:54:28.181 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-04-15T00:54:28.240 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-04-15T00:54:28.241 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-04-15T00:54:28.255 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T00:54:28.270 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:02:15 ago on Mon 15 Apr 2024 12:52:13 AM UTC. 2024-04-15T00:54:28.413 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-04-15T00:54:28.513 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T00:54:28.573 INFO:teuthology.orchestra.run.smithi038.stderr:Modular dependency problems: 2024-04-15T00:54:28.573 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-04-15T00:54:28.573 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 1: conflicting requests 2024-04-15T00:54:28.573 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.573 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 2: conflicting requests 2024-04-15T00:54:28.573 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.573 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 3: conflicting requests 2024-04-15T00:54:28.573 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.574 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 4: conflicting requests 2024-04-15T00:54:28.574 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.574 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 5: conflicting requests 2024-04-15T00:54:28.574 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.574 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 6: conflicting requests 2024-04-15T00:54:28.574 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.574 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 7: conflicting requests 2024-04-15T00:54:28.574 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.574 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 8: conflicting requests 2024-04-15T00:54:28.574 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.574 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 9: conflicting requests 2024-04-15T00:54:28.574 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.574 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 10: conflicting requests 2024-04-15T00:54:28.575 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.575 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 11: conflicting requests 2024-04-15T00:54:28.575 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.575 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 12: conflicting requests 2024-04-15T00:54:28.575 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.575 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 13: conflicting requests 2024-04-15T00:54:28.575 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.575 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 14: conflicting requests 2024-04-15T00:54:28.575 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.575 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 15: conflicting requests 2024-04-15T00:54:28.575 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.575 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 16: conflicting requests 2024-04-15T00:54:28.575 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.576 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 17: conflicting requests 2024-04-15T00:54:28.576 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.576 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 18: conflicting requests 2024-04-15T00:54:28.576 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.576 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 19: conflicting requests 2024-04-15T00:54:28.576 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.576 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 20: conflicting requests 2024-04-15T00:54:28.576 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.576 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 21: conflicting requests 2024-04-15T00:54:28.576 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.576 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 22: conflicting requests 2024-04-15T00:54:28.576 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.576 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 23: conflicting requests 2024-04-15T00:54:28.576 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.577 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 24: conflicting requests 2024-04-15T00:54:28.577 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.577 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 25: conflicting requests 2024-04-15T00:54:28.577 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.577 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 26: conflicting requests 2024-04-15T00:54:28.577 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.577 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 27: conflicting requests 2024-04-15T00:54:28.577 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.577 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 28: conflicting requests 2024-04-15T00:54:28.577 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.577 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 29: conflicting requests 2024-04-15T00:54:28.577 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.577 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 30: conflicting requests 2024-04-15T00:54:28.577 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.578 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 31: conflicting requests 2024-04-15T00:54:28.578 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.578 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 32: conflicting requests 2024-04-15T00:54:28.578 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.578 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 33: conflicting requests 2024-04-15T00:54:28.578 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.578 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 34: conflicting requests 2024-04-15T00:54:28.578 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.578 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 35: conflicting requests 2024-04-15T00:54:28.578 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.578 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 36: conflicting requests 2024-04-15T00:54:28.578 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.578 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 37: conflicting requests 2024-04-15T00:54:28.579 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.579 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.579 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.579 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:54:28.579 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.579 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.579 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.579 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.579 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 39: conflicting requests 2024-04-15T00:54:28.579 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.579 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.579 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.579 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.579 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.580 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.580 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:54:28.580 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.580 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.580 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.580 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.580 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:54:28.580 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.580 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.580 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.580 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.580 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:54:28.580 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.581 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.581 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.581 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.581 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:54:28.581 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.581 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.581 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.581 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.581 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:54:28.581 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.581 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.581 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.582 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.582 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:54:28.582 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.582 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.582 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.582 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:54:28.647 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2024-04-15T00:54:28.648 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:54:28.648 INFO:teuthology.orchestra.run.smithi038.stdout: Package Architecture Version Repository Size 2024-04-15T00:54:28.648 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:54:28.648 INFO:teuthology.orchestra.run.smithi038.stdout:Installing: 2024-04-15T00:54:28.648 INFO:teuthology.orchestra.run.smithi038.stdout: rbd-fuse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 85 k 2024-04-15T00:54:28.648 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:54:28.648 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction Summary 2024-04-15T00:54:28.649 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:54:28.649 INFO:teuthology.orchestra.run.smithi038.stdout:Install 1 Package 2024-04-15T00:54:28.649 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:54:28.649 INFO:teuthology.orchestra.run.smithi038.stdout:Total download size: 85 k 2024-04-15T00:54:28.649 INFO:teuthology.orchestra.run.smithi038.stdout:Installed size: 231 k 2024-04-15T00:54:28.649 INFO:teuthology.orchestra.run.smithi038.stdout:Downloading Packages: 2024-04-15T00:54:28.683 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T00:54:28.870 INFO:teuthology.orchestra.run.smithi038.stdout:rbd-fuse-19.0.0-2114.ga9a752df.el7.x86_64.rpm 386 kB/s | 85 kB 00:00 2024-04-15T00:54:28.871 INFO:teuthology.orchestra.run.smithi038.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:54:28.871 INFO:teuthology.orchestra.run.smithi038.stdout:Total 384 kB/s | 85 kB 00:00 2024-04-15T00:54:28.871 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction check 2024-04-15T00:54:28.878 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction check succeeded. 2024-04-15T00:54:28.878 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction test 2024-04-15T00:54:28.913 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T00:54:28.941 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction test succeeded. 2024-04-15T00:54:28.941 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction 2024-04-15T00:54:28.995 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T00:54:28.996 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:54:28.996 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-04-15T00:54:28.996 INFO:teuthology.orchestra.run.smithi088.stdout: rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:54:28.996 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-15T00:54:28.996 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-04-15T00:54:29.122 INFO:teuthology.orchestra.run.smithi038.stdout: Preparing : 1/1 2024-04-15T00:54:29.237 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T00:54:29.238 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T00:54:29.238 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:54:29.238 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-04-15T00:54:29.238 INFO:teuthology.orchestra.run.smithi138.stdout: rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:54:29.238 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:54:29.238 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-15T00:54:29.245 DEBUG:teuthology.parallel:result is None 2024-04-15T00:54:29.473 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install rbd-mirror 2024-04-15T00:54:29.610 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T00:54:29.926 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T00:54:29.926 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:54:29.926 INFO:teuthology.orchestra.run.smithi038.stdout:Installed: 2024-04-15T00:54:29.926 INFO:teuthology.orchestra.run.smithi038.stdout: rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:54:29.926 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:54:29.926 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2024-04-15T00:54:30.086 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:02:07 ago on Mon 15 Apr 2024 12:52:23 AM UTC. 2024-04-15T00:54:30.133 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum -y install rbd-mirror 2024-04-15T00:54:30.380 INFO:teuthology.orchestra.run.smithi138.stderr:Modular dependency problems: 2024-04-15T00:54:30.381 INFO:teuthology.orchestra.run.smithi138.stderr: 2024-04-15T00:54:30.381 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 1: conflicting requests 2024-04-15T00:54:30.381 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.381 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 2: conflicting requests 2024-04-15T00:54:30.381 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.381 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 3: conflicting requests 2024-04-15T00:54:30.381 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.381 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 4: conflicting requests 2024-04-15T00:54:30.381 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.381 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 5: conflicting requests 2024-04-15T00:54:30.381 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.381 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 6: conflicting requests 2024-04-15T00:54:30.381 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.382 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 7: conflicting requests 2024-04-15T00:54:30.382 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.382 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 8: conflicting requests 2024-04-15T00:54:30.382 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.382 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 9: conflicting requests 2024-04-15T00:54:30.382 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.382 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 10: conflicting requests 2024-04-15T00:54:30.382 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.382 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 11: conflicting requests 2024-04-15T00:54:30.382 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.382 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 12: conflicting requests 2024-04-15T00:54:30.382 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.382 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 13: conflicting requests 2024-04-15T00:54:30.383 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.383 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 14: conflicting requests 2024-04-15T00:54:30.383 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.383 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 15: conflicting requests 2024-04-15T00:54:30.383 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.383 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 16: conflicting requests 2024-04-15T00:54:30.383 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.383 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 17: conflicting requests 2024-04-15T00:54:30.383 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.383 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 18: conflicting requests 2024-04-15T00:54:30.383 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.383 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 19: conflicting requests 2024-04-15T00:54:30.384 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.384 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 20: conflicting requests 2024-04-15T00:54:30.384 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.384 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 21: conflicting requests 2024-04-15T00:54:30.384 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.384 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 22: conflicting requests 2024-04-15T00:54:30.384 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.384 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 23: conflicting requests 2024-04-15T00:54:30.384 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.384 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 24: conflicting requests 2024-04-15T00:54:30.384 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.384 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 25: conflicting requests 2024-04-15T00:54:30.384 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.384 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 26: conflicting requests 2024-04-15T00:54:30.385 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.385 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 27: conflicting requests 2024-04-15T00:54:30.385 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.385 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 28: conflicting requests 2024-04-15T00:54:30.385 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.385 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 29: conflicting requests 2024-04-15T00:54:30.385 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.385 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 30: conflicting requests 2024-04-15T00:54:30.385 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.385 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 31: conflicting requests 2024-04-15T00:54:30.385 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.385 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 32: conflicting requests 2024-04-15T00:54:30.385 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.385 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 33: conflicting requests 2024-04-15T00:54:30.386 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.386 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 34: conflicting requests 2024-04-15T00:54:30.386 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.386 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 35: conflicting requests 2024-04-15T00:54:30.386 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.386 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 36: conflicting requests 2024-04-15T00:54:30.386 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.386 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 37: conflicting requests 2024-04-15T00:54:30.386 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.386 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.386 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.386 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:54:30.386 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.387 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.387 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.387 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.387 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 39: conflicting requests 2024-04-15T00:54:30.387 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.387 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.387 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.387 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.387 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.387 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.387 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:54:30.387 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.387 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.388 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.388 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.388 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:54:30.388 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.388 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.388 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.388 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.388 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:54:30.388 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.388 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.388 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.388 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.388 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:54:30.388 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.389 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.389 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.389 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.389 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:54:30.389 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.389 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.389 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.389 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.389 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:54:30.389 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.389 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.389 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.389 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:54:30.448 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-15T00:54:30.449 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:54:30.449 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repo Size 2024-04-15T00:54:30.449 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:54:30.449 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-04-15T00:54:30.449 INFO:teuthology.orchestra.run.smithi138.stdout: rbd-mirror x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.1 M 2024-04-15T00:54:30.449 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:54:30.449 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-04-15T00:54:30.450 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:54:30.450 INFO:teuthology.orchestra.run.smithi138.stdout:Install 1 Package 2024-04-15T00:54:30.450 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:54:30.450 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 3.1 M 2024-04-15T00:54:30.450 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 13 M 2024-04-15T00:54:30.450 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-04-15T00:54:30.749 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:02:17 ago on Mon 15 Apr 2024 12:52:13 AM UTC. 2024-04-15T00:54:30.995 INFO:teuthology.orchestra.run.smithi138.stdout:rbd-mirror-19.0.0-2114.ga9a752df.el7.x86_64.rpm 5.7 MB/s | 3.1 MB 00:00 2024-04-15T00:54:30.996 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:54:30.996 INFO:teuthology.orchestra.run.smithi138.stdout:Total 5.6 MB/s | 3.1 MB 00:00 2024-04-15T00:54:30.996 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-04-15T00:54:31.006 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-04-15T00:54:31.006 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-04-15T00:54:31.053 INFO:teuthology.orchestra.run.smithi038.stderr:Modular dependency problems: 2024-04-15T00:54:31.053 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-04-15T00:54:31.053 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 1: conflicting requests 2024-04-15T00:54:31.053 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.053 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 2: conflicting requests 2024-04-15T00:54:31.053 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.053 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 3: conflicting requests 2024-04-15T00:54:31.053 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.053 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 4: conflicting requests 2024-04-15T00:54:31.053 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.053 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 5: conflicting requests 2024-04-15T00:54:31.053 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.054 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 6: conflicting requests 2024-04-15T00:54:31.054 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.054 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 7: conflicting requests 2024-04-15T00:54:31.054 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.054 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 8: conflicting requests 2024-04-15T00:54:31.054 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.054 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 9: conflicting requests 2024-04-15T00:54:31.054 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.054 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 10: conflicting requests 2024-04-15T00:54:31.054 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.054 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 11: conflicting requests 2024-04-15T00:54:31.054 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.054 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 12: conflicting requests 2024-04-15T00:54:31.055 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.055 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 13: conflicting requests 2024-04-15T00:54:31.055 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.055 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 14: conflicting requests 2024-04-15T00:54:31.055 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.055 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 15: conflicting requests 2024-04-15T00:54:31.055 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.055 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 16: conflicting requests 2024-04-15T00:54:31.055 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.055 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 17: conflicting requests 2024-04-15T00:54:31.055 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.055 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 18: conflicting requests 2024-04-15T00:54:31.055 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.055 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 19: conflicting requests 2024-04-15T00:54:31.056 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.056 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 20: conflicting requests 2024-04-15T00:54:31.056 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.056 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 21: conflicting requests 2024-04-15T00:54:31.056 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.056 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 22: conflicting requests 2024-04-15T00:54:31.056 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.056 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 23: conflicting requests 2024-04-15T00:54:31.056 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.056 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 24: conflicting requests 2024-04-15T00:54:31.056 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.056 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 25: conflicting requests 2024-04-15T00:54:31.056 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.056 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 26: conflicting requests 2024-04-15T00:54:31.057 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.057 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 27: conflicting requests 2024-04-15T00:54:31.057 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.057 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 28: conflicting requests 2024-04-15T00:54:31.057 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.057 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 29: conflicting requests 2024-04-15T00:54:31.057 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.057 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 30: conflicting requests 2024-04-15T00:54:31.057 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.057 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 31: conflicting requests 2024-04-15T00:54:31.057 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.057 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 32: conflicting requests 2024-04-15T00:54:31.057 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.057 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 33: conflicting requests 2024-04-15T00:54:31.058 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.058 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 34: conflicting requests 2024-04-15T00:54:31.058 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.058 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 35: conflicting requests 2024-04-15T00:54:31.058 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.058 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 36: conflicting requests 2024-04-15T00:54:31.058 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.058 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 37: conflicting requests 2024-04-15T00:54:31.058 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.058 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.058 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.058 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:54:31.058 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.058 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.059 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.059 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.059 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 39: conflicting requests 2024-04-15T00:54:31.059 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.059 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.059 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.059 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.059 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.059 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.059 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:54:31.059 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.059 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.059 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.059 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.060 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:54:31.060 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.060 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.060 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.060 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.060 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:54:31.060 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.060 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.060 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.060 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.060 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:54:31.060 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.060 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.060 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.060 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.061 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:54:31.061 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.061 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.061 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.061 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.061 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:54:31.061 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.061 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.061 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.061 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:54:31.083 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-04-15T00:54:31.084 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-04-15T00:54:31.124 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2024-04-15T00:54:31.125 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:54:31.125 INFO:teuthology.orchestra.run.smithi038.stdout: Package Arch Version Repo Size 2024-04-15T00:54:31.125 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:54:31.125 INFO:teuthology.orchestra.run.smithi038.stdout:Installing: 2024-04-15T00:54:31.125 INFO:teuthology.orchestra.run.smithi038.stdout: rbd-mirror x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.1 M 2024-04-15T00:54:31.125 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:54:31.126 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction Summary 2024-04-15T00:54:31.126 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:54:31.126 INFO:teuthology.orchestra.run.smithi038.stdout:Install 1 Package 2024-04-15T00:54:31.126 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:54:31.126 INFO:teuthology.orchestra.run.smithi038.stdout:Total download size: 3.1 M 2024-04-15T00:54:31.126 INFO:teuthology.orchestra.run.smithi038.stdout:Installed size: 13 M 2024-04-15T00:54:31.126 INFO:teuthology.orchestra.run.smithi038.stdout:Downloading Packages: 2024-04-15T00:54:31.501 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-04-15T00:54:31.546 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T00:54:31.571 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T00:54:31.571 INFO:teuthology.orchestra.run.smithi138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T00:54:31.572 INFO:teuthology.orchestra.run.smithi138.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-15T00:54:31.572 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-15T00:54:31.572 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-15T00:54:31.572 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:54:31.648 INFO:teuthology.orchestra.run.smithi038.stdout:rbd-mirror-19.0.0-2114.ga9a752df.el7.x86_64.rpm 5.9 MB/s | 3.1 MB 00:00 2024-04-15T00:54:31.648 INFO:teuthology.orchestra.run.smithi038.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:54:31.649 INFO:teuthology.orchestra.run.smithi038.stdout:Total 5.9 MB/s | 3.1 MB 00:00 2024-04-15T00:54:31.649 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction check 2024-04-15T00:54:31.659 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction check succeeded. 2024-04-15T00:54:31.659 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction test 2024-04-15T00:54:31.740 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction test succeeded. 2024-04-15T00:54:31.741 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction 2024-04-15T00:54:32.184 INFO:teuthology.orchestra.run.smithi038.stdout: Preparing : 1/1 2024-04-15T00:54:32.248 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T00:54:32.273 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T00:54:32.273 INFO:teuthology.orchestra.run.smithi038.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T00:54:32.273 INFO:teuthology.orchestra.run.smithi038.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-15T00:54:32.274 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-15T00:54:32.274 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-15T00:54:32.274 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:54:32.756 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T00:54:32.756 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:54:32.756 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-04-15T00:54:32.756 INFO:teuthology.orchestra.run.smithi138.stdout: rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:54:32.756 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:54:32.757 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-15T00:54:33.008 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install rbd-nbd 2024-04-15T00:54:33.416 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T00:54:33.416 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:54:33.416 INFO:teuthology.orchestra.run.smithi038.stdout:Installed: 2024-04-15T00:54:33.417 INFO:teuthology.orchestra.run.smithi038.stdout: rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:54:33.417 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:54:33.417 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2024-04-15T00:54:33.621 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:02:10 ago on Mon 15 Apr 2024 12:52:23 AM UTC. 2024-04-15T00:54:33.776 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum -y install rbd-nbd 2024-04-15T00:54:33.916 INFO:teuthology.orchestra.run.smithi138.stderr:Modular dependency problems: 2024-04-15T00:54:33.916 INFO:teuthology.orchestra.run.smithi138.stderr: 2024-04-15T00:54:33.916 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 1: conflicting requests 2024-04-15T00:54:33.916 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.916 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 2: conflicting requests 2024-04-15T00:54:33.917 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.917 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 3: conflicting requests 2024-04-15T00:54:33.917 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.917 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 4: conflicting requests 2024-04-15T00:54:33.917 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.917 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 5: conflicting requests 2024-04-15T00:54:33.917 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.917 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 6: conflicting requests 2024-04-15T00:54:33.917 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.917 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 7: conflicting requests 2024-04-15T00:54:33.917 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.917 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 8: conflicting requests 2024-04-15T00:54:33.917 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.918 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 9: conflicting requests 2024-04-15T00:54:33.918 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.918 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 10: conflicting requests 2024-04-15T00:54:33.918 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.918 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 11: conflicting requests 2024-04-15T00:54:33.918 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.918 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 12: conflicting requests 2024-04-15T00:54:33.918 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.918 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 13: conflicting requests 2024-04-15T00:54:33.918 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.918 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 14: conflicting requests 2024-04-15T00:54:33.918 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.919 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 15: conflicting requests 2024-04-15T00:54:33.919 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.919 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 16: conflicting requests 2024-04-15T00:54:33.919 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.919 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 17: conflicting requests 2024-04-15T00:54:33.919 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.919 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 18: conflicting requests 2024-04-15T00:54:33.919 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.919 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 19: conflicting requests 2024-04-15T00:54:33.919 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.919 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 20: conflicting requests 2024-04-15T00:54:33.919 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.920 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 21: conflicting requests 2024-04-15T00:54:33.920 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.920 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 22: conflicting requests 2024-04-15T00:54:33.920 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.920 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 23: conflicting requests 2024-04-15T00:54:33.920 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.920 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 24: conflicting requests 2024-04-15T00:54:33.920 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.920 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 25: conflicting requests 2024-04-15T00:54:33.920 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.920 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 26: conflicting requests 2024-04-15T00:54:33.920 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.921 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 27: conflicting requests 2024-04-15T00:54:33.921 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.921 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 28: conflicting requests 2024-04-15T00:54:33.921 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.921 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 29: conflicting requests 2024-04-15T00:54:33.921 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.921 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 30: conflicting requests 2024-04-15T00:54:33.921 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.921 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 31: conflicting requests 2024-04-15T00:54:33.921 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.921 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 32: conflicting requests 2024-04-15T00:54:33.921 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.921 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 33: conflicting requests 2024-04-15T00:54:33.922 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.922 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 34: conflicting requests 2024-04-15T00:54:33.922 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.922 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 35: conflicting requests 2024-04-15T00:54:33.922 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.922 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 36: conflicting requests 2024-04-15T00:54:33.922 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.922 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 37: conflicting requests 2024-04-15T00:54:33.922 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.922 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.922 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.922 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:54:33.923 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.923 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.923 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.923 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.923 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 39: conflicting requests 2024-04-15T00:54:33.923 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.923 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.923 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.923 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.923 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.923 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.924 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:54:33.924 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.924 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.924 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.924 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.924 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:54:33.924 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.924 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.924 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.924 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.924 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:54:33.924 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.925 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.925 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.925 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.925 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:54:33.925 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.925 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.925 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.925 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.925 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:54:33.925 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.926 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.926 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.926 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.926 INFO:teuthology.orchestra.run.smithi138.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:54:33.926 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.926 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.926 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.927 INFO:teuthology.orchestra.run.smithi138.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:54:33.985 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-15T00:54:33.986 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:54:33.986 INFO:teuthology.orchestra.run.smithi138.stdout: Package Architecture Version Repository Size 2024-04-15T00:54:33.986 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:54:33.986 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-04-15T00:54:33.986 INFO:teuthology.orchestra.run.smithi138.stdout: rbd-nbd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 171 k 2024-04-15T00:54:33.986 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:54:33.986 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-04-15T00:54:33.986 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-15T00:54:33.986 INFO:teuthology.orchestra.run.smithi138.stdout:Install 1 Package 2024-04-15T00:54:33.986 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:54:33.986 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 171 k 2024-04-15T00:54:33.987 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 494 k 2024-04-15T00:54:33.987 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-04-15T00:54:34.385 INFO:teuthology.orchestra.run.smithi138.stdout:rbd-nbd-19.0.0-2114.ga9a752df.el7.x86_64.rpm 430 kB/s | 171 kB 00:00 2024-04-15T00:54:34.386 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:54:34.386 INFO:teuthology.orchestra.run.smithi138.stdout:Total 428 kB/s | 171 kB 00:00 2024-04-15T00:54:34.386 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-04-15T00:54:34.388 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:02:21 ago on Mon 15 Apr 2024 12:52:13 AM UTC. 2024-04-15T00:54:34.394 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-04-15T00:54:34.394 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-04-15T00:54:34.455 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-04-15T00:54:34.455 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-04-15T00:54:34.609 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-04-15T00:54:34.709 INFO:teuthology.orchestra.run.smithi038.stderr:Modular dependency problems: 2024-04-15T00:54:34.709 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-04-15T00:54:34.709 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 1: conflicting requests 2024-04-15T00:54:34.709 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.709 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 2: conflicting requests 2024-04-15T00:54:34.710 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.710 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 3: conflicting requests 2024-04-15T00:54:34.710 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.710 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 4: conflicting requests 2024-04-15T00:54:34.710 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.710 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 5: conflicting requests 2024-04-15T00:54:34.710 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.710 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 6: conflicting requests 2024-04-15T00:54:34.710 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.710 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 7: conflicting requests 2024-04-15T00:54:34.710 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.710 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 8: conflicting requests 2024-04-15T00:54:34.710 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.711 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 9: conflicting requests 2024-04-15T00:54:34.711 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.711 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 10: conflicting requests 2024-04-15T00:54:34.711 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.711 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 11: conflicting requests 2024-04-15T00:54:34.711 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.711 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 12: conflicting requests 2024-04-15T00:54:34.711 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.711 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 13: conflicting requests 2024-04-15T00:54:34.711 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.711 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 14: conflicting requests 2024-04-15T00:54:34.711 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.711 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 15: conflicting requests 2024-04-15T00:54:34.711 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.712 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 16: conflicting requests 2024-04-15T00:54:34.712 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.713 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 17: conflicting requests 2024-04-15T00:54:34.713 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.713 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 18: conflicting requests 2024-04-15T00:54:34.713 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.713 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 19: conflicting requests 2024-04-15T00:54:34.713 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.714 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 20: conflicting requests 2024-04-15T00:54:34.714 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.714 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 21: conflicting requests 2024-04-15T00:54:34.714 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.714 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 22: conflicting requests 2024-04-15T00:54:34.714 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.714 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 23: conflicting requests 2024-04-15T00:54:34.714 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.714 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 24: conflicting requests 2024-04-15T00:54:34.714 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.714 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 25: conflicting requests 2024-04-15T00:54:34.714 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.714 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 26: conflicting requests 2024-04-15T00:54:34.715 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.715 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 27: conflicting requests 2024-04-15T00:54:34.715 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.715 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 28: conflicting requests 2024-04-15T00:54:34.715 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.715 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 29: conflicting requests 2024-04-15T00:54:34.715 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.715 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 30: conflicting requests 2024-04-15T00:54:34.715 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.715 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 31: conflicting requests 2024-04-15T00:54:34.715 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.715 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 32: conflicting requests 2024-04-15T00:54:34.716 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.716 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 33: conflicting requests 2024-04-15T00:54:34.716 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.716 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 34: conflicting requests 2024-04-15T00:54:34.716 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.716 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 35: conflicting requests 2024-04-15T00:54:34.716 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.716 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 36: conflicting requests 2024-04-15T00:54:34.716 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.716 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 37: conflicting requests 2024-04-15T00:54:34.716 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.716 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.716 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.717 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:54:34.717 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.717 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.717 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.717 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.717 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 39: conflicting requests 2024-04-15T00:54:34.717 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.717 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.717 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.717 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.717 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.717 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.718 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:54:34.718 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.718 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.718 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.718 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.718 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:54:34.718 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.718 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.718 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.718 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.718 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:54:34.718 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.718 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.719 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.719 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.719 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:54:34.719 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.719 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.719 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.719 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.719 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:54:34.719 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.719 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.719 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.719 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.719 INFO:teuthology.orchestra.run.smithi038.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:54:34.720 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.720 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.720 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.720 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:54:34.720 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T00:54:34.782 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2024-04-15T00:54:34.783 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:54:34.783 INFO:teuthology.orchestra.run.smithi038.stdout: Package Architecture Version Repository Size 2024-04-15T00:54:34.783 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:54:34.783 INFO:teuthology.orchestra.run.smithi038.stdout:Installing: 2024-04-15T00:54:34.783 INFO:teuthology.orchestra.run.smithi038.stdout: rbd-nbd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 171 k 2024-04-15T00:54:34.783 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:54:34.783 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction Summary 2024-04-15T00:54:34.783 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-15T00:54:34.783 INFO:teuthology.orchestra.run.smithi038.stdout:Install 1 Package 2024-04-15T00:54:34.783 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:54:34.783 INFO:teuthology.orchestra.run.smithi038.stdout:Total download size: 171 k 2024-04-15T00:54:34.783 INFO:teuthology.orchestra.run.smithi038.stdout:Installed size: 494 k 2024-04-15T00:54:34.783 INFO:teuthology.orchestra.run.smithi038.stdout:Downloading Packages: 2024-04-15T00:54:35.101 INFO:teuthology.orchestra.run.smithi038.stdout:rbd-nbd-19.0.0-2114.ga9a752df.el7.x86_64.rpm 539 kB/s | 171 kB 00:00 2024-04-15T00:54:35.102 INFO:teuthology.orchestra.run.smithi038.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:54:35.102 INFO:teuthology.orchestra.run.smithi038.stdout:Total 537 kB/s | 171 kB 00:00 2024-04-15T00:54:35.102 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction check 2024-04-15T00:54:35.111 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction check succeeded. 2024-04-15T00:54:35.111 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction test 2024-04-15T00:54:35.158 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T00:54:35.174 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction test succeeded. 2024-04-15T00:54:35.175 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction 2024-04-15T00:54:35.336 INFO:teuthology.orchestra.run.smithi038.stdout: Preparing : 1/1 2024-04-15T00:54:35.453 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T00:54:35.465 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T00:54:35.466 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:54:35.466 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-04-15T00:54:35.466 INFO:teuthology.orchestra.run.smithi138.stdout: rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:54:35.466 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-15T00:54:35.467 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-15T00:54:35.714 DEBUG:teuthology.parallel:result is None 2024-04-15T00:54:35.878 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T00:54:36.198 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T00:54:36.198 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:54:36.198 INFO:teuthology.orchestra.run.smithi038.stdout:Installed: 2024-04-15T00:54:36.199 INFO:teuthology.orchestra.run.smithi038.stdout: rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T00:54:36.199 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-15T00:54:36.199 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2024-04-15T00:54:36.436 DEBUG:teuthology.parallel:result is None 2024-04-15T00:54:36.436 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-15T00:54:36.668 DEBUG:teuthology.orchestra.run.smithi038:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-15T00:54:36.688 INFO:teuthology.orchestra.run.smithi038.stdout:19.0.0-2114.ga9a752df.el7 2024-04-15T00:54:36.689 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2114.ga9a752df.el7 2024-04-15T00:54:36.689 INFO:teuthology.task.install:The correct ceph version 19.0.0-2114.ga9a752df is installed. 2024-04-15T00:54:36.691 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-15T00:54:36.904 DEBUG:teuthology.orchestra.run.smithi088:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-15T00:54:36.930 INFO:teuthology.orchestra.run.smithi088.stdout:19.0.0-2114.ga9a752df.el7 2024-04-15T00:54:36.930 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2114.ga9a752df.el7 2024-04-15T00:54:36.930 INFO:teuthology.task.install:The correct ceph version 19.0.0-2114.ga9a752df is installed. 2024-04-15T00:54:36.932 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-15T00:54:37.073 DEBUG:teuthology.orchestra.run.smithi138:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-15T00:54:37.099 INFO:teuthology.orchestra.run.smithi138.stdout:19.0.0-2114.ga9a752df.el7 2024-04-15T00:54:37.099 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2114.ga9a752df.el7 2024-04-15T00:54:37.099 INFO:teuthology.task.install:The correct ceph version 19.0.0-2114.ga9a752df is installed. 2024-04-15T00:54:37.101 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-15T00:54:37.101 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-04-15T00:54:37.101 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-15T00:54:37.131 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-04-15T00:54:37.132 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-15T00:54:37.165 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-04-15T00:54:37.165 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-15T00:54:37.197 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-15T00:54:37.197 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-04-15T00:54:37.197 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/usr/bin/daemon-helper 2024-04-15T00:54:37.226 DEBUG:teuthology.orchestra.run.smithi038:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-15T00:54:37.294 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-04-15T00:54:37.294 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/usr/bin/daemon-helper 2024-04-15T00:54:37.326 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-15T00:54:37.400 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-04-15T00:54:37.400 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/usr/bin/daemon-helper 2024-04-15T00:54:37.431 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-15T00:54:37.502 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-15T00:54:37.502 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-04-15T00:54:37.502 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-15T00:54:37.531 DEBUG:teuthology.orchestra.run.smithi038:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-15T00:54:37.599 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-04-15T00:54:37.599 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-15T00:54:37.630 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-15T00:54:37.700 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-04-15T00:54:37.700 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-15T00:54:37.729 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-15T00:54:37.799 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-15T00:54:37.799 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-04-15T00:54:37.799 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/usr/bin/stdin-killer 2024-04-15T00:54:37.828 DEBUG:teuthology.orchestra.run.smithi038:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-15T00:54:37.897 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-04-15T00:54:37.897 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/usr/bin/stdin-killer 2024-04-15T00:54:37.928 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-15T00:54:38.000 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-04-15T00:54:38.000 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/usr/bin/stdin-killer 2024-04-15T00:54:38.029 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-15T00:54:38.098 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-15T00:54:38.202 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN'], 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765'} 2024-04-15T00:54:38.202 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T00:54:38.203 INFO:tasks.cephadm:Cluster fsid is bc226414-fac2-11ee-bc8e-c7b262605968 2024-04-15T00:54:38.203 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-15T00:54:38.203 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.38', 'mon.b': '172.21.15.88', 'mon.c': '172.21.15.138'} 2024-04-15T00:54:38.203 INFO:tasks.cephadm:First mon is mon.a on smithi038 2024-04-15T00:54:38.204 INFO:tasks.cephadm:First mgr is a 2024-04-15T00:54:38.204 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-15T00:54:38.204 DEBUG:teuthology.orchestra.run.smithi038:> sudo hostname $(hostname -s) 2024-04-15T00:54:38.236 DEBUG:teuthology.orchestra.run.smithi088:> sudo hostname $(hostname -s) 2024-04-15T00:54:38.267 DEBUG:teuthology.orchestra.run.smithi138:> sudo hostname $(hostname -s) 2024-04-15T00:54:38.298 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-15T00:54:38.298 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-15T00:54:38.510 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-15T00:54:38.650 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-15T00:54:38.728 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/x86_64/flavors/default/cephadm 2024-04-15T00:54:38.728 DEBUG:teuthology.orchestra.run.smithi038:> 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-15T00:54:39.198 INFO:teuthology.orchestra.run.smithi038.stdout:-rw-r--r--. 1 ubuntu ubuntu 767805 Apr 15 00:54 /home/ubuntu/cephtest/cephadm 2024-04-15T00:54:39.198 DEBUG:teuthology.orchestra.run.smithi088:> 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-15T00:54:39.789 INFO:teuthology.orchestra.run.smithi088.stdout:-rw-r--r--. 1 ubuntu ubuntu 767805 Apr 15 00:54 /home/ubuntu/cephtest/cephadm 2024-04-15T00:54:39.789 DEBUG:teuthology.orchestra.run.smithi138:> 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-15T00:54:40.261 INFO:teuthology.orchestra.run.smithi138.stdout:-rw-r--r--. 1 ubuntu ubuntu 767805 Apr 15 00:54 /home/ubuntu/cephtest/cephadm 2024-04-15T00:54:40.262 DEBUG:teuthology.orchestra.run.smithi038:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-15T00:54:40.280 DEBUG:teuthology.orchestra.run.smithi088:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-15T00:54:40.298 DEBUG:teuthology.orchestra.run.smithi138:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-15T00:54:40.330 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 on all hosts... 2024-04-15T00:54:40.331 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull 2024-04-15T00:54:40.333 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull 2024-04-15T00:54:40.341 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull 2024-04-15T00:54:41.245 INFO:teuthology.orchestra.run.smithi038.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T00:54:41.337 INFO:teuthology.orchestra.run.smithi088.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T00:54:41.342 INFO:teuthology.orchestra.run.smithi138.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T00:54:41.420 INFO:teuthology.orchestra.run.smithi038.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T00:54:41.420 INFO:teuthology.orchestra.run.smithi038.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T00:54:41.420 INFO:teuthology.orchestra.run.smithi038.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-15T00:54:41.421 INFO:teuthology.orchestra.run.smithi038.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T00:54:41.443 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T00:54:41.444 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 smithi038 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T00:54:41.445 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-15T00:54:41.447 DEBUG:teuthology.misc:Transferring archived files from smithi038:/var/lib/ceph/bc226414-fac2-11ee-bc8e-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656191/remote/smithi038/crash 2024-04-15T00:54:41.448 DEBUG:teuthology.orchestra.run.smithi038:> sudo tar c -f - -C /var/lib/ceph/bc226414-fac2-11ee-bc8e-c7b262605968/crash -- . 2024-04-15T00:54:41.483 INFO:teuthology.orchestra.run.smithi038.stderr:tar: /var/lib/ceph/bc226414-fac2-11ee-bc8e-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T00:54:41.484 INFO:teuthology.orchestra.run.smithi038.stderr:tar: Error is not recoverable: exiting now 2024-04-15T00:54:41.485 DEBUG:teuthology.misc:Transferring archived files from smithi088:/var/lib/ceph/bc226414-fac2-11ee-bc8e-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656191/remote/smithi088/crash 2024-04-15T00:54:41.486 DEBUG:teuthology.orchestra.run.smithi088:> sudo tar c -f - -C /var/lib/ceph/bc226414-fac2-11ee-bc8e-c7b262605968/crash -- . 2024-04-15T00:54:41.504 INFO:teuthology.orchestra.run.smithi088.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T00:54:41.504 INFO:teuthology.orchestra.run.smithi088.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T00:54:41.504 INFO:teuthology.orchestra.run.smithi088.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-15T00:54:41.504 INFO:teuthology.orchestra.run.smithi088.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T00:54:41.522 INFO:teuthology.orchestra.run.smithi138.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T00:54:41.522 INFO:teuthology.orchestra.run.smithi138.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T00:54:41.522 INFO:teuthology.orchestra.run.smithi138.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-15T00:54:41.522 INFO:teuthology.orchestra.run.smithi138.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T00:54:41.526 INFO:teuthology.orchestra.run.smithi088.stderr:tar: /var/lib/ceph/bc226414-fac2-11ee-bc8e-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T00:54:41.526 INFO:teuthology.orchestra.run.smithi088.stderr:tar: Error is not recoverable: exiting now 2024-04-15T00:54:41.528 DEBUG:teuthology.misc:Transferring archived files from smithi138:/var/lib/ceph/bc226414-fac2-11ee-bc8e-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656191/remote/smithi138/crash 2024-04-15T00:54:41.528 DEBUG:teuthology.orchestra.run.smithi138:> sudo tar c -f - -C /var/lib/ceph/bc226414-fac2-11ee-bc8e-c7b262605968/crash -- . 2024-04-15T00:54:41.582 INFO:teuthology.orchestra.run.smithi138.stderr:tar: /var/lib/ceph/bc226414-fac2-11ee-bc8e-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T00:54:41.582 INFO:teuthology.orchestra.run.smithi138.stderr:tar: Error is not recoverable: exiting now 2024-04-15T00:54:41.583 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-15T00:54:41.583 DEBUG:teuthology.orchestra.run.smithi038:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/bc226414-fac2-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-15T00:54:41.618 INFO:teuthology.orchestra.run.smithi038.stderr:grep: /var/log/ceph/bc226414-fac2-11ee-bc8e-c7b262605968/ceph.log: No such file or directory 2024-04-15T00:54:41.620 INFO:tasks.cephadm:Compressing logs... 2024-04-15T00:54:41.620 DEBUG:teuthology.orchestra.run.smithi038:> 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-15T00:54:41.663 DEBUG:teuthology.orchestra.run.smithi088:> 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-15T00:54:41.666 DEBUG:teuthology.orchestra.run.smithi138:> 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-15T00:54:41.687 INFO:teuthology.orchestra.run.smithi038.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-15T00:54:41.687 INFO:teuthology.orchestra.run.smithi038.stderr:: No such file or directory 2024-04-15T00:54:41.688 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/cephadm.log: 73.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-15T00:54:41.689 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-04-15T00:54:41.689 INFO:teuthology.orchestra.run.smithi038.stderr:real 0m0.014s 2024-04-15T00:54:41.689 INFO:teuthology.orchestra.run.smithi038.stderr:user 0m0.013s 2024-04-15T00:54:41.690 INFO:teuthology.orchestra.run.smithi038.stderr:sys 0m0.014s 2024-04-15T00:54:41.690 INFO:teuthology.orchestra.run.smithi088.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-15T00:54:41.690 INFO:teuthology.orchestra.run.smithi088.stderr:: No such file or directory 2024-04-15T00:54:41.691 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/cephadm.log: 73.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-15T00:54:41.692 INFO:teuthology.orchestra.run.smithi138.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-15T00:54:41.692 INFO:teuthology.orchestra.run.smithi138.stderr:: No such file or directory 2024-04-15T00:54:41.693 INFO:teuthology.orchestra.run.smithi138.stderr:/var/log/ceph/cephadm.log: 73.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-15T00:54:41.693 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-04-15T00:54:41.693 INFO:teuthology.orchestra.run.smithi088.stderr:real 0m0.016s 2024-04-15T00:54:41.693 INFO:teuthology.orchestra.run.smithi088.stderr:user 0m0.012s 2024-04-15T00:54:41.693 INFO:teuthology.orchestra.run.smithi088.stderr:sys 0m0.017s 2024-04-15T00:54:41.694 INFO:teuthology.orchestra.run.smithi138.stderr: 2024-04-15T00:54:41.694 INFO:teuthology.orchestra.run.smithi138.stderr:real 0m0.015s 2024-04-15T00:54:41.694 INFO:teuthology.orchestra.run.smithi138.stderr:user 0m0.013s 2024-04-15T00:54:41.695 INFO:teuthology.orchestra.run.smithi138.stderr:sys 0m0.014s 2024-04-15T00:54:41.695 INFO:tasks.cephadm:Archiving logs... 2024-04-15T00:54:41.695 DEBUG:teuthology.misc:Transferring archived files from smithi038:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656191/remote/smithi038/log 2024-04-15T00:54:41.696 DEBUG:teuthology.orchestra.run.smithi038:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T00:54:41.756 DEBUG:teuthology.misc:Transferring archived files from smithi088:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656191/remote/smithi088/log 2024-04-15T00:54:41.757 DEBUG:teuthology.orchestra.run.smithi088:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T00:54:41.785 DEBUG:teuthology.misc:Transferring archived files from smithi138:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656191/remote/smithi138/log 2024-04-15T00:54:41.786 DEBUG:teuthology.orchestra.run.smithi138:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T00:54:41.814 INFO:tasks.cephadm:Removing cluster... 2024-04-15T00:54:41.814 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid bc226414-fac2-11ee-bc8e-c7b262605968 --force 2024-04-15T00:54:41.993 INFO:teuthology.orchestra.run.smithi038.stdout:Deleting cluster with fsid: bc226414-fac2-11ee-bc8e-c7b262605968 2024-04-15T00:54:42.240 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid bc226414-fac2-11ee-bc8e-c7b262605968 --force 2024-04-15T00:54:42.419 INFO:teuthology.orchestra.run.smithi088.stdout:Deleting cluster with fsid: bc226414-fac2-11ee-bc8e-c7b262605968 2024-04-15T00:54:42.673 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid bc226414-fac2-11ee-bc8e-c7b262605968 --force 2024-04-15T00:54:42.851 INFO:teuthology.orchestra.run.smithi138.stdout:Deleting cluster with fsid: bc226414-fac2-11ee-bc8e-c7b262605968 2024-04-15T00:54:43.115 INFO:tasks.cephadm:Removing cephadm ... 2024-04-15T00:54:43.115 DEBUG:teuthology.orchestra.run.smithi038:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T00:54:43.132 DEBUG:teuthology.orchestra.run.smithi088:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T00:54:43.148 DEBUG:teuthology.orchestra.run.smithi138:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T00:54:43.163 INFO:tasks.cephadm:Teardown complete 2024-04-15T00:54:43.164 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 smithi038 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T00:54:43.372 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=832c2f22c28349cdb534f57a20c07f97 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 smithi038 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T00:54:43.376 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-15T00:54:43.385 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-15T00:54:43.392 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-15T00:54:43.393 DEBUG:teuthology.orchestra.run.smithi038:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-15T00:54:43.405 DEBUG:teuthology.orchestra.run.smithi088:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-15T00:54:43.408 DEBUG:teuthology.orchestra.run.smithi138:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-15T00:54:43.498 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-15T00:54:43.507 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-15T00:54:43.507 DEBUG:teuthology.orchestra.run.smithi038:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T00:54:43.510 DEBUG:teuthology.orchestra.run.smithi088:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T00:54:43.512 DEBUG:teuthology.orchestra.run.smithi138:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T00:54:43.523 INFO:teuthology.orchestra.run.smithi038.stderr:bash: line 1: ntpq: command not found 2024-04-15T00:54:43.524 INFO:teuthology.orchestra.run.smithi088.stderr:bash: line 1: ntpq: command not found 2024-04-15T00:54:43.526 INFO:teuthology.orchestra.run.smithi138.stderr:bash: line 1: ntpq: command not found 2024-04-15T00:54:43.528 INFO:teuthology.orchestra.run.smithi038.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T00:54:43.528 INFO:teuthology.orchestra.run.smithi038.stdout:=============================================================================== 2024-04-15T00:54:43.528 INFO:teuthology.orchestra.run.smithi038.stdout:^* hv01.front.sepia.ceph.com 3 6 77 35 +862us[ +869us] +/- 44ms 2024-04-15T00:54:43.528 INFO:teuthology.orchestra.run.smithi038.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 36 -1122us[-1116us] +/- 74ms 2024-04-15T00:54:43.529 INFO:teuthology.orchestra.run.smithi038.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 35 -356us[ -350us] +/- 76ms 2024-04-15T00:54:43.529 INFO:teuthology.orchestra.run.smithi038.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T00:54:43.530 INFO:teuthology.orchestra.run.smithi088.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T00:54:43.530 INFO:teuthology.orchestra.run.smithi088.stdout:=============================================================================== 2024-04-15T00:54:43.531 INFO:teuthology.orchestra.run.smithi088.stdout:^* hv01.front.sepia.ceph.com 3 6 77 36 +856us[ +861us] +/- 44ms 2024-04-15T00:54:43.531 INFO:teuthology.orchestra.run.smithi088.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 36 -1124us[-1119us] +/- 74ms 2024-04-15T00:54:43.531 INFO:teuthology.orchestra.run.smithi088.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 37 -346us[ -341us] +/- 76ms 2024-04-15T00:54:43.531 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T00:54:43.532 INFO:teuthology.orchestra.run.smithi138.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T00:54:43.532 INFO:teuthology.orchestra.run.smithi138.stdout:=============================================================================== 2024-04-15T00:54:43.532 INFO:teuthology.orchestra.run.smithi138.stdout:^* hv01.front.sepia.ceph.com 3 6 77 35 +871us[ +863us] +/- 44ms 2024-04-15T00:54:43.532 INFO:teuthology.orchestra.run.smithi138.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 36 -1115us[-1123us] +/- 74ms 2024-04-15T00:54:43.533 INFO:teuthology.orchestra.run.smithi138.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 35 -375us[ -383us] +/- 76ms 2024-04-15T00:54:43.533 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T00:54:43.533 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-15T00:54:43.542 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-15T00:54:43.542 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-15T00:54:43.551 DEBUG:teuthology.orchestra.run.smithi038:> 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-15T00:54:43.640 DEBUG:teuthology.orchestra.run.smithi088:> 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-15T00:54:43.702 DEBUG:teuthology.orchestra.run.smithi138:> 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-15T00:54:43.765 DEBUG:teuthology.orchestra.run.smithi038:> 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-15T00:54:43.796 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T00:54:43.796 DEBUG:teuthology.orchestra.run.smithi088:> 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-15T00:54:43.826 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T00:54:43.826 DEBUG:teuthology.orchestra.run.smithi138:> 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-15T00:54:43.855 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T00:54:43.855 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-15T00:54:43.864 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-15T00:54:43.873 INFO:teuthology.task.internal:Duration was 464.990158 seconds 2024-04-15T00:54:43.873 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-15T00:54:43.881 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-15T00:54:43.881 DEBUG:teuthology.orchestra.run.smithi038:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T00:54:43.884 DEBUG:teuthology.orchestra.run.smithi088:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T00:54:43.886 DEBUG:teuthology.orchestra.run.smithi138:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T00:54:43.926 INFO:teuthology.orchestra.run.smithi088.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T00:54:43.927 INFO:teuthology.orchestra.run.smithi038.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T00:54:43.938 INFO:teuthology.orchestra.run.smithi138.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T00:54:44.123 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-15T00:54:44.124 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi038.front.sepia.ceph.com 2024-04-15T00:54:44.124 DEBUG:teuthology.orchestra.run.smithi038:> 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-15T00:54:44.144 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi088.front.sepia.ceph.com 2024-04-15T00:54:44.144 DEBUG:teuthology.orchestra.run.smithi088:> 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-15T00:54:44.164 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi138.front.sepia.ceph.com 2024-04-15T00:54:44.164 DEBUG:teuthology.orchestra.run.smithi138:> 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-15T00:54:44.190 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-15T00:54:44.190 DEBUG:teuthology.orchestra.run.smithi038:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T00:54:44.192 DEBUG:teuthology.orchestra.run.smithi088:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T00:54:44.206 DEBUG:teuthology.orchestra.run.smithi138:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T00:54:44.258 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-15T00:54:44.258 DEBUG:teuthology.orchestra.run.smithi038:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T00:54:44.262 DEBUG:teuthology.orchestra.run.smithi088:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T00:54:44.274 DEBUG:teuthology.orchestra.run.smithi138:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T00:54:44.389 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-15T00:54:44.399 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-15T00:54:44.400 DEBUG:teuthology.orchestra.run.smithi038:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T00:54:44.426 DEBUG:teuthology.orchestra.run.smithi088:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T00:54:44.453 DEBUG:teuthology.orchestra.run.smithi138:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T00:54:44.481 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-15T00:54:44.491 DEBUG:teuthology.orchestra.run.smithi038:> 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-15T00:54:44.494 DEBUG:teuthology.orchestra.run.smithi088:> 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-15T00:54:44.496 DEBUG:teuthology.orchestra.run.smithi138:> 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-15T00:54:44.516 INFO:teuthology.orchestra.run.smithi038.stdout:kernel.core_pattern = core 2024-04-15T00:54:44.519 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern = core 2024-04-15T00:54:44.546 INFO:teuthology.orchestra.run.smithi138.stdout:kernel.core_pattern = core 2024-04-15T00:54:44.571 DEBUG:teuthology.orchestra.run.smithi038:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T00:54:44.596 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T00:54:44.596 DEBUG:teuthology.orchestra.run.smithi088:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T00:54:44.610 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T00:54:44.611 DEBUG:teuthology.orchestra.run.smithi138:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T00:54:44.624 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T00:54:44.624 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-15T00:54:44.634 INFO:teuthology.task.internal:Transferring archived files... 2024-04-15T00:54:44.635 DEBUG:teuthology.misc:Transferring archived files from smithi038:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656191/remote/smithi038 2024-04-15T00:54:44.635 DEBUG:teuthology.orchestra.run.smithi038:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T00:54:44.672 DEBUG:teuthology.misc:Transferring archived files from smithi088:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656191/remote/smithi088 2024-04-15T00:54:44.673 DEBUG:teuthology.orchestra.run.smithi088:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T00:54:44.707 DEBUG:teuthology.misc:Transferring archived files from smithi138:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656191/remote/smithi138 2024-04-15T00:54:44.707 DEBUG:teuthology.orchestra.run.smithi138:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T00:54:44.742 INFO:teuthology.task.internal:Removing archive directory... 2024-04-15T00:54:44.745 DEBUG:teuthology.orchestra.run.smithi038:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T00:54:44.748 DEBUG:teuthology.orchestra.run.smithi088:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T00:54:44.750 DEBUG:teuthology.orchestra.run.smithi138:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T00:54:44.791 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-15T00:54:44.803 INFO:teuthology.task.internal:Not uploading archives. 2024-04-15T00:54:44.803 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-15T00:54:44.813 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-15T00:54:44.813 DEBUG:teuthology.orchestra.run.smithi038:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T00:54:44.816 DEBUG:teuthology.orchestra.run.smithi088:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T00:54:44.818 DEBUG:teuthology.orchestra.run.smithi138:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T00:54:44.827 INFO:teuthology.orchestra.run.smithi038.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 00:54 /home/ubuntu/cephtest 2024-04-15T00:54:44.830 INFO:teuthology.orchestra.run.smithi088.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 00:54 /home/ubuntu/cephtest 2024-04-15T00:54:44.846 INFO:teuthology.orchestra.run.smithi138.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 00:54 /home/ubuntu/cephtest 2024-04-15T00:54:44.847 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-15T00:54:44.857 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-15T00:54:44.880 INFO:teuthology.nuke:Checking targets against current locks 2024-04-15T00:54:44.908 DEBUG:teuthology.nuke:shortname: smithi038 2024-04-15T00:54:44.908 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T00:54:44.933 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi038.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656191', '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 00:36:37.433043', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPAQSpEP3QztcKklCg4lso2bs6LX5wzbfvYj/QjTc+8R5QwZdv2DXG9ip+nCDw56cgggiOR4UoSIxLXpBl9fRCc='} 2024-04-15T00:54:44.938 DEBUG:teuthology.nuke:shortname: smithi088 2024-04-15T00:54:44.938 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T00:54:44.966 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi088.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656191', '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 00:36:37.435731', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDazDcq5x0xTsaiDNPyQRLZybGV1fFE9a/eosui7NNuOFi7ZeJTIRNnJwe9HO+9alajFNJh/JGZwAEVVqwakjvA='} 2024-04-15T00:54:44.967 DEBUG:teuthology.nuke:shortname: smithi138 2024-04-15T00:54:44.967 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T00:54:44.997 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi138.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656191', '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 00:36:37.434449', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPDUkF3ff5pjFwLJlXTUGLou+i3W23eZntE5SDZR+UOkd44allQ8En6GiF2p6g4U4Bff1UD0d6PJZ3tVReOFabw='} 2024-04-15T00:54:45.003 INFO:teuthology.orchestra.console.smithi038:Power off 2024-04-15T00:54:45.003 DEBUG:teuthology.orchestra.console.smithi038:pexpect command: ipmitool -H smithi038.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T00:54:45.027 DEBUG:teuthology.orchestra.console.smithi038:power off output: Chassis Power Control: Down/Off 2024-04-15T00:54:45.028 DEBUG:teuthology.orchestra.console.smithi038:pexpect command: ipmitool -H smithi038.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T00:54:45.048 INFO:teuthology.orchestra.console.smithi088:Power off 2024-04-15T00:54:45.049 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T00:54:45.061 DEBUG:teuthology.orchestra.console.smithi038:check power output: Chassis Power is on 2024-04-15T00:54:45.072 DEBUG:teuthology.orchestra.console.smithi088:power off output: Chassis Power Control: Down/Off 2024-04-15T00:54:45.072 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T00:54:45.089 INFO:teuthology.orchestra.console.smithi138:Power off 2024-04-15T00:54:45.090 DEBUG:teuthology.orchestra.console.smithi138:pexpect command: ipmitool -H smithi138.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T00:54:45.099 DEBUG:teuthology.orchestra.console.smithi088:check power output: Chassis Power is on 2024-04-15T00:54:45.113 DEBUG:teuthology.orchestra.console.smithi138:power off output: Chassis Power Control: Down/Off 2024-04-15T00:54:45.113 DEBUG:teuthology.orchestra.console.smithi138:pexpect command: ipmitool -H smithi138.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T00:54:45.139 DEBUG:teuthology.orchestra.console.smithi138:check power output: Chassis Power is on 2024-04-15T00:54:49.062 DEBUG:teuthology.orchestra.console.smithi038:pexpect command: ipmitool -H smithi038.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T00:54:49.100 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T00:54:49.140 DEBUG:teuthology.orchestra.console.smithi138:pexpect command: ipmitool -H smithi138.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T00:54:49.172 DEBUG:teuthology.orchestra.console.smithi038:check power output: Chassis Power is on 2024-04-15T00:54:49.209 DEBUG:teuthology.orchestra.console.smithi088:check power output: Chassis Power is on 2024-04-15T00:54:49.250 DEBUG:teuthology.orchestra.console.smithi138:check power output: Chassis Power is on 2024-04-15T00:54:53.174 DEBUG:teuthology.orchestra.console.smithi038:pexpect command: ipmitool -H smithi038.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T00:54:53.211 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T00:54:53.251 DEBUG:teuthology.orchestra.console.smithi138:pexpect command: ipmitool -H smithi138.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T00:54:53.285 DEBUG:teuthology.orchestra.console.smithi038:check power output: Chassis Power is on 2024-04-15T00:54:53.322 DEBUG:teuthology.orchestra.console.smithi088:check power output: Chassis Power is off 2024-04-15T00:54:53.362 DEBUG:teuthology.orchestra.console.smithi138:check power output: Chassis Power is off 2024-04-15T00:54:53.424 INFO:teuthology.orchestra.console.smithi088:Power off completed 2024-04-15T00:54:53.463 INFO:teuthology.orchestra.console.smithi138:Power off completed 2024-04-15T00:54:57.290 DEBUG:teuthology.orchestra.console.smithi038:pexpect command: ipmitool -H smithi038.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T00:54:57.401 DEBUG:teuthology.orchestra.console.smithi038:check power output: Chassis Power is off 2024-04-15T00:54:57.502 INFO:teuthology.orchestra.console.smithi038:Power off completed 2024-04-15T00:54:57.606 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_monitoring_stack_basic} duration: 464.9901580810547 failure_reason: 'Command failed on smithi038 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=832c2f22c28349cdb534f57a20c07f97 status: fail success: false 2024-04-15T00:54:57.607 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-15T00:54:57.703 INFO:teuthology.run:FAIL